{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/ehW7GxZFUM8yEK9RpTfZ/pCWXEWgNwpGCgSfUvvh9/jOTySql8E.js", "ssg:https://framerusercontent.com/modules/UyczkBy0ryN6zuYloAHt/3yjyz1xtcVI4XRYc41mY/A00WfbLCX.js", "ssg:https://framerusercontent.com/modules/d9iEXeLSslEHP2jSY1s1/X8CrwGzGvpA4u1jrBR0w/CpeS9MrAO.js", "ssg:https://framerusercontent.com/modules/oS8YpKaluNQ566n9kg0V/6r8MAA4RJkZMdFk3G2yM/rz_ifpIn_.js", "ssg:https://framerusercontent.com/modules/XSW6AuWXn5ZTkPrYboMw/43q8mRO6w9qtMzG7P96Y/Udt6LRLHB.js", "ssg:https://framerusercontent.com/modules/HbBZhwcTbvpVZB1RzXiw/PDgA0CwQmaNiSFjzSJDa/aipTtlQn_.js", "ssg:https://framerusercontent.com/modules/LRXVSwJSpAbYJLov83i7/6lxTq8xKs3ue4mzuiJF3/BSzqy5iO0.js", "ssg:https://framerusercontent.com/modules/yGIlvnsehGjND9x0qGSs/ryyGJgKK0lnFXB8DjC6j/dxCgZXXku.js", "ssg:https://framerusercontent.com/modules/aM0vcetftRzPtxb4GuDA/iBaETl04mBjtjvinezP6/kodOFkszU.js", "ssg:https://framerusercontent.com/modules/beD5HXgyywV1al5TIlcC/YMoGzymC4XAOqbhu924k/lbcnm7GG4.js", "ssg:https://framerusercontent.com/modules/dXIaZAXA87FsKOj992eC/EENJbmcCuBE85STU72YE/QwhtMBVSs.js", "ssg:https://framerusercontent.com/modules/CfgQNiBT3fQrteWuXkh1/xytphMxoOCfxgjiX3spG/rv1Bsvets.js", "ssg:https://framerusercontent.com/modules/g9saWBE55Ru4Cd9Z2dN8/HdawrJnYtaNrr3zzFB80/Z7jKA4fMX.js", "ssg:https://framerusercontent.com/modules/fjzlk2Gpsf3q3EsbMSwB/s1doPxrcCQsxBiAfYfCG/Counter1.js", "ssg:https://framerusercontent.com/modules/B0cMT9wPuX3aBHzk0pZi/y9nme4TpJsDWsSzOsbfb/Cmb8oi5Qq.js", "ssg:https://framerusercontent.com/modules/RUCjq1XL9yY3AxtS3qte/IAXH9ogioeqpJphOP5Li/FZRXCuCby.js", "ssg:https://framerusercontent.com/modules/KDjes63WyTazXkyZw9BJ/reSTNroT6WsA78N2hPJ8/MjzAfu9De.js", "ssg:https://framerusercontent.com/modules/5GwZumBlEHMuXxdnEppU/jdADR3GDUSLChF1i0hSF/qGw1MJfRc.js", "ssg:https://framerusercontent.com/modules/IWdzqJUDPaiAfiUSmCzg/mgouuii4e7dwEpQ1xY7y/ryowHz5nP.js", "ssg:https://framerusercontent.com/modules/KamSVHmmzvJ8yTpRDw92/LS7O5S1RhEV3DCNQbK5P/M299mNwXD.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (af04cc1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={zD1pwepjs:{hover:true,pressed:true}};const cycleOrder=[\"zD1pwepjs\",\"fsqY7KwCe\",\"waXfIookJ\",\"vYfNSvOef\",\"MGmkMQPlU\"];const serializationHash=\"framer-ie2Ji\";const variantClassNames={fsqY7KwCe:\"framer-v-1r9apc5\",MGmkMQPlU:\"framer-v-4xhptl\",vYfNSvOef:\"framer-v-bbrejf\",waXfIookJ:\"framer-v-1796rgb\",zD1pwepjs:\"framer-v-1r2nb89\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"zD1pwepjs\",Disabled:\"waXfIookJ\",Error:\"MGmkMQPlU\",Loading:\"fsqY7KwCe\",Success:\"vYfNSvOef\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"zD1pwepjs\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zD1pwepjs\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"fsqY7KwCe\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"fsqY7KwCe\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1r2nb89\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"zD1pwepjs\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(233, 233, 235, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgba(81, 122, 104, 1) 0%, rgba(44, 105, 77, 1) 100%)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,boxShadow:\"inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25)\",opacity:1,...style},variants:{\"zD1pwepjs-hover\":{background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgb(70, 117, 97) 0%, rgb(36, 89, 64) 100%)\"},\"zD1pwepjs-pressed\":{background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgb(29, 79, 57) 0%, rgb(34, 94, 66) 100%)\"},MGmkMQPlU:{background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgb(168, 72, 72) 0%, rgb(148, 35, 35) 100%)\"},waXfIookJ:{background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgb(137, 145, 142) 0%, rgb(136, 153, 145) 100%)\",opacity:.5}},...addPropertyOverrides({\"zD1pwepjs-hover\":{\"data-framer-name\":undefined},\"zD1pwepjs-pressed\":{\"data-framer-name\":undefined},fsqY7KwCe:{\"data-framer-name\":\"Loading\"},MGmkMQPlU:{\"data-framer-name\":\"Error\"},vYfNSvOef:{\"data-framer-name\":\"Success\"},waXfIookJ:{\"data-framer-name\":\"Disabled\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255)))\"},children:\"Book Demo\"})}),className:\"framer-1fn3png\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"ckIvjuAmw\",style:{\"--extracted-r6o4lv\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{MGmkMQPlU:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},vYfNSvOef:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MGmkMQPlU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Something went wrong\"})}),fonts:[\"FS;Manrope-semibold\"]},vYfNSvOef:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you\"})}),fonts:[\"FS;Manrope-semibold\"]},waXfIookJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255)))\"},children:\"Book Demo\"})}),fonts:[\"FS;Manrope-semibold\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-13tvtza\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"nxqm4ldpo\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-a0n5f2\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"r0Zb6cvmP\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{fsqY7KwCe:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fj0v8u\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"qrSs_Txxt\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ie2Ji.framer-163dt3z, .framer-ie2Ji .framer-163dt3z { display: block; }\",\".framer-ie2Ji.framer-1r2nb89 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 10px 16px 10px 16px; position: relative; width: min-content; }\",\".framer-ie2Ji .framer-1fn3png { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-ie2Ji .framer-13tvtza { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-ie2Ji .framer-a0n5f2 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-ie2Ji .framer-1fj0v8u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ie2Ji.framer-1r2nb89 { gap: 0px; } .framer-ie2Ji.framer-1r2nb89 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ie2Ji.framer-1r2nb89 > :first-child { margin-left: 0px; } .framer-ie2Ji.framer-1r2nb89 > :last-child { margin-right: 0px; } }\",\".framer-ie2Ji.framer-v-1r9apc5.framer-1r2nb89, .framer-ie2Ji.framer-v-1796rgb.framer-1r2nb89, .framer-ie2Ji.framer-v-bbrejf.framer-1r2nb89, .framer-ie2Ji.framer-v-4xhptl.framer-1r2nb89 { cursor: unset; }\",\".framer-ie2Ji.framer-v-1r9apc5 .framer-a0n5f2 { overflow: hidden; }\",'.framer-ie2Ji[data-border=\"true\"]::after, .framer-ie2Ji [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 106.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"fsqY7KwCe\":{\"layout\":[\"auto\",\"fixed\"]},\"waXfIookJ\":{\"layout\":[\"auto\",\"fixed\"]},\"vYfNSvOef\":{\"layout\":[\"auto\",\"fixed\"]},\"MGmkMQPlU\":{\"layout\":[\"auto\",\"fixed\"]},\"UJqxy3gtw\":{\"layout\":[\"auto\",\"fixed\"]},\"KK1wsX6r3\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjOTySql8E=withCSS(Component,css,\"framer-ie2Ji\");export default FramerjOTySql8E;FramerjOTySql8E.displayName=\"Button 4\";FramerjOTySql8E.defaultProps={height:40,width:106.5};addPropertyControls(FramerjOTySql8E,{variant:{options:[\"zD1pwepjs\",\"fsqY7KwCe\",\"waXfIookJ\",\"vYfNSvOef\",\"MGmkMQPlU\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjOTySql8E,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjOTySql8E\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"106.5\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fsqY7KwCe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"waXfIookJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"vYfNSvOef\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"MGmkMQPlU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UJqxy3gtw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"KK1wsX6r3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jOTySql8E.map", "// Generated by Framer (ec8bce6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,FormContainer,FormPlainTextInput,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withTypeform}from\"https://framerusercontent.com/modules/2FTCNNjaElkr8uc0Nxn0/e376RcafXDTmlzoObsIi/Typeform.js\";import Button4 from\"https://framerusercontent.com/modules/ehW7GxZFUM8yEK9RpTfZ/pCWXEWgNwpGCgSfUvvh9/jOTySql8E.js\";const Button4Fonts=getFonts(Button4);const FormContainerWithTypeform=withTypeform(FormContainer);const serializationHash=\"framer-ZKkAM\";const variantClassNames={qQ2jYglq8:\"framer-v-kmiu59\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"qQ2jYglq8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(FormContainerWithTypeform,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-kmiu59\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"qQ2jYglq8\",redirectUrl:\"/\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(motion.label,{className:\"framer-1ddtqzu\",layoutDependency:layoutDependency,layoutId:\"mXKQSeGcj\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1f2i1ha\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"giPgkz42J\",placeholder:\"What's your work email?\",style:{\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--framer-input-border-left-width\":\"0px\",\"--framer-input-border-right-width\":\"0px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"0px\",\"--framer-input-font-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},type:\"email\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"100px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-34),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3ifb3-container\",layoutDependency:layoutDependency,layoutId:\"YvlJYFCsX-container\",children:/*#__PURE__*/_jsx(Button4,{height:\"100%\",id:\"YvlJYFCsX\",layoutId:\"YvlJYFCsX\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"zD1pwepjs\",success:\"vYfNSvOef\"},\"zD1pwepjs\"),width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZKkAM.framer-18rxc75, .framer-ZKkAM .framer-18rxc75 { display: block; }\",\".framer-ZKkAM.framer-kmiu59 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 420px; }\",\".framer-ZKkAM .framer-1ddtqzu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-ZKkAM .framer-1f2i1ha { --framer-input-focused-border-color: var(--token-d5dd15f9-0a8f-4bca-b2d6-7f305176448e, #337859); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 0px 0px 2px 0px; --framer-input-focused-transition: all 0.5s cubic-bezier(0.12,0.23,0.5,1) 0s; --framer-input-font-family: \"Manrope\"; --framer-input-font-letter-spacing: -0.02em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 500; --framer-input-padding: 0px; flex: none; height: 48px; position: relative; width: 100%; }',\".framer-ZKkAM .framer-1d3ifb3-container { flex: none; height: 34px; position: relative; width: 100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZKkAM.framer-kmiu59, .framer-ZKkAM .framer-1ddtqzu { gap: 0px; } .framer-ZKkAM.framer-kmiu59 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-ZKkAM.framer-kmiu59 > :first-child { margin-left: 0px; } .framer-ZKkAM.framer-kmiu59 > :last-child { margin-right: 0px; } .framer-ZKkAM .framer-1ddtqzu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZKkAM .framer-1ddtqzu > :first-child { margin-top: 0px; } .framer-ZKkAM .framer-1ddtqzu > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 420\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerA00WfbLCX=withCSS(Component,css,\"framer-ZKkAM\");export default FramerA00WfbLCX;FramerA00WfbLCX.displayName=\"footer-form\";FramerA00WfbLCX.defaultProps={height:48,width:420};addFonts(FramerA00WfbLCX,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]},...Button4Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA00WfbLCX\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"420\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"48\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./A00WfbLCX.map", "// Generated by Framer (ca9141d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-8ti3y .framer-styles-preset-y9n67n:not(.rich-text-wrapper), .framer-8ti3y .framer-styles-preset-y9n67n.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-d5dd15f9-0a8f-4bca-b2d6-7f305176448e, #337859); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-8ti3y\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-500\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-GMIF3 .framer-styles-preset-bz5wid:not(.rich-text-wrapper), .framer-GMIF3 .framer-styles-preset-bz5wid.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-GMIF3 .framer-styles-preset-bz5wid:not(.rich-text-wrapper), .framer-GMIF3 .framer-styles-preset-bz5wid.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-GMIF3 .framer-styles-preset-bz5wid:not(.rich-text-wrapper), .framer-GMIF3 .framer-styles-preset-bz5wid.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-GMIF3\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/d9iEXeLSslEHP2jSY1s1/X8CrwGzGvpA4u1jrBR0w/CpeS9MrAO.js\";const enabledGestures={EOZF0dR7v:{hover:true},FlzgVLGXi:{hover:true,pressed:true},rwyXNhZPC:{hover:true,pressed:true},THsU8UpFF:{hover:true}};const cycleOrder=[\"FlzgVLGXi\",\"EOZF0dR7v\",\"rwyXNhZPC\",\"THsU8UpFF\"];const serializationHash=\"framer-Y7YjA\";const variantClassNames={EOZF0dR7v:\"framer-v-1f096vw\",FlzgVLGXi:\"framer-v-p51usx\",rwyXNhZPC:\"framer-v-iv5kb4\",THsU8UpFF:\"framer-v-1fysglc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"selected-right-aligned\":\"rwyXNhZPC\",\"unselected-right-aligned\":\"THsU8UpFF\",selected:\"FlzgVLGXi\",unselected:\"EOZF0dR7v\"};const getProps=({click,height,id,label,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FlzgVLGXi\",yG2OMkXuN:(_ref1=label!==null&&label!==void 0?label:props.yG2OMkXuN)!==null&&_ref1!==void 0?_ref1:\"Title\",ZYD0LdII9:click!==null&&click!==void 0?click:props.ZYD0LdII9};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,yG2OMkXuN,ZYD0LdII9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FlzgVLGXi\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1gsr3wm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(ZYD0LdII9){const res=await ZYD0LdII9(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-p51usx\",className,classNames),\"data-framer-name\":\"selected\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FlzgVLGXi\",onTap:onTap1gsr3wm,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 1px 2px -1px rgba(10, 12, 18, 0.10000000149011612), 0px 1px 3px 0px rgba(10, 12, 18, 0.10000000149011612), 0px 2px 6px 2px rgba(0, 0, 0, 0.05)\",...style},variants:{\"EOZF0dR7v-hover\":{backgroundColor:\"rgb(242, 242, 242)\",boxShadow:\"none\"},\"FlzgVLGXi-pressed\":{backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\"},\"rwyXNhZPC-pressed\":{backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\"},\"THsU8UpFF-hover\":{backgroundColor:\"rgb(242, 242, 242)\",boxShadow:\"none\"},EOZF0dR7v:{backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",boxShadow:\"none\"},rwyXNhZPC:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"0px 1px 2px -1px rgba(10, 12, 18, 0.10000000149011612), 0px 1px 3px 0px rgba(10, 12, 18, 0.10000000149011612)\"},THsU8UpFF:{backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",boxShadow:\"none\"}},...addPropertyOverrides({\"EOZF0dR7v-hover\":{\"data-framer-name\":undefined},\"FlzgVLGXi-hover\":{\"data-framer-name\":undefined},\"FlzgVLGXi-pressed\":{\"data-framer-name\":undefined},\"rwyXNhZPC-hover\":{\"data-framer-name\":undefined},\"rwyXNhZPC-pressed\":{\"data-framer-name\":undefined},\"THsU8UpFF-hover\":{\"data-framer-name\":undefined},EOZF0dR7v:{\"data-framer-name\":\"unselected\"},rwyXNhZPC:{\"data-border\":true,\"data-framer-name\":\"selected-right-aligned\"},THsU8UpFF:{\"data-framer-name\":\"unselected-right-aligned\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",children:\"Title\"})}),className:\"framer-4141jv\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I5295:10499;2640:401545\",style:{\"--framer-paragraph-spacing\":\"14px\"},text:yG2OMkXuN,variants:{EOZF0dR7v:{\"--extracted-r6o4lv\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},THsU8UpFF:{\"--extracted-r6o4lv\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EOZF0dR7v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128)))\"},children:\"Title\"})})},rwyXNhZPC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\"},children:\"Title\"})})},THsU8UpFF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128)))\"},children:\"Title\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Y7YjA.framer-1aooglq, .framer-Y7YjA .framer-1aooglq { display: block; }\",\".framer-Y7YjA.framer-p51usx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 36px; justify-content: center; overflow: hidden; padding: 8px 12px 8px 12px; position: relative; width: 331px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Y7YjA .framer-4141jv { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Y7YjA.framer-p51usx { gap: 0px; } .framer-Y7YjA.framer-p51usx > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Y7YjA.framer-p51usx > :first-child { margin-left: 0px; } .framer-Y7YjA.framer-p51usx > :last-child { margin-right: 0px; } }\",\".framer-Y7YjA.framer-v-iv5kb4.framer-p51usx, .framer-Y7YjA.framer-v-1fysglc.framer-p51usx { padding: 8px 12px 8px 24px; width: 331px; }\",...sharedStyle.css,'.framer-Y7YjA[data-border=\"true\"]::after, .framer-Y7YjA [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 331\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EOZF0dR7v\":{\"layout\":[\"fixed\",\"fixed\"]},\"rwyXNhZPC\":{\"layout\":[\"fixed\",\"fixed\"]},\"THsU8UpFF\":{\"layout\":[\"fixed\",\"fixed\"]},\"XALBUO26W\":{\"layout\":[\"fixed\",\"fixed\"]},\"CQiK3EbGq\":{\"layout\":[\"fixed\",\"fixed\"]},\"GCcU7YuYA\":{\"layout\":[\"fixed\",\"fixed\"]},\"OxDwCIYut\":{\"layout\":[\"fixed\",\"fixed\"]},\"o1BGC8ML2\":{\"layout\":[\"fixed\",\"fixed\"]},\"fVFCpHuKC\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"yG2OMkXuN\":\"label\",\"ZYD0LdII9\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUdt6LRLHB=withCSS(Component,css,\"framer-Y7YjA\");export default FramerUdt6LRLHB;FramerUdt6LRLHB.displayName=\"tab-button-base\";FramerUdt6LRLHB.defaultProps={height:36,width:331};addPropertyControls(FramerUdt6LRLHB,{variant:{options:[\"FlzgVLGXi\",\"EOZF0dR7v\",\"rwyXNhZPC\",\"THsU8UpFF\"],optionTitles:[\"selected\",\"unselected\",\"selected-right-aligned\",\"unselected-right-aligned\"],title:\"Variant\",type:ControlType.Enum},yG2OMkXuN:{defaultValue:\"Title\",displayTextArea:false,title:\"Label\",type:ControlType.String},ZYD0LdII9:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerUdt6LRLHB,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUdt6LRLHB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"36\",\"framerVariables\":\"{\\\"yG2OMkXuN\\\":\\\"label\\\",\\\"ZYD0LdII9\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"331\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EOZF0dR7v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rwyXNhZPC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"THsU8UpFF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XALBUO26W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CQiK3EbGq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GCcU7YuYA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OxDwCIYut\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o1BGC8ML2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fVFCpHuKC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Udt6LRLHB.map", "// Generated by Framer (ec8bce6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/d9iEXeLSslEHP2jSY1s1/X8CrwGzGvpA4u1jrBR0w/CpeS9MrAO.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oS8YpKaluNQ566n9kg0V/6r8MAA4RJkZMdFk3G2yM/rz_ifpIn_.js\";import Button from\"https://framerusercontent.com/modules/oyOyVXgA2QbjcKjT6Iyy/418rUPULdWse5sOPnval/QcgeUBWVk.js\";import TabButtonBase from\"https://framerusercontent.com/modules/XSW6AuWXn5ZTkPrYboMw/43q8mRO6w9qtMzG7P96Y/Udt6LRLHB.js\";const TabButtonBaseFonts=getFonts(TabButtonBase);const ButtonFonts=getFonts(Button);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"n5CHrzn8F\",\"SihjhHrAv\",\"CPzEZOKtT\"];const serializationHash=\"framer-9XVDE\";const variantClassNames={CPzEZOKtT:\"framer-v-u0gio7\",n5CHrzn8F:\"framer-v-l1nj4i\",SihjhHrAv:\"framer-v-2t2z57\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.8,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"adopt-best-practices\":\"SihjhHrAv\",\"forget-digital-chores\":\"CPzEZOKtT\",\"monitor-operation-at-scales\":\"n5CHrzn8F\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"n5CHrzn8F\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"n5CHrzn8F\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear17kvd58=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SihjhHrAv\"),5e3);});const onAppeargburif=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CPzEZOKtT\"),5e3);});const onAppear154dv46=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"n5CHrzn8F\"),5e3);});const ZYD0LdII9t2fvbc=activeVariantCallback(async(...args)=>{setVariant(\"n5CHrzn8F\");});const ZYD0LdII9hwex59=activeVariantCallback(async(...args)=>{setVariant(\"SihjhHrAv\");});const ZYD0LdII91xfw5wq=activeVariantCallback(async(...args)=>{setVariant(\"CPzEZOKtT\");});useOnVariantChange(baseVariant,{CPzEZOKtT:onAppear154dv46,default:onAppear17kvd58,SihjhHrAv:onAppeargburif});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"SihjhHrAv\",\"CPzEZOKtT\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"SihjhHrAv\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"CPzEZOKtT\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-l1nj4i\",className,classNames),\"data-framer-name\":\"monitor-operation-at-scales\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"n5CHrzn8F\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({CPzEZOKtT:{\"data-framer-name\":\"forget-digital-chores\"},SihjhHrAv:{\"data-framer-name\":\"adopt-best-practices\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-srlo3l\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"JWLd7iIZA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+0+0)+4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15qq507-container\",layoutDependency:layoutDependency,layoutId:\"z9ovTKw4j-container\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"z9ovTKw4j\",layoutId:\"z9ovTKw4j\",style:{height:\"100%\",width:\"100%\"},variant:\"FlzgVLGXi\",width:\"100%\",yG2OMkXuN:\"Monitor Operation at Scales\",...addPropertyOverrides({CPzEZOKtT:{variant:\"EOZF0dR7v\",ZYD0LdII9:ZYD0LdII9t2fvbc},SihjhHrAv:{variant:\"EOZF0dR7v\",ZYD0LdII9:ZYD0LdII9t2fvbc}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+0+0)+4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kqbyoe-container\",layoutDependency:layoutDependency,layoutId:\"LPo6ljrlh-container\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"LPo6ljrlh\",layoutId:\"LPo6ljrlh\",style:{height:\"100%\",width:\"100%\"},variant:\"EOZF0dR7v\",width:\"100%\",yG2OMkXuN:\"Adopt Best Practices\",ZYD0LdII9:ZYD0LdII9hwex59,...addPropertyOverrides({SihjhHrAv:{variant:\"FlzgVLGXi\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px) / 3, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+0+0)+4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bh9yf8-container\",layoutDependency:layoutDependency,layoutId:\"Lv0Q0ndll-container\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"Lv0Q0ndll\",layoutId:\"Lv0Q0ndll\",style:{height:\"100%\",width:\"100%\"},variant:\"EOZF0dR7v\",width:\"100%\",yG2OMkXuN:\"Forget Digital Chores\",ZYD0LdII9:ZYD0LdII91xfw5wq,...addPropertyOverrides({CPzEZOKtT:{variant:\"FlzgVLGXi\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a0fzlk\",\"data-border\":true,\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"LURrsGaVw\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 1px 2px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uubvp5\",\"data-framer-name\":\"visual container\",layoutDependency:layoutDependency,layoutId:\"asEB64SFt\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1pbwenp\",\"data-framer-appear-id\":\"1pbwenp\",\"data-framer-name\":\"monitor-operation-at-scales\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"HGuzisc12\",optimized:true,style:{backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+44+8)+24+0+0+0+0),pixelHeight:1668,pixelWidth:3840,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px)`,src:\"https://framerusercontent.com/images/POvPFT2VCGEwOb7dceQeC8RtOgA.jpg\",srcSet:\"https://framerusercontent.com/images/POvPFT2VCGEwOb7dceQeC8RtOgA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/POvPFT2VCGEwOb7dceQeC8RtOgA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/POvPFT2VCGEwOb7dceQeC8RtOgA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/POvPFT2VCGEwOb7dceQeC8RtOgA.jpg 3840w\"},className:\"framer-f98ao3\",\"data-framer-name\":\"key-visual\",layoutDependency:layoutDependency,layoutId:\"nAhymaWk9\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cgcemx\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"pQH4n07O5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bdcs67\",\"data-framer-name\":\"text-container\",layoutDependency:layoutDependency,layoutId:\"q4WYFxux0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Monitor Operations at Scale\"})}),className:\"framer-1whfwmi\",\"data-framer-name\":\"monitor-operations-at-scale\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GdwzPnQ0o\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128)))\"},children:\"Stay on top of everything \u2014 handling last-minute cancellations, monitoring patient fall risks, identifying employees at risk of overtime, and celebrating employees for work anniversaries.\"})}),className:\"framer-430i8s\",\"data-framer-name\":\"Stay on top of everything\u2014from detecting employee birthdays or work anniversaries to handling last-minute cancellations, monitoring nurses reporting patient fall risks, and identifying employees at risk of overtime.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"odN3NNXHy\",style:{\"--extracted-r6o4lv\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+44+8)+24+0+0+0+416+0+174,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lpgwzw-container\",\"data-framer-name\":\"get-started\",layoutDependency:layoutDependency,layoutId:\"xJN7GD_7k-container\",name:\"get-started\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks[0],height:\"100%\",id:\"xJN7GD_7k\",kPwoYrlGG:true,layoutId:\"xJN7GD_7k\",name:\"get-started\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1s0g0tw\",\"data-framer-appear-id\":\"1s0g0tw\",\"data-framer-name\":\"adopt-best-practices\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"pXAFGO7B6\",optimized:true,style:{backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:3840,src:\"https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg\",srcSet:\"https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg 3840w\"},className:\"framer-1nsl45g\",\"data-framer-name\":\"key-visual\",layoutDependency:layoutDependency,layoutId:\"uzberxwEC\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({SihjhHrAv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+44+8)+24+0+0+0+0),pixelHeight:1600,pixelWidth:3840,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px)`,src:\"https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg\",srcSet:\"https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TOMXoNvLEqCBiF3dmh8JOVEkreg.jpg 3840w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lrnoty\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"rVT2sw9rk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2lwk0s\",\"data-framer-name\":\"text-container\",layoutDependency:layoutDependency,layoutId:\"sZZIGcnId\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Adopt Best Practice\"})}),className:\"framer-1ayi4xr\",\"data-framer-name\":\"adopt-best-practice\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uQIX4YGmo\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128)))\"},children:\"Zingage adapts based on your goals and data to recommend your best practices in realtime \u2014 text reminders to automated phone calls and document processing. All you need to do is approve.\"})}),className:\"framer-f4e2t9\",\"data-framer-name\":\"Let your AI Secretary handle the heavy lifting\u2014from incentive pay and text reminders to automated phone calls and document processing. All you need to do is approve.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qe9SU4Ppd\",style:{\"--extracted-r6o4lv\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({SihjhHrAv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+44+8)+24+0+0+0+416+0+174}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cxt50e-container\",\"data-framer-name\":\"get-started\",layoutDependency:layoutDependency,layoutId:\"QRJTCUqF1-container\",name:\"get-started\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://form.typeform.com/to/adc2ytJO\",height:\"100%\",id:\"QRJTCUqF1\",kPwoYrlGG:true,layoutId:\"QRJTCUqF1\",name:\"get-started\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-8215g1\",\"data-framer-appear-id\":\"8215g1\",\"data-framer-name\":\"forget-digital-chores\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"GqAfKyKwk\",optimized:true,style:{backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1600,pixelWidth:3840,src:\"https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png\",srcSet:\"https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png?scale-down-to=512 512w,https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png 3840w\"},className:\"framer-1cq92yb\",\"data-framer-name\":\"key-visual\",layoutDependency:layoutDependency,layoutId:\"VNLV4mzD0\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({CPzEZOKtT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+44+8)+24+0+0+0+0),pixelHeight:1600,pixelWidth:3840,sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px, 1px)`,src:\"https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png\",srcSet:\"https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png?scale-down-to=512 512w,https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UdS1rVFQO7CllOyMwMdqbDV0Os.png 3840w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1um64er\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"aqrvx0FSi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h50gt2\",\"data-framer-name\":\"text-container\",layoutDependency:layoutDependency,layoutId:\"jrAXYSuJl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Forget Digital Chores\"})}),className:\"framer-1d4ouo3\",\"data-framer-name\":\"forget-digital-chores\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KDhjFkqZU\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128)))\"},children:\"Zingage meets you where you already work - managing your business feels as effortless as sending a text message. We seamlessly sync with your existing data systems in the background.\"})}),className:\"framer-ok0gnt\",\"data-framer-name\":\"With Zingage, managing tasks feels as effortless as sending a text message, while seamlessly syncing with your existing data systems in the background.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JNc7CMJFr\",style:{\"--extracted-r6o4lv\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({CPzEZOKtT:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-724)/2+44+8)+24+0+0+0+416+0+174}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-107n9ca-container\",\"data-framer-name\":\"get-started\",layoutDependency:layoutDependency,layoutId:\"i9daeKE38-container\",name:\"get-started\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://form.typeform.com/to/adc2ytJO\",height:\"100%\",id:\"i9daeKE38\",kPwoYrlGG:true,layoutId:\"i9daeKE38\",name:\"get-started\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9XVDE.framer-1u0rv5x, .framer-9XVDE .framer-1u0rv5x { display: block; }\",\".framer-9XVDE.framer-l1nj4i { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1008px; }\",\".framer-9XVDE .framer-srlo3l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 4px; position: relative; width: 100%; }\",\".framer-9XVDE .framer-15qq507-container, .framer-9XVDE .framer-1kqbyoe-container, .framer-9XVDE .framer-bh9yf8-container { flex: 1 0 0px; height: 36px; position: relative; width: 1px; }\",\".framer-9XVDE .framer-1a0fzlk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-9XVDE .framer-1uubvp5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9XVDE .framer-1pbwenp, .framer-9XVDE .framer-1s0g0tw { align-content: center; align-items: center; 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-9XVDE .framer-f98ao3, .framer-9XVDE .framer-1nsl45g, .framer-9XVDE .framer-1cq92yb { aspect-ratio: 2.4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 83px); position: relative; width: 100%; }\",\".framer-9XVDE .framer-1cgcemx, .framer-9XVDE .framer-1lrnoty, .framer-9XVDE .framer-1um64er { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9XVDE .framer-1bdcs67, .framer-9XVDE .framer-2lwk0s, .framer-9XVDE .framer-h50gt2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9XVDE .framer-1whfwmi, .framer-9XVDE .framer-430i8s, .framer-9XVDE .framer-1ayi4xr, .framer-9XVDE .framer-f4e2t9, .framer-9XVDE .framer-1d4ouo3, .framer-9XVDE .framer-ok0gnt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 479px; word-break: break-word; word-wrap: break-word; }\",\".framer-9XVDE .framer-1lpgwzw-container, .framer-9XVDE .framer-cxt50e-container, .framer-9XVDE .framer-107n9ca-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9XVDE .framer-8215g1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9XVDE.framer-l1nj4i, .framer-9XVDE .framer-srlo3l, .framer-9XVDE .framer-1a0fzlk, .framer-9XVDE .framer-1uubvp5, .framer-9XVDE .framer-1pbwenp, .framer-9XVDE .framer-1bdcs67, .framer-9XVDE .framer-1s0g0tw, .framer-9XVDE .framer-2lwk0s, .framer-9XVDE .framer-8215g1, .framer-9XVDE .framer-h50gt2 { gap: 0px; } .framer-9XVDE.framer-l1nj4i > *, .framer-9XVDE .framer-1bdcs67 > *, .framer-9XVDE .framer-2lwk0s > *, .framer-9XVDE .framer-h50gt2 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-9XVDE.framer-l1nj4i > :first-child, .framer-9XVDE .framer-1a0fzlk > :first-child, .framer-9XVDE .framer-1pbwenp > :first-child, .framer-9XVDE .framer-1bdcs67 > :first-child, .framer-9XVDE .framer-1s0g0tw > :first-child, .framer-9XVDE .framer-2lwk0s > :first-child, .framer-9XVDE .framer-8215g1 > :first-child, .framer-9XVDE .framer-h50gt2 > :first-child { margin-top: 0px; } .framer-9XVDE.framer-l1nj4i > :last-child, .framer-9XVDE .framer-1a0fzlk > :last-child, .framer-9XVDE .framer-1pbwenp > :last-child, .framer-9XVDE .framer-1bdcs67 > :last-child, .framer-9XVDE .framer-1s0g0tw > :last-child, .framer-9XVDE .framer-2lwk0s > :last-child, .framer-9XVDE .framer-8215g1 > :last-child, .framer-9XVDE .framer-h50gt2 > :last-child { margin-bottom: 0px; } .framer-9XVDE .framer-srlo3l > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-9XVDE .framer-srlo3l > :first-child, .framer-9XVDE .framer-1uubvp5 > :first-child { margin-left: 0px; } .framer-9XVDE .framer-srlo3l > :last-child, .framer-9XVDE .framer-1uubvp5 > :last-child { margin-right: 0px; } .framer-9XVDE .framer-1a0fzlk > *, .framer-9XVDE .framer-1pbwenp > *, .framer-9XVDE .framer-1s0g0tw > *, .framer-9XVDE .framer-8215g1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-9XVDE .framer-1uubvp5 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-9XVDE[data-border=\"true\"]::after, .framer-9XVDE [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 604\n * @framerIntrinsicWidth 1008\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SihjhHrAv\":{\"layout\":[\"fixed\",\"auto\"]},\"CPzEZOKtT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraipTtlQn_=withCSS(Component,css,\"framer-9XVDE\");export default FrameraipTtlQn_;FrameraipTtlQn_.displayName=\"features-tab\";FrameraipTtlQn_.defaultProps={height:604,width:1008};addPropertyControls(FrameraipTtlQn_,{variant:{options:[\"n5CHrzn8F\",\"SihjhHrAv\",\"CPzEZOKtT\"],optionTitles:[\"monitor-operation-at-scales\",\"adopt-best-practices\",\"forget-digital-chores\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraipTtlQn_,[{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\"}]},...TabButtonBaseFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraipTtlQn_\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1008\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SihjhHrAv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CPzEZOKtT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"604\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TabButtonBase from\"https://framerusercontent.com/modules/XSW6AuWXn5ZTkPrYboMw/43q8mRO6w9qtMzG7P96Y/Udt6LRLHB.js\";const TabButtonBaseFonts=getFonts(TabButtonBase);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const cycleOrder=[\"qL4M6OnEm\",\"fRxx5K3yv\",\"de9KSHeol\",\"yIRFhUdX0\",\"cr0JrA0n1\",\"SlDPaC0yg\"];const serializationHash=\"framer-v7sgF\";const variantClassNames={cr0JrA0n1:\"framer-v-tfdy40\",de9KSHeol:\"framer-v-126yufq\",fRxx5K3yv:\"framer-v-1p0g8dg\",qL4M6OnEm:\"framer-v-10if7jk\",SlDPaC0yg:\"framer-v-suzqkl\",yIRFhUdX0:\"framer-v-h1bqff\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.8,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"admin-alerts\":\"cr0JrA0n1\",\"and more..\":\"SlDPaC0yg\",\"compliance-checking\":\"de9KSHeol\",\"real-time-check-ins\":\"yIRFhUdX0\",recruiting:\"fRxx5K3yv\",scheduling:\"qL4M6OnEm\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"qL4M6OnEm\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qL4M6OnEm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ZYD0LdII98ianr4=activeVariantCallback(async(...args)=>{setVariant(\"qL4M6OnEm\");});const ZYD0LdII914anv76=activeVariantCallback(async(...args)=>{setVariant(\"fRxx5K3yv\");});const ZYD0LdII9hcm8jz=activeVariantCallback(async(...args)=>{setVariant(\"de9KSHeol\");});const ZYD0LdII9trywxu=activeVariantCallback(async(...args)=>{setVariant(\"yIRFhUdX0\");});const ZYD0LdII9k4mpex=activeVariantCallback(async(...args)=>{setVariant(\"cr0JrA0n1\");});const ZYD0LdII9goedvq=activeVariantCallback(async(...args)=>{setVariant(\"SlDPaC0yg\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"fRxx5K3yv\",\"de9KSHeol\",\"yIRFhUdX0\",\"cr0JrA0n1\",\"SlDPaC0yg\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"fRxx5K3yv\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"de9KSHeol\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"yIRFhUdX0\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"cr0JrA0n1\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"SlDPaC0yg\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10if7jk\",className,classNames),\"data-framer-name\":\"scheduling\",layoutDependency:layoutDependency,layoutId:\"qL4M6OnEm\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({cr0JrA0n1:{\"data-framer-name\":\"admin-alerts\"},de9KSHeol:{\"data-framer-name\":\"compliance-checking\"},fRxx5K3yv:{\"data-framer-name\":\"recruiting\"},SlDPaC0yg:{\"data-framer-name\":\"and more..\"},yIRFhUdX0:{\"data-framer-name\":\"real-time-check-ins\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ulzz2v\",\"data-border\":true,\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"L39Mn8y9p\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(233, 233, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+4+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r6k5qy-container\",\"data-framer-name\":\"scheduling\",layoutDependency:layoutDependency,layoutId:\"I7yArLBv1-container\",name:\"scheduling\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"I7yArLBv1\",layoutId:\"I7yArLBv1\",name:\"scheduling\",style:{height:\"100%\",width:\"100%\"},variant:\"rwyXNhZPC\",width:\"100%\",yG2OMkXuN:\"Scheduling\",...addPropertyOverrides({cr0JrA0n1:{variant:\"THsU8UpFF\",ZYD0LdII9:ZYD0LdII98ianr4},de9KSHeol:{variant:\"THsU8UpFF\",ZYD0LdII9:ZYD0LdII98ianr4},fRxx5K3yv:{variant:\"THsU8UpFF\",ZYD0LdII9:ZYD0LdII98ianr4},SlDPaC0yg:{variant:\"THsU8UpFF\",ZYD0LdII9:ZYD0LdII98ianr4},yIRFhUdX0:{variant:\"THsU8UpFF\",ZYD0LdII9:ZYD0LdII98ianr4}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+4+(0+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+8),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wqgjc5-container\",\"data-framer-name\":\"recruiting\",layoutDependency:layoutDependency,layoutId:\"vK9j2HTqi-container\",name:\"recruiting\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"vK9j2HTqi\",layoutId:\"vK9j2HTqi\",name:\"recruiting\",style:{height:\"100%\",width:\"100%\"},variant:\"THsU8UpFF\",width:\"100%\",yG2OMkXuN:\"Recruiting\",ZYD0LdII9:ZYD0LdII914anv76,...addPropertyOverrides({fRxx5K3yv:{variant:\"rwyXNhZPC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+4+(0+(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1)+16),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f2rbb0-container\",\"data-framer-name\":\"compliance-checking\",layoutDependency:layoutDependency,layoutId:\"nDoUCa1nj-container\",name:\"compliance-checking\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"nDoUCa1nj\",layoutId:\"nDoUCa1nj\",name:\"compliance-checking\",style:{height:\"100%\",width:\"100%\"},variant:\"THsU8UpFF\",width:\"100%\",yG2OMkXuN:\"Compliance Checking\",ZYD0LdII9:ZYD0LdII9hcm8jz,...addPropertyOverrides({de9KSHeol:{variant:\"rwyXNhZPC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+4+(0+(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1)+24),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fwqrro-container\",\"data-framer-name\":\"real-time-check-ins\",layoutDependency:layoutDependency,layoutId:\"v2UMOq7oL-container\",name:\"real-time-check-ins\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"v2UMOq7oL\",layoutId:\"v2UMOq7oL\",name:\"real-time-check-ins\",style:{height:\"100%\",width:\"100%\"},variant:\"THsU8UpFF\",width:\"100%\",yG2OMkXuN:\"Real Time Reminders\",ZYD0LdII9:ZYD0LdII9trywxu,...addPropertyOverrides({yIRFhUdX0:{variant:\"rwyXNhZPC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+4+(0+(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1)+32),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8fvqiy-container\",\"data-framer-name\":\"admin-alerts\",layoutDependency:layoutDependency,layoutId:\"CEYiJelM0-container\",name:\"admin-alerts\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"CEYiJelM0\",layoutId:\"CEYiJelM0\",name:\"admin-alerts\",style:{height:\"100%\",width:\"100%\"},variant:\"THsU8UpFF\",width:\"100%\",yG2OMkXuN:\"Admin Alerts\",ZYD0LdII9:ZYD0LdII9k4mpex,...addPropertyOverrides({cr0JrA0n1:{variant:\"rwyXNhZPC\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+4+(0+(Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1+Math.max(0,((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||392)-0)*1-8-40)/6)*1)+40),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ebrlee-container\",\"data-framer-name\":\"and more..\",layoutDependency:layoutDependency,layoutId:\"Qdwj2UUx6-container\",name:\"and more..\",children:/*#__PURE__*/_jsx(TabButtonBase,{height:\"100%\",id:\"Qdwj2UUx6\",layoutId:\"Qdwj2UUx6\",name:\"and more..\",style:{height:\"100%\",width:\"100%\"},variant:\"THsU8UpFF\",width:\"100%\",yG2OMkXuN:\"And so much more..\",ZYD0LdII9:ZYD0LdII9goedvq,...addPropertyOverrides({SlDPaC0yg:{variant:\"rwyXNhZPC\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fyfhfb\",\"data-border\":true,\"data-framer-name\":\"images-container\",layoutDependency:layoutDependency,layoutId:\"gBB3Dq2HX\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(233, 233, 235)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 1px 2px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737)\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+24+0),pixelHeight:1376,pixelWidth:2784,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 264px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/VeRpyL7LRWPdnNDJzKBogVVEhdk.png\",srcSet:\"https://framerusercontent.com/images/VeRpyL7LRWPdnNDJzKBogVVEhdk.png?scale-down-to=512 512w,https://framerusercontent.com/images/VeRpyL7LRWPdnNDJzKBogVVEhdk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VeRpyL7LRWPdnNDJzKBogVVEhdk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VeRpyL7LRWPdnNDJzKBogVVEhdk.png 2784w\"},className:\"framer-xyo78t\",\"data-framer-appear-id\":\"xyo78t\",\"data-framer-name\":\"scheduling\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"eMtH7N_kQ\",optimized:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",pixelHeight:1376,pixelWidth:2784,src:\"https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png\",srcSet:\"https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png?scale-down-to=512 512w,https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png 2784w\"},className:\"framer-15r3xtk\",\"data-framer-appear-id\":\"15r3xtk\",\"data-framer-name\":\"recruiting\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"LgAExDQls\",optimized:true,...addPropertyOverrides({fRxx5K3yv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+24+0),pixelHeight:1376,pixelWidth:2784,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 264px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png\",srcSet:\"https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png?scale-down-to=512 512w,https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dAfeSvPSPgmrSWv4wQpJ2gHGHHE.png 2784w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,pixelHeight:1376,pixelWidth:2784,src:\"https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png 2784w\"},className:\"framer-dngw8i\",\"data-framer-appear-id\":\"dngw8i\",\"data-framer-name\":\"compliance-checking\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"NO5vHipZG\",optimized:true,...addPropertyOverrides({de9KSHeol:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+24+0),pixelHeight:1376,pixelWidth:2784,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 264px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=512 512w,https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7THhURSvzZqoX8wp92NcIGRnI8.png 2784w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,pixelHeight:1376,pixelWidth:2784,src:\"https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg 2784w\"},className:\"framer-hlnzd8\",\"data-framer-appear-id\":\"hlnzd8\",\"data-framer-name\":\"real-time-check-ins\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"zOTX1ctc9\",optimized:true,...addPropertyOverrides({yIRFhUdX0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+24+0),pixelHeight:1376,pixelWidth:2784,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 264px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9g4mTgRAFxbeSyLWZhNui2Xas.jpg 2784w\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,pixelHeight:1376,pixelWidth:2784,src:\"https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=512 512w,https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png 2784w\"},className:\"framer-zvof5r\",\"data-framer-appear-id\":\"zvof5r\",\"data-framer-name\":\"admin-alerts\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"wyz3_BczR\",optimized:true,...addPropertyOverrides({cr0JrA0n1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+24+0),pixelHeight:1376,pixelWidth:2784,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 264px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=512 512w,https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VlHCOnx4DpxRzyqZXP7EHD2TK0g.png 2784w\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,pixelHeight:1376,pixelWidth:2784,src:\"https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=512 512w,https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png 2784w\"},className:\"framer-18bmkjo\",\"data-framer-appear-id\":\"18bmkjo\",\"data-framer-name\":\"and-more\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Xt0Vpqoqt\",optimized:true,...addPropertyOverrides({SlDPaC0yg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:688,intrinsicWidth:1392,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+24+0),pixelHeight:1376,pixelWidth:2784,sizes:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 264px, 1px) - 48px)`,src:\"https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=512 512w,https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HAQxtfflEYnWlbvSYc0ZAKHeYI.png 2784w\"}}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v7sgF.framer-1li76ks, .framer-v7sgF .framer-1li76ks { display: block; }\",\".framer-v7sgF.framer-10if7jk { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 392px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1008px; }\",\".framer-v7sgF .framer-1ulzz2v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: visible; padding: 4px; position: relative; width: 256px; }\",\".framer-v7sgF .framer-1r6k5qy-container, .framer-v7sgF .framer-wqgjc5-container, .framer-v7sgF .framer-f2rbb0-container, .framer-v7sgF .framer-fwqrro-container, .framer-v7sgF .framer-8fvqiy-container, .framer-v7sgF .framer-1ebrlee-container, .framer-v7sgF .framer-xyo78t, .framer-v7sgF .framer-15r3xtk { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-v7sgF .framer-fyfhfb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 1px; }\",\".framer-v7sgF .framer-dngw8i, .framer-v7sgF .framer-hlnzd8, .framer-v7sgF .framer-zvof5r, .framer-v7sgF .framer-18bmkjo { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v7sgF.framer-10if7jk, .framer-v7sgF .framer-1ulzz2v, .framer-v7sgF .framer-fyfhfb { gap: 0px; } .framer-v7sgF.framer-10if7jk > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-v7sgF.framer-10if7jk > :first-child { margin-left: 0px; } .framer-v7sgF.framer-10if7jk > :last-child { margin-right: 0px; } .framer-v7sgF .framer-1ulzz2v > *, .framer-v7sgF .framer-fyfhfb > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-v7sgF .framer-1ulzz2v > :first-child, .framer-v7sgF .framer-fyfhfb > :first-child { margin-top: 0px; } .framer-v7sgF .framer-1ulzz2v > :last-child, .framer-v7sgF .framer-fyfhfb > :last-child { margin-bottom: 0px; } }\",'.framer-v7sgF[data-border=\"true\"]::after, .framer-v7sgF [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 392\n * @framerIntrinsicWidth 1008\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fRxx5K3yv\":{\"layout\":[\"fixed\",\"fixed\"]},\"de9KSHeol\":{\"layout\":[\"fixed\",\"fixed\"]},\"yIRFhUdX0\":{\"layout\":[\"fixed\",\"fixed\"]},\"cr0JrA0n1\":{\"layout\":[\"fixed\",\"fixed\"]},\"SlDPaC0yg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBSzqy5iO0=withCSS(Component,css,\"framer-v7sgF\");export default FramerBSzqy5iO0;FramerBSzqy5iO0.displayName=\"ready-to-use-tab\";FramerBSzqy5iO0.defaultProps={height:392,width:1008};addPropertyControls(FramerBSzqy5iO0,{variant:{options:[\"qL4M6OnEm\",\"fRxx5K3yv\",\"de9KSHeol\",\"yIRFhUdX0\",\"cr0JrA0n1\",\"SlDPaC0yg\"],optionTitles:[\"scheduling\",\"recruiting\",\"compliance-checking\",\"real-time-check-ins\",\"admin-alerts\",\"and more..\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBSzqy5iO0,[{explicitInter:true,fonts:[]},...TabButtonBaseFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBSzqy5iO0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1008\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fRxx5K3yv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"de9KSHeol\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yIRFhUdX0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cr0JrA0n1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SlDPaC0yg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"392\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BSzqy5iO0.map", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oS8YpKaluNQ566n9kg0V/6r8MAA4RJkZMdFk3G2yM/rz_ifpIn_.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jes8eDN26Daiuu8Ra7ry/XwCZLawL9iGYAFUcYhVu/YBDLPeIqs.js\";const enabledGestures={nX_DiRd8r:{hover:true,pressed:true}};const serializationHash=\"framer-UXzw7\";const variantClassNames={nX_DiRd8r:\"framer-v-1x3254m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({datePublished,height,id,link,media,title,width,...props})=>{var _ref,_ref1;return{...props,Kt9ZwglMW:link!==null&&link!==void 0?link:props.Kt9ZwglMW,OZMBRa7Kp:(_ref=datePublished!==null&&datePublished!==void 0?datePublished:props.OZMBRa7Kp)!==null&&_ref!==void 0?_ref:\"Aug 7, 2024   \\xb7  4 min read\",QmEMRU5FP:(_ref1=title!==null&&title!==void 0?title:props.QmEMRU5FP)!==null&&_ref1!==void 0?_ref1:\"How home-care company Griswold reduced employee turnover by 20% with the help of AI\",vqocmdyVv:media!==null&&media!==void 0?media:props.vqocmdyVv};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QmEMRU5FP,OZMBRa7Kp,vqocmdyVv,Kt9ZwglMW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"nX_DiRd8r\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Kt9ZwglMW,nodeId:\"nX_DiRd8r\",openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1x3254m\",className,classNames)} framer-2johab`,\"data-border\":true,\"data-framer-name\":\"rest\",layoutDependency:layoutDependency,layoutId:\"nX_DiRd8r\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 1px 2px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737)\",...style},variants:{\"nX_DiRd8r-hover\":{boxShadow:\"0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px 0px rgba(10, 13, 18, 0.03), 0px 2px 2px 0px rgba(10, 13, 18, 0.04)\"},\"nX_DiRd8r-pressed\":{backgroundColor:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",boxShadow:\"0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px 0px rgba(10, 13, 18, 0.03), 0px 2px 2px 0px rgba(10, 13, 18, 0.04)\"}},...addPropertyOverrides({\"nX_DiRd8r-hover\":{\"data-framer-name\":undefined},\"nX_DiRd8r-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-48-248)/1*0)),sizes:\"164px\",...toResponsiveImage(vqocmdyVv),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-170dl1r\",\"data-framer-name\":\"image 125\",layoutDependency:layoutDependency,layoutId:\"o5y_VuLza\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hrq2r9\",\"data-framer-name\":\"Frame 2147225693\",layoutDependency:layoutDependency,layoutId:\"t7EUIpyq5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",children:\"How home-care company Griswold reduced employee turnover by 20% with the help of AI\"})}),className:\"framer-2lhn2i\",\"data-framer-name\":\"How home-care company Griswold reduced employee turnover by 20% with the help of AI\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U_Isf9VVx\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:QmEMRU5FP,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7)))\"},children:\"Aug 7, 2024   \\xb7  4 min read\"})}),className:\"framer-1rehwj\",\"data-framer-name\":\"Aug 7, 2024 \\xb7 4 min read\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v5W6b1jQV\",style:{\"--extracted-r6o4lv\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\",\"--framer-paragraph-spacing\":\"0px\"},text:OZMBRa7Kp,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UXzw7.framer-2johab, .framer-UXzw7 .framer-2johab { display: block; }\",\".framer-UXzw7.framer-1x3254m { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 200px; justify-content: space-between; overflow: visible; padding: 24px; position: relative; text-decoration: none; width: 330px; }\",\".framer-UXzw7 .framer-170dl1r { flex: none; height: 30px; position: relative; width: 164px; }\",\".framer-UXzw7 .framer-hrq2r9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UXzw7 .framer-2lhn2i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-UXzw7 .framer-1rehwj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 299px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UXzw7 .framer-hrq2r9 { gap: 0px; } .framer-UXzw7 .framer-hrq2r9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-UXzw7 .framer-hrq2r9 > :first-child { margin-top: 0px; } .framer-UXzw7 .framer-hrq2r9 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-UXzw7[data-border=\"true\"]::after, .framer-UXzw7 [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 330\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FSBb24Ur1\":{\"layout\":[\"fixed\",\"fixed\"]},\"opynu4O_F\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"QmEMRU5FP\":\"title\",\"OZMBRa7Kp\":\"datePublished\",\"vqocmdyVv\":\"media\",\"Kt9ZwglMW\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdxCgZXXku=withCSS(Component,css,\"framer-UXzw7\");export default FramerdxCgZXXku;FramerdxCgZXXku.displayName=\"news-card\";FramerdxCgZXXku.defaultProps={height:200,width:330};addPropertyControls(FramerdxCgZXXku,{QmEMRU5FP:{defaultValue:\"How home-care company Griswold reduced employee turnover by 20% with the help of AI\",displayTextArea:false,title:\"Title\",type:ControlType.String},OZMBRa7Kp:{defaultValue:\"Aug 7, 2024   \\xb7  4 min read\",displayTextArea:false,title:\"Date Published\",type:ControlType.String},vqocmdyVv:{title:\"Media\",type:ControlType.ResponsiveImage},Kt9ZwglMW:{title:\"Link\",type:ControlType.Link}});addFonts(FramerdxCgZXXku,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdxCgZXXku\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"330\",\"framerVariables\":\"{\\\"QmEMRU5FP\\\":\\\"title\\\",\\\"OZMBRa7Kp\\\":\\\"datePublished\\\",\\\"vqocmdyVv\\\":\\\"media\\\",\\\"Kt9ZwglMW\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FSBb24Ur1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"opynu4O_F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dxCgZXXku.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"iIfItEJZ5\",\"OZ3hPqeRI\",\"nslUOnccM\",\"Y0Y463SjG\",\"fYe835LZw\"];const serializationHash=\"framer-kEzI8\";const variantClassNames={fYe835LZw:\"framer-v-fbpa6f\",iIfItEJZ5:\"framer-v-kj4rrb\",nslUOnccM:\"framer-v-1fktu2l\",OZ3hPqeRI:\"framer-v-1q0xspz\",Y0Y463SjG:\"framer-v-lrwcfh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop 1\":\"iIfItEJZ5\",\"desktop 2\":\"OZ3hPqeRI\",\"desktop 3\":\"nslUOnccM\",\"desktop 4\":\"Y0Y463SjG\",desktop5:\"fYe835LZw\"};const getProps=({height,id,text1,text2,text3,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,B_vc8jjQW:(_ref=text1!==null&&text1!==void 0?text1:props.B_vc8jjQW)!==null&&_ref!==void 0?_ref:\"the next call out\",kdfJBCn4E:(_ref1=title!==null&&title!==void 0?title:props.kdfJBCn4E)!==null&&_ref1!==void 0?_ref1:\"in-service requirements\",rPu0O6m0W:(_ref2=text2!==null&&text2!==void 0?text2:props.rPu0O6m0W)!==null&&_ref2!==void 0?_ref2:\"quiet quitting\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"iIfItEJZ5\",Xf4wnXjiv:(_ref4=text3!==null&&text3!==void 0?text3:props.Xf4wnXjiv)!==null&&_ref4!==void 0?_ref4:\"patient fall\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,B_vc8jjQW,rPu0O6m0W,Xf4wnXjiv,kdfJBCn4E,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iIfItEJZ5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1jkgfux=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OZ3hPqeRI\"),1e3);});const onAppear1s5wodm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nslUOnccM\"),2e3);});const onAppear12882aq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Y0Y463SjG\"),2e3);});const onAppear1m4mf3p=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fYe835LZw\"),2e3);});const onAppear10155ct=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iIfItEJZ5\"),1e3);});const onTapg58vw3=activeVariantCallback(async(...args)=>{setVariant(\"nslUOnccM\");});useOnVariantChange(baseVariant,{default:onAppear1jkgfux,fYe835LZw:onAppear10155ct,nslUOnccM:onAppear12882aq,OZ3hPqeRI:onAppear1s5wodm,Y0Y463SjG:onAppear1m4mf3p});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({fYe835LZw:{value:transition2},nslUOnccM:{value:transition2},OZ3hPqeRI:{value:transition2},Y0Y463SjG:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-kj4rrb\",className,classNames),\"data-framer-name\":\"desktop 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iIfItEJZ5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fYe835LZw:{\"data-framer-name\":\"desktop5\"},nslUOnccM:{\"data-framer-name\":\"desktop 3\"},OZ3hPqeRI:{\"data-framer-name\":\"desktop 2\"},Y0Y463SjG:{\"data-framer-name\":\"desktop 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"companies.\"})})}),className:\"framer-cvcqcy\",\"data-framer-name\":\"text 1\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"OS1ATU4vO\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B_vc8jjQW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"existing investors.\"})})}),className:\"framer-17bz180\",\"data-framer-name\":\"text 2\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"N0Urc8maT\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:rPu0O6m0W,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fYe835LZw:{transformTemplate:transformTemplate1},nslUOnccM:{transformTemplate:transformTemplate1},OZ3hPqeRI:{\"data-highlight\":true,onTap:onTapg58vw3},Y0Y463SjG:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"CEOs/CFOs.\"})})}),className:\"framer-ciam05\",\"data-framer-name\":\"text 3\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"aLdQ6JxfV\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Xf4wnXjiv,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"companies.\"})})}),className:\"framer-15bg9j1\",\"data-framer-name\":\"text 1 - 2nd\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"QOjtVjbst\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:kdfJBCn4E,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nslUOnccM:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"companies.\"})})}),className:\"framer-xui5ao\",\"data-framer-name\":\"text 5\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"jd2mmvPPf\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B_vc8jjQW,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kEzI8.framer-1lhcxdj, .framer-kEzI8 .framer-1lhcxdj { display: block; }\",\".framer-kEzI8.framer-kj4rrb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kEzI8 .framer-cvcqcy { flex: none; height: 50px; position: relative; white-space: pre; width: auto; }\",\".framer-kEzI8 .framer-17bz180 { bottom: -50px; flex: none; height: 50px; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kEzI8 .framer-ciam05 { bottom: -100px; flex: none; height: 50px; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kEzI8 .framer-15bg9j1 { bottom: -150px; flex: none; height: 50px; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-kEzI8 .framer-xui5ao { bottom: -195px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kEzI8.framer-kj4rrb { gap: 0px; } .framer-kEzI8.framer-kj4rrb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kEzI8.framer-kj4rrb > :first-child { margin-left: 0px; } .framer-kEzI8.framer-kj4rrb > :last-child { margin-right: 0px; } }\",\".framer-kEzI8.framer-v-1q0xspz .framer-cvcqcy { bottom: 48px; height: auto; left: 0px; position: absolute; z-index: 1; }\",\".framer-kEzI8.framer-v-1q0xspz .framer-17bz180 { bottom: unset; cursor: pointer; left: unset; position: relative; }\",\".framer-kEzI8.framer-v-1q0xspz .framer-ciam05 { bottom: -48px; left: 1px; }\",\".framer-kEzI8.framer-v-1q0xspz .framer-15bg9j1 { bottom: -93px; height: auto; left: unset; right: -83px; }\",\".framer-kEzI8.framer-v-1q0xspz .framer-xui5ao { bottom: -138px; }\",\".framer-kEzI8.framer-v-1fktu2l .framer-cvcqcy { bottom: 100px; height: auto; left: 0px; position: absolute; z-index: 1; }\",\".framer-kEzI8.framer-v-1fktu2l .framer-17bz180 { bottom: unset; top: -50%; }\",\".framer-kEzI8.framer-v-1fktu2l .framer-ciam05 { bottom: unset; left: unset; position: relative; }\",\".framer-kEzI8.framer-v-1fktu2l .framer-15bg9j1 { bottom: unset; height: auto; left: 0px; top: 144%; }\",\".framer-kEzI8.framer-v-1fktu2l .framer-xui5ao { bottom: -90px; }\",\".framer-kEzI8.framer-v-lrwcfh .framer-cvcqcy { bottom: 150px; height: auto; left: 0px; order: 0; position: absolute; z-index: 1; }\",\".framer-kEzI8.framer-v-lrwcfh .framer-17bz180 { bottom: unset; order: 2; top: -150%; }\",\".framer-kEzI8.framer-v-lrwcfh .framer-ciam05 { bottom: 50px; left: 0px; order: 1; }\",\".framer-kEzI8.framer-v-lrwcfh .framer-15bg9j1 { bottom: unset; height: auto; left: unset; order: 3; position: relative; }\",\".framer-kEzI8.framer-v-lrwcfh .framer-xui5ao { bottom: -45px; order: 4; }\",\".framer-kEzI8.framer-v-fbpa6f .framer-cvcqcy { bottom: 198px; height: auto; left: 0px; order: 0; position: absolute; z-index: 1; }\",\".framer-kEzI8.framer-v-fbpa6f .framer-17bz180 { bottom: unset; order: 2; top: -246%; }\",\".framer-kEzI8.framer-v-fbpa6f .framer-ciam05 { bottom: 98px; left: 0px; order: 1; }\",\".framer-kEzI8.framer-v-fbpa6f .framer-15bg9j1 { bottom: unset; height: auto; left: 0px; order: 3; top: -48px; }\",\".framer-kEzI8.framer-v-fbpa6f .framer-xui5ao { bottom: unset; height: 50px; left: unset; order: 4; position: relative; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 280.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"OZ3hPqeRI\":{\"layout\":[\"auto\",\"fixed\"]},\"nslUOnccM\":{\"layout\":[\"auto\",\"fixed\"]},\"Y0Y463SjG\":{\"layout\":[\"auto\",\"fixed\"]},\"fYe835LZw\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"B_vc8jjQW\":\"text1\",\"rPu0O6m0W\":\"text2\",\"Xf4wnXjiv\":\"text3\",\"kdfJBCn4E\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkodOFkszU=withCSS(Component,css,\"framer-kEzI8\");export default FramerkodOFkszU;FramerkodOFkszU.displayName=\"slide-texts\";FramerkodOFkszU.defaultProps={height:50,width:280.5};addPropertyControls(FramerkodOFkszU,{variant:{options:[\"iIfItEJZ5\",\"OZ3hPqeRI\",\"nslUOnccM\",\"Y0Y463SjG\",\"fYe835LZw\"],optionTitles:[\"desktop 1\",\"desktop 2\",\"desktop 3\",\"desktop 4\",\"desktop5\"],title:\"Variant\",type:ControlType.Enum},B_vc8jjQW:{defaultValue:\"the next call out\",displayTextArea:false,placeholder:\"\",title:\"Text 1\",type:ControlType.String},rPu0O6m0W:{defaultValue:\"quiet quitting\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},Xf4wnXjiv:{defaultValue:\"patient fall\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},kdfJBCn4E:{defaultValue:\"in-service requirements\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerkodOFkszU,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkodOFkszU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"B_vc8jjQW\\\":\\\"text1\\\",\\\"rPu0O6m0W\\\":\\\"text2\\\",\\\"Xf4wnXjiv\\\":\\\"text3\\\",\\\"kdfJBCn4E\\\":\\\"title\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"OZ3hPqeRI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"nslUOnccM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Y0Y463SjG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fYe835LZw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"280.5\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kodOFkszU.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={SIuw_ZdG7:{hover:true,pressed:true}};const serializationHash=\"framer-dqWmV\";const variantClassNames={SIuw_ZdG7:\"framer-v-1ed0col\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,width,...props})=>{return{...props,ERzhl5_WH:link!==null&&link!==void 0?link:props.ERzhl5_WH};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ERzhl5_WH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"SIuw_ZdG7\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ERzhl5_WH,nodeId:\"SIuw_ZdG7\",openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ed0col\",className,classNames)} framer-gi2pm2`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SIuw_ZdG7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(233, 233, 235, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgba(81, 122, 104, 1) 0%, rgba(44, 105, 77, 1) 100%)\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999,boxShadow:\"inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25)\",...style},variants:{\"SIuw_ZdG7-hover\":{background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgb(70, 117, 97) 0%, rgb(36, 89, 64) 100%)\"},\"SIuw_ZdG7-pressed\":{background:\"radial-gradient(35.862622082469876% 76.6666639248484% at 50.00000427515796% -0.0000036565505623364913%, rgb(29, 79, 57) 0%, rgb(34, 94, 66) 100%)\"}},...addPropertyOverrides({\"SIuw_ZdG7-hover\":{\"data-framer-name\":undefined},\"SIuw_ZdG7-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Started\"})}),className:\"framer-qhy7km\",\"data-framer-name\":\"Login\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"CpljJQEO3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dqWmV.framer-gi2pm2, .framer-dqWmV .framer-gi2pm2 { display: block; }\",\".framer-dqWmV.framer-1ed0col { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-dqWmV .framer-qhy7km { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dqWmV.framer-1ed0col { gap: 0px; } .framer-dqWmV.framer-1ed0col > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-dqWmV.framer-1ed0col > :first-child { margin-left: 0px; } .framer-dqWmV.framer-1ed0col > :last-child { margin-right: 0px; } }\",'.framer-dqWmV[data-border=\"true\"]::after, .framer-dqWmV [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 107\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PoSOy3jEd\":{\"layout\":[\"auto\",\"auto\"]},\"nmDKB6FWV\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"ERzhl5_WH\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlbcnm7GG4=withCSS(Component,css,\"framer-dqWmV\");export default Framerlbcnm7GG4;Framerlbcnm7GG4.displayName=\"get-started-navbar\";Framerlbcnm7GG4.defaultProps={height:34,width:107};addPropertyControls(Framerlbcnm7GG4,{ERzhl5_WH:{title:\"Link\",type:ControlType.Link}});addFonts(Framerlbcnm7GG4,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlbcnm7GG4\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"34\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"107\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PoSOy3jEd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nmDKB6FWV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ERzhl5_WH\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lbcnm7GG4.map", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/jes8eDN26Daiuu8Ra7ry/XwCZLawL9iGYAFUcYhVu/YBDLPeIqs.js\";import GetStartedNavbar from\"https://framerusercontent.com/modules/beD5HXgyywV1al5TIlcC/YMoGzymC4XAOqbhu924k/lbcnm7GG4.js\";import Button from\"https://framerusercontent.com/modules/oyOyVXgA2QbjcKjT6Iyy/418rUPULdWse5sOPnval/QcgeUBWVk.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const GetStartedNavbarFonts=getFonts(GetStartedNavbar);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"u70j3Pyqv\",\"T42m6vsaw\",\"CDXK98il5\",\"EMYP8Pu9n\",\"bkXon0HUa\"];const serializationHash=\"framer-MYeyV\";const variantClassNames={bkXon0HUa:\"framer-v-jvpa7d\",CDXK98il5:\"framer-v-1kyiq66\",EMYP8Pu9n:\"framer-v-7wh6p\",T42m6vsaw:\"framer-v-hnxho3\",u70j3Pyqv:\"framer-v-91szv1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.1,delay:0,duration:.8,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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 transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transition3={bounce:.2,delay:.15,duration:.8,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:8};const transition4={bounce:.2,delay:.2,duration:.8,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:.2,delay:.35,duration:.8,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:.2,delay:.4,duration:.8,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:.2,delay:.25,duration:.8,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={bounce:.2,delay:.3,duration:.8,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"mobile-collapsed\":\"T42m6vsaw\",\"mobile-expanded\":\"EMYP8Pu9n\",\"tablet-collapsed\":\"CDXK98il5\",\"tablet-expanded\":\"bkXon0HUa\",desktop:\"u70j3Pyqv\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"u70j3Pyqv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u70j3Pyqv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const kYmdRdQ0Htxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapdjs2uq=activeVariantCallback(async(...args)=>{setVariant(\"EMYP8Pu9n\");});const onTap8ibtaq=activeVariantCallback(async(...args)=>{setVariant(\"bkXon0HUa\");});const onTapt8svnp=activeVariantCallback(async(...args)=>{setVariant(\"T42m6vsaw\");});const onTap1eijipt=activeVariantCallback(async(...args)=>{setVariant(\"CDXK98il5\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"T42m6vsaw\",\"CDXK98il5\",\"EMYP8Pu9n\",\"bkXon0HUa\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const router=useRouter();const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed1=()=>{if([\"T42m6vsaw\",\"CDXK98il5\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"EMYP8Pu9n\",\"bkXon0HUa\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({bkXon0HUa:{value:transition2},EMYP8Pu9n:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-91szv1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"u70j3Pyqv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({bkXon0HUa:{\"data-framer-name\":\"tablet-expanded\"},CDXK98il5:{\"data-framer-name\":\"tablet-collapsed\"},EMYP8Pu9n:{\"data-framer-name\":\"mobile-expanded\"},T42m6vsaw:{\"data-framer-name\":\"mobile-collapsed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9i7yo8\",\"data-framer-name\":\"menu\",layoutDependency:layoutDependency,layoutId:\"RjlaMJ1O4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wm8nj\",\"data-framer-name\":\"logo-container\",layoutDependency:layoutDependency,layoutId:\"X8bKwL8F_\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ijvb0k\",\"data-framer-name\":\"zingage-logo\",layoutDependency:layoutDependency,layoutId:\"vdcoAMgsA\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Link,{href:{hash:\":tLGP1xNxO\",webPageId:\"M299mNwXD\"},nodeId:\"C0BjKlAgG\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1rk4de1 framer-17pr4w8\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"C0BjKlAgG\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 131 54\"><path d=\"M 110.541 35.557 C 108.877 35.557 107.4 35.214 106.108 34.529 C 104.836 33.825 103.848 32.856 103.144 31.623 C 102.439 30.371 102.087 28.942 102.087 27.337 C 102.087 25.752 102.439 24.334 103.144 23.081 C 103.868 21.829 104.836 20.85 106.05 20.145 C 107.282 19.421 108.652 19.059 110.159 19.059 C 111.627 19.059 112.958 19.392 114.152 20.057 C 115.345 20.703 116.275 21.603 116.94 22.758 C 117.625 23.913 117.968 25.195 117.968 26.604 C 117.968 27.191 117.919 27.797 117.821 28.424 L 104.435 28.424 L 104.435 25.136 L 113.183 25.136 C 113.163 24.686 113.017 24.294 112.743 23.962 C 112.469 23.609 112.097 23.335 111.627 23.14 C 111.177 22.924 110.668 22.817 110.101 22.817 C 109.337 22.817 108.672 22.993 108.105 23.345 C 107.556 23.678 107.136 24.167 106.842 24.813 C 106.568 25.459 106.431 26.222 106.431 27.103 C 106.431 28.042 106.588 28.854 106.901 29.539 C 107.214 30.204 107.664 30.713 108.251 31.066 C 108.838 31.418 109.543 31.594 110.365 31.594 C 111.187 31.594 111.862 31.418 112.39 31.066 C 112.919 30.713 113.242 30.234 113.359 29.627 L 118.085 30.038 C 117.694 31.76 116.852 33.111 115.561 34.089 C 114.269 35.068 112.596 35.557 110.541 35.557 Z\" fill=\"rgb(255,107,2)\"></path><path d=\"M 92.555 41.252 C 91.224 41.252 89.991 41.066 88.856 40.694 C 87.74 40.322 86.781 39.794 85.979 39.109 C 85.196 38.424 84.619 37.631 84.247 36.731 L 88.592 35.087 C 88.787 35.655 89.208 36.144 89.854 36.555 C 90.5 36.985 91.361 37.201 92.437 37.201 C 93.24 37.201 93.934 37.064 94.521 36.79 C 95.128 36.535 95.598 36.124 95.93 35.557 C 96.263 34.989 96.429 34.275 96.429 33.414 L 96.429 24.196 L 96.958 23.815 L 96.958 19.382 L 101.449 19.382 C 101.273 19.852 101.146 20.468 101.067 21.232 C 101.009 21.975 100.98 22.875 100.98 23.932 L 100.98 33.238 C 100.98 34.94 100.617 36.389 99.893 37.582 C 99.189 38.796 98.201 39.706 96.928 40.312 C 95.656 40.939 94.198 41.252 92.555 41.252 Z M 91.997 34.412 C 90.588 34.412 89.316 34.079 88.181 33.414 C 87.046 32.729 86.155 31.799 85.509 30.625 C 84.864 29.451 84.541 28.15 84.541 26.721 C 84.541 25.292 84.854 23.991 85.48 22.817 C 86.126 21.643 87.016 20.723 88.151 20.057 C 89.286 19.392 90.568 19.059 91.997 19.059 C 93.367 19.059 94.551 19.363 95.549 19.969 C 96.547 20.556 97.31 21.427 97.838 22.582 C 98.386 23.737 98.66 25.116 98.66 26.721 C 98.66 28.345 98.386 29.735 97.838 30.889 C 97.31 32.025 96.547 32.895 95.549 33.502 C 94.551 34.109 93.367 34.412 91.997 34.412 Z M 92.643 30.39 C 93.367 30.39 94.013 30.234 94.58 29.921 C 95.148 29.608 95.598 29.177 95.93 28.629 C 96.263 28.062 96.429 27.425 96.429 26.721 C 96.429 26.016 96.263 25.39 95.93 24.842 C 95.598 24.275 95.148 23.834 94.58 23.521 C 94.013 23.189 93.367 23.022 92.643 23.022 C 91.958 23.022 91.332 23.189 90.764 23.521 C 90.196 23.854 89.746 24.304 89.414 24.872 C 89.081 25.42 88.915 26.036 88.915 26.721 C 88.915 27.386 89.081 28.003 89.414 28.57 C 89.746 29.138 90.196 29.588 90.764 29.921 C 91.332 30.234 91.958 30.39 92.643 30.39 Z\" fill=\"rgb(255,107,2)\"></path><path d=\"M 79.391 30.801 L 78.892 30.39 L 78.892 25.371 C 78.892 24.94 78.775 24.529 78.54 24.138 C 78.305 23.746 77.972 23.433 77.542 23.198 C 77.111 22.964 76.612 22.846 76.044 22.846 C 75.281 22.846 74.655 23.052 74.166 23.463 C 73.696 23.854 73.461 24.392 73.461 25.077 L 69.087 24.578 C 69.205 23.502 69.567 22.543 70.173 21.701 C 70.8 20.86 71.612 20.214 72.61 19.764 C 73.628 19.294 74.772 19.059 76.044 19.059 C 77.473 19.059 78.755 19.343 79.89 19.911 C 81.045 20.478 81.945 21.271 82.591 22.288 C 83.236 23.306 83.559 24.461 83.559 25.752 L 83.559 30.625 C 83.559 30.977 83.559 31.32 83.559 31.653 C 83.599 32.475 83.657 33.179 83.736 33.766 C 83.814 34.353 83.921 34.843 84.058 35.234 L 79.391 35.234 Z M 74.929 35.557 C 73.285 35.557 71.974 35.126 70.995 34.265 C 70.037 33.404 69.557 32.259 69.557 30.831 C 69.557 29.637 69.86 28.688 70.467 27.983 C 71.093 27.259 71.876 26.731 72.815 26.398 C 73.774 26.046 74.929 25.752 76.279 25.517 L 76.749 25.429 C 77.082 25.371 77.444 25.302 77.835 25.224 C 78.246 25.126 78.657 25.018 79.068 24.901 L 79.068 27.836 C 78.853 28.15 78.569 28.375 78.217 28.512 C 77.865 28.629 77.336 28.737 76.632 28.835 L 76.279 28.893 C 75.81 28.991 75.408 29.109 75.076 29.245 C 74.763 29.363 74.518 29.529 74.342 29.745 C 74.185 29.94 74.107 30.195 74.107 30.508 C 74.107 30.938 74.254 31.281 74.547 31.535 C 74.841 31.77 75.262 31.887 75.81 31.887 C 76.397 31.887 76.915 31.721 77.365 31.388 C 77.835 31.056 78.207 30.596 78.481 30.009 C 78.755 29.402 78.892 28.707 78.892 27.925 L 80.859 28.688 C 80.82 30.234 80.546 31.525 80.037 32.563 C 79.548 33.58 78.872 34.334 78.011 34.823 C 77.15 35.312 76.123 35.557 74.929 35.557 Z\" fill=\"rgb(255,107,2)\"></path><path d=\"M 59.778 41.252 C 58.447 41.252 57.214 41.066 56.079 40.694 C 54.964 40.322 54.005 39.794 53.202 39.109 C 52.419 38.424 51.842 37.631 51.47 36.731 L 55.815 35.087 C 56.011 35.655 56.431 36.144 57.077 36.555 C 57.723 36.985 58.584 37.201 59.66 37.201 C 60.463 37.201 61.157 37.064 61.745 36.79 C 62.351 36.535 62.821 36.124 63.154 35.557 C 63.486 34.989 63.653 34.275 63.653 33.414 L 63.653 24.196 L 64.181 23.815 L 64.181 19.382 L 68.672 19.382 C 68.496 19.852 68.369 20.468 68.291 21.232 C 68.232 21.975 68.203 22.875 68.203 23.932 L 68.203 33.238 C 68.203 34.94 67.841 36.389 67.117 37.582 C 66.412 38.796 65.424 39.706 64.152 40.312 C 62.88 40.939 61.422 41.252 59.778 41.252 Z M 59.22 34.412 C 57.811 34.412 56.539 34.079 55.404 33.414 C 54.269 32.729 53.378 31.799 52.733 30.625 C 52.087 29.451 51.764 28.15 51.764 26.721 C 51.764 25.292 52.077 23.991 52.703 22.817 C 53.349 21.643 54.239 20.723 55.375 20.057 C 56.51 19.392 57.791 19.059 59.22 19.059 C 60.59 19.059 61.774 19.363 62.772 19.969 C 63.77 20.556 64.533 21.427 65.062 22.582 C 65.61 23.737 65.884 25.116 65.884 26.721 C 65.884 28.345 65.61 29.735 65.062 30.889 C 64.533 32.025 63.77 32.895 62.772 33.502 C 61.774 34.109 60.59 34.412 59.22 34.412 Z M 59.866 30.39 C 60.59 30.39 61.236 30.234 61.803 29.921 C 62.371 29.608 62.821 29.177 63.154 28.629 C 63.486 28.062 63.653 27.425 63.653 26.721 C 63.653 26.016 63.486 25.39 63.154 24.842 C 62.821 24.275 62.371 23.834 61.803 23.521 C 61.236 23.189 60.59 23.022 59.866 23.022 C 59.181 23.022 58.555 23.189 57.987 23.521 C 57.42 23.854 56.969 24.304 56.637 24.872 C 56.304 25.42 56.138 26.036 56.138 26.721 C 56.138 27.386 56.304 28.003 56.637 28.57 C 56.969 29.138 57.42 29.588 57.987 29.921 C 58.555 30.234 59.181 30.39 59.866 30.39 Z\" fill=\"rgb(255,107,2)\"></path><path d=\"M 46.055 26.838 C 46.055 26.173 45.927 25.586 45.673 25.077 C 45.419 24.549 45.057 24.138 44.587 23.844 C 44.117 23.551 43.579 23.404 42.972 23.404 C 42.013 23.404 41.25 23.737 40.683 24.402 C 40.115 25.048 39.822 25.958 39.802 27.132 L 37.865 26.134 C 38.06 24.666 38.452 23.404 39.039 22.347 C 39.646 21.271 40.409 20.459 41.329 19.911 C 42.248 19.343 43.295 19.059 44.47 19.059 C 45.722 19.059 46.808 19.363 47.728 19.969 C 48.648 20.556 49.352 21.418 49.841 22.553 C 50.35 23.668 50.605 24.989 50.605 26.515 L 50.605 35.234 L 46.055 35.234 Z M 35.252 19.382 L 39.303 19.382 L 39.303 23.022 L 39.802 23.756 L 39.802 35.234 L 35.252 35.234 Z\" fill=\"rgb(255,107,2)\"></path><path d=\"M 28.829 19.382 L 33.379 19.382 L 33.379 35.234 L 28.829 35.234 Z M 28.771 15.023 C 28.771 13.767 29.789 12.748 31.046 12.748 L 31.163 12.748 C 32.42 12.748 33.438 13.767 33.438 15.023 L 33.438 15.023 C 33.438 16.28 32.42 17.298 31.163 17.298 L 31.046 17.298 C 29.789 17.298 28.771 16.28 28.771 15.023 Z\" fill=\"rgb(255,107,2)\"></path><path d=\"M 28.216 22.315 L 25.686 19.395 C 24.19 20.69 22.24 21.473 20.107 21.473 C 17.974 21.473 16.024 20.69 14.528 19.396 L 12 22.317 C 14.01 24.057 16.585 25.16 19.413 25.316 L 12 32.314 L 14.529 35.234 C 16.025 33.94 17.976 33.157 20.109 33.157 C 22.242 33.157 24.192 33.94 25.688 35.233 L 28.216 32.312 C 26.205 30.573 23.63 29.469 20.802 29.313 Z\" fill=\"rgb(255,107,2)\"></path></svg>',svgContentId:12820944695,withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qk3i4b\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"C9K0TxofF\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qb8gxn\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"WOeP9t_Jx\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+0+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nwf7gy-container\",\"data-framer-name\":\"features\",id:`${layoutId}-nwf7gy`,layoutDependency:layoutDependency,layoutId:\"oUtETsFdQ-container\",name:\"features\",ref:ref2,children:[/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"oUtETsFdQ\",kPwoYrlGG:true,kYmdRdQ0H:kYmdRdQ0Htxyyif({overlay}),layoutId:\"oUtETsFdQ\",name:\"features\",pCnczl8Q0:true,PJM7Z9bKE:\"Features\",variant:overlay.visible?\"Iaw2scimt\":\"UP21JYJg5\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-nwf7gy`,offsetX:32.820353838877054,offsetY:23.499990047421306,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:10,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1cq4ztg\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"X3_MK8jRp\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, rgb(233, 233, 235))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 10px 20px 6px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nhtdym\",\"data-framer-name\":\"Frame 1321317253\",layoutDependency:layoutDependency,layoutId:\"rPknB4ERS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lzm2ha\",\"data-framer-name\":\"Frame 1321317250\",layoutDependency:layoutDependency,layoutId:\"TKnekswHb\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fvysp7-container\",layoutDependency:layoutDependency,layoutId:\"LRFJcU0GZ-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/ySkS1OHz62VJkBcZLQcH7l524.png\"},\"\"),id:\"LRFJcU0GZ\",kPwoYrlGG:true,layoutId:\"LRFJcU0GZ\",pCnczl8Q0:true,PJM7Z9bKE:\"Reporting\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fmgvcv-container\",layoutDependency:layoutDependency,layoutId:\"sp0QLk1TI-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks1[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/hZVoEkA09oajUCwEav7LQrt53xk.png\"},\"\"),id:\"sp0QLk1TI\",kPwoYrlGG:true,layoutId:\"sp0QLk1TI\",pCnczl8Q0:true,PJM7Z9bKE:\"Surveys\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2577uu-container\",layoutDependency:layoutDependency,layoutId:\"O5Dzo9EnT-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks2[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"O5Dzo9EnT\",kPwoYrlGG:true,layoutId:\"O5Dzo9EnT\",pCnczl8Q0:true,PJM7Z9bKE:\"Rewards\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zi2wgi\",\"data-framer-name\":\"Frame 1321317251\",layoutDependency:layoutDependency,layoutId:\"TfADk3CRy\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"150px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ol5eti-container\",layoutDependency:layoutDependency,layoutId:\"uy0zDr0_f-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks3[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/x7pb3bdgSviYXE7dDnOuCkg7o4.png\"},\"\"),id:\"uy0zDr0_f\",kPwoYrlGG:true,layoutId:\"uy0zDr0_f\",pCnczl8Q0:true,PJM7Z9bKE:\"Communications\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"150px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-159klr5-container\",layoutDependency:layoutDependency,layoutId:\"csgZ1r3ro-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks4[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/vsZiQX1CQDTRyg3IwyUFSli0.png\"},\"\"),id:\"csgZ1r3ro\",kPwoYrlGG:true,layoutId:\"csgZ1r3ro\",pCnczl8Q0:true,PJM7Z9bKE:\"Recruiting\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"150px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hwfuv8-container\",layoutDependency:layoutDependency,layoutId:\"Q6ejTPext-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks5[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/lxhCqQ1UWvypvPRc4GRHQj7qYE.png\"},\"\"),id:\"Q6ejTPext\",kPwoYrlGG:true,layoutId:\"Q6ejTPext\",pCnczl8Q0:true,PJM7Z9bKE:\"Community\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-szqers\",\"data-framer-name\":\"Frame 1321317252\",layoutDependency:layoutDependency,layoutId:\"JsdWRebB3\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-chhyzp-container\",layoutDependency:layoutDependency,layoutId:\"HMZoGOEF5-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks6[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/9RfIf5B1lGS6xdAhMhMf1h3gSpg.png\"},\"\"),id:\"HMZoGOEF5\",kPwoYrlGG:true,layoutId:\"HMZoGOEF5\",pCnczl8Q0:true,PJM7Z9bKE:\"AI\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i8utky-container\",layoutDependency:layoutDependency,layoutId:\"xt_w1bQA0-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks7[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/HlAgpx0gX29uyB9TFxz5PLPANc.png\"},\"\"),id:\"xt_w1bQA0\",kPwoYrlGG:true,layoutId:\"xt_w1bQA0\",pCnczl8Q0:true,PJM7Z9bKE:\"Integration\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]})]})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+0+0,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gsxhls-container\",\"data-framer-name\":\"solutions\",id:`${layoutId}-1gsxhls`,layoutDependency:layoutDependency,layoutId:\"omJ2RSV50-container\",name:\"solutions\",ref:ref4,children:[/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"omJ2RSV50\",kPwoYrlGG:true,kYmdRdQ0H:kYmdRdQ0Htxyyif({overlay:overlay1}),layoutId:\"omJ2RSV50\",name:\"solutions\",pCnczl8Q0:true,PJM7Z9bKE:\"Solutions\",variant:overlay1.visible?\"Iaw2scimt\":\"UP21JYJg5\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1gsxhls`,offsetX:32,offsetY:23,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-75nlqc\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"jWc4uqdCI\",ref:ref5,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m835cr\",\"data-framer-name\":\"Frame 1321317253\",layoutDependency:layoutDependency,layoutId:\"hJ6l88gp_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1181xu4\",\"data-framer-name\":\"Frame 1321317250\",layoutDependency:layoutDependency,layoutId:\"PkR1hPJ51\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11txlag\",layoutDependency:layoutDependency,layoutId:\"LDVm8zBDH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Use Case\"})}),className:\"framer-2yb6p9\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"ce9sfU4gY\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jdwmyj\",layoutDependency:layoutDependency,layoutId:\"Wh1a47mM0\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l8trlk-container\",layoutDependency:layoutDependency,layoutId:\"BsLqg_Zyp-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks8[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/ySkS1OHz62VJkBcZLQcH7l524.png\"},\"\"),id:\"BsLqg_Zyp\",kPwoYrlGG:true,layoutId:\"BsLqg_Zyp\",pCnczl8Q0:false,PJM7Z9bKE:\"Turnover\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dq0yva-container\",layoutDependency:layoutDependency,layoutId:\"maR9bo8s5-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks9[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/hZVoEkA09oajUCwEav7LQrt53xk.png\"},\"\"),id:\"maR9bo8s5\",kPwoYrlGG:true,layoutId:\"maR9bo8s5\",pCnczl8Q0:false,PJM7Z9bKE:\"Onboarding\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1zws5o-container\",layoutDependency:layoutDependency,layoutId:\"NFW560iWW-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks10[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"NFW560iWW\",kPwoYrlGG:true,layoutId:\"NFW560iWW\",pCnczl8Q0:false,PJM7Z9bKE:\"Scheduling\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5iufwf-container\",layoutDependency:layoutDependency,layoutId:\"NQwjp1qIe-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks11[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"NQwjp1qIe\",kPwoYrlGG:true,layoutId:\"NQwjp1qIe\",pCnczl8Q0:false,PJM7Z9bKE:\"Performance\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t2x1se-container\",layoutDependency:layoutDependency,layoutId:\"vXdCaNgon-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks12[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"vXdCaNgon\",kPwoYrlGG:true,layoutId:\"vXdCaNgon\",pCnczl8Q0:false,PJM7Z9bKE:\"Engagement\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ootjwk-container\",layoutDependency:layoutDependency,layoutId:\"yY6ZB4oa7-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks13[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"yY6ZB4oa7\",kPwoYrlGG:true,layoutId:\"yY6ZB4oa7\",pCnczl8Q0:false,PJM7Z9bKE:\"Training\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wbc5g4\",\"data-framer-name\":\"Frame 1321317251\",layoutDependency:layoutDependency,layoutId:\"IgFPlbYBa\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ti8o87\",layoutDependency:layoutDependency,layoutId:\"nDxynJixx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Provider Type\"})}),className:\"framer-1y9mtnn\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"KodQaG0kB\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19t2yf\",layoutDependency:layoutDependency,layoutId:\"PC1igDFH8\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wwwnpe-container\",layoutDependency:layoutDependency,layoutId:\"z3bXA7TSk-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks14[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/ySkS1OHz62VJkBcZLQcH7l524.png\"},\"\"),id:\"z3bXA7TSk\",kPwoYrlGG:true,layoutId:\"z3bXA7TSk\",pCnczl8Q0:false,PJM7Z9bKE:\"Home Care\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ifv2iw-container\",layoutDependency:layoutDependency,layoutId:\"YYxO8kjpt-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks15[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/hZVoEkA09oajUCwEav7LQrt53xk.png\"},\"\"),id:\"YYxO8kjpt\",kPwoYrlGG:true,layoutId:\"YYxO8kjpt\",pCnczl8Q0:false,PJM7Z9bKE:\"Home Health\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y0o724-container\",layoutDependency:layoutDependency,layoutId:\"hpuk3A31b-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks16[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"hpuk3A31b\",kPwoYrlGG:true,layoutId:\"hpuk3A31b\",pCnczl8Q0:false,PJM7Z9bKE:\"Hospice\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y9sz2b-container\",layoutDependency:layoutDependency,layoutId:\"oaoVVYzNH-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks17[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"oaoVVYzNH\",kPwoYrlGG:true,layoutId:\"oaoVVYzNH\",pCnczl8Q0:false,PJM7Z9bKE:\"Assisted Living\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]})]})]})})})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m5bmb8-container\",\"data-framer-name\":\"podcast\",layoutDependency:layoutDependency,layoutId:\"JfND1rtIm-container\",name:\"podcast\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://homecarehindsight.com/\",height:\"100%\",id:\"JfND1rtIm\",kPwoYrlGG:false,layoutId:\"JfND1rtIm\",name:\"podcast\",pCnczl8Q0:true,PJM7Z9bKE:\"Podcast\",variant:\"UP21JYJg5\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ypkol8\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"cNCsRrJMW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-55qgp6-container\",\"data-framer-name\":\"login\",layoutDependency:layoutDependency,layoutId:\"RY2HI9OdY-container\",name:\"login\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"my.joinava.com\",height:\"100%\",id:\"RY2HI9OdY\",kPwoYrlGG:true,layoutId:\"RY2HI9OdY\",name:\"login\",pCnczl8Q0:true,PJM7Z9bKE:\"Login\",variant:\"rnj_EjV3I\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+0+0+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7w9or4-container\",layoutDependency:layoutDependency,layoutId:\"cgC_ASOo0-container\",children:/*#__PURE__*/_jsx(GetStartedNavbar,{ERzhl5_WH:resolvedLinks18[0],height:\"100%\",id:\"cgC_ASOo0\",layoutId:\"cgC_ASOo0\",width:\"100%\",...addPropertyOverrides({bkXon0HUa:{ERzhl5_WH:resolvedLinks18[4]},CDXK98il5:{ERzhl5_WH:resolvedLinks18[2]},EMYP8Pu9n:{ERzhl5_WH:resolvedLinks18[3]},T42m6vsaw:{ERzhl5_WH:resolvedLinks18[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-v39roa\",\"data-framer-name\":\"menu\",layoutDependency:layoutDependency,layoutId:\"LOjoTMsaa\",...addPropertyOverrides({CDXK98il5:{\"data-highlight\":true,onTap:onTap8ibtaq},T42m6vsaw:{\"data-highlight\":true,onTap:onTapdjs2uq}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d25y1l\",\"data-framer-name\":\"menu-01\",layoutDependency:layoutDependency,layoutId:\"umBJVhtLo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1txx4qc\",\"data-framer-name\":\"Solid\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"UW_bU7FvY\",svg:'<svg width=\"16\" height=\"12\" viewBox=\"-1 -1 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.332031 5.00065C0.332031 4.63246 0.630508 4.33398 0.998698 4.33398H12.9987C13.3669 4.33398 13.6654 4.63246 13.6654 5.00065C13.6654 5.36884 13.3669 5.66732 12.9987 5.66732H0.998698C0.630508 5.66732 0.332031 5.36884 0.332031 5.00065Z\" fill=\"#535862\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.332031 1.00065C0.332031 0.632461 0.630508 0.333984 0.998698 0.333984H12.9987C13.3669 0.333984 13.6654 0.632461 13.6654 1.00065C13.6654 1.36884 13.3669 1.66732 12.9987 1.66732H0.998698C0.630508 1.66732 0.332031 1.36884 0.332031 1.00065Z\" fill=\"#535862\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.332031 9.00065C0.332031 8.63246 0.630508 8.33398 0.998698 8.33398H12.9987C13.3669 8.33398 13.6654 8.63246 13.6654 9.00065C13.6654 9.36884 13.3669 9.66732 12.9987 9.66732H0.998698C0.630508 9.66732 0.332031 9.36884 0.332031 9.00065Z\" fill=\"#535862\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mrbgr2\",\"data-framer-name\":\"close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nhWTgFt_n\",onTap:onTapt8svnp,...addPropertyOverrides({bkXon0HUa:{onTap:onTap1eijipt}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9vtepe\",\"data-framer-name\":\"close\",layoutDependency:layoutDependency,layoutId:\"mQYXTizQH\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2jzkpk\",\"data-framer-name\":\"x\",layoutDependency:layoutDependency,layoutId:\"auE9ia_jj\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bppz5k\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"I5436:222242;181:112719\",svg:'<svg width=\"10\" height=\"10\" viewBox=\"-1 -1 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.33464 0.666016L0.667969 7.33268M0.667969 0.666016L7.33464 7.33268\" stroke=\"#535862\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yrhrhx\",\"data-framer-name\":\"features-container\",layoutDependency:layoutDependency,layoutId:\"I6dUFTtU1\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1hd0nti\",\"data-framer-appear-id\":\"1hd0nti\",\"data-framer-name\":\"text-container\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"nQgb9Sugy\",optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Features\"})}),className:\"framer-1d0y7a0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LNxapeVn7\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-17wg95p\",\"data-framer-appear-id\":\"17wg95p\",\"data-framer-name\":\"features\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"t2bVF2Rjd\",optimized:true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d9f8nk\",\"data-framer-name\":\"left-column\",layoutDependency:layoutDependency,layoutId:\"EwbXLoIrv\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"120px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+0},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19rvs5f-container\",\"data-framer-name\":\"reporting\",layoutDependency:layoutDependency,layoutId:\"ozRLTKEWR-container\",name:\"reporting\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks19[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/ySkS1OHz62VJkBcZLQcH7l524.png\"},\"\"),id:\"ozRLTKEWR\",kPwoYrlGG:true,layoutId:\"ozRLTKEWR\",name:\"reporting\",pCnczl8Q0:true,PJM7Z9bKE:\"Reporting\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks19[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks19[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"120px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+38},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+38}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sj9aon-container\",\"data-framer-name\":\"surveys\",layoutDependency:layoutDependency,layoutId:\"ngBgC4uCP-container\",name:\"surveys\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks20[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/hZVoEkA09oajUCwEav7LQrt53xk.png\"},\"\"),id:\"ngBgC4uCP\",kPwoYrlGG:true,layoutId:\"ngBgC4uCP\",name:\"surveys\",pCnczl8Q0:true,PJM7Z9bKE:\"Surveys\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks20[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks20[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"120px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+76},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6solh9-container\",\"data-framer-name\":\"rewards\",layoutDependency:layoutDependency,layoutId:\"RxcMTMPsx-container\",name:\"rewards\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks21[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"RxcMTMPsx\",kPwoYrlGG:true,layoutId:\"RxcMTMPsx\",name:\"rewards\",pCnczl8Q0:true,PJM7Z9bKE:\"Rewards\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks21[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks21[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined},{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined},{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+114},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hq5dz-container\",\"data-framer-name\":\"communications\",layoutDependency:layoutDependency,layoutId:\"V2Vo_0lWw-container\",name:\"communications\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks22[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/x7pb3bdgSviYXE7dDnOuCkg7o4.png\"},\"\"),id:\"V2Vo_0lWw\",kPwoYrlGG:true,layoutId:\"V2Vo_0lWw\",name:\"communications\",pCnczl8Q0:true,PJM7Z9bKE:\"Communications\",variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks22[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks22[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wlg3q5\",\"data-framer-name\":\"right-column\",layoutDependency:layoutDependency,layoutId:\"eonZvVakb\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined},{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined},{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"150px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+0},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aj3c9w-container\",\"data-framer-name\":\"recruiting\",layoutDependency:layoutDependency,layoutId:\"pAeIBgOho-container\",name:\"recruiting\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks23[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/vsZiQX1CQDTRyg3IwyUFSli0.png\"},\"\"),id:\"pAeIBgOho\",kPwoYrlGG:true,layoutId:\"pAeIBgOho\",name:\"recruiting\",pCnczl8Q0:true,PJM7Z9bKE:\"Recruiting\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks23[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks23[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined},{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined},{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"150px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+38},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+38}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xv8lap-container\",\"data-framer-name\":\"community\",layoutDependency:layoutDependency,layoutId:\"mEZwjY9pR-container\",name:\"community\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks24[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/lxhCqQ1UWvypvPRc4GRHQj7qYE.png\"},\"\"),id:\"mEZwjY9pR\",kPwoYrlGG:true,layoutId:\"mEZwjY9pR\",name:\"community\",pCnczl8Q0:true,PJM7Z9bKE:\"Community\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks24[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks24[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined},{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined},{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"150px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+76},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zu29j8-container\",\"data-framer-name\":\"AI\",layoutDependency:layoutDependency,layoutId:\"whuL8QT_q-container\",name:\"AI\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks25[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/9RfIf5B1lGS6xdAhMhMf1h3gSpg.png\"},\"\"),id:\"whuL8QT_q\",kPwoYrlGG:true,layoutId:\"whuL8QT_q\",name:\"AI\",pCnczl8Q0:true,PJM7Z9bKE:\"AI\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks25[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks25[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined},{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined},{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"150px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+114},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+66+0+120+0+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hlne8b-container\",\"data-framer-name\":\"integration\",layoutDependency:layoutDependency,layoutId:\"e1F_hH3FQ-container\",name:\"integration\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks26[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/HlAgpx0gX29uyB9TFxz5PLPANc.png\"},\"\"),id:\"e1F_hH3FQ\",kPwoYrlGG:true,layoutId:\"e1F_hH3FQ\",name:\"integration\",pCnczl8Q0:true,PJM7Z9bKE:\"Integration\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks26[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks26[1]}},baseVariant,gestureVariant)})})})})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jsqgkm\",\"data-framer-name\":\"podcast\",layoutDependency:layoutDependency,layoutId:\"oPfdSH6nM\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-mkhty4\",\"data-framer-appear-id\":\"mkhty4\",\"data-framer-name\":\"text-container\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"vI4cY57QC\",optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Podcast\"})}),className:\"framer-1xodo3z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Bt5Hzu1au\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-1j2z72\",\"data-framer-appear-id\":\"1j2z72\",\"data-framer-name\":\"podcast\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"UwNyXpl0X\",optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+774.4+0+120+0},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+774.4+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k48bsq-container\",\"data-framer-name\":\"home-care-hindsight\",layoutDependency:layoutDependency,layoutId:\"VaewphrqG-container\",name:\"home-care-hindsight\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://homecarehindsight.com/?_gl=1*6wy3pi*_gcl_au*MTIwMzQwODAwNS4xNzMyMDk0NTk1*_ga*MTY3NjU3ODM1Ny4xNzMyMDk0NTk1*_ga_RG51DGKHJY*MTczNjQ4MTIzMy4yNy4xLjE3MzY0ODI5MTguNjAuMC4w\",height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"VaewphrqG\",kPwoYrlGG:true,layoutId:\"VaewphrqG\",name:\"home-care-hindsight\",pCnczl8Q0:false,PJM7Z9bKE:\"Home Care Hindsight\",variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tqxhj4\",\"data-framer-name\":\"solutions\",layoutDependency:layoutDependency,layoutId:\"tnnKkkssq\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-1fz3k28\",\"data-framer-appear-id\":\"1fz3k28\",\"data-framer-name\":\"text-container\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"Z80DxMm_d\",optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Solutions\"})}),className:\"framer-12bsc3h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LtU10B_ev\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,className:\"framer-1kn9gyy\",\"data-framer-appear-id\":\"1kn9gyy\",\"data-framer-name\":\"solutions\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"PQ9r7nSQw\",optimized:true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8znrpj\",\"data-framer-name\":\"left-column\",layoutDependency:layoutDependency,layoutId:\"xBMLTm2Th\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-thnjln\",\"data-framer-name\":\"title-container\",layoutDependency:layoutDependency,layoutId:\"CUlYl7Vbf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Use Case\"})}),className:\"framer-vlxb0h\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"nR2OLAlhz\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mwzqyp\",\"data-framer-name\":\"solutions-list\",layoutDependency:layoutDependency,layoutId:\"ke0ZP_iIz\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"164px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+0},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ngq5ee-container\",\"data-framer-name\":\"turnover\",layoutDependency:layoutDependency,layoutId:\"xD1WYYP70-container\",name:\"turnover\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks27[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/ySkS1OHz62VJkBcZLQcH7l524.png\"},\"\"),id:\"xD1WYYP70\",kPwoYrlGG:true,layoutId:\"xD1WYYP70\",name:\"turnover\",pCnczl8Q0:false,PJM7Z9bKE:\"Turnover\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks27[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks27[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"164px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+38},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+38}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y0kmky-container\",\"data-framer-name\":\"onboarding\",layoutDependency:layoutDependency,layoutId:\"yHbnTUUcY-container\",name:\"onboarding\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks28[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/hZVoEkA09oajUCwEav7LQrt53xk.png\"},\"\"),id:\"yHbnTUUcY\",kPwoYrlGG:true,layoutId:\"yHbnTUUcY\",name:\"onboarding\",pCnczl8Q0:false,PJM7Z9bKE:\"Onboarding\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks28[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks28[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks29=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"164px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+76},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hs94uv-container\",\"data-framer-name\":\"scheduling\",layoutDependency:layoutDependency,layoutId:\"J86k7ZZqU-container\",name:\"scheduling\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks29[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"J86k7ZZqU\",kPwoYrlGG:true,layoutId:\"J86k7ZZqU\",name:\"scheduling\",pCnczl8Q0:false,PJM7Z9bKE:\"Scheduling\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks29[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks29[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks30=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"164px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+114},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-e9arv5-container\",\"data-framer-name\":\"performance\",layoutDependency:layoutDependency,layoutId:\"SsnzVa2dI-container\",name:\"performance\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks30[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"SsnzVa2dI\",kPwoYrlGG:true,layoutId:\"SsnzVa2dI\",name:\"performance\",pCnczl8Q0:false,PJM7Z9bKE:\"Performance\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks30[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks30[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks31=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"164px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+152},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+152}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wi5c02-container\",\"data-framer-name\":\"engagement\",layoutDependency:layoutDependency,layoutId:\"v6UQexe3W-container\",name:\"engagement\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks31[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"v6UQexe3W\",kPwoYrlGG:true,layoutId:\"v6UQexe3W\",name:\"engagement\",pCnczl8Q0:false,PJM7Z9bKE:\"Engagement\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks31[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks31[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks32=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"164px\",...addPropertyOverrides({bkXon0HUa:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+190},EMYP8Pu9n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+190}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gb7cyx-container\",\"data-framer-name\":\"training\",layoutDependency:layoutDependency,layoutId:\"PC9N9EoEV-container\",name:\"training\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks32[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"PC9N9EoEV\",kPwoYrlGG:true,layoutId:\"PC9N9EoEV\",name:\"training\",pCnczl8Q0:false,PJM7Z9bKE:\"Training\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks32[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks32[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16dq7an\",\"data-framer-name\":\"right-column\",layoutDependency:layoutDependency,layoutId:\"ayEshqhs6\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13qwhzr\",\"data-framer-name\":\"title-container\",layoutDependency:layoutDependency,layoutId:\"I1bX4AcMf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39)))\"},children:\"Provider Type\"})}),className:\"framer-1rpa7ae\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"FF5rXgY7x\",style:{\"--extracted-r6o4lv\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17h2b6w\",\"data-framer-name\":\"solutions-list\",layoutDependency:layoutDependency,layoutId:\"Jo75bu3h9\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks33=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({bkXon0HUa:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 284px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+0},EMYP8Pu9n:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 204px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vyhad1-container\",\"data-framer-name\":\"home-care\",layoutDependency:layoutDependency,layoutId:\"xUeeTbTOL-container\",name:\"home-care\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks33[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/ySkS1OHz62VJkBcZLQcH7l524.png\"},\"\"),id:\"xUeeTbTOL\",kPwoYrlGG:true,layoutId:\"xUeeTbTOL\",name:\"home-care\",pCnczl8Q0:false,PJM7Z9bKE:\"Home Care\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks33[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks33[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks34=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({bkXon0HUa:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 284px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+38},EMYP8Pu9n:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 204px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+38}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g72l33-container\",\"data-framer-name\":\"home-health\",layoutDependency:layoutDependency,layoutId:\"ZxjdT0pCy-container\",name:\"home-health\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks34[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/hZVoEkA09oajUCwEav7LQrt53xk.png\"},\"\"),id:\"ZxjdT0pCy\",kPwoYrlGG:true,layoutId:\"ZxjdT0pCy\",name:\"home-health\",pCnczl8Q0:false,PJM7Z9bKE:\"Home Health\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks34[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks34[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks35=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({bkXon0HUa:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 284px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+76},EMYP8Pu9n:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 204px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+76}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iazimk-container\",\"data-framer-name\":\"hospice\",layoutDependency:layoutDependency,layoutId:\"i9YP6fUKB-container\",name:\"hospice\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks35[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"i9YP6fUKB\",kPwoYrlGG:true,layoutId:\"i9YP6fUKB\",name:\"hospice\",pCnczl8Q0:false,PJM7Z9bKE:\"Hospice\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks35[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks35[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks36=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({bkXon0HUa:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 284px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+114},EMYP8Pu9n:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 204px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+10+366+0+126+0+0+26.4+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tpq74i-container\",\"data-framer-name\":\"assisted-living\",layoutDependency:layoutDependency,layoutId:\"gPZhooIr5-container\",name:\"assisted-living\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks36[0],height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/RBH37aVJMBJtfLXnCSUieDvZvbM.png\"},\"\"),id:\"gPZhooIr5\",kPwoYrlGG:true,layoutId:\"gPZhooIr5\",name:\"assisted-living\",pCnczl8Q0:false,PJM7Z9bKE:\"Assisted Living\",style:{width:\"100%\"},variant:\"MCvw0o40U\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\",...addPropertyOverrides({bkXon0HUa:{aANuf3iQW:resolvedLinks36[2]},EMYP8Pu9n:{aANuf3iQW:resolvedLinks36[1]}},baseVariant,gestureVariant)})})})})]})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MYeyV.framer-17pr4w8, .framer-MYeyV .framer-17pr4w8 { display: block; }\",\".framer-MYeyV.framer-91szv1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 96px 10px 96px; position: relative; width: 1200px; }\",\".framer-MYeyV .framer-9i7yo8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-MYeyV .framer-wm8nj { flex: none; height: 29px; overflow: hidden; position: relative; width: 106px; }\",\".framer-MYeyV .framer-ijvb0k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 49%; width: min-content; }\",\".framer-MYeyV .framer-1rk4de1 { flex: none; height: 54px; position: relative; text-decoration: none; width: 131px; }\",\".framer-MYeyV .framer-1qk3i4b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MYeyV .framer-qb8gxn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MYeyV .framer-nwf7gy-container, .framer-MYeyV .framer-1gsxhls-container, .framer-MYeyV .framer-m5bmb8-container, .framer-MYeyV .framer-55qgp6-container, .framer-MYeyV .framer-7w9or4-container, .framer-MYeyV .framer-1hq5dz-container, .framer-MYeyV .framer-1k48bsq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-MYeyV .framer-1cq4ztg { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 8px 8px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MYeyV .framer-1nhtdym, .framer-MYeyV .framer-m835cr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MYeyV .framer-lzm2ha, .framer-MYeyV .framer-szqers { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 120px; }\",\".framer-MYeyV .framer-1fvysp7-container, .framer-MYeyV .framer-fmgvcv-container, .framer-MYeyV .framer-2577uu-container, .framer-MYeyV .framer-1ol5eti-container, .framer-MYeyV .framer-159klr5-container, .framer-MYeyV .framer-hwfuv8-container, .framer-MYeyV .framer-chhyzp-container, .framer-MYeyV .framer-1i8utky-container, .framer-MYeyV .framer-1l8trlk-container, .framer-MYeyV .framer-dq0yva-container, .framer-MYeyV .framer-1zws5o-container, .framer-MYeyV .framer-5iufwf-container, .framer-MYeyV .framer-t2x1se-container, .framer-MYeyV .framer-1ootjwk-container, .framer-MYeyV .framer-wwwnpe-container, .framer-MYeyV .framer-1ifv2iw-container, .framer-MYeyV .framer-y0o724-container, .framer-MYeyV .framer-y9sz2b-container, .framer-MYeyV .framer-1aj3c9w-container, .framer-MYeyV .framer-xv8lap-container, .framer-MYeyV .framer-zu29j8-container, .framer-MYeyV .framer-hlne8b-container, .framer-MYeyV .framer-1ngq5ee-container, .framer-MYeyV .framer-1y0kmky-container, .framer-MYeyV .framer-1hs94uv-container, .framer-MYeyV .framer-e9arv5-container, .framer-MYeyV .framer-1wi5c02-container, .framer-MYeyV .framer-1gb7cyx-container, .framer-MYeyV .framer-1vyhad1-container, .framer-MYeyV .framer-g72l33-container, .framer-MYeyV .framer-iazimk-container, .framer-MYeyV .framer-1tpq74i-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-MYeyV .framer-zi2wgi, .framer-MYeyV .framer-wlg3q5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 150px; }\",\".framer-MYeyV .framer-75nlqc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 8px 8px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-MYeyV .framer-1181xu4, .framer-MYeyV .framer-wbc5g4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 120px; }\",\".framer-MYeyV .framer-11txlag, .framer-MYeyV .framer-thnjln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 8px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-2yb6p9, .framer-MYeyV .framer-1y9mtnn, .framer-MYeyV .framer-vlxb0h, .framer-MYeyV .framer-1rpa7ae { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MYeyV .framer-jdwmyj, .framer-MYeyV .framer-19t2yf, .framer-MYeyV .framer-mwzqyp, .framer-MYeyV .framer-17h2b6w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-1ti8o87, .framer-MYeyV .framer-13qwhzr { 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: visible; padding: 0px 0px 0px 8px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-1ypkol8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-MYeyV .framer-v39roa { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-MYeyV .framer-d25y1l { bottom: 0px; flex: none; left: 8px; overflow: visible; position: absolute; top: 0px; width: 16px; }\",\".framer-MYeyV .framer-1txx4qc { flex: none; height: 10px; left: calc(50.00000000000002% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 16px; }\",\".framer-MYeyV .framer-1mrbgr2 { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-MYeyV .framer-9vtepe { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; top: 0px; width: 32px; }\",\".framer-MYeyV .framer-2jzkpk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 0px; overflow: hidden; position: absolute; right: 0px; top: 50%; }\",\".framer-MYeyV .framer-1bppz5k { flex: none; height: 16px; left: calc(50.00000000000002% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-MYeyV .framer-yrhrhx { 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-MYeyV .framer-1hd0nti { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 201px; overflow: visible; padding: 0px 0px 0px 8px; position: relative; width: 1px; }\",\".framer-MYeyV .framer-1d0y7a0, .framer-MYeyV .framer-1xodo3z, .framer-MYeyV .framer-12bsc3h { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-MYeyV .framer-17wg95p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-MYeyV .framer-d9f8nk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 140px; }\",\".framer-MYeyV .framer-19rvs5f-container, .framer-MYeyV .framer-1sj9aon-container, .framer-MYeyV .framer-6solh9-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-MYeyV .framer-jsqgkm { 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: 100%; }\",\".framer-MYeyV .framer-mkhty4, .framer-MYeyV .framer-1fz3k28 { 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 0px 0px 8px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-1j2z72 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-1tqxhj4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-1kn9gyy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MYeyV .framer-8znrpj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 164px; }\",\".framer-MYeyV .framer-16dq7an { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MYeyV.framer-91szv1, .framer-MYeyV .framer-ijvb0k, .framer-MYeyV .framer-1qk3i4b, .framer-MYeyV .framer-qb8gxn, .framer-MYeyV .framer-1cq4ztg, .framer-MYeyV .framer-1nhtdym, .framer-MYeyV .framer-lzm2ha, .framer-MYeyV .framer-zi2wgi, .framer-MYeyV .framer-szqers, .framer-MYeyV .framer-75nlqc, .framer-MYeyV .framer-m835cr, .framer-MYeyV .framer-1181xu4, .framer-MYeyV .framer-11txlag, .framer-MYeyV .framer-jdwmyj, .framer-MYeyV .framer-wbc5g4, .framer-MYeyV .framer-1ti8o87, .framer-MYeyV .framer-19t2yf, .framer-MYeyV .framer-1ypkol8, .framer-MYeyV .framer-yrhrhx, .framer-MYeyV .framer-1hd0nti, .framer-MYeyV .framer-17wg95p, .framer-MYeyV .framer-d9f8nk, .framer-MYeyV .framer-wlg3q5, .framer-MYeyV .framer-jsqgkm, .framer-MYeyV .framer-mkhty4, .framer-MYeyV .framer-1j2z72, .framer-MYeyV .framer-1tqxhj4, .framer-MYeyV .framer-1fz3k28, .framer-MYeyV .framer-1kn9gyy, .framer-MYeyV .framer-8znrpj, .framer-MYeyV .framer-thnjln, .framer-MYeyV .framer-mwzqyp, .framer-MYeyV .framer-16dq7an, .framer-MYeyV .framer-13qwhzr, .framer-MYeyV .framer-17h2b6w { gap: 0px; } .framer-MYeyV.framer-91szv1 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-MYeyV.framer-91szv1 > :first-child, .framer-MYeyV .framer-1cq4ztg > :first-child, .framer-MYeyV .framer-lzm2ha > :first-child, .framer-MYeyV .framer-zi2wgi > :first-child, .framer-MYeyV .framer-szqers > :first-child, .framer-MYeyV .framer-1181xu4 > :first-child, .framer-MYeyV .framer-jdwmyj > :first-child, .framer-MYeyV .framer-wbc5g4 > :first-child, .framer-MYeyV .framer-1ti8o87 > :first-child, .framer-MYeyV .framer-19t2yf > :first-child, .framer-MYeyV .framer-d9f8nk > :first-child, .framer-MYeyV .framer-wlg3q5 > :first-child, .framer-MYeyV .framer-jsqgkm > :first-child, .framer-MYeyV .framer-1tqxhj4 > :first-child, .framer-MYeyV .framer-8znrpj > :first-child, .framer-MYeyV .framer-mwzqyp > :first-child, .framer-MYeyV .framer-16dq7an > :first-child, .framer-MYeyV .framer-13qwhzr > :first-child, .framer-MYeyV .framer-17h2b6w > :first-child { margin-top: 0px; } .framer-MYeyV.framer-91szv1 > :last-child, .framer-MYeyV .framer-1cq4ztg > :last-child, .framer-MYeyV .framer-lzm2ha > :last-child, .framer-MYeyV .framer-zi2wgi > :last-child, .framer-MYeyV .framer-szqers > :last-child, .framer-MYeyV .framer-1181xu4 > :last-child, .framer-MYeyV .framer-jdwmyj > :last-child, .framer-MYeyV .framer-wbc5g4 > :last-child, .framer-MYeyV .framer-1ti8o87 > :last-child, .framer-MYeyV .framer-19t2yf > :last-child, .framer-MYeyV .framer-d9f8nk > :last-child, .framer-MYeyV .framer-wlg3q5 > :last-child, .framer-MYeyV .framer-jsqgkm > :last-child, .framer-MYeyV .framer-1tqxhj4 > :last-child, .framer-MYeyV .framer-8znrpj > :last-child, .framer-MYeyV .framer-mwzqyp > :last-child, .framer-MYeyV .framer-16dq7an > :last-child, .framer-MYeyV .framer-13qwhzr > :last-child, .framer-MYeyV .framer-17h2b6w > :last-child { margin-bottom: 0px; } .framer-MYeyV .framer-ijvb0k > * { margin: 0px; margin-left: calc(7.126051425933838px / 2); margin-right: calc(7.126051425933838px / 2); } .framer-MYeyV .framer-ijvb0k > :first-child, .framer-MYeyV .framer-1qk3i4b > :first-child, .framer-MYeyV .framer-qb8gxn > :first-child, .framer-MYeyV .framer-1nhtdym > :first-child, .framer-MYeyV .framer-75nlqc > :first-child, .framer-MYeyV .framer-m835cr > :first-child, .framer-MYeyV .framer-11txlag > :first-child, .framer-MYeyV .framer-1ypkol8 > :first-child, .framer-MYeyV .framer-yrhrhx > :first-child, .framer-MYeyV .framer-1hd0nti > :first-child, .framer-MYeyV .framer-17wg95p > :first-child, .framer-MYeyV .framer-mkhty4 > :first-child, .framer-MYeyV .framer-1j2z72 > :first-child, .framer-MYeyV .framer-1fz3k28 > :first-child, .framer-MYeyV .framer-1kn9gyy > :first-child, .framer-MYeyV .framer-thnjln > :first-child { margin-left: 0px; } .framer-MYeyV .framer-ijvb0k > :last-child, .framer-MYeyV .framer-1qk3i4b > :last-child, .framer-MYeyV .framer-qb8gxn > :last-child, .framer-MYeyV .framer-1nhtdym > :last-child, .framer-MYeyV .framer-75nlqc > :last-child, .framer-MYeyV .framer-m835cr > :last-child, .framer-MYeyV .framer-11txlag > :last-child, .framer-MYeyV .framer-1ypkol8 > :last-child, .framer-MYeyV .framer-yrhrhx > :last-child, .framer-MYeyV .framer-1hd0nti > :last-child, .framer-MYeyV .framer-17wg95p > :last-child, .framer-MYeyV .framer-mkhty4 > :last-child, .framer-MYeyV .framer-1j2z72 > :last-child, .framer-MYeyV .framer-1fz3k28 > :last-child, .framer-MYeyV .framer-1kn9gyy > :last-child, .framer-MYeyV .framer-thnjln > :last-child { margin-right: 0px; } .framer-MYeyV .framer-1qk3i4b > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-MYeyV .framer-qb8gxn > *, .framer-MYeyV .framer-17wg95p > *, .framer-MYeyV .framer-1j2z72 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-MYeyV .framer-1cq4ztg > *, .framer-MYeyV .framer-1ti8o87 > *, .framer-MYeyV .framer-jsqgkm > *, .framer-MYeyV .framer-13qwhzr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MYeyV .framer-1nhtdym > *, .framer-MYeyV .framer-m835cr > *, .framer-MYeyV .framer-1ypkol8 > *, .framer-MYeyV .framer-1kn9gyy > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-MYeyV .framer-lzm2ha > *, .framer-MYeyV .framer-zi2wgi > *, .framer-MYeyV .framer-szqers > *, .framer-MYeyV .framer-jdwmyj > *, .framer-MYeyV .framer-19t2yf > *, .framer-MYeyV .framer-d9f8nk > *, .framer-MYeyV .framer-wlg3q5 > *, .framer-MYeyV .framer-mwzqyp > *, .framer-MYeyV .framer-17h2b6w > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-MYeyV .framer-75nlqc > *, .framer-MYeyV .framer-11txlag > *, .framer-MYeyV .framer-yrhrhx > *, .framer-MYeyV .framer-1hd0nti > *, .framer-MYeyV .framer-mkhty4 > *, .framer-MYeyV .framer-1fz3k28 > *, .framer-MYeyV .framer-thnjln > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MYeyV .framer-1181xu4 > *, .framer-MYeyV .framer-wbc5g4 > *, .framer-MYeyV .framer-8znrpj > *, .framer-MYeyV .framer-16dq7an > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-MYeyV .framer-1tqxhj4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-MYeyV.framer-v-hnxho3.framer-91szv1 { padding: 10px 16px 10px 16px; width: 380px; }\",\".framer-MYeyV.framer-v-hnxho3 .framer-1qk3i4b, .framer-MYeyV.framer-v-7wh6p .framer-1qk3i4b { gap: 8px; }\",\".framer-MYeyV.framer-v-hnxho3 .framer-v39roa, .framer-MYeyV.framer-v-1kyiq66 .framer-v39roa { cursor: pointer; }\",\".framer-MYeyV.framer-v-hnxho3 .framer-d25y1l, .framer-MYeyV.framer-v-1kyiq66 .framer-d25y1l { left: 0px; width: 32px; }\",\".framer-MYeyV.framer-v-hnxho3 .framer-1txx4qc, .framer-MYeyV.framer-v-1kyiq66 .framer-1txx4qc { height: 17px; left: calc(50.00000000000002% - 20px / 2); top: calc(50.00000000000002% - 17px / 2); width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MYeyV.framer-v-hnxho3 .framer-1qk3i4b { gap: 0px; } .framer-MYeyV.framer-v-hnxho3 .framer-1qk3i4b > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-MYeyV.framer-v-hnxho3 .framer-1qk3i4b > :first-child { margin-left: 0px; } .framer-MYeyV.framer-v-hnxho3 .framer-1qk3i4b > :last-child { margin-right: 0px; } }\",\".framer-MYeyV.framer-v-1kyiq66.framer-91szv1 { padding: 10px 40px 10px 40px; width: 655px; }\",\".framer-MYeyV.framer-v-1kyiq66 .framer-1qk3i4b, .framer-MYeyV.framer-v-jvpa7d .framer-1qk3i4b { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MYeyV.framer-v-1kyiq66 .framer-1qk3i4b { gap: 0px; } .framer-MYeyV.framer-v-1kyiq66 .framer-1qk3i4b > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-MYeyV.framer-v-1kyiq66 .framer-1qk3i4b > :first-child { margin-left: 0px; } .framer-MYeyV.framer-v-1kyiq66 .framer-1qk3i4b > :last-child { margin-right: 0px; } }\",\".framer-MYeyV.framer-v-7wh6p.framer-91szv1 { gap: 32px; padding: 10px 16px 24px 16px; width: 380px; }\",\".framer-MYeyV.framer-v-7wh6p .framer-9i7yo8, .framer-MYeyV.framer-v-jvpa7d .framer-9i7yo8 { order: 0; }\",\".framer-MYeyV.framer-v-7wh6p .framer-2jzkpk, .framer-MYeyV.framer-v-jvpa7d .framer-2jzkpk { height: var(--framer-aspect-ratio-supported, 32px); }\",\".framer-MYeyV.framer-v-7wh6p .framer-yrhrhx, .framer-MYeyV.framer-v-jvpa7d .framer-yrhrhx { flex-direction: column; order: 1; }\",\".framer-MYeyV.framer-v-7wh6p .framer-1hd0nti, .framer-MYeyV.framer-v-jvpa7d .framer-1hd0nti { flex: none; min-height: unset; width: 100%; }\",\".framer-MYeyV.framer-v-7wh6p .framer-17wg95p { flex: none; width: 100%; }\",\".framer-MYeyV.framer-v-7wh6p .framer-jsqgkm, .framer-MYeyV.framer-v-jvpa7d .framer-jsqgkm { order: 3; }\",\".framer-MYeyV.framer-v-7wh6p .framer-1tqxhj4, .framer-MYeyV.framer-v-jvpa7d .framer-1tqxhj4 { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MYeyV.framer-v-7wh6p.framer-91szv1, .framer-MYeyV.framer-v-7wh6p .framer-1qk3i4b, .framer-MYeyV.framer-v-7wh6p .framer-yrhrhx { gap: 0px; } .framer-MYeyV.framer-v-7wh6p.framer-91szv1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MYeyV.framer-v-7wh6p.framer-91szv1 > :first-child, .framer-MYeyV.framer-v-7wh6p .framer-yrhrhx > :first-child { margin-top: 0px; } .framer-MYeyV.framer-v-7wh6p.framer-91szv1 > :last-child, .framer-MYeyV.framer-v-7wh6p .framer-yrhrhx > :last-child { margin-bottom: 0px; } .framer-MYeyV.framer-v-7wh6p .framer-1qk3i4b > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-MYeyV.framer-v-7wh6p .framer-1qk3i4b > :first-child { margin-left: 0px; } .framer-MYeyV.framer-v-7wh6p .framer-1qk3i4b > :last-child { margin-right: 0px; } .framer-MYeyV.framer-v-7wh6p .framer-yrhrhx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-MYeyV.framer-v-jvpa7d.framer-91szv1 { gap: 32px; padding: 10px 40px 40px 40px; width: 655px; }\",\".framer-MYeyV.framer-v-jvpa7d .framer-17wg95p { flex: none; gap: 64px; width: 100%; }\",\".framer-MYeyV.framer-v-jvpa7d .framer-1kn9gyy { gap: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MYeyV.framer-v-jvpa7d.framer-91szv1, .framer-MYeyV.framer-v-jvpa7d .framer-1qk3i4b, .framer-MYeyV.framer-v-jvpa7d .framer-yrhrhx, .framer-MYeyV.framer-v-jvpa7d .framer-17wg95p, .framer-MYeyV.framer-v-jvpa7d .framer-1kn9gyy { gap: 0px; } .framer-MYeyV.framer-v-jvpa7d.framer-91szv1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-MYeyV.framer-v-jvpa7d.framer-91szv1 > :first-child, .framer-MYeyV.framer-v-jvpa7d .framer-yrhrhx > :first-child { margin-top: 0px; } .framer-MYeyV.framer-v-jvpa7d.framer-91szv1 > :last-child, .framer-MYeyV.framer-v-jvpa7d .framer-yrhrhx > :last-child { margin-bottom: 0px; } .framer-MYeyV.framer-v-jvpa7d .framer-1qk3i4b > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-MYeyV.framer-v-jvpa7d .framer-1qk3i4b > :first-child, .framer-MYeyV.framer-v-jvpa7d .framer-17wg95p > :first-child, .framer-MYeyV.framer-v-jvpa7d .framer-1kn9gyy > :first-child { margin-left: 0px; } .framer-MYeyV.framer-v-jvpa7d .framer-1qk3i4b > :last-child, .framer-MYeyV.framer-v-jvpa7d .framer-17wg95p > :last-child, .framer-MYeyV.framer-v-jvpa7d .framer-1kn9gyy > :last-child { margin-right: 0px; } .framer-MYeyV.framer-v-jvpa7d .framer-yrhrhx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MYeyV.framer-v-jvpa7d .framer-17wg95p > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-MYeyV.framer-v-jvpa7d .framer-1kn9gyy > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,'.framer-MYeyV[data-border=\"true\"]::after, .framer-MYeyV [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"T42m6vsaw\":{\"layout\":[\"fixed\",\"auto\"]},\"CDXK98il5\":{\"layout\":[\"fixed\",\"auto\"]},\"EMYP8Pu9n\":{\"layout\":[\"fixed\",\"auto\"]},\"bkXon0HUa\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQwhtMBVSs=withCSS(Component,css,\"framer-MYeyV\");export default FramerQwhtMBVSs;FramerQwhtMBVSs.displayName=\"navigation-menu\";FramerQwhtMBVSs.defaultProps={height:54,width:1200};addPropertyControls(FramerQwhtMBVSs,{variant:{options:[\"u70j3Pyqv\",\"T42m6vsaw\",\"CDXK98il5\",\"EMYP8Pu9n\",\"bkXon0HUa\"],optionTitles:[\"desktop\",\"mobile-collapsed\",\"tablet-collapsed\",\"mobile-expanded\",\"tablet-expanded\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQwhtMBVSs,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ButtonFonts,...GetStartedNavbarFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQwhtMBVSs\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"54\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T42m6vsaw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CDXK98il5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EMYP8Pu9n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bkXon0HUa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"IPXsGQ5YX\",\"ZFNk1vjEy\",\"oRWvF4SPq\",\"JBmhC_BKy\",\"xzNQlMR_m\"];const serializationHash=\"framer-gH3mB\";const variantClassNames={IPXsGQ5YX:\"framer-v-1geeivr\",JBmhC_BKy:\"framer-v-ct3fzu\",oRWvF4SPq:\"framer-v-1itckh3\",xzNQlMR_m:\"framer-v-lg6b9t\",ZFNk1vjEy:\"framer-v-t8bhh6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop 1\":\"IPXsGQ5YX\",\"desktop 2\":\"ZFNk1vjEy\",\"desktop 3\":\"oRWvF4SPq\",\"desktop 4\":\"JBmhC_BKy\",desktop5:\"xzNQlMR_m\"};const getProps=({height,id,text1,text2,text3,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,B_vc8jjQW:(_ref=text1!==null&&text1!==void 0?text1:props.B_vc8jjQW)!==null&&_ref!==void 0?_ref:\"the next call out\",kdfJBCn4E:(_ref1=title!==null&&title!==void 0?title:props.kdfJBCn4E)!==null&&_ref1!==void 0?_ref1:\"in-service requirements\",rPu0O6m0W:(_ref2=text2!==null&&text2!==void 0?text2:props.rPu0O6m0W)!==null&&_ref2!==void 0?_ref2:\"quiet quitting\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"IPXsGQ5YX\",Xf4wnXjiv:(_ref4=text3!==null&&text3!==void 0?text3:props.Xf4wnXjiv)!==null&&_ref4!==void 0?_ref4:\"patient fall\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,B_vc8jjQW,rPu0O6m0W,Xf4wnXjiv,kdfJBCn4E,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IPXsGQ5YX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearm7t2p7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZFNk1vjEy\"),1e3);});const onAppear1fk11u7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"oRWvF4SPq\"),2e3);});const onAppearc21xzn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JBmhC_BKy\"),2e3);});const onAppearp8f06t=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xzNQlMR_m\"),2e3);});const onAppear47yugj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"IPXsGQ5YX\"),1e3);});const onTap7z0oer=activeVariantCallback(async(...args)=>{setVariant(\"oRWvF4SPq\");});useOnVariantChange(baseVariant,{default:onAppearm7t2p7,JBmhC_BKy:onAppearp8f06t,oRWvF4SPq:onAppearc21xzn,xzNQlMR_m:onAppear47yugj,ZFNk1vjEy:onAppear1fk11u7});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({JBmhC_BKy:{value:transition2},oRWvF4SPq:{value:transition2},xzNQlMR_m:{value:transition2},ZFNk1vjEy:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1geeivr\",className,classNames),\"data-framer-name\":\"desktop 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IPXsGQ5YX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({JBmhC_BKy:{\"data-framer-name\":\"desktop 4\"},oRWvF4SPq:{\"data-framer-name\":\"desktop 3\"},xzNQlMR_m:{\"data-framer-name\":\"desktop5\"},ZFNk1vjEy:{\"data-framer-name\":\"desktop 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"the next call out\"})})}),className:\"framer-b2aeqo\",\"data-framer-name\":\"text 1\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"bcGg60Saj\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B_vc8jjQW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"quiet quitting\"})})}),className:\"framer-rcwspl\",\"data-framer-name\":\"text 2\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"zLTP3WGNh\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:rPu0O6m0W,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JBmhC_BKy:{transformTemplate:transformTemplate1},oRWvF4SPq:{transformTemplate:transformTemplate1},xzNQlMR_m:{transformTemplate:transformTemplate1},ZFNk1vjEy:{\"data-highlight\":true,onTap:onTap7z0oer}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"patient fall\"})})}),className:\"framer-fnzf9l\",\"data-framer-name\":\"text 3\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"vPoWyiijR\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Xf4wnXjiv,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"regulation change\"})})}),className:\"framer-k5ksjx\",\"data-framer-name\":\"text 1 - 2nd\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"K1QN7O9SO\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:kdfJBCn4E,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oRWvF4SPq:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"the next call out\"})})}),className:\"framer-8ysc19\",\"data-framer-name\":\"text 5\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"dPA8kDHXT\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B_vc8jjQW,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gH3mB.framer-1nuy4w3, .framer-gH3mB .framer-1nuy4w3 { display: block; }\",\".framer-gH3mB.framer-1geeivr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gH3mB .framer-b2aeqo { flex: none; height: 50px; overflow: hidden; position: relative; white-space: pre; width: auto; }\",\".framer-gH3mB .framer-rcwspl { bottom: -50px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-gH3mB .framer-fnzf9l { bottom: -100px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-gH3mB .framer-k5ksjx { bottom: -150px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-gH3mB .framer-8ysc19 { bottom: -195px; flex: none; height: auto; left: 0px; overflow: visible; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gH3mB.framer-1geeivr { gap: 0px; } .framer-gH3mB.framer-1geeivr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gH3mB.framer-1geeivr > :first-child { margin-left: 0px; } .framer-gH3mB.framer-1geeivr > :last-child { margin-right: 0px; } }\",\".framer-gH3mB.framer-v-t8bhh6 .framer-b2aeqo { bottom: 48px; height: auto; left: 0px; overflow: visible; position: absolute; z-index: 1; }\",\".framer-gH3mB.framer-v-t8bhh6 .framer-rcwspl { bottom: unset; cursor: pointer; left: unset; position: relative; }\",\".framer-gH3mB.framer-v-t8bhh6 .framer-fnzf9l { bottom: -48px; left: 1px; }\",\".framer-gH3mB.framer-v-t8bhh6 .framer-k5ksjx { bottom: -93px; height: auto; left: unset; overflow: visible; right: -83px; }\",\".framer-gH3mB.framer-v-t8bhh6 .framer-8ysc19 { bottom: -138px; }\",\".framer-gH3mB.framer-v-1itckh3 .framer-b2aeqo { bottom: 100px; height: auto; left: 0px; overflow: visible; position: absolute; z-index: 1; }\",\".framer-gH3mB.framer-v-1itckh3 .framer-rcwspl { bottom: unset; top: -50%; }\",\".framer-gH3mB.framer-v-1itckh3 .framer-fnzf9l { bottom: unset; left: unset; position: relative; }\",\".framer-gH3mB.framer-v-1itckh3 .framer-k5ksjx { bottom: unset; height: auto; left: 0px; overflow: visible; top: 144%; }\",\".framer-gH3mB.framer-v-1itckh3 .framer-8ysc19 { bottom: -90px; }\",\".framer-gH3mB.framer-v-ct3fzu .framer-b2aeqo { bottom: 150px; height: auto; left: 0px; order: 0; overflow: visible; position: absolute; z-index: 1; }\",\".framer-gH3mB.framer-v-ct3fzu .framer-rcwspl { bottom: unset; order: 2; top: -150%; }\",\".framer-gH3mB.framer-v-ct3fzu .framer-fnzf9l { bottom: 50px; left: 0px; order: 1; }\",\".framer-gH3mB.framer-v-ct3fzu .framer-k5ksjx { bottom: unset; height: auto; left: unset; order: 3; overflow: visible; position: relative; }\",\".framer-gH3mB.framer-v-ct3fzu .framer-8ysc19 { bottom: -45px; order: 4; }\",\".framer-gH3mB.framer-v-lg6b9t .framer-b2aeqo { bottom: 198px; height: auto; left: 0px; order: 0; overflow: visible; position: absolute; z-index: 1; }\",\".framer-gH3mB.framer-v-lg6b9t .framer-rcwspl { bottom: unset; order: 2; top: -246%; }\",\".framer-gH3mB.framer-v-lg6b9t .framer-fnzf9l { bottom: 98px; left: 0px; order: 1; }\",\".framer-gH3mB.framer-v-lg6b9t .framer-k5ksjx { bottom: unset; height: auto; left: 0px; order: 3; overflow: visible; top: -48px; }\",\".framer-gH3mB.framer-v-lg6b9t .framer-8ysc19 { bottom: unset; height: 50px; left: unset; order: 4; overflow: hidden; position: relative; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 224.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"ZFNk1vjEy\":{\"layout\":[\"auto\",\"fixed\"]},\"oRWvF4SPq\":{\"layout\":[\"auto\",\"fixed\"]},\"JBmhC_BKy\":{\"layout\":[\"auto\",\"fixed\"]},\"xzNQlMR_m\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"B_vc8jjQW\":\"text1\",\"rPu0O6m0W\":\"text2\",\"Xf4wnXjiv\":\"text3\",\"kdfJBCn4E\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerrv1Bsvets=withCSS(Component,css,\"framer-gH3mB\");export default Framerrv1Bsvets;Framerrv1Bsvets.displayName=\"slide-texts-mobile\";Framerrv1Bsvets.defaultProps={height:50,width:224.5};addPropertyControls(Framerrv1Bsvets,{variant:{options:[\"IPXsGQ5YX\",\"ZFNk1vjEy\",\"oRWvF4SPq\",\"JBmhC_BKy\",\"xzNQlMR_m\"],optionTitles:[\"desktop 1\",\"desktop 2\",\"desktop 3\",\"desktop 4\",\"desktop5\"],title:\"Variant\",type:ControlType.Enum},B_vc8jjQW:{defaultValue:\"the next call out\",displayTextArea:false,placeholder:\"\",title:\"Text 1\",type:ControlType.String},rPu0O6m0W:{defaultValue:\"quiet quitting\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},Xf4wnXjiv:{defaultValue:\"patient fall\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},kdfJBCn4E:{defaultValue:\"in-service requirements\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerrv1Bsvets,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerrv1Bsvets\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"50\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"224.5\",\"framerVariables\":\"{\\\"B_vc8jjQW\\\":\\\"text1\\\",\\\"rPu0O6m0W\\\":\\\"text2\\\",\\\"Xf4wnXjiv\\\":\\\"text3\\\",\\\"kdfJBCn4E\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ZFNk1vjEy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"oRWvF4SPq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JBmhC_BKy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xzNQlMR_m\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rv1Bsvets.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"SVDqRnWa6\",\"Fla7_L77j\",\"nBWhUMMaZ\",\"mYsbl2zuO\",\"VBxMRICUD\"];const serializationHash=\"framer-CcJap\";const variantClassNames={Fla7_L77j:\"framer-v-18de5xa\",mYsbl2zuO:\"framer-v-16o9zja\",nBWhUMMaZ:\"framer-v-5ttg4y\",SVDqRnWa6:\"framer-v-1g7q11m\",VBxMRICUD:\"framer-v-utaeyp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop 1\":\"SVDqRnWa6\",\"desktop 2\":\"Fla7_L77j\",\"desktop 3\":\"nBWhUMMaZ\",\"desktop 4\":\"mYsbl2zuO\",desktop5:\"VBxMRICUD\"};const getProps=({height,id,text1,text2,text3,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,B_vc8jjQW:(_ref=text1!==null&&text1!==void 0?text1:props.B_vc8jjQW)!==null&&_ref!==void 0?_ref:\"the next call out\",kdfJBCn4E:(_ref1=title!==null&&title!==void 0?title:props.kdfJBCn4E)!==null&&_ref1!==void 0?_ref1:\"in-service requirement\",rPu0O6m0W:(_ref2=text2!==null&&text2!==void 0?text2:props.rPu0O6m0W)!==null&&_ref2!==void 0?_ref2:\"quiet quitting\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"SVDqRnWa6\",Xf4wnXjiv:(_ref4=text3!==null&&text3!==void 0?text3:props.Xf4wnXjiv)!==null&&_ref4!==void 0?_ref4:\"patient fall\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,B_vc8jjQW,rPu0O6m0W,Xf4wnXjiv,kdfJBCn4E,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SVDqRnWa6\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1jfuyav=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Fla7_L77j\"),1e3);});const onAppear1l7iqvl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"nBWhUMMaZ\"),2e3);});const onAppear25m9mz=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"mYsbl2zuO\"),2e3);});const onAppearlpbfig=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"VBxMRICUD\"),2e3);});const onAppeardqor6u=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SVDqRnWa6\"),1e3);});const onTap1a56rah=activeVariantCallback(async(...args)=>{setVariant(\"nBWhUMMaZ\");});useOnVariantChange(baseVariant,{default:onAppear1jfuyav,Fla7_L77j:onAppear1l7iqvl,mYsbl2zuO:onAppearlpbfig,nBWhUMMaZ:onAppear25m9mz,VBxMRICUD:onAppeardqor6u});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({Fla7_L77j:{value:transition2},mYsbl2zuO:{value:transition2},nBWhUMMaZ:{value:transition2},VBxMRICUD:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1g7q11m\",className,classNames),\"data-framer-name\":\"desktop 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SVDqRnWa6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Fla7_L77j:{\"data-framer-name\":\"desktop 2\"},mYsbl2zuO:{\"data-framer-name\":\"desktop 4\"},nBWhUMMaZ:{\"data-framer-name\":\"desktop 3\"},VBxMRICUD:{\"data-framer-name\":\"desktop5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"the next call out\"})})}),className:\"framer-3g11n0\",\"data-framer-name\":\"text 1\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"HdI_FkiSI\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B_vc8jjQW,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"quiet quitting\"})})}),className:\"framer-o20weq\",\"data-framer-name\":\"text 2\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"uS6H2UbAM\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:rPu0O6m0W,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Fla7_L77j:{\"data-highlight\":true,onTap:onTap1a56rah},mYsbl2zuO:{transformTemplate:transformTemplate1},nBWhUMMaZ:{transformTemplate:transformTemplate1},VBxMRICUD:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"patient fall\"})})}),className:\"framer-tjg61j\",\"data-framer-name\":\"text 3\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"LgkfaopYt\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Xf4wnXjiv,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"regulation change\"})})}),className:\"framer-owokwl\",\"data-framer-name\":\"text 1 - 2nd\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"gSRYiWO1x\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:kdfJBCn4E,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nBWhUMMaZ:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"45px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"the next call out\"})})}),className:\"framer-z5lif7\",\"data-framer-name\":\"text 5\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"IgfTNVOXJ\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B_vc8jjQW,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CcJap.framer-omr6tv, .framer-CcJap .framer-omr6tv { display: block; }\",\".framer-CcJap.framer-1g7q11m { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-CcJap .framer-3g11n0 { flex: none; height: 50px; overflow: hidden; position: relative; white-space: pre; width: auto; }\",\".framer-CcJap .framer-o20weq { bottom: -50px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CcJap .framer-tjg61j { bottom: -100px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CcJap .framer-owokwl { bottom: -150px; flex: none; height: 50px; left: 0px; overflow: hidden; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-CcJap .framer-z5lif7 { bottom: -195px; flex: none; height: auto; left: 0px; overflow: visible; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CcJap.framer-1g7q11m { gap: 0px; } .framer-CcJap.framer-1g7q11m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CcJap.framer-1g7q11m > :first-child { margin-left: 0px; } .framer-CcJap.framer-1g7q11m > :last-child { margin-right: 0px; } }\",\".framer-CcJap.framer-v-18de5xa .framer-3g11n0 { bottom: 48px; height: auto; left: 0px; overflow: visible; position: absolute; z-index: 1; }\",\".framer-CcJap.framer-v-18de5xa .framer-o20weq { bottom: unset; cursor: pointer; left: unset; position: relative; }\",\".framer-CcJap.framer-v-18de5xa .framer-tjg61j { bottom: -48px; left: 1px; }\",\".framer-CcJap.framer-v-18de5xa .framer-owokwl { bottom: -93px; height: auto; left: unset; overflow: visible; right: -83px; }\",\".framer-CcJap.framer-v-18de5xa .framer-z5lif7 { bottom: -138px; }\",\".framer-CcJap.framer-v-5ttg4y .framer-3g11n0 { bottom: 100px; height: auto; left: 0px; overflow: visible; position: absolute; z-index: 1; }\",\".framer-CcJap.framer-v-5ttg4y .framer-o20weq { bottom: unset; top: -50%; }\",\".framer-CcJap.framer-v-5ttg4y .framer-tjg61j { bottom: unset; left: unset; position: relative; }\",\".framer-CcJap.framer-v-5ttg4y .framer-owokwl { bottom: unset; height: auto; left: 0px; overflow: visible; top: 144%; }\",\".framer-CcJap.framer-v-5ttg4y .framer-z5lif7 { bottom: -90px; }\",\".framer-CcJap.framer-v-16o9zja .framer-3g11n0 { bottom: 150px; height: auto; left: 0px; order: 0; overflow: visible; position: absolute; z-index: 1; }\",\".framer-CcJap.framer-v-16o9zja .framer-o20weq { bottom: unset; order: 2; top: -150%; }\",\".framer-CcJap.framer-v-16o9zja .framer-tjg61j { bottom: 50px; left: 0px; order: 1; }\",\".framer-CcJap.framer-v-16o9zja .framer-owokwl { bottom: unset; height: auto; left: unset; order: 3; overflow: visible; position: relative; }\",\".framer-CcJap.framer-v-16o9zja .framer-z5lif7 { bottom: -45px; order: 4; }\",\".framer-CcJap.framer-v-utaeyp .framer-3g11n0 { bottom: 198px; height: auto; left: 0px; order: 0; overflow: visible; position: absolute; z-index: 1; }\",\".framer-CcJap.framer-v-utaeyp .framer-o20weq { bottom: unset; order: 2; top: -246%; }\",\".framer-CcJap.framer-v-utaeyp .framer-tjg61j { bottom: 98px; left: 0px; order: 1; }\",\".framer-CcJap.framer-v-utaeyp .framer-owokwl { bottom: unset; height: auto; left: 0px; order: 3; overflow: visible; top: -48px; }\",\".framer-CcJap.framer-v-utaeyp .framer-z5lif7 { bottom: unset; height: 50px; left: unset; order: 4; overflow: hidden; position: relative; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 238.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"Fla7_L77j\":{\"layout\":[\"auto\",\"fixed\"]},\"nBWhUMMaZ\":{\"layout\":[\"auto\",\"fixed\"]},\"mYsbl2zuO\":{\"layout\":[\"auto\",\"fixed\"]},\"VBxMRICUD\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"B_vc8jjQW\":\"text1\",\"rPu0O6m0W\":\"text2\",\"Xf4wnXjiv\":\"text3\",\"kdfJBCn4E\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZ7jKA4fMX=withCSS(Component,css,\"framer-CcJap\");export default FramerZ7jKA4fMX;FramerZ7jKA4fMX.displayName=\"slide-texts-tablet\";FramerZ7jKA4fMX.defaultProps={height:50,width:238.5};addPropertyControls(FramerZ7jKA4fMX,{variant:{options:[\"SVDqRnWa6\",\"Fla7_L77j\",\"nBWhUMMaZ\",\"mYsbl2zuO\",\"VBxMRICUD\"],optionTitles:[\"desktop 1\",\"desktop 2\",\"desktop 3\",\"desktop 4\",\"desktop5\"],title:\"Variant\",type:ControlType.Enum},B_vc8jjQW:{defaultValue:\"the next call out\",displayTextArea:false,placeholder:\"\",title:\"Text 1\",type:ControlType.String},rPu0O6m0W:{defaultValue:\"quiet quitting\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},Xf4wnXjiv:{defaultValue:\"patient fall\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},kdfJBCn4E:{defaultValue:\"in-service requirement\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerZ7jKA4fMX,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ7jKA4fMX\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Fla7_L77j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"nBWhUMMaZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"mYsbl2zuO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"VBxMRICUD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"B_vc8jjQW\\\":\\\"text1\\\",\\\"rPu0O6m0W\\\":\\\"text2\\\",\\\"Xf4wnXjiv\\\":\\\"text3\\\",\\\"kdfJBCn4E\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"50\",\"framerIntrinsicWidth\":\"238.5\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z7jKA4fMX.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};export function Counter(props){const{start,end,speed,gapSize,prefixText,suffixText,prefixFont,suffixFont,prefixColor,suffixColor,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;if(count<end){setCount(prevCount=>parseFloat((prevCount+increment).toFixed(1)));}else if(loop){setCount(start);}};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixColor},children:prefixText}),/*#__PURE__*/_jsx(\"span\",{children:formatNumber(count)}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixColor},children:suffixText})]});}Counter.defaultProps={start:0,end:100,speed:100,prefixText:\"\",suffixText:\"\",loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixText:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},prefixColor:{type:ControlType.Color,title:\"Prefix Color\"},suffixText:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},suffixColor:{type:ControlType.Color,title:\"Suffix Color\"},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",description:\"[Built by Asif Kabir](https://www.youtube.com/channel/UCujbStV-Rp-QGfiHOKA9AvA)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter1.map", "// Generated by Framer (6266459)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-IY3Y9 .framer-styles-preset-1ntxu6d:not(.rich-text-wrapper), .framer-IY3Y9 .framer-styles-preset-1ntxu6d.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 38px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, #181d27); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-IY3Y9 .framer-styles-preset-1ntxu6d:not(.rich-text-wrapper), .framer-IY3Y9 .framer-styles-preset-1ntxu6d.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 38px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, #181d27); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-IY3Y9 .framer-styles-preset-1ntxu6d:not(.rich-text-wrapper), .framer-IY3Y9 .framer-styles-preset-1ntxu6d.rich-text-wrapper h2 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 38px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, #181d27); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-IY3Y9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-regular\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-gV5rq .framer-styles-preset-wly5if:not(.rich-text-wrapper), .framer-gV5rq .framer-styles-preset-wly5if.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 20px; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: rgba(255, 255, 255, 0.7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-gV5rq\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-500\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-5k92M .framer-styles-preset-14zjs7j:not(.rich-text-wrapper), .framer-5k92M .framer-styles-preset-14zjs7j.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 28px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #181d27; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-5k92M\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-500\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-wrlkM .framer-styles-preset-1ipkn3o:not(.rich-text-wrapper), .framer-wrlkM .framer-styles-preset-1ipkn3o.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.01em; --framer-line-height: 24px; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #a3a3a3; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-wrlkM\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (af04cc1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-gaKn9 .framer-styles-preset-fc72z4:not(.rich-text-wrapper), .framer-gaKn9 .framer-styles-preset-fc72z4.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, #181d27); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-gaKn9 .framer-styles-preset-fc72z4:not(.rich-text-wrapper), .framer-gaKn9 .framer-styles-preset-fc72z4.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, #181d27); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-gaKn9 .framer-styles-preset-fc72z4:not(.rich-text-wrapper), .framer-gaKn9 .framer-styles-preset-fc72z4.rich-text-wrapper h3 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, #181d27); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-gaKn9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import FooterForm from\"#framer/local/canvasComponent/A00WfbLCX/A00WfbLCX.js\";import FeaturesTab from\"#framer/local/canvasComponent/aipTtlQn_/aipTtlQn_.js\";import ReadyToUseTab from\"#framer/local/canvasComponent/BSzqy5iO0/BSzqy5iO0.js\";import NewsCard from\"#framer/local/canvasComponent/dxCgZXXku/dxCgZXXku.js\";import SlideTexts from\"#framer/local/canvasComponent/kodOFkszU/kodOFkszU.js\";import Button from\"#framer/local/canvasComponent/QcgeUBWVk/QcgeUBWVk.js\";import NavigationMenu from\"#framer/local/canvasComponent/QwhtMBVSs/QwhtMBVSs.js\";import SlideTextsMobile from\"#framer/local/canvasComponent/rv1Bsvets/rv1Bsvets.js\";import SlideTextsTablet from\"#framer/local/canvasComponent/Z7jKA4fMX/Z7jKA4fMX.js\";import{Counter}from\"#framer/local/codeFile/q45Cc8x/Counter1.js\";import*as sharedStyle from\"#framer/local/css/Cmb8oi5Qq/Cmb8oi5Qq.js\";import*as sharedStyle3 from\"#framer/local/css/CpeS9MrAO/CpeS9MrAO.js\";import*as sharedStyle7 from\"#framer/local/css/FZRXCuCby/FZRXCuCby.js\";import*as sharedStyle6 from\"#framer/local/css/MjzAfu9De/MjzAfu9De.js\";import*as sharedStyle1 from\"#framer/local/css/qGw1MJfRc/qGw1MJfRc.js\";import*as sharedStyle2 from\"#framer/local/css/ryowHz5nP/ryowHz5nP.js\";import*as sharedStyle4 from\"#framer/local/css/rz_ifpIn_/rz_ifpIn_.js\";import*as sharedStyle5 from\"#framer/local/css/YBDLPeIqs/YBDLPeIqs.js\";import metadataProvider from\"#framer/local/webPageMetadata/M299mNwXD/M299mNwXD.js\";const NavigationMenuFonts=getFonts(NavigationMenu);const VideoFonts=getFonts(Video);const ButtonFonts=getFonts(Button);const TickerFonts=getFonts(Ticker);const FeaturesTabFonts=getFonts(FeaturesTab);const SlideshowFonts=getFonts(Slideshow);const NewsCardFonts=getFonts(NewsCard);const ReadyToUseTabFonts=getFonts(ReadyToUseTab);const ImageWithFX=withFX(Image);const CounterFonts=getFonts(Counter);const SlideTextsFonts=getFonts(SlideTexts);const SlideTextsMobileFonts=getFonts(SlideTextsMobile);const SlideTextsTabletFonts=getFonts(SlideTextsTablet);const FooterFormFonts=getFonts(FooterForm);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={bGeWhOGpB:\"(min-width: 810px) and (max-width: 1199px)\",HWU3kJFMp:\"(min-width: 1200px)\",kFRLkFACO:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-wpOHL\";const variantClassNames={bGeWhOGpB:\"framer-v-17asunn\",HWU3kJFMp:\"framer-v-1yym4x7\",kFRLkFACO:\"framer-v-igjnes\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"HWU3kJFMp\",Phone:\"kFRLkFACO\",Tablet:\"bGeWhOGpB\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"HWU3kJFMp\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-wpOHL`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-wpOHL`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"tLGP1xNxO\");const ref2=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"kFRLkFACO\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"kFRLkFACO\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"bGeWhOGpB\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"bGeWhOGpB\",\"kFRLkFACO\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HWU3kJFMp\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1yym4x7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19zqmik-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{variant:\"CDXK98il5\"},kFRLkFACO:{variant:\"T42m6vsaw\"}},children:/*#__PURE__*/_jsx(NavigationMenu,{height:\"100%\",id:\"Hh9_9AlKf\",layoutId:\"Hh9_9AlKf\",style:{width:\"100%\"},variant:\"u70j3Pyqv\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-okouz9\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12xss5w-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{srcFile:\"https://framerusercontent.com/assets/oYqYD0TXuE3ejHdek08EEcOehlo.mp4\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"tLGP1xNxO\",isMixedBorderRadius:false,layoutId:\"tLGP1xNxO\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/wxxUcTFbITn9C0sWqs2LH54cUU.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/sW5cnvShGpXfOlRvZxn00Lgu4.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10mw0c4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o1e1k0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bj4i8\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ntxu6d\",\"data-styles-preset\":\"Cmb8oi5Qq\",style:{\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"AI Secretary. Built for Home-Based Care\"})}),className:\"framer-1mh7unk\",\"data-framer-name\":\"AI Secretary. Built for Home-Based Care\",fonts:[\"Inter\"],name:\"AI Secretary. Built for Home-Based Care\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"You didn\u2019t get into Healthcare to do Digital Chores. Let your new AI Secretary handle the busy work so you can get back to care.\"})}),className:\"framer-1age4p8\",\"data-framer-name\":\"You didn\u2019t get into Healthcare to do Digital Chores. Let your new AI Secretary handle the busy work so you can get back to care.\",fonts:[\"Inter\"],name:\"You didn\u2019t get into Healthcare to do Digital Chores. Let your new AI Secretary handle the busy work so you can get back to care.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4tp3n\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:590,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ay0ymu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks[0],height:\"100%\",id:\"uLLZ1hdfd\",kPwoYrlGG:true,layoutId:\"uLLZ1hdfd\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://vimeo.com/901682074\",nodeId:\"gd7GMxiql\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-kbiesm framer-ppov47\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11lqc1m\",\"data-framer-name\":\"play\",name:\"play\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yn6tuo\",\"data-framer-name\":\"Solid\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:12,name:\"Solid\",svg:'<svg width=\"12\" height=\"14\" viewBox=\"-1 -1 12 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66901 0.634118C2.67598 0.638768 2.68298 0.643433 2.69 0.648111L8.84342 4.75039C9.02147 4.86907 9.18656 4.97911 9.31335 5.08136C9.44566 5.18807 9.60165 5.33605 9.69142 5.55252C9.81008 5.83865 9.81008 6.16023 9.69142 6.44635C9.60165 6.66283 9.44566 6.81081 9.31335 6.91752C9.18656 7.01977 9.02149 7.12979 8.84345 7.24846L2.66903 11.3647C2.45139 11.5099 2.2557 11.6403 2.08964 11.7303C1.92347 11.8204 1.69538 11.9233 1.42916 11.9074C1.08864 11.8871 0.774077 11.7187 0.568272 11.4467C0.407375 11.234 0.366477 10.9871 0.349232 10.7989C0.331999 10.6108 0.332015 10.3756 0.332032 10.114L0.332033 1.91005C0.332033 1.90162 0.332033 1.89321 0.332032 1.88483C0.332015 1.62326 0.331999 1.38807 0.349232 1.19999C0.366477 1.01177 0.407375 0.764906 0.568272 0.552217C0.774077 0.280163 1.08864 0.111812 1.42916 0.0914806C1.69538 0.0755853 1.92347 0.178492 2.08964 0.268546C2.25569 0.358535 2.45138 0.489014 2.66901 0.634118Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Watch Video\"})}),className:\"framer-c06fkl\",\"data-framer-name\":\"Watch Video\",fonts:[\"GF;Manrope-600\"],name:\"Watch Video\",verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zn1uph\",\"data-framer-name\":\"agencies\",name:\"agencies\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1npdo1g\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Thousands of care teams have saved millions of hours with Zingage\"})}),className:\"framer-1g0dxao\",\"data-framer-name\":\"Thousands of care teams have saved millions of hours with Zingage\",fonts:[\"Inter\"],name:\"Thousands of care teams have saved millions of hours with Zingage\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vk3yu7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{gap:40},kFRLkFACO:{gap:32}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:64,height:\"100%\",hoverFactor:.6,id:\"UVD4aD_6K\",layoutId:\"UVD4aD_6K\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vgzr6u\",\"data-framer-name\":\"visiting-angels\",name:\"visiting-angels\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"104.5351px\",src:\"https://framerusercontent.com/images/zMMdLABnOcyztLCUIzZ1MFlt24o.png\",srcSet:\"https://framerusercontent.com/images/zMMdLABnOcyztLCUIzZ1MFlt24o.png?scale-down-to=512 512w,https://framerusercontent.com/images/zMMdLABnOcyztLCUIzZ1MFlt24o.png 820w\"},className:\"framer-afb3cf\",\"data-framer-name\":\"Visiting Angels 3\",name:\"Visiting Angels 3\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mu4b74\",\"data-framer-name\":\"home-instead\",name:\"home-instead\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"100.7681px\",src:\"https://framerusercontent.com/images/vppCRkqZKPKpIV81a5gT8uIXtis.png\",srcSet:\"https://framerusercontent.com/images/vppCRkqZKPKpIV81a5gT8uIXtis.png?scale-down-to=512 512w,https://framerusercontent.com/images/vppCRkqZKPKpIV81a5gT8uIXtis.png 820w\"},className:\"framer-1kei8es\",\"data-framer-name\":\"Home Instead 4\",name:\"Home Instead 4\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5a7v9\",\"data-framer-name\":\"first-light\",name:\"first-light\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/YwEH4HhsbODSsn410wsFcLT4.png\"},className:\"framer-uveurk\",\"data-framer-name\":\"FirstLight Home Care\",name:\"FirstLight Home Care\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sxco2s\",\"data-framer-name\":\"homewell\",name:\"homewell\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/Z9dxLg9qL8VTIVeInwW6aP8s.png\"},className:\"framer-1mwrfsa\",\"data-framer-name\":\"HomeWell Care Services 3\",name:\"HomeWell Care Services 3\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pvSTwSQdWXzVa438vXBUmfhnUs.png\"},className:\"framer-iesx8t\",\"data-framer-name\":\"home-helpers\",name:\"home-helpers\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:68,intrinsicWidth:229.5,pixelHeight:136,pixelWidth:459,src:\"https://framerusercontent.com/images/SmeORbTemRTPwnFtGuWDM0Z2E04.png\"},className:\"framer-147gvlw\",\"data-framer-name\":\"alliance-homecare\",name:\"alliance-homecare\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:66,intrinsicWidth:124,pixelHeight:132,pixelWidth:248,src:\"https://framerusercontent.com/images/2mPfmrHL6J2TFFCSESeQhcWs.png\"},className:\"framer-cl53ec\",\"data-framer-name\":\"sunny-days\",name:\"sunny-days\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:144.5,pixelHeight:108,pixelWidth:289,src:\"https://framerusercontent.com/images/HQyVvQQqx6zO3SLVcw6CG9ZQM.png\"},className:\"framer-geqco7\",\"data-framer-name\":\"senior-helpers\",name:\"senior-helpers\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:346.5,pixelHeight:108,pixelWidth:693,sizes:\"206px\",src:\"https://framerusercontent.com/images/YfczXKDI7457hXlkQ01hG8fmiaw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YfczXKDI7457hXlkQ01hG8fmiaw.png?scale-down-to=512 512w,https://framerusercontent.com/images/YfczXKDI7457hXlkQ01hG8fmiaw.png 693w\"},className:\"framer-9xik98\",\"data-framer-name\":\"north-river-home-care\",name:\"north-river-home-care\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:202,pixelHeight:108,pixelWidth:404,src:\"https://framerusercontent.com/images/aF54aTUiBDCMPXZvR7cms9rrdWE.png\"},className:\"framer-1hoqevr\",\"data-framer-name\":\"senior-solutions\",name:\"senior-solutions\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:228.5,pixelHeight:108,pixelWidth:453,src:\"https://framerusercontent.com/images/PKd0zi79bjSEYGKsf7orf2OkLnk.png\"},className:\"framer-9upj72\",\"data-framer-name\":\"premier\",name:\"premier\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:54,intrinsicWidth:278,pixelHeight:108,pixelWidth:556,sizes:\"165px\",src:\"https://framerusercontent.com/images/MhuelJ4ktfMUH6udIDKZkKw1xo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/MhuelJ4ktfMUH6udIDKZkKw1xo.png?scale-down-to=512 512w,https://framerusercontent.com/images/MhuelJ4ktfMUH6udIDKZkKw1xo.png 556w\"},className:\"framer-r8h7c3\",\"data-framer-name\":\"griswold\",name:\"griswold\"})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wqe6to\",\"data-framer-name\":\"features\",name:\"features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pg780v\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19fuq2a\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-fc72z4\",\"data-styles-preset\":\"ryowHz5nP\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"24/7 Secretary  always by your side\"})}),className:\"framer-1cl7k3s\",\"data-framer-name\":\"A 24/7 always-on Secretary by your side\",fonts:[\"Inter\"],name:\"A 24/7 always-on Secretary by your side\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(163, 163, 163, 0.7))\"},children:\"From engaging at-risk employees to automating compliance and increasing utilization, Zingage helps you get more done in less time.\"})}),className:\"framer-x7cyp5\",\"data-framer-name\":\"From re-engaging past employees to automating compliance and boosting morale, Zingage helps you get more done in less time.\",fonts:[\"Inter\"],name:\"From re-engaging past employees to automating compliance and boosting morale, Zingage helps you get more done in less time.\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{width:\"min(max(100vw - 80px, 1px), 1440px)\",y:1558.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:604,width:\"1008px\",y:1590.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hnkue1-container hidden-igjnes\",children:/*#__PURE__*/_jsx(FeaturesTab,{height:\"100%\",id:\"OH4CdgnhZ\",layoutId:\"OH4CdgnhZ\",style:{width:\"100%\"},variant:\"n5CHrzn8F\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-enu2pa hidden-1yym4x7 hidden-17asunn\",\"data-framer-name\":\"features\",name:\"features\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10tmw8a hidden-1yym4x7\",\"data-border\":true,\"data-framer-name\":\"monitor-operations-at-scale\",name:\"monitor-operations-at-scale\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t89bmn\",\"data-framer-name\":\"visual container\",name:\"visual container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-113m11i\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1566.4),pixelHeight:1240,pixelWidth:1240,sizes:\"310px\",src:\"https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg\",srcSet:\"https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1240,pixelWidth:1240,sizes:\"310px\",src:\"https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg\",srcSet:\"https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tjSSB3dWEEh6rqwVa7PzfKXTHxg.jpg 1240w\"},className:\"framer-jk4bmh\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-113han4\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fg6l9r\",\"data-framer-name\":\"text-container\",name:\"text-container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Monitor Operations at Scale\"})}),className:\"framer-1xe6dqn\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},children:\"Stay on top of everything \u2014 handling last-minute cancellations, monitoring patient fall risks, identifying employees at risk of overtime, and celebrating employees for work anniversaries.\"})}),className:\"framer-1uqe303\",\"data-framer-name\":\"Stay on top of everything\u2014from detecting employee birthdays or work anniversaries to handling last-minute cancellations, monitoring nurses reporting patient fall risks, and identifying employees at risk of overtime.\",fonts:[\"Inter\"],name:\"Stay on top of everything\u2014from detecting employee birthdays or work anniversaries to handling last-minute cancellations, monitoring nurses reporting patient fall risks, and identifying employees at risk of overtime.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{width:\"max(100vw - 80px, 1px)\",y:2116.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1swnzan-container\",\"data-framer-name\":\"get-started\",name:\"get-started\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{aANuf3iQW:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks1[0],height:\"100%\",id:\"j1jA9NcLg\",kPwoYrlGG:true,layoutId:\"j1jA9NcLg\",name:\"get-started\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",style:{width:\"100%\"},variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})})})]})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wai1m hidden-1yym4x7\",\"data-border\":true,\"data-framer-name\":\"adopt-best-practice\",name:\"adopt-best-practice\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wyf47v\",\"data-framer-name\":\"visual container\",name:\"visual container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eq5bmw\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2206.4),pixelHeight:1244,pixelWidth:1240,sizes:\"310px\",src:\"https://framerusercontent.com/images/h7kY1yvEMEQITl3Jnl7U2EmM.jpg\",srcSet:\"https://framerusercontent.com/images/h7kY1yvEMEQITl3Jnl7U2EmM.jpg?scale-down-to=1024 1020w,https://framerusercontent.com/images/h7kY1yvEMEQITl3Jnl7U2EmM.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1244,pixelWidth:1240,sizes:\"310px\",src:\"https://framerusercontent.com/images/h7kY1yvEMEQITl3Jnl7U2EmM.jpg\",srcSet:\"https://framerusercontent.com/images/h7kY1yvEMEQITl3Jnl7U2EmM.jpg?scale-down-to=1024 1020w,https://framerusercontent.com/images/h7kY1yvEMEQITl3Jnl7U2EmM.jpg 1240w\"},className:\"framer-fziqme\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vrsrsu\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9wgxj7\",\"data-framer-name\":\"text-container\",name:\"text-container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Adopt Best Practice\"})}),className:\"framer-3613qh\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},children:\"Zingage adapts based on your goals and data to recommend your best practices in realtime \u2014 text reminders to automated phone calls and document processing. All you need to do is approve.\"})}),className:\"framer-d7v5ei\",\"data-framer-name\":\"Let your AI Secretary handle the heavy lifting\u2014from incentive pay and text reminders to automated phone calls and document processing. All you need to do is approve.\",fonts:[\"Inter\"],name:\"Let your AI Secretary handle the heavy lifting\u2014from incentive pay and text reminders to automated phone calls and document processing. All you need to do is approve.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{width:\"max(100vw - 80px, 1px)\",y:2756.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1teq09p-container\",\"data-framer-name\":\"get-started\",name:\"get-started\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{aANuf3iQW:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks2[0],height:\"100%\",id:\"AM3SifaY1\",kPwoYrlGG:true,layoutId:\"AM3SifaY1\",name:\"get-started\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",style:{width:\"100%\"},variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gsphsc\",\"data-border\":true,\"data-framer-name\":\"container\",name:\"container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-489zj0\",\"data-framer-name\":\"visual container\",name:\"visual container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hzprg1\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2846.4),pixelHeight:1240,pixelWidth:1240,sizes:\"310px\",src:\"https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg\",srcSet:\"https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1240,pixelWidth:1240,sizes:\"310px\",src:\"https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg\",srcSet:\"https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YcSgd7ADFw87Lx2gCEqhCD227A.jpg 1240w\"},className:\"framer-1w8qh6n\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zanizr\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yiivgx\",\"data-framer-name\":\"text-container\",name:\"text-container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Forget Digital Chores\"})}),className:\"framer-1rj2icj\",\"data-framer-name\":\"forget-digital-chores\",fonts:[\"Inter\"],name:\"forget-digital-chores\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},children:\"Zingage meets you where you already work - managing your business feels as effortless as sending a text message. We seamlessly sync with your existing data systems in the background.\"})}),className:\"framer-1jiew41\",\"data-framer-name\":\"With Zingage, managing tasks feels as effortless as sending a text message, while seamlessly syncing with your existing data systems in the background.\",fonts:[\"Inter\"],name:\"With Zingage, managing tasks feels as effortless as sending a text message, while seamlessly syncing with your existing data systems in the background.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined},{href:{webPageId:\"fU_YHGxyx\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{width:\"max(100vw - 80px, 1px)\",y:3396.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oqoajy-container\",\"data-framer-name\":\"get-started\",name:\"get-started\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{aANuf3iQW:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks3[0],height:\"100%\",id:\"CFzwZ3Blg\",kPwoYrlGG:true,layoutId:\"CFzwZ3Blg\",name:\"get-started\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",style:{width:\"100%\"},variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})})})]})]})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2258.4),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png\",srcSet:\"https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=512 512w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png 3600w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3518.4),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png\",srcSet:\"https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=512 512w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png 3600w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2290.4),positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png\",srcSet:\"https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=512 512w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/gVMboQ9I87q4ciSpqulSayItIp4.png 3600w\"},className:\"framer-wufv5q\",\"data-border\":true,\"data-framer-name\":\"action-plans\",name:\"action-plans\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v8ewu5\",\"data-framer-name\":\"Frame 2147225629\",name:\"Frame 2147225629\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b2e7dt\",\"data-framer-name\":\"Frame 2147225500\",name:\"Frame 2147225500\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-fc72z4\",\"data-styles-preset\":\"ryowHz5nP\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"From Data Overload to Clear Action Plans\"})}),className:\"framer-1ykemhv\",\"data-framer-name\":\"From Data Overload to Clear Action Plans.\",fonts:[\"Inter\"],name:\"From Data Overload to Clear Action Plans.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"EMR, CRM, ATS, LMS, and HRIS \u2014 our auto-integration has the acronyms covered. \"})}),className:\"framer-5e0h3s\",\"data-framer-name\":\"Our official partnerships guarantee a smooth connection process, giving you more time to focus on team engagement and business success.\",fonts:[\"Inter\"],name:\"Our official partnerships guarantee a smooth connection process, giving you more time to focus on team engagement and business success.\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y1wml8 hidden-igjnes\",\"data-framer-name\":\"Frame 2147225745\",name:\"Frame 2147225745\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vyv6uk\",\"data-framer-name\":\"Frame 2147225743\",name:\"Frame 2147225743\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xqr5kr\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pisz1x\",\"data-border\":true,\"data-framer-name\":\"marketing\",name:\"marketing\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2595.911111164093),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lMbWPrAe78qbWScyccEOxZ70Ruo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2627.911111164093),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lMbWPrAe78qbWScyccEOxZ70Ruo.png\"},className:\"framer-1izti7c\",\"data-border\":true,\"data-framer-name\":\"Frame 2147225200\",name:\"Frame 2147225200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10iyn81\",\"data-framer-name\":\"search-md\",name:\"search-md\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z3qskd\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,name:\"Icon\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"-1 -1 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16 16L12.1333 12.1333M14.2222 7.11111C14.2222 11.0385 11.0385 14.2222 7.11111 14.2222C3.18375 14.2222 0 11.0385 0 7.11111C0 3.18375 3.18375 0 7.11111 0C11.0385 0 14.2222 3.18375 14.2222 7.11111Z\" stroke=\"#337859\" stroke-width=\"1.77778\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i8ty5p\",\"data-framer-name\":\"Frame 2147225744\",name:\"Frame 2147225744\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(24, 29, 39)\"},children:\"Data\"})}),className:\"framer-1gchqy\",\"data-framer-name\":\"Data\",fonts:[\"GF;Manrope-500\"],name:\"Data\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(163, 163, 163, 0.7)\"},children:\"EHR, LMS, Databases, HRIS, ATS\"})}),className:\"framer-16xx6gq\",\"data-framer-name\":\"EHR, LMS, Databases, HRIS, ATS\",fonts:[\"GF;Manrope-500\"],name:\"EHR, LMS, Databases, HRIS, ATS\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2778.3),pixelHeight:1252,pixelWidth:4036,positionX:\"center\",positionY:\"center\",sizes:\"min(100vw - 80px, 1440px)\",src:\"https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png\",srcSet:\"https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png?scale-down-to=512 512w,https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png 4036w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2810.3),pixelHeight:1252,pixelWidth:4036,positionX:\"center\",positionY:\"center\",sizes:\"min(100vw - 192px, 1440px)\",src:\"https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png\",srcSet:\"https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png?scale-down-to=512 512w,https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/E1QJKsmdy4FiFUbyVjvbfg6cNLw.png 4036w\"},className:\"framer-zz0g7g\"})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-193xf8p\",\"data-framer-name\":\"Line 105\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:502,intrinsicWidth:3,name:\"Line 105\",svg:'<svg width=\"3\" height=\"502\" viewBox=\"-1 -1 3 502\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.18555e-08\" x2=\"0.499978\" y2=\"500\" stroke=\"url(#paint0_linear_5305_10921)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_5305_10921\" x1=\"-0.5\" y1=\"-2.18555e-08\" x2=\"-0.500022\" y2=\"500\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n<stop offset=\"0.295\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"0.735\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"1\" stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rk3xu\",\"data-framer-name\":\"Frame 2147225744\",name:\"Frame 2147225744\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wtpd9\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-100v103\",\"data-border\":true,\"data-framer-name\":\"marketing\",name:\"marketing\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2595.911111164093),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lMbWPrAe78qbWScyccEOxZ70Ruo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2627.911111164093),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lMbWPrAe78qbWScyccEOxZ70Ruo.png\"},className:\"framer-1a41l62\",\"data-border\":true,\"data-framer-name\":\"Frame 2147225200\",name:\"Frame 2147225200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mjl43w\",\"data-framer-name\":\"chart-breakout-circle\",name:\"chart-breakout-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1n5wjh8\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Icon\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"-1 -1 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.1094 1.44466V0.111328M15.611 2.38747L16.5538 1.44466M16.5629 5.88911H17.8963M17.8433 9.88911C17.3973 14.381 13.6075 17.8891 8.99826 17.8891C4.08907 17.8891 0.109375 13.9094 0.109375 9.00022C0.109375 4.39102 3.61753 0.601195 8.10938 0.155217M8.99826 5.44466H12.5538V9.00022M12.2158 5.44466C10.123 8.40252 6.67503 10.3336 2.77604 10.3336C1.88457 10.3336 1.01668 10.2326 0.183173 10.0415\" stroke=\"#337859\" stroke-width=\"1.77778\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eot7zs\",\"data-framer-name\":\"Frame 2147225744\",name:\"Frame 2147225744\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(24, 29, 39)\"},children:\"Insights\"})}),className:\"framer-vabzty\",\"data-framer-name\":\"Insights\",fonts:[\"GF;Manrope-500\"],name:\"Insights\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(163, 163, 163, 0.7)\"},children:\"Uncover bottlenecks to growth\"})}),className:\"framer-tovkqv\",\"data-framer-name\":\"Uncover bottlenecks to your business growth\",fonts:[\"GF;Manrope-500\"],name:\"Uncover bottlenecks to your business growth\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10k035i\",\"data-framer-name\":\"Line 103\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:502,intrinsicWidth:3,name:\"Line 103\",svg:'<svg width=\"3\" height=\"502\" viewBox=\"-1 -1 3 502\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"2.18555e-08\" x2=\"0.499978\" y2=\"500\" stroke=\"url(#paint0_linear_5305_10932)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_5305_10932\" x1=\"-0.5\" y1=\"-2.18555e-08\" x2=\"-0.500022\" y2=\"500\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n<stop offset=\"0.295\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"0.735\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"1\" stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y3hr6u\",\"data-framer-name\":\"Frame 2147225745\",name:\"Frame 2147225745\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14b924z\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-51pdox\",\"data-border\":true,\"data-framer-name\":\"marketing\",name:\"marketing\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2595.911111164093),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lMbWPrAe78qbWScyccEOxZ70Ruo.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(2627.911111164093),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lMbWPrAe78qbWScyccEOxZ70Ruo.png\"},className:\"framer-xjiugg\",\"data-border\":true,\"data-framer-name\":\"Frame 2147225200\",name:\"Frame 2147225200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tbp6uv\",\"data-framer-name\":\"cursor-click-02\",name:\"cursor-click-02\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mluroc\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Icon\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"-1 -1 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.3316 1.44466V0.111328M2.82996 2.83192L1.88715 1.88911M2.82996 9.88911L1.88715 10.8319M9.88715 2.83192L10.83 1.88911M1.44271 6.33355H0.109375M5.88715 5.88911L9.54147 17.2471L12.1094 14.6792L15.3193 17.8891L17.8872 15.3212L14.6773 12.1113L17.2452 9.54343L5.88715 5.88911Z\" stroke=\"#337859\" stroke-width=\"1.77778\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-474i6h\",\"data-framer-name\":\"Frame 2147225744\",name:\"Frame 2147225744\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(24, 29, 39)\"},children:\"Actions\"})}),className:\"framer-kwaht4\",\"data-framer-name\":\"Actions\",fonts:[\"GF;Manrope-500\"],name:\"Actions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(163, 163, 163, 0.7)\"},children:\"Enable precise actions at scale\"})}),className:\"framer-1l9mdws\",\"data-framer-name\":\"Enable precise actions at scale\",fonts:[\"GF;Manrope-500\"],name:\"Enable precise actions at scale\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-xlkjll hidden-1yym4x7 hidden-17asunn\",\"data-framer-name\":\"Frame 2147225830\",name:\"Frame 2147225830\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3800.8),pixelHeight:4168,pixelWidth:896,sizes:\"224px\",src:\"https://framerusercontent.com/images/LseqMcc0aIIehsmg5p3DSZGayH4.png\",srcSet:\"https://framerusercontent.com/images/LseqMcc0aIIehsmg5p3DSZGayH4.png?scale-down-to=4096 880w,https://framerusercontent.com/images/LseqMcc0aIIehsmg5p3DSZGayH4.png 896w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4168,pixelWidth:896,sizes:\"224px\",src:\"https://framerusercontent.com/images/LseqMcc0aIIehsmg5p3DSZGayH4.png\",srcSet:\"https://framerusercontent.com/images/LseqMcc0aIIehsmg5p3DSZGayH4.png?scale-down-to=4096 880w,https://framerusercontent.com/images/LseqMcc0aIIehsmg5p3DSZGayH4.png 896w\"},className:\"framer-59cedg\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wpzyi5\",\"data-framer-name\":\"Frame 2147225826\",name:\"Frame 2147225826\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dbe84\",\"data-border\":true,\"data-framer-name\":\"marketing\",name:\"marketing\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3933.2444446563723),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yqYPynUS2UpNruIAN2Hpjdfc6E.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yqYPynUS2UpNruIAN2Hpjdfc6E.png\"},className:\"framer-1c3lhh3\",\"data-border\":true,\"data-framer-name\":\"Frame 2147225200\",name:\"Frame 2147225200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mzc8dr\",\"data-framer-name\":\"search-md\",name:\"search-md\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1f2v1lo\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,name:\"Icon\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"-1 -1 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.0039 10.0039L7.58724 7.58724M8.8928 4.44835C8.8928 6.90295 6.90295 8.8928 4.44835 8.8928C1.99375 8.8928 0.00390625 6.90295 0.00390625 4.44835C0.00390625 1.99375 1.99375 0.00390625 4.44835 0.00390625C6.90295 0.00390625 8.8928 1.99375 8.8928 4.44835Z\" stroke=\"#337859\" stroke-width=\"1.11111\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h7dfzw\",\"data-framer-name\":\"Frame 2147225744\",name:\"Frame 2147225744\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(24, 29, 39)\"},children:\"Data\"})}),className:\"framer-180uxo4\",\"data-framer-name\":\"Data\",fonts:[\"GF;Manrope-600\"],name:\"Data\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},children:\"EHR, LMS, Databases, HRIS, ATS\"})}),className:\"framer-1pg80i\",\"data-framer-name\":\"EHR, LMS, Databases, HRIS, ATS\",fonts:[\"GF;Manrope-500\"],name:\"EHR, LMS, Databases, HRIS, ATS\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ygb3m6\",\"data-framer-name\":\"Line 103\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:362,name:\"Line 103\",svg:'<svg width=\"362\" height=\"3\" viewBox=\"-1 -1 362 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"360\" y1=\"0.5\" y2=\"0.5\" stroke=\"url(#paint0_linear_5537_227154)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_5537_227154\" x1=\"360\" y1=\"-0.5\" x2=\"0\" y2=\"-0.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n<stop offset=\"0.295\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"0.735\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"1\" stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uuryv6\",\"data-framer-name\":\"Frame 2147225827\",name:\"Frame 2147225827\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-obciic\",\"data-border\":true,\"data-framer-name\":\"marketing\",name:\"marketing\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(4418.244446563721),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yqYPynUS2UpNruIAN2Hpjdfc6E.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yqYPynUS2UpNruIAN2Hpjdfc6E.png\"},className:\"framer-8bahij\",\"data-border\":true,\"data-framer-name\":\"Frame 2147225200\",name:\"Frame 2147225200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15py5jf\",\"data-framer-name\":\"chart-breakout-circle\",name:\"chart-breakout-circle\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-j5mqrh\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:14,name:\"Icon\",svg:'<svg width=\"14\" height=\"14\" viewBox=\"-1 -1 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.94531 1.27865V0.445313M10.1338 1.8679L10.7231 1.27865M10.7288 4.05642H11.5621M11.529 6.55642C11.2503 9.36383 8.88162 11.5564 6.00087 11.5564C2.93262 11.5564 0.445312 9.06912 0.445312 6.00087C0.445312 3.12012 2.63791 0.751479 5.44531 0.472743M6.00087 3.77865H8.22309V6.00087M8.0118 3.77865C6.70383 5.62731 4.54885 6.8342 2.11198 6.8342C1.55481 6.8342 1.01238 6.77111 0.491436 6.65168\" stroke=\"#337859\" stroke-width=\"1.11111\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-asd9ay\",\"data-framer-name\":\"Frame 2147225823\",name:\"Frame 2147225823\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(24, 29, 39)\"},children:\"Insights\"})}),className:\"framer-126gr3u\",\"data-framer-name\":\"Insights\",fonts:[\"GF;Manrope-600\"],name:\"Insights\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},children:\"Uncover bottlenecks to growth\"})}),className:\"framer-rsrvym\",\"data-framer-name\":\"Uncover bottlenecks to your business growth\",fonts:[\"GF;Manrope-500\"],name:\"Uncover bottlenecks to your business growth\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k0is2l\",\"data-framer-name\":\"Line 106\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:362,name:\"Line 106\",svg:'<svg width=\"362\" height=\"3\" viewBox=\"-1 -1 362 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"360\" y1=\"0.5\" y2=\"0.5\" stroke=\"url(#paint0_linear_5537_227162)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_5537_227162\" x1=\"360\" y1=\"-0.5\" x2=\"0\" y2=\"-0.5\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n<stop offset=\"0.295\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"0.735\" stop-color=\"#E9EAEB\"/>\\n<stop offset=\"1\" stop-color=\"#E9EAEB\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g46j7l\",\"data-framer-name\":\"Frame 2147225828\",name:\"Frame 2147225828\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-74ibro\",\"data-border\":true,\"data-framer-name\":\"marketing\",name:\"marketing\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(4903.2444484710695),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yqYPynUS2UpNruIAN2Hpjdfc6E.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yqYPynUS2UpNruIAN2Hpjdfc6E.png\"},className:\"framer-ytow2r\",\"data-border\":true,\"data-framer-name\":\"Frame 2147225200\",name:\"Frame 2147225200\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7fx8hb\",\"data-framer-name\":\"cursor-click-02\",name:\"cursor-click-02\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qpy21n\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:14,name:\"Icon\",svg:'<svg width=\"14\" height=\"14\" viewBox=\"-1 -1 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.3342 1.27865V0.445313M2.14568 2.14568L1.55642 1.55642M2.14568 6.55642L1.55642 7.14568M6.55642 2.14568L7.14568 1.55642M1.27865 4.3342H0.445312M4.05642 4.05642L6.34037 11.1552L7.94531 9.55025L9.95149 11.5564L11.5564 9.95149L9.55025 7.94531L11.1552 6.34037L4.05642 4.05642Z\" stroke=\"#337859\" stroke-width=\"1.11111\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xvmhn2\",\"data-framer-name\":\"Frame 2147225825\",name:\"Frame 2147225825\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(24, 29, 39)\"},children:\"Actions\"})}),className:\"framer-3muw5i\",\"data-framer-name\":\"Actions\",fonts:[\"GF;Manrope-600\"],name:\"Actions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-60c08651-f565-4fdd-b38e-eddd38a4ffb8, rgb(113, 118, 128))\"},children:\"Enable precise actions at scale\"})}),className:\"framer-stblp5\",\"data-framer-name\":\"Enable precise actions at scale\",fonts:[\"GF;Manrope-500\"],name:\"Enable precise actions at scale\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6uk6mu\",\"data-framer-name\":\"Frame 2147225746\",name:\"Frame 2147225746\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Official Partners\"})}),className:\"framer-1wsioe1\",\"data-framer-name\":\"Official Partners\",fonts:[\"Inter\"],name:\"Official Partners\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-77fthg\",\"data-framer-name\":\"Frame 2147225699\",name:\"Frame 2147225699\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3251.372801589966),sizes:\"120.1146px\",src:\"https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png\",srcSet:\"https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png?scale-down-to=512 512w,https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png 900w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5482.800005722046),sizes:\"120.1146px\",src:\"https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png\",srcSet:\"https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png?scale-down-to=512 512w,https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png 900w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3283.372801589966),sizes:\"120.1146px\",src:\"https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png\",srcSet:\"https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png?scale-down-to=512 512w,https://framerusercontent.com/images/nu945ihMjZwAqoA3Did53JkncM.png 900w\"},className:\"framer-ptv99d\",\"data-framer-name\":\"image 141\",name:\"image 141\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3242.8),positionX:\"center\",positionY:\"center\",sizes:\"132.8184px\",src:\"https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png\",srcSet:\"https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png 532w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(5554.654402542114),positionX:\"center\",positionY:\"center\",sizes:\"132.8184px\",src:\"https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png\",srcSet:\"https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png 532w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3274.8),positionX:\"center\",positionY:\"center\",sizes:\"132.8184px\",src:\"https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png\",srcSet:\"https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/OImlExTIaVSZadfxCodd2zmRs.png 532w\"},className:\"framer-17na85u\",\"data-framer-name\":\"image 142\",name:\"image 142\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3253.554728317261),sizes:\"143.0352px\",src:\"https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png\",srcSet:\"https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png 600w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5643.654402542114),sizes:\"143.0352px\",src:\"https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png\",srcSet:\"https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3285.554728317261),sizes:\"143.0352px\",src:\"https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png\",srcSet:\"https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png?scale-down-to=512 512w,https://framerusercontent.com/images/eyPgchjgTmLLJcYX8r7ALHVcKCw.png 600w\"},className:\"framer-v8l5eb\",\"data-framer-name\":\"image 139\",name:\"image 139\"})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y2fiwq\",\"data-framer-name\":\"social-proof\",name:\"social-proof\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmr72q\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gb78yx\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-fc72z4\",\"data-styles-preset\":\"ryowHz5nP\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Helping the Best Providers get Better\"})}),className:\"framer-lsvg4e\",\"data-framer-name\":\"Helping the Best Providers get Better\",fonts:[\"Inter\"],name:\"Helping the Best Providers get Better\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"See how industry leaders streamline workflows, engage teams, and drive success with powerful templates and AI-powered tools.\"})}),className:\"framer-15omatb\",\"data-framer-name\":\"See how industry leaders streamline workflows, engage teams, and drive success with powerful templates and AI-powered tools.\",fonts:[\"Inter\"],name:\"See how industry leaders streamline workflows, engage teams, and drive success with powerful templates and AI-powered tools.\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1phhg89-container hidden-1yym4x7 hidden-igjnes\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:24,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:360,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:32,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:12,height:\"100%\",id:\"dVWVdT5MJ\",intervalControl:2.5,itemAmount:1,layoutId:\"dVWVdT5MJ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",dotsBlur:0,dotsFill:\"var(--token-d5dd15f9-0a8f-4bca-b2d6-7f305176448e, rgb(51, 120, 89))\",dotsGap:12,dotsInset:20,dotSize:12,dotsOpacity:.5,dotsPadding:8,dotsRadius:64,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-189x2mo\",\"data-border\":true,\"data-framer-name\":\"north-river-home-care-tablet\",name:\"north-river-home-care-tablet\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tvq5y4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nthl7p-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:false,height:\"100%\",id:\"PqeDIH5mV\",isMixedBorderRadius:false,layoutId:\"PqeDIH5mV\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/CwvakV2GCgBKHPBD5IyfAGVc5w.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/3Duyqm2KhIElsz8AA0fNGnSOfeU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-atk2hq\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-irtq7d\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t08mnz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"'})}),className:\"framer-1k884uh\",\"data-framer-name\":'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"',fonts:[\"Inter\"],name:'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jfb55i-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://vimeo.com/901682074\",height:\"100%\",id:\"mrS2afE5d\",kPwoYrlGG:true,layoutId:\"mrS2afE5d\",pCnczl8Q0:true,PJM7Z9bKE:\"Watch Video\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3nznau\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zqgjfl\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Liam Kenney\"})})}),className:\"framer-18hdcgy\",\"data-framer-name\":\"Liam Kenney,\",fonts:[\"Inter\"],name:\"Liam Kenney,\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Owner & COO\"})}),className:\"framer-fc0r9d\",\"data-framer-name\":\"Owner & COO\",fonts:[\"Inter\"],name:\"Owner & COO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/SSKG4LfQFUdRni6aaKZ8B4gGgAE.png\"},className:\"framer-rhlmrz\",\"data-framer-name\":\"North River Home Care\",name:\"North River Home Care\"})]})]})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ndopg8\",\"data-border\":true,\"data-framer-name\":\"senior-solutions-tablet\",name:\"senior-solutions-tablet\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-648kfh\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"748.88px\",src:\"https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png\",srcSet:\"https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png 2880w\"},className:\"framer-16bhlzc\",\"data-framer-name\":\"Rectangle 21564\",name:\"Rectangle 21564\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8ddwg5\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8m4wbd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"'})}),className:\"framer-1jw0k36\",\"data-framer-name\":'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"',fonts:[\"Inter\"],name:'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11whmpi\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nfiimd-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://homehealthcarenews.com/2024/08/home-care-providers-are-successfully-leveraging-ai-to-hold-onto-caregivers/\",height:\"100%\",id:\"g_nPup7_I\",kPwoYrlGG:true,layoutId:\"g_nPup7_I\",pCnczl8Q0:true,PJM7Z9bKE:\"Read More\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"7 mins read\"})}),className:\"framer-1uoy2e7\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ukwt57\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w7os9u\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Kunu Kausal\"})})}),className:\"framer-n07asj\",\"data-framer-name\":\"Kunu Kausal\",fonts:[\"Inter\"],name:\"Kunu Kausal\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"CEO\"})}),className:\"framer-1w5bi2o\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14f2w6v\",\"data-framer-name\":\"Frame 1321317095\",name:\"Frame 1321317095\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"100.7941px\",src:\"https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png\",srcSet:\"https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png 820w\"},className:\"framer-lqsuun\",\"data-framer-name\":\"Senior Solutions 3\",name:\"Senior Solutions 3\"})})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ezaky\",\"data-border\":true,\"data-framer-name\":\"griswold-tablet\",name:\"griswold-tablet\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ap3frt\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"749px\",src:\"https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png\",srcSet:\"https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=512 512w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png 2880w\"},className:\"framer-6u9rri\",\"data-framer-name\":\"Rectangle 21564\",name:\"Rectangle 21564\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pbspta\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mqj1at\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"'})}),className:\"framer-1ag1bus\",\"data-framer-name\":'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"',fonts:[\"Inter\"],name:'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pky5hd\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-22e29v-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://www.businessinsider.com/how-griswold-is-using-ai-to-reduce-caregiver-turnover-2024-8\",height:\"100%\",id:\"mQ8_Lvw8a\",kPwoYrlGG:true,layoutId:\"mQ8_Lvw8a\",pCnczl8Q0:true,PJM7Z9bKE:\"Read Article\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"8 mins read\"})}),className:\"framer-144bx6l\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pk9kia\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p6wzev\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Michael Slupecki\"})})}),className:\"framer-636tt0\",\"data-framer-name\":\"Michael Slupecki\",fonts:[\"Inter\"],name:\"Michael Slupecki\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"CEO\"})}),className:\"framer-e33ncg\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r8q55n\",\"data-framer-name\":\"Frame 1321317102\",name:\"Frame 1321317102\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"138.9215px\",src:\"https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png\",srcSet:\"https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png?scale-down-to=512 512w,https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png 820w\"},className:\"framer-1u4zp44\",\"data-framer-name\":\"Griswold 4\",name:\"Griswold 4\"})})]})]})]})})],startFrom:2,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y962aq-container hidden-17asunn hidden-igjnes\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:24,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:360,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:32,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:12,height:\"100%\",id:\"cffHYV8wZ\",intervalControl:4,itemAmount:1,layoutId:\"cffHYV8wZ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",dotsBlur:0,dotsFill:\"var(--token-d5dd15f9-0a8f-4bca-b2d6-7f305176448e, rgb(51, 120, 89))\",dotsGap:12,dotsInset:20,dotSize:12,dotsOpacity:.5,dotsPadding:8,dotsRadius:64,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-180d93w\",\"data-border\":true,\"data-framer-name\":\"north-river-home-care\",name:\"north-river-home-care\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16gflv5\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ffkdic-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:false,height:\"100%\",id:\"LcgKrAuUg\",isMixedBorderRadius:false,layoutId:\"LcgKrAuUg\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/CwvakV2GCgBKHPBD5IyfAGVc5w.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/3Duyqm2KhIElsz8AA0fNGnSOfeU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qj36c\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kzsatm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",children:'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"'})}),className:\"framer-9wb0yh\",\"data-framer-name\":'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"',fonts:[\"Inter\"],name:'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v5ur1r-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://vimeo.com/901682074\",height:\"100%\",id:\"l3aywbfQi\",kPwoYrlGG:true,layoutId:\"l3aywbfQi\",pCnczl8Q0:true,PJM7Z9bKE:\"Watch Video\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u3tn4r\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3nf3gr\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Liam Kenney\"})})}),className:\"framer-1wkvqtf\",\"data-framer-name\":\"Liam Kenney,\",fonts:[\"Inter\"],name:\"Liam Kenney,\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Owner & COO\"})}),className:\"framer-11alzsi\",\"data-framer-name\":\"Owner & COO\",fonts:[\"Inter\"],name:\"Owner & COO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/SSKG4LfQFUdRni6aaKZ8B4gGgAE.png\"},className:\"framer-195cyai\",\"data-framer-name\":\"North River Home Care\",name:\"North River Home Care\"})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lhppwr\",\"data-border\":true,\"data-framer-name\":\"senior-solutions\",name:\"senior-solutions\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wt40g2\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"736px\",src:\"https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png\",srcSet:\"https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png 2880w\"},className:\"framer-zjdbz9\",\"data-framer-name\":\"Rectangle 21564\",name:\"Rectangle 21564\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7s4700\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bl4qwm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",children:'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"'})}),className:\"framer-1cg9cxb\",\"data-framer-name\":'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"',fonts:[\"Inter\"],name:'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mwx3tc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yevhjy-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://homehealthcarenews.com/2024/08/home-care-providers-are-successfully-leveraging-ai-to-hold-onto-caregivers/\",height:\"100%\",id:\"j2UyfTzzf\",kPwoYrlGG:true,layoutId:\"j2UyfTzzf\",pCnczl8Q0:true,PJM7Z9bKE:\"Read More\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"7 mins read\"})}),className:\"framer-tvbocy\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e4chlb\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qd9dle\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Kunu Kausal\"})})}),className:\"framer-7xj28h\",\"data-framer-name\":\"Kunu Kausal\",fonts:[\"Inter\"],name:\"Kunu Kausal\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"CEO\"})}),className:\"framer-1mc5i8j\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8qc2gu\",\"data-framer-name\":\"Frame 1321317095\",name:\"Frame 1321317095\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"100.7941px\",src:\"https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png\",srcSet:\"https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png 820w\"},className:\"framer-i5pc2i\",\"data-framer-name\":\"Senior Solutions 3\",name:\"Senior Solutions 3\"})})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gmv2s3\",\"data-border\":true,\"data-framer-name\":\"griswold\",name:\"griswold\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wd4em8\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png\",srcSet:\"https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=512 512w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png 2880w\"},className:\"framer-1gprkk0\",\"data-framer-name\":\"Rectangle 21564\",name:\"Rectangle 21564\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14tt4h4\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v8vlp7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",children:'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"'})}),className:\"framer-1sc9la3\",\"data-framer-name\":'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"',fonts:[\"Inter\"],name:'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v7iio4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e4hdrz-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://www.businessinsider.com/how-griswold-is-using-ai-to-reduce-caregiver-turnover-2024-8\",height:\"100%\",id:\"fkBkTa4qE\",kPwoYrlGG:true,layoutId:\"fkBkTa4qE\",pCnczl8Q0:true,PJM7Z9bKE:\"Read Article\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"8 mins read\"})}),className:\"framer-bnrh1g\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7jvjbb\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n2snvb\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14zjs7j\",\"data-styles-preset\":\"MjzAfu9De\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Michael Slupecki\"})})}),className:\"framer-zqsu2j\",\"data-framer-name\":\"Michael Slupecki\",fonts:[\"Inter\"],name:\"Michael Slupecki\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"CEO\"})}),className:\"framer-18yn7oi\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8a8m8u\",\"data-framer-name\":\"Frame 1321317102\",name:\"Frame 1321317102\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"138.9215px\",src:\"https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png\",srcSet:\"https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png?scale-down-to=512 512w,https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png 820w\"},className:\"framer-1mudc5u\",\"data-framer-name\":\"Griswold 4\",name:\"Griswold 4\"})})]})]})]})})],startFrom:2,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-22hcrk-container hidden-1yym4x7 hidden-17asunn\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:24,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:360,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:32,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:12,height:\"100%\",id:\"Wg9cvewll\",intervalControl:2,itemAmount:1,layoutId:\"Wg9cvewll\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, rgb(250, 250, 250))\",dotsBlur:0,dotsFill:\"var(--token-d5dd15f9-0a8f-4bca-b2d6-7f305176448e, rgb(51, 120, 89))\",dotsGap:12,dotsInset:20,dotSize:12,dotsOpacity:.5,dotsPadding:8,dotsRadius:64,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j5vss3\",\"data-border\":true,\"data-framer-name\":\"north-river-home-care-mobile\",name:\"north-river-home-care-mobile\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-suu169\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kj75gn-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:false,height:\"100%\",id:\"KGNLRs3Hn\",isMixedBorderRadius:false,layoutId:\"KGNLRs3Hn\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/CwvakV2GCgBKHPBD5IyfAGVc5w.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/3Duyqm2KhIElsz8AA0fNGnSOfeU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lbo13d\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"'})}),className:\"framer-1ds5sxj\",\"data-framer-name\":'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"',fonts:[\"Inter\"],name:'\u201CZingage has helped us retain the team that we have -- that\u2019s been really valuable. Zingage is an amazing tool.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-141wczw\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15o0uh8\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Liam Kenney\"})})}),className:\"framer-1uid2zi\",\"data-framer-name\":\"Liam Kenney,\",fonts:[\"Inter\"],name:\"Liam Kenney,\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Owner & COO\"})}),className:\"framer-1ll83mv\",\"data-framer-name\":\"Owner & COO\",fonts:[\"Inter\"],name:\"Owner & COO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/SSKG4LfQFUdRni6aaKZ8B4gGgAE.png\"},className:\"framer-jivnhs\",\"data-framer-name\":\"North River Home Care\",name:\"North River Home Care\"})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"288px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-b3wyvt-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://vimeo.com/901682074\",height:\"100%\",id:\"QdRsOsmSf\",kPwoYrlGG:true,layoutId:\"QdRsOsmSf\",pCnczl8Q0:true,PJM7Z9bKE:\"Watch Video\",style:{width:\"100%\"},variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mdk8m5\",\"data-border\":true,\"data-framer-name\":\"senior-solutions-mobile\",name:\"senior-solutions-mobile\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h2u2uf\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"287.9539px\",src:\"https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png\",srcSet:\"https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=512 512w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/bUzJ8oLV2BmByFiqQILB70o1jDE.png 2880w\"},className:\"framer-1jge2u8\",\"data-framer-name\":\"Rectangle 21564\",name:\"Rectangle 21564\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ji1fnv\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"'})}),className:\"framer-1c0i2qo\",\"data-framer-name\":'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"',fonts:[\"Inter\"],name:'\u201CZingage automation eleminates 5 to 6 hours of pulling spreadsheets per day.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qmgpo9\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7kjd3a\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Kunu Kausal\"})})}),className:\"framer-1rthzq\",\"data-framer-name\":\"Kunu Kausal\",fonts:[\"Inter\"],name:\"Kunu Kausal\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"CEO\"})}),className:\"framer-eyvd2\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ci3hf\",\"data-framer-name\":\"Frame 1321317095\",name:\"Frame 1321317095\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"100.7941px\",src:\"https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png\",srcSet:\"https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/DQG8HQD66lYd6u6o2rhdWctY0s.png 820w\"},className:\"framer-14juscm\",\"data-framer-name\":\"Senior Solutions 3\",name:\"Senior Solutions 3\"})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"288px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vxnqdb-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://homehealthcarenews.com/2024/08/home-care-providers-are-successfully-leveraging-ai-to-hold-onto-caregivers/\",height:\"100%\",id:\"PwyMvJNE5\",kPwoYrlGG:true,layoutId:\"PwyMvJNE5\",pCnczl8Q0:true,PJM7Z9bKE:\"Read Article\",style:{width:\"100%\"},variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i9xmw2\",\"data-border\":true,\"data-framer-name\":\"griswold-mobile\",name:\"griswold-mobile\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yj5cfi\",\"data-framer-name\":\"Frame 2147225624\",name:\"Frame 2147225624\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"288px\",src:\"https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png\",srcSet:\"https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=512 512w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GVcvax8ekGbkBQIiS5OSPvcnrI.png 2880w\"},className:\"framer-d2d6k7\",\"data-framer-name\":\"Rectangle 21564\",name:\"Rectangle 21564\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ui2bp\",\"data-framer-name\":\"Frame 2147225623\",name:\"Frame 2147225623\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"'})}),className:\"framer-fj2bfd\",\"data-framer-name\":'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"',fonts:[\"Inter\"],name:'\u201CZingage helped us to reduce turnover about 20% in our location in 6 months.\"',verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1auwq60\",\"data-framer-name\":\"Frame 2147225621\",name:\"Frame 2147225621\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xfze10\",\"data-framer-name\":\"Frame 2147225622\",name:\"Frame 2147225622\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(246deg, rgb(255, 107, 1) 0%, rgb(255, 144, 65) 24.5311%, rgb(255, 107, 1) 50.3271%, rgb(255, 144, 65) 74.7653%, rgb(255, 107, 1) 100%)\"},children:\"Michael Slupecki\"})})}),className:\"framer-m81rei\",\"data-framer-name\":\"Michael Slupecki\",fonts:[\"Inter\"],name:\"Michael Slupecki\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"CEO\"})}),className:\"framer-1deyi99\",\"data-framer-name\":\"CEO\",fonts:[\"Inter\"],name:\"CEO\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xj31wp\",\"data-framer-name\":\"Frame 1321317102\",name:\"Frame 1321317102\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"138.9215px\",src:\"https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png\",srcSet:\"https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png?scale-down-to=512 512w,https://framerusercontent.com/images/xo2eaHrMt8NAjxueakfuZxaTec.png 820w\"},className:\"framer-h011qw\",\"data-framer-name\":\"Griswold 4\",name:\"Griswold 4\"})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,width:\"288px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jzrh59-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://www.businessinsider.com/how-griswold-is-using-ai-to-reduce-caregiver-turnover-2024-8\",height:\"100%\",id:\"tCpBUBLeH\",kPwoYrlGG:true,layoutId:\"tCpBUBLeH\",pCnczl8Q0:true,PJM7Z9bKE:\"Read Article\",style:{width:\"100%\"},variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})]})]})})],startFrom:2,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hulvq5\",\"data-border\":true,\"data-framer-name\":\"in-the-news\",name:\"in-the-news\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fkkptw\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"In the news\"})}),className:\"framer-y1adbn\",\"data-framer-name\":\"In the news\",fonts:[\"Inter\"],name:\"In the news\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-126wgcv\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4fm9gv\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{width:\"max((min(100vw - 80px, 1440px) - 8px) / 2, 1px)\",y:4395.2},kFRLkFACO:{width:\"min(100vw - 32px, 1440px)\",y:6808.544945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"max((min(100vw - 192px, 1440px) - 8px) / 2, 1px)\",y:4548.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-df6rhj-container\",\"data-framer-name\":\"home-health\",name:\"home-health\",children:/*#__PURE__*/_jsx(NewsCard,{height:\"100%\",id:\"VrIDvoW1F\",Kt9ZwglMW:\"https://homehealthcarenews.com/2024/08/home-care-providers-are-successfully-leveraging-ai-to-hold-onto-caregivers/\",layoutId:\"VrIDvoW1F\",name:\"home-health\",OZMBRa7Kp:\"Aug 30, 2024   \\xb7  5 min read\",QmEMRU5FP:\"Home Care Providers Are Successfully Leveraging AI To Hold Onto Caregivers\",style:{height:\"100%\",width:\"100%\"},vqocmdyVv:addImageAlt({src:\"https://framerusercontent.com/images/i3wz10c4YcCAk2xJkYWYwtBpH8c.png\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{width:\"max((min(100vw - 80px, 1440px) - 8px) / 2, 1px)\",y:4395.2},kFRLkFACO:{width:\"min(100vw - 32px, 1440px)\",y:7016.544945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"max((min(100vw - 192px, 1440px) - 8px) / 2, 1px)\",y:4548.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ibrje8-container\",\"data-framer-name\":\"business-insider\",name:\"business-insider\",children:/*#__PURE__*/_jsx(NewsCard,{height:\"100%\",id:\"Le5g3sYw1\",Kt9ZwglMW:\"https://www.hospitals-management.com/news/wellsky-and-ava-unveil-novel-solution-to-tackle-staffing-crisis-in-home-based-care-agencies\",layoutId:\"Le5g3sYw1\",name:\"business-insider\",OZMBRa7Kp:\"May 31, 2024  \\xb7  4 min read\",QmEMRU5FP:\"WellSky\\xae and Zingage (fka Ava) Unveil Novel Solution to Tackle Staffing Crisis in Home-Based Care Agencies\",style:{height:\"100%\",width:\"100%\"},vqocmdyVv:addImageAlt({src:\"https://framerusercontent.com/images/UsgzuwCeMYQCXZ80JxGMjbkWwQ.png\",srcSet:\"https://framerusercontent.com/images/UsgzuwCeMYQCXZ80JxGMjbkWwQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/UsgzuwCeMYQCXZ80JxGMjbkWwQ.png 549w\"},\"\"),width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fdffpg\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{width:\"max((min(100vw - 80px, 1440px) - 16px) / 3, 1px)\",y:4603.2},kFRLkFACO:{width:\"min(100vw - 32px, 1440px)\",y:7224.544945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"max((min(100vw - 192px, 1440px) - 16px) / 3, 1px)\",y:4756.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qczla9-container\",\"data-framer-name\":\"yahoo-finance\",name:\"yahoo-finance\",children:/*#__PURE__*/_jsx(NewsCard,{height:\"100%\",id:\"zwXMvpERq\",Kt9ZwglMW:\"https://finance.yahoo.com/news/axxess-partners-zingage-offer-ai-135500506.html\",layoutId:\"zwXMvpERq\",name:\"yahoo-finance\",OZMBRa7Kp:\"May 30, 2024   \\xb7  4 min read\",QmEMRU5FP:\"Axxess Partners With Zingage to Offer AI-Powered Administrative Tools to Clients\",style:{height:\"100%\",width:\"100%\"},vqocmdyVv:addImageAlt({src:\"https://framerusercontent.com/images/88H2R1SqjVTAQX0sx18xPcwKN0.png\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{width:\"max((min(100vw - 80px, 1440px) - 16px) / 3, 1px)\",y:4603.2},kFRLkFACO:{width:\"min(100vw - 32px, 1440px)\",y:7432.544945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"max((min(100vw - 192px, 1440px) - 16px) / 3, 1px)\",y:4756.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vnqvyw-container\",\"data-framer-name\":\"business-insider\",name:\"business-insider\",children:/*#__PURE__*/_jsx(NewsCard,{height:\"100%\",id:\"GEMja6IMV\",Kt9ZwglMW:\"https://www.businessinsider.com/how-griswold-is-using-ai-to-reduce-caregiver-turnover-2024-8\",layoutId:\"GEMja6IMV\",name:\"business-insider\",OZMBRa7Kp:\"Aug 7, 2024   \\xb7  4 min read\",QmEMRU5FP:\"How home-care company Griswold reduced employee turnover by 20% with the help of AI\",style:{height:\"100%\",width:\"100%\"},vqocmdyVv:addImageAlt({src:\"https://framerusercontent.com/images/cUyOA8JL6TKvJTiZpSxlisqaN8.png\"},\"\"),width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{width:\"max((min(100vw - 80px, 1440px) - 16px) / 3, 1px)\",y:4603.2},kFRLkFACO:{width:\"min(100vw - 32px, 1440px)\",y:7640.544945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"max((min(100vw - 192px, 1440px) - 16px) / 3, 1px)\",y:4756.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-deguzy-container\",\"data-framer-name\":\"the-rowan-report\",name:\"the-rowan-report\",children:/*#__PURE__*/_jsx(NewsCard,{height:\"100%\",id:\"tMPEb9Ovo\",Kt9ZwglMW:\"https://www.therowanreport.com/2024/06/27/recruitment-and-retention-wellsky/\",layoutId:\"tMPEb9Ovo\",name:\"the-rowan-report\",OZMBRa7Kp:\"Jun 27, 2024  \\xb7  4 min read\",QmEMRU5FP:\"A New Path for Recruitment and Retention\",style:{height:\"100%\",width:\"100%\"},vqocmdyVv:addImageAlt({src:\"https://framerusercontent.com/images/KeOxSBo4HYLPq6lxiRUhAfaC4.png\",srcSet:\"https://framerusercontent.com/images/KeOxSBo4HYLPq6lxiRUhAfaC4.png?scale-down-to=512 512w,https://framerusercontent.com/images/KeOxSBo4HYLPq6lxiRUhAfaC4.png 693w\"},\"\"),width:\"100%\"})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g1rjza\",\"data-framer-name\":\"ready-to-use-workflows\",name:\"ready-to-use-workflows\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3zcnp2\",\"data-framer-name\":\"Frame 2147225630\",name:\"Frame 2147225630\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qt52cb\",\"data-framer-name\":\"Frame 2147225701\",name:\"Frame 2147225701\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2v6lbu\",\"data-framer-name\":\"Frame 2147225695\",name:\"Frame 2147225695\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qto1si\",\"data-framer-name\":\"Frame 2147225684\",name:\"Frame 2147225684\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-fc72z4\",\"data-styles-preset\":\"ryowHz5nP\",style:{\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Ready to Use Workflows. Inspired by the Best\"})}),className:\"framer-fb6t0r\",\"data-framer-name\":\"Ready to Use Workflows. Inspired by the Best\",fonts:[\"Inter\"],name:\"Ready to Use Workflows. Inspired by the Best\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Don't navigate challenges alone\u2014tap into best practices from the Zingage Expert Network.\"})}),className:\"framer-tv1anc\",\"data-framer-name\":\"Don't navigate challenges alone\u2014tap into best practices from the Zingage Expert Network.\",fonts:[\"Inter\"],name:\"Don't navigate challenges alone\u2014tap into best practices from the Zingage Expert Network.\",verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:392,width:\"min(100vw - 192px, 1008px)\",y:5354.599999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10xsggk-container hidden-17asunn hidden-igjnes\",children:/*#__PURE__*/_jsx(ReadyToUseTab,{height:\"100%\",id:\"EZHwhWT3Z\",layoutId:\"EZHwhWT3Z\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"qL4M6OnEm\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6lez59 hidden-1yym4x7 hidden-17asunn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tbd4vu\",\"data-border\":true,\"data-framer-name\":\"scheduling\",name:\"scheduling\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Scheduling\"})}),className:\"framer-1m1tb6b\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(8510.944945907593),pixelHeight:720,pixelWidth:1240,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg\",srcSet:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg\",srcSet:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg 1240w\"},className:\"framer-17ltvpe\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cb3jn5\",\"data-border\":true,\"data-framer-name\":\"compliance-checking\",name:\"compliance-checking\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Compliance Checking\"})}),className:\"framer-ss6arj\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9022.944945907593),pixelHeight:720,pixelWidth:1240,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg\",srcSet:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg\",srcSet:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg 1240w\"},className:\"framer-2acavb\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ichoa8\",\"data-border\":true,\"data-framer-name\":\"admin-alerts\",name:\"admin-alerts\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Admin Alerts\"})}),className:\"framer-tw9wxj\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9278.944945907593),pixelHeight:720,pixelWidth:1240,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png\",srcSet:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=512 512w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png\",srcSet:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=512 512w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png 1240w\"},className:\"framer-1rh82q\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mckq5p\",\"data-border\":true,\"data-framer-name\":\"admin-alerts\",name:\"admin-alerts\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Real Time Reminders\"})}),className:\"framer-1xviqds\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(8766.944945907593),pixelHeight:720,pixelWidth:1240,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg\",srcSet:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg\",srcSet:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg 1240w\"},className:\"framer-p3izaq\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w2kgu8\",\"data-border\":true,\"data-framer-name\":\"much-more\",name:\"much-more\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"And so much more..\"})}),className:\"framer-1hj2uo\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(9534.944945907593),pixelHeight:720,pixelWidth:1240,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg\",srcSet:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg\",srcSet:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg 1240w\"},className:\"framer-4560c7\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gp553p\",\"data-border\":true,\"data-framer-name\":\"recruiting\",name:\"recruiting\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Recruiting\"})}),className:\"framer-i1bnu8\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],name:\"title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(8254.944945907593),pixelHeight:720,pixelWidth:1240,sizes:\"calc(100vw - 64px)\",src:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png\",srcSet:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png\",srcSet:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png 1240w\"},className:\"framer-ijlyhf\",\"data-framer-name\":\"key-visual\",name:\"key-visual\"})})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-28kfj1 hidden-1yym4x7 hidden-igjnes\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x5g0kf hidden-1yym4x7\",\"data-framer-name\":\"1\",name:\"1\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pyi0j4 hidden-1yym4x7\",\"data-border\":true,children:[isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Scheduling\"})}),className:\"framer-f6jzzx hidden-1yym4x7\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5201.599999999999),pixelHeight:720,pixelWidth:1240,sizes:\"calc((100vw - 80px) * 0.4945 - 32px)\",src:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg\",srcSet:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg\",srcSet:\"https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/scCS8B1vEZOquFXtuMr8PnUKyo.jpg 1240w\"},className:\"framer-en9vip\"})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fcft5p hidden-1yym4x7\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Recruiting\"})}),className:\"framer-o60gir\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5201.599999999999),pixelHeight:720,pixelWidth:1240,sizes:\"calc((100vw - 80px) * 0.4945 - 32px)\",src:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png\",srcSet:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png\",srcSet:\"https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=512 512w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kvcHNVNqgPutTC4nESbCqkEBrN8.png 1240w\"},className:\"framer-1ilne8y\"})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qp2jm2 hidden-1yym4x7\",\"data-framer-name\":\"2\",name:\"2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q81xe1\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Compliance Checking\"})}),className:\"framer-17rmwui\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5457.599999999999),pixelHeight:720,pixelWidth:1240,sizes:\"calc((100vw - 80px) * 0.4945 - 32px)\",src:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg\",srcSet:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg\",srcSet:\"https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/b9h0DP7uUHSxxxasZjOxgPOrtjE.jpg 1240w\"},className:\"framer-figrtw\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kmwoce\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Real Time Reminders\"})}),className:\"framer-6k0rhx\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5457.599999999999),pixelHeight:720,pixelWidth:1240,sizes:\"calc((100vw - 80px) * 0.4945 - 32px)\",src:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg\",srcSet:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg\",srcSet:\"https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B9404hhsUcljiqaRC3mNPo9I6s.jpg 1240w\"},className:\"framer-oyop16\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zzkz8x\",\"data-framer-name\":\"3\",name:\"3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hfksbw\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"Admin Alerts\"})}),className:\"framer-1vo0vvt\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5713.599999999999),pixelHeight:720,pixelWidth:1240,sizes:\"calc((100vw - 80px) * 0.4945 - 32px)\",src:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png\",srcSet:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=512 512w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png\",srcSet:\"https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=512 512w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/q0vL5NbMqnKiQYUnIWfABk64xM.png 1240w\"},className:\"framer-m2sdjy\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bm9ixw\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-y9n67n\",\"data-styles-preset\":\"CpeS9MrAO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\"},children:\"And so much more\u2026\"})}),className:\"framer-kzkbim\",\"data-framer-name\":\"scheduling\",fonts:[\"Inter\"],name:\"scheduling\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5713.599999999999),pixelHeight:720,pixelWidth:1240,sizes:\"calc((100vw - 80px) * 0.4945 - 32px)\",src:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg\",srcSet:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg 1240w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1240,src:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg\",srcSet:\"https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9JrXDIUAcEXsuv3XNFd7VhiJ2Q8.jpg 1240w\"},className:\"framer-1ds7r8f\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mdc2z9\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19t79n2\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Dive in with our engaging podcast series. Featuring leaders and innovators sharing their expertise and experiences.\"})}),className:\"framer-1ey7i7x\",\"data-framer-name\":\"Dive in with our engaging podcast series. Featuring leaders and innovators sharing their expertise and experiences.\",fonts:[\"Inter\"],name:\"Dive in with our engaging podcast series. Featuring leaders and innovators sharing their expertise and experiences.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:6129.6},kFRLkFACO:{y:9950.944945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:5930.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rcj8g3-container\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://homecarehindsight.com/?_gl=1*6wy3pi*_gcl_au*MTIwMzQwODAwNS4xNzMyMDk0NTk1*_ga*MTY3NjU3ODM1Ny4xNzMyMDk0NTk1*_ga_RG51DGKHJY*MTczNjQ4MTIzMy4yNy4xLjE3MzY0ODI5MTguNjAuMC4w\",height:\"100%\",id:\"XJpYD3_l4\",kPwoYrlGG:true,layoutId:\"XJpYD3_l4\",pCnczl8Q0:true,PJM7Z9bKE:\"Browse Podcast\",variant:\"Uywm7YpnW\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n4lhu5\",\"data-framer-name\":\"Frame 2147225708\",name:\"Frame 2147225708\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(6002.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png\",srcSet:\"https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png?scale-down-to=512 512w,https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png 703w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10016.944945907593),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png\",srcSet:\"https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png?scale-down-to=512 512w,https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png 703w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:100,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:76,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(5803.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png\",srcSet:\"https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png?scale-down-to=512 512w,https://framerusercontent.com/images/b1Ia1Df2FFk5g8ccxGY4L3EFtc.png 703w\"},className:\"framer-117to07\",\"data-framer-name\":\"Screenshot 2025-01-03 at 4.05.16\u202FPM\",name:\"Screenshot 2025-01-03 at 4.05.16\u202FPM\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(6002.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png\",srcSet:\"https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png?scale-down-to=512 512w,https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png 703w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10016.944945907593),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png\",srcSet:\"https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png?scale-down-to=512 512w,https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png 703w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:50,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:38,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(5803.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png\",srcSet:\"https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png?scale-down-to=512 512w,https://framerusercontent.com/images/TK96T82CF35wGlYFy0gCzfxeo8.png 703w\"},className:\"framer-zp8coo\",\"data-framer-name\":\"Screenshot 2025-01-03 at 4.04.47\u202FPM\",name:\"Screenshot 2025-01-03 at 4.04.47\u202FPM\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(6002.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png\",srcSet:\"https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png?scale-down-to=512 512w,https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png 704w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10016.944945907593),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png\",srcSet:\"https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png?scale-down-to=512 512w,https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png 704w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(5803.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png\",srcSet:\"https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png?scale-down-to=512 512w,https://framerusercontent.com/images/HeuA7h0ndAe7VTFhmY1oJIGJcw.png 704w\"},className:\"framer-1bq29m7\",\"data-framer-name\":\"Screenshot 2025-01-03 at 4.03.45\u202FPM\",name:\"Screenshot 2025-01-03 at 4.03.45\u202FPM\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(6002.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png\",srcSet:\"https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png?scale-down-to=512 512w,https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png 703w\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(10016.944945907593),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png\",srcSet:\"https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png?scale-down-to=512 512w,https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png 703w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-60,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-38,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(5803.6),positionX:\"center\",positionY:\"center\",sizes:\"152px\",src:\"https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png\",srcSet:\"https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png?scale-down-to=512 512w,https://framerusercontent.com/images/QnUS43a6G23qrobBUdZhgjLaOjI.png 703w\"},className:\"framer-1rn0cb6\",\"data-framer-name\":\"Screenshot 2025-01-03 at 4.04.18\u202FPM\",name:\"Screenshot 2025-01-03 at 4.04.18\u202FPM\"})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7cxg3v\",\"data-framer-name\":\"metrics\",name:\"metrics\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y5tft7\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-137u4kj\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-fc72z4\",\"data-styles-preset\":\"ryowHz5nP\",children:\"Grow your care team without the headache\"})}),className:\"framer-1p0mzgg\",\"data-framer-name\":\"Grow your care team without the headache\",fonts:[\"Inter\"],name:\"Grow your care team without the headache\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"Simplify operations, boost engagement, and focus on what truly matters. Let Zingage free you from admin work to achieve more.\"})}),className:\"framer-2l32ci\",\"data-framer-name\":\"Simplify operations, boost engagement, and focus on what truly matters. Let Zingage empowering you to achieve more.\",fonts:[\"Inter\"],name:\"Simplify operations, boost engagement, and focus on what truly matters. Let Zingage empowering you to achieve more.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1reb215\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uyvz4l\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nyw08d\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hfm7j0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{textSize:64},kFRLkFACO:{textSize:64}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:100,gapSize:0,height:\"100%\",id:\"BpIieqmjP\",incrementType:\"integer\",layoutId:\"BpIieqmjP\",loop:false,prefixColor:\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",prefixFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:600},speed:60,start:88,startOnViewport:true,suffixColor:\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",suffixFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},suffixText:\"\",textColor:\"var(--token-6022e872-6125-4cf1-8522-06e0a65580a9, rgb(255, 107, 2))\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2awhyy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"%\"})}),className:\"framer-1u2mi7r\",\"data-framer-name\":\"%\",fonts:[\"Inter\"],name:\"%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-alignment\":\"center\"},children:\"Staff engagement\"})}),className:\"framer-13fbwyn\",\"data-framer-name\":\"Staff engagement\",fonts:[\"Inter\"],name:\"Staff engagement\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w65eur hidden-1yym4x7 hidden-17asunn\",\"data-framer-name\":\"divider-mobile\",name:\"divider-mobile\"}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-6r20q0 hidden-1yym4x7 hidden-17asunn\",\"data-framer-name\":\"divider-mobile\",name:\"divider-mobile\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-urho0h hidden-igjnes\",\"data-framer-name\":\"divider\",name:\"divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k3ijj\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ew2486\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1if7pzl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{textSize:64},kFRLkFACO:{textSize:64}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:10,gapSize:0,height:\"100%\",id:\"CkVR_0Mms\",incrementType:\"integer\",layoutId:\"CkVR_0Mms\",loop:false,prefixColor:\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",prefixFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:600},speed:60,start:0,startOnViewport:true,suffixColor:\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",suffixFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},suffixText:\"\",textColor:\"var(--token-6022e872-6125-4cf1-8522-06e0a65580a9, rgb(255, 107, 2))\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17k572\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"hrs saved\"})}),className:\"framer-1fz8mpa\",\"data-framer-name\":\"%\",fonts:[\"Inter\"],name:\"%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-alignment\":\"center\"},children:\"from admin chores per week\"})}),className:\"framer-28ezmc\",\"data-framer-name\":\"from admin chores per week\",fonts:[\"Inter\"],name:\"from admin chores per week\",verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-c36zan hidden-igjnes\",\"data-framer-name\":\"divider\",name:\"divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ytj90u\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uyuxr5\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-thf2tj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{textSize:64},kFRLkFACO:{textSize:64}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:10,gapSize:0,height:\"100%\",id:\"Vt6M_PdVs\",incrementType:\"integer\",layoutId:\"Vt6M_PdVs\",loop:false,prefixColor:\"var(--token-6022e872-6125-4cf1-8522-06e0a65580a9, rgb(255, 107, 2))\",prefixFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},prefixText:\"+\",restartOnViewport:false,selectedFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:600},speed:60,start:0,startOnViewport:true,suffixColor:\"var(--token-02056945-aec5-47dd-afa4-8b2faf5261da, rgb(24, 29, 39))\",suffixFont:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},suffixText:\"\",textColor:\"var(--token-6022e872-6125-4cf1-8522-06e0a65580a9, rgb(255, 107, 2))\",textSize:80,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ja4ncz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-67647430-e2d7-45af-9e82-3405a8854ee0, rgba(133, 133, 133, 0.7))\"},children:\"%\"})}),className:\"framer-1tazxpr\",\"data-framer-name\":\"%\",fonts:[\"Inter\"],name:\"%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-alignment\":\"center\"},children:\"higher margin\"})}),className:\"framer-1ecbl5o\",\"data-framer-name\":\"higher margin\",fonts:[\"Inter\"],name:\"higher margin\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w8yurx\",\"data-border\":true,\"data-framer-name\":\"closing-cta\",name:\"closing-cta\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qf2has\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wj0ms6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-199cjhz\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-967vyz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c537f6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ntxu6d\",\"data-styles-preset\":\"Cmb8oi5Qq\",style:{\"--framer-text-alignment\":\"left\"},children:\"Quit worrying about\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ntxu6d\",\"data-styles-preset\":\"Cmb8oi5Qq\",style:{\"--framer-text-alignment\":\"right\"},children:\"Quit worrying about\"})}),className:\"framer-1wdx273\",\"data-framer-name\":\"Quit worrying about quiet quitting and go home at 5pm\",fonts:[\"Inter\"],name:\"Quit worrying about quiet quitting and go home at 5pm\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"max((max(min(100vw - 192px, 1440px), 1px) - 72px) / 2, 1px)\",y:6889,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ublzj6-container hidden-17asunn hidden-igjnes\",children:/*#__PURE__*/_jsx(SlideTexts,{B_vc8jjQW:\"the next call out\",height:\"100%\",id:\"Tm5t3NV8B\",kdfJBCn4E:\"in-service requirements\",layoutId:\"Tm5t3NV8B\",rPu0O6m0W:\"quiet quitting\",style:{width:\"100%\"},variant:\"iIfItEJZ5\",width:\"100%\",Xf4wnXjiv:\"patient fall\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{height:42,width:\"max(min(100vw - 32px, 1440px), 1px)\",y:11907.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d0tifj-container hidden-1yym4x7 hidden-17asunn\",children:/*#__PURE__*/_jsx(SlideTextsMobile,{B_vc8jjQW:\"the next call out\",height:\"100%\",id:\"H8sX0XqrJ\",kdfJBCn4E:\"in-service requirements\",layoutId:\"H8sX0XqrJ\",rPu0O6m0W:\"quiet quitting\",style:{height:\"100%\",width:\"100%\"},variant:\"IPXsGQ5YX\",width:\"100%\",Xf4wnXjiv:\"patient fall\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{height:50,width:\"max((max(min(100vw - 80px, 1440px), 1px) - 48px) / 2, 1px)\",y:7036.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1punzk1-container hidden-1yym4x7 hidden-igjnes\",children:/*#__PURE__*/_jsx(SlideTextsTablet,{B_vc8jjQW:\"the next call out\",height:\"100%\",id:\"Nvjn9y7ly\",kdfJBCn4E:\"in-service requirement\",layoutId:\"Nvjn9y7ly\",rPu0O6m0W:\"quiet quitting\",style:{height:\"100%\",width:\"100%\"},variant:\"SVDqRnWa6\",width:\"100%\",Xf4wnXjiv:\"patient fall\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ntxu6d\",\"data-styles-preset\":\"Cmb8oi5Qq\",style:{\"--framer-text-alignment\":\"left\"},children:\"and go home at 5pm\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ntxu6d\",\"data-styles-preset\":\"Cmb8oi5Qq\",children:\"and go home at 5pm\"})}),className:\"framer-78flu7\",\"data-framer-name\":\"Quit worrying about quiet quitting and go home at 5pm\",fonts:[\"Inter\"],name:\"Quit worrying about quiet quitting and go home at 5pm\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kFRLkFACO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-alignment\":\"left\"},children:\"Streamline operation and solve employee turnover with Zingage.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",children:\"Streamline operation and solve employee burnout with Zingage.\"})}),className:\"framer-179ut8u\",\"data-framer-name\":\"Streamline operation and solve employee burnout with Zingage.\",fonts:[\"Inter\"],name:\"Streamline operation and solve employee burnout with Zingage.\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7321},kFRLkFACO:{width:\"min(100vw - 32px, 1440px)\",y:12178.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"420px\",y:7185,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wcm9nz-container\",children:/*#__PURE__*/_jsx(FooterForm,{height:\"100%\",id:\"eTmClaHZy\",layoutId:\"eTmClaHZy\",style:{width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18k6v4n\",\"data-framer-name\":\"footer\",name:\"footer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qxorzw\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jrjoul\",\"data-framer-name\":\"logo\",name:\"logo\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1apcpim\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pa5lji\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rdjfrl\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q3a9r8\",\"data-framer-name\":\"container\",name:\"container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o8x6z1\",\"data-framer-name\":\"Company logo\",name:\"Company logo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-170aml9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:58,intrinsicWidth:146,name:\"Vector\",svg:'<svg width=\"146\" height=\"58\" viewBox=\"-13 -13 146 58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M110.626 25.6061C108.759 25.6061 107.1 25.2217 105.65 24.4527C104.222 23.6618 103.112 22.5743 102.321 21.1901C101.531 19.7841 101.135 18.1802 101.135 16.3787C101.135 14.5991 101.531 13.0063 102.321 11.6002C103.134 10.1941 104.222 9.09561 105.584 8.30469C106.968 7.4918 108.506 7.08535 110.198 7.08535C111.845 7.08535 113.339 7.45884 114.68 8.20583C116.02 8.93084 117.063 9.94146 117.81 11.2377C118.579 12.5339 118.964 13.973 118.964 15.5548C118.964 16.2139 118.909 16.895 118.799 17.598H103.771V13.9071H113.592C113.57 13.4017 113.405 12.9623 113.098 12.5889C112.79 12.1934 112.373 11.8858 111.845 11.6661C111.34 11.4244 110.769 11.3036 110.132 11.3036C109.275 11.3036 108.528 11.5013 107.891 11.8968C107.276 12.2703 106.803 12.8195 106.474 13.5446C106.166 14.2696 106.012 15.1264 106.012 16.1151C106.012 17.1696 106.188 18.0814 106.54 18.8503C106.891 19.5973 107.397 20.1685 108.056 20.564C108.715 20.9595 109.506 21.1572 110.428 21.1572C111.351 21.1572 112.109 20.9595 112.702 20.564C113.295 20.1685 113.658 19.6303 113.79 18.9492L119.096 19.4106C118.656 21.3439 117.711 22.8599 116.261 23.9584C114.811 25.0569 112.933 25.6061 110.626 25.6061Z\" fill=\"white\"/>\\n<path d=\"M90.4339 31.9994C88.9399 31.9994 87.5558 31.7907 86.2816 31.3733C85.0293 30.9558 83.9527 30.3627 83.052 29.5937C82.1732 28.8247 81.525 27.935 81.1076 26.9243L85.985 25.0788C86.2047 25.716 86.677 26.2652 87.402 26.7266C88.1271 27.2099 89.0937 27.4516 90.3021 27.4516C91.2029 27.4516 91.9828 27.2978 92.6419 26.9902C93.323 26.7046 93.8503 26.2433 94.2238 25.6061C94.5972 24.969 94.784 24.1671 94.784 23.2004V12.8525L95.3772 12.4241V7.44786H100.419C100.222 7.97514 100.079 8.6672 99.9909 9.52403C99.925 10.3589 99.892 11.3695 99.892 12.5559V23.0027C99.892 24.9141 99.4856 26.5399 98.6727 27.88C97.8818 29.2422 96.7723 30.2638 95.3442 30.9449C93.9162 31.6479 92.2794 31.9994 90.4339 31.9994ZM89.8078 24.3209C88.2259 24.3209 86.7979 23.9474 85.5236 23.2004C84.2493 22.4315 83.2497 21.3879 82.5247 20.0697C81.7997 18.7515 81.4372 17.2905 81.4372 15.6866C81.4372 14.0828 81.7887 12.6218 82.4917 11.3036C83.2167 9.9854 84.2164 8.95281 85.4906 8.20583C86.7649 7.45884 88.2039 7.08535 89.8078 7.08535C91.3457 7.08535 92.6749 7.42589 93.7953 8.10696C94.9158 8.76606 95.7726 9.74373 96.3658 11.04C96.981 12.3362 97.2886 13.8851 97.2886 15.6866C97.2886 17.5102 96.981 19.07 96.3658 20.3663C95.7726 21.6405 94.9158 22.6182 93.7953 23.2993C92.6749 23.9803 91.3457 24.3209 89.8078 24.3209ZM90.5328 19.806C91.3457 19.806 92.0707 19.6303 92.7078 19.2787C93.3449 18.9272 93.8503 18.4439 94.2238 17.8287C94.5972 17.1916 94.784 16.4776 94.784 15.6866C94.784 14.8957 94.5972 14.1927 94.2238 13.5775C93.8503 12.9404 93.3449 12.4461 92.7078 12.0945C92.0707 11.721 91.3457 11.5343 90.5328 11.5343C89.7638 11.5343 89.0608 11.721 88.4236 12.0945C87.7865 12.468 87.2812 12.9733 86.9077 13.6105C86.5342 14.2256 86.3475 14.9177 86.3475 15.6866C86.3475 16.4336 86.5342 17.1257 86.9077 17.7628C87.2812 18.3999 87.7865 18.9053 88.4236 19.2787C89.0608 19.6303 89.7638 19.806 90.5328 19.806Z\" fill=\"white\"/>\\n<path d=\"M75.6559 20.2674L75.0956 19.806V14.1707C75.0956 13.6874 74.9638 13.226 74.7002 12.7866C74.4365 12.3472 74.063 11.9957 73.5797 11.732C73.0963 11.4684 72.5361 11.3366 71.899 11.3366C71.0421 11.3366 70.3391 11.5672 69.7898 12.0286C69.2626 12.468 68.9989 13.0722 68.9989 13.8412L64.0886 13.2809C64.2204 12.0726 64.6269 10.996 65.3079 10.0513C66.011 9.1066 66.9227 8.38159 68.0432 7.87627C69.1857 7.34899 70.4709 7.08535 71.899 7.08535C73.5028 7.08535 74.9418 7.40392 76.2161 8.04105C77.5123 8.67818 78.5229 9.56797 79.248 10.7104C79.973 11.8529 80.3355 13.1491 80.3355 14.5991V20.0697C80.3355 20.4651 80.3355 20.8496 80.3355 21.2231C80.3794 22.1458 80.4453 22.9368 80.5332 23.5959C80.6211 24.255 80.7419 24.8042 80.8957 25.2436H75.6559V20.2674ZM70.6467 25.6061C68.8012 25.6061 67.3292 25.1228 66.2307 24.1561C65.1542 23.1894 64.6159 21.9042 64.6159 20.3004C64.6159 18.9602 64.9564 17.8946 65.6375 17.1037C66.3405 16.2908 67.2193 15.6976 68.2739 15.3241C69.3504 14.9287 70.6467 14.5991 72.1626 14.3355L72.6899 14.2366C73.0634 14.1707 73.4698 14.0938 73.9092 14.0059C74.3706 13.8961 74.832 13.7752 75.2933 13.6434V16.9389C75.0517 17.2905 74.7331 17.5431 74.3377 17.6969C73.9422 17.8287 73.349 17.9496 72.5581 18.0594L72.1626 18.1253C71.6353 18.2352 71.1849 18.367 70.8115 18.5208C70.4599 18.6526 70.1853 18.8393 69.9876 19.081C69.8118 19.3007 69.7239 19.5863 69.7239 19.9378C69.7239 20.4212 69.8887 20.8057 70.2183 21.0913C70.5478 21.3549 71.0202 21.4867 71.6353 21.4867C72.2944 21.4867 72.8766 21.3 73.3819 20.9265C73.9092 20.553 74.3267 20.0367 74.6342 19.3776C74.9418 18.6965 75.0956 17.9166 75.0956 17.0378L77.3036 17.8946C77.2597 19.6303 76.9521 21.0803 76.3809 22.2447C75.8316 23.3872 75.0737 24.233 74.107 24.7823C73.1403 25.3315 71.9868 25.6061 70.6467 25.6061Z\" fill=\"white\"/>\\n<path d=\"M53.6373 31.9994C52.1433 31.9994 50.7592 31.7907 49.4849 31.3733C48.2326 30.9558 47.1561 30.3627 46.2553 29.5937C45.3765 28.8247 44.7284 27.935 44.311 26.9243L49.1883 25.0788C49.408 25.716 49.8804 26.2652 50.6054 26.7266C51.3304 27.2099 52.2971 27.4516 53.5054 27.4516C54.4062 27.4516 55.1862 27.2978 55.8453 26.9902C56.5263 26.7046 57.0536 26.2433 57.4271 25.6061C57.8006 24.969 57.9873 24.1671 57.9873 23.2004V12.8525L58.5805 12.4241V7.44786H63.6227C63.4249 7.97514 63.2821 8.6672 63.1943 9.52403C63.1283 10.3589 63.0954 11.3695 63.0954 12.5559V23.0027C63.0954 24.9141 62.6889 26.5399 61.8761 27.88C61.0851 29.2422 59.9756 30.2638 58.5476 30.9449C57.1195 31.6479 55.4828 31.9994 53.6373 31.9994ZM53.0111 24.3209C51.4293 24.3209 50.0012 23.9474 48.727 23.2004C47.4527 22.4315 46.4531 21.3879 45.728 20.0697C45.003 18.7515 44.6405 17.2905 44.6405 15.6866C44.6405 14.0828 44.992 12.6218 45.6951 11.3036C46.4201 9.9854 47.4197 8.95281 48.694 8.20583C49.9683 7.45884 51.4073 7.08535 53.0111 7.08535C54.549 7.08535 55.8782 7.42589 56.9987 8.10696C58.1192 8.76606 58.976 9.74373 59.5692 11.04C60.1844 12.3362 60.4919 13.8851 60.4919 15.6866C60.4919 17.5102 60.1844 19.07 59.5692 20.3663C58.976 21.6405 58.1192 22.6182 56.9987 23.2993C55.8782 23.9803 54.549 24.3209 53.0111 24.3209ZM53.7361 19.806C54.549 19.806 55.274 19.6303 55.9112 19.2787C56.5483 18.9272 57.0536 18.4439 57.4271 17.8287C57.8006 17.1916 57.9873 16.4776 57.9873 15.6866C57.9873 14.8957 57.8006 14.1927 57.4271 13.5775C57.0536 12.9404 56.5483 12.4461 55.9112 12.0945C55.274 11.721 54.549 11.5343 53.7361 11.5343C52.9672 11.5343 52.2641 11.721 51.627 12.0945C50.9899 12.468 50.4846 12.9733 50.1111 13.6105C49.7376 14.2256 49.5508 14.9177 49.5508 15.6866C49.5508 16.4336 49.7376 17.1257 50.1111 17.7628C50.4846 18.3999 50.9899 18.9053 51.627 19.2787C52.2641 19.6303 52.9672 19.806 53.7361 19.806Z\" fill=\"white\"/>\\n<path d=\"M38.2312 15.8185C38.2312 15.0715 38.0883 14.4124 37.8027 13.8412C37.5171 13.248 37.1107 12.7866 36.5834 12.457C36.0561 12.1275 35.4519 11.9627 34.7709 11.9627C33.6943 11.9627 32.8375 12.3362 32.2004 13.0832C31.5632 13.8082 31.2337 14.8298 31.2117 16.148L29.0367 15.0275C29.2564 13.3798 29.6958 11.9627 30.3549 10.7763C31.036 9.56797 31.8928 8.65621 32.9254 8.04105C33.958 7.40392 35.1334 7.08535 36.4516 7.08535C37.8577 7.08535 39.077 7.42589 40.1096 8.10696C41.1422 8.76606 41.9331 9.73275 42.4824 11.007C43.0536 12.2593 43.3392 13.7423 43.3392 15.456V25.2436H38.2312V15.8185ZM26.1037 7.44786H30.6515V11.5343L31.2117 12.3582V25.2436H26.1037V7.44786Z\" fill=\"white\"/>\\n<path d=\"M18.8935 7.44786H24.0015V25.2436H18.8935V7.44786ZM18.8275 2.55402C18.8275 1.14347 19.971 0 21.3816 0H21.5134C22.9239 0 24.0674 1.14347 24.0674 2.55402V2.55402C24.0674 3.96457 22.9239 5.10804 21.5134 5.10804H21.3816C19.971 5.10804 18.8275 3.96457 18.8275 2.55402V2.55402Z\" fill=\"white\"/>\\n<path d=\"M18.2043 10.7405L15.3647 7.46262C13.6854 8.9155 11.4958 9.79443 9.10092 9.79443C6.70638 9.79443 4.51706 8.91575 2.83782 7.46323L1.06321e-05 10.7427C2.25672 12.6955 5.14787 13.9347 8.3227 14.1098L0 21.9658L2.83962 25.2436C4.51896 23.7907 6.70855 22.9118 9.10342 22.9118C11.498 22.9118 13.6873 23.7905 15.3665 25.243L18.2043 21.9636C15.9476 20.0108 13.0565 18.7715 9.88164 18.5965L18.2043 10.7405Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Don\u2019t Run Your Business Alone\"})}),className:\"framer-y0hoxf\",\"data-framer-name\":\"Don\u2019t Run Your Business Alone\",fonts:[\"Inter\"],name:\"Don\u2019t Run Your Business Alone\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-148nq23\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Location\"})}),className:\"framer-zlmjye\",\"data-framer-name\":\"Location\",fonts:[\"Inter\"],name:\"Location\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wly5if\",\"data-styles-preset\":\"FZRXCuCby\",style:{\"--framer-text-color\":\"var(--token-2496abc6-97a3-44a6-834b-84757d5bb1b7, rgba(255, 255, 255, 0.7))\"},children:\"27 East 28th Street, New York, NY 10016\"})}),className:\"framer-14prthy\",\"data-framer-name\":\"27 East 28th Street, New York, NY 10016\",fonts:[\"Inter\"],name:\"27 East 28th Street, New York, NY 10016\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l1fe1z\",\"data-framer-name\":\"logo-container\",name:\"logo-container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(7965.670837402344),src:\"https://framerusercontent.com/images/4ERwakZfgqyoWYN4MTcd6ns4.png\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(12791.015783309937),src:\"https://framerusercontent.com/images/4ERwakZfgqyoWYN4MTcd6ns4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(7845.670837402344),src:\"https://framerusercontent.com/images/4ERwakZfgqyoWYN4MTcd6ns4.png\"},className:\"framer-1al0kmp\",\"data-framer-name\":\"image 137\",name:\"image 137\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(7959),src:\"https://framerusercontent.com/images/NcsZsFu3ZyQgESPx3XDDJFGSxY.png\"}},kFRLkFACO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(12784.344945907593),src:\"https://framerusercontent.com/images/NcsZsFu3ZyQgESPx3XDDJFGSxY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(7839),src:\"https://framerusercontent.com/images/NcsZsFu3ZyQgESPx3XDDJFGSxY.png\"},className:\"framer-ms5kq9\",\"data-framer-name\":\"image 138\",name:\"image 138\"})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r4v2af\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1punswc\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Use Cases\"})}),className:\"framer-k53tu2\",\"data-framer-name\":\"Use Cases\",fonts:[\"Inter\"],name:\"Use Cases\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1emkn4s\",\"data-framer-name\":\"button-container\",name:\"button-container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ERNSTyeIn\"},implicitPathVariables:undefined},{href:{webPageId:\"ERNSTyeIn\"},implicitPathVariables:undefined},{href:{webPageId:\"ERNSTyeIn\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7661},kFRLkFACO:{y:12826.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7525,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pqh1qb-container\",\"data-framer-name\":\"turnover\",name:\"turnover\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks4[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks4[0],height:\"100%\",id:\"Ro5TULP9E\",kPwoYrlGG:false,layoutId:\"Ro5TULP9E\",name:\"turnover\",pCnczl8Q0:true,PJM7Z9bKE:\"Turnover\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m8cyPCh04\"},implicitPathVariables:undefined},{href:{webPageId:\"m8cyPCh04\"},implicitPathVariables:undefined},{href:{webPageId:\"m8cyPCh04\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7711},kFRLkFACO:{y:12876.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7575,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aw3rf5-container\",\"data-framer-name\":\"onboarding\",name:\"onboarding\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks5[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks5[0],height:\"100%\",id:\"dGdzALldh\",kPwoYrlGG:false,layoutId:\"dGdzALldh\",name:\"onboarding\",pCnczl8Q0:true,PJM7Z9bKE:\"Onboarding\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EiOuvt9H7\"},implicitPathVariables:undefined},{href:{webPageId:\"EiOuvt9H7\"},implicitPathVariables:undefined},{href:{webPageId:\"EiOuvt9H7\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7761},kFRLkFACO:{y:12926.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7625,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sfouez-container\",\"data-framer-name\":\"scheduling\",name:\"scheduling\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks6[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks6[0],height:\"100%\",id:\"UyZB84c63\",kPwoYrlGG:false,layoutId:\"UyZB84c63\",name:\"scheduling\",pCnczl8Q0:true,PJM7Z9bKE:\"Scheduling\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hzBKZCJ29\"},implicitPathVariables:undefined},{href:{webPageId:\"hzBKZCJ29\"},implicitPathVariables:undefined},{href:{webPageId:\"hzBKZCJ29\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7811},kFRLkFACO:{y:12976.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7675,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dbioj5-container\",\"data-framer-name\":\"performance\",name:\"performance\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks7[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks7[0],height:\"100%\",id:\"YkWxFUnCf\",kPwoYrlGG:false,layoutId:\"YkWxFUnCf\",name:\"performance\",pCnczl8Q0:true,PJM7Z9bKE:\"Performance\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"GjPBuhV82\"},implicitPathVariables:undefined},{href:{webPageId:\"GjPBuhV82\"},implicitPathVariables:undefined},{href:{webPageId:\"GjPBuhV82\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7861},kFRLkFACO:{y:13026.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7725,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k0pp8v-container\",\"data-framer-name\":\"engagement\",name:\"engagement\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks8[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks8[0],height:\"100%\",id:\"BVxekQbwS\",kPwoYrlGG:false,layoutId:\"BVxekQbwS\",name:\"engagement\",pCnczl8Q0:true,PJM7Z9bKE:\"Engagement\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"s5HZVA4Nh\"},implicitPathVariables:undefined},{href:{webPageId:\"s5HZVA4Nh\"},implicitPathVariables:undefined},{href:{webPageId:\"s5HZVA4Nh\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7911},kFRLkFACO:{y:13076.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7775,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bx69e0-container\",\"data-framer-name\":\"training\",name:\"training\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks9[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks9[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks9[0],height:\"100%\",id:\"S38sDZ9ad\",kPwoYrlGG:false,layoutId:\"S38sDZ9ad\",name:\"training\",pCnczl8Q0:true,PJM7Z9bKE:\"Training\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xr0svm\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Provider Types\"})}),className:\"framer-5of4vg\",\"data-framer-name\":\"Provider Types\",fonts:[\"Inter\"],name:\"Provider Types\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117xrmq\",\"data-framer-name\":\"button-container\",name:\"button-container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PdlgErWBt\"},implicitPathVariables:undefined},{href:{webPageId:\"PdlgErWBt\"},implicitPathVariables:undefined},{href:{webPageId:\"PdlgErWBt\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7661},kFRLkFACO:{y:12826.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7525,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ercmqy-container\",\"data-framer-name\":\"home-care\",name:\"home-care\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks10[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks10[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks10[0],height:\"100%\",id:\"PPyp6jz28\",kPwoYrlGG:false,layoutId:\"PPyp6jz28\",name:\"home-care\",pCnczl8Q0:true,PJM7Z9bKE:\"Home Care\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iNo72Ki40\"},implicitPathVariables:undefined},{href:{webPageId:\"iNo72Ki40\"},implicitPathVariables:undefined},{href:{webPageId:\"iNo72Ki40\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7711},kFRLkFACO:{y:12876.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7575,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gf1pfl-container\",\"data-framer-name\":\"home-health\",name:\"home-health\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks11[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks11[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks11[0],height:\"100%\",id:\"gEXcJIgpV\",kPwoYrlGG:false,layoutId:\"gEXcJIgpV\",name:\"home-health\",pCnczl8Q0:true,PJM7Z9bKE:\"Home Health\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tsDsVQ6mK\"},implicitPathVariables:undefined},{href:{webPageId:\"tsDsVQ6mK\"},implicitPathVariables:undefined},{href:{webPageId:\"tsDsVQ6mK\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7761},kFRLkFACO:{y:12926.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7625,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iruwbx-container\",\"data-framer-name\":\"hospice\",name:\"hospice\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks12[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks12[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks12[0],height:\"100%\",id:\"tgU5wJHpT\",kPwoYrlGG:false,layoutId:\"tgU5wJHpT\",name:\"hospice\",pCnczl8Q0:true,PJM7Z9bKE:\"Hospice\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zLqRKvv6b\"},implicitPathVariables:undefined},{href:{webPageId:\"zLqRKvv6b\"},implicitPathVariables:undefined},{href:{webPageId:\"zLqRKvv6b\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7811},kFRLkFACO:{y:12976.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7675,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13lg92x-container\",\"data-framer-name\":\"assisted-living\",name:\"assisted-living\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks13[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks13[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks13[0],height:\"100%\",id:\"fU5sWxqeb\",kPwoYrlGG:false,layoutId:\"fU5sWxqeb\",name:\"assisted-living\",pCnczl8Q0:true,PJM7Z9bKE:\"Assisted Living\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10l8roy\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bz5wid\",\"data-styles-preset\":\"rz_ifpIn_\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Solutions\"})}),className:\"framer-1fgff4v\",\"data-framer-name\":\"Solutions\",fonts:[\"Inter\"],name:\"Solutions\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-189ztbs\",\"data-framer-name\":\"button-container\",name:\"button-container\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined},{href:{webPageId:\"TqmZtRV1P\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7661},kFRLkFACO:{y:12746.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7525,children:/*#__PURE__*/_jsx(Container,{className:\"framer-o2ayxd-container\",\"data-framer-name\":\"reporting\",name:\"reporting\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks14[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks14[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks14[0],height:\"100%\",id:\"BMO6fA0Nx\",kPwoYrlGG:false,layoutId:\"BMO6fA0Nx\",name:\"reporting\",pCnczl8Q0:true,PJM7Z9bKE:\"Reporting\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined},{href:{webPageId:\"b4BKIBUkD\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7711},kFRLkFACO:{y:12796.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7575,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jgn2dm-container\",\"data-framer-name\":\"surveys\",name:\"surveys\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks15[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks15[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks15[0],height:\"100%\",id:\"docER51ce\",kPwoYrlGG:false,layoutId:\"docER51ce\",name:\"surveys\",pCnczl8Q0:true,PJM7Z9bKE:\"Surveys\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined},{href:{webPageId:\"Y4I99eO9c\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7761},kFRLkFACO:{y:12846.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7625,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zlgorh-container\",\"data-framer-name\":\"rewards\",name:\"rewards\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks16[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks16[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks16[0],height:\"100%\",id:\"KFcuvNOdV\",kPwoYrlGG:false,layoutId:\"KFcuvNOdV\",name:\"rewards\",pCnczl8Q0:true,PJM7Z9bKE:\"Rewards\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined},{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined},{href:{webPageId:\"EHgA1wnQX\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7811},kFRLkFACO:{y:12896.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7675,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vsiylz-container\",\"data-framer-name\":\"communication\",name:\"communication\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks17[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks17[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks17[0],height:\"100%\",id:\"l7hSvA3kW\",kPwoYrlGG:false,layoutId:\"l7hSvA3kW\",name:\"communication\",pCnczl8Q0:true,PJM7Z9bKE:\"Communication\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined},{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined},{href:{webPageId:\"TKUjXzArI\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7861},kFRLkFACO:{y:12946.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7725,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v8zzxu-container\",\"data-framer-name\":\"recruiting\",name:\"recruiting\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks18[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks18[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks18[0],height:\"100%\",id:\"ZANmpHueH\",kPwoYrlGG:false,layoutId:\"ZANmpHueH\",name:\"recruiting\",pCnczl8Q0:true,PJM7Z9bKE:\"Recruiting\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Xegn2vkFt\"},implicitPathVariables:undefined},{href:{webPageId:\"Xegn2vkFt\"},implicitPathVariables:undefined},{href:{webPageId:\"Xegn2vkFt\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7911},kFRLkFACO:{y:12996.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7775,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hsquh6-container\",\"data-framer-name\":\"community\",name:\"community\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks19[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks19[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks19[0],height:\"100%\",id:\"q2h9QePXj\",kPwoYrlGG:false,layoutId:\"q2h9QePXj\",name:\"community\",pCnczl8Q0:true,PJM7Z9bKE:\"Community\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined},{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined},{href:{webPageId:\"z64zspHes\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:7961},kFRLkFACO:{y:13046.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7825,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1beqf6k-container\",\"data-framer-name\":\"ai\",name:\"ai\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks20[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks20[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks20[0],height:\"100%\",id:\"PYgjhxQYO\",kPwoYrlGG:false,layoutId:\"PYgjhxQYO\",name:\"ai\",pCnczl8Q0:true,PJM7Z9bKE:\"AI\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined},{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined},{href:{webPageId:\"n_dkXdg7M\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:8011},kFRLkFACO:{y:13096.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7875,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11qbu8o-container\",\"data-framer-name\":\"integration\",name:\"integration\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{aANuf3iQW:resolvedLinks21[1]},kFRLkFACO:{aANuf3iQW:resolvedLinks21[2]}},children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:resolvedLinks21[0],height:\"100%\",id:\"J_zXGUWgX\",kPwoYrlGG:false,layoutId:\"J_zXGUWgX\",name:\"integration\",pCnczl8Q0:true,PJM7Z9bKE:\"Integration\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ut23wm\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rbj5qu\",\"data-framer-name\":\"divider\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1010,name:\"divider\",svg:'<svg width=\"1010\" height=\"4\" viewBox=\"-1 -1 1010 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.878906\" x2=\"1008\" y2=\"0.878906\" stroke=\"white\" stroke-opacity=\"0.2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18c8y83\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l68qf\",\"data-styles-preset\":\"YBDLPeIqs\",style:{\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Zingage \\xa9 2025\"})}),className:\"framer-1wmg26k\",\"data-framer-name\":\"Zingage \\xa9\uFE0F 2024\",fonts:[\"Inter\"],name:\"Zingage \\xa9\uFE0F 2024\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yjgw5z\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16xmt21\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ipkn3o\",\"data-styles-preset\":\"qGw1MJfRc\",style:{\"--framer-text-color\":\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"},children:\"Find us:\"})}),className:\"framer-hs6di5\",\"data-framer-name\":\"Find us:\",fonts:[\"Inter\"],name:\"Find us:\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b5aa2u\",\"data-framer-name\":\"logo-container\",name:\"logo-container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:8113},kFRLkFACO:{y:13190.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7993,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3nox6z-container\",\"data-framer-name\":\"mail\",name:\"mail\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"gtm@zingage.com\",height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/vT5CLmNqa5gzWiKQyLbZbpGgeo.png\"},\"\"),id:\"yxij8tzVV\",kPwoYrlGG:true,layoutId:\"yxij8tzVV\",name:\"mail\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",variant:\"LUY2l60C_\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:8113},kFRLkFACO:{y:13190.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7993,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ndhljn-container\",\"data-framer-name\":\"linked-in\",name:\"linked-in\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://www.linkedin.com/company/zingage\",height:\"100%\",HND2ZJUZb:addImageAlt({src:\"https://framerusercontent.com/images/dJsjcTCrXg94VYo4BGO22wuKZY.png\"},\"\"),id:\"bZXW3R77i\",kPwoYrlGG:true,layoutId:\"bZXW3R77i\",name:\"linked-in\",pCnczl8Q0:true,PJM7Z9bKE:\"Get Started\",variant:\"LUY2l60C_\",width:\"100%\",xZppmH0EW:\"rgb(83, 88, 97)\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-97g5bx\",\"data-framer-name\":\"button-container\",name:\"button-container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:8113},kFRLkFACO:{y:13232.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7993,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dlhszr-container\",\"data-framer-name\":\"privacy-policy\",name:\"privacy-policy\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://drive.google.com/file/d/1KdKCtpKngieMqQU6S3m1ep4INJwlopfF/view\",height:\"100%\",id:\"qCF9cV7ZB\",kPwoYrlGG:false,layoutId:\"qCF9cV7ZB\",name:\"privacy-policy\",pCnczl8Q0:true,PJM7Z9bKE:\"Privacy Policy\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bGeWhOGpB:{y:8113},kFRLkFACO:{y:13232.344945907593}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:7993,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8tlski-container\",\"data-framer-name\":\"trust-center\",name:\"trust-center\",children:/*#__PURE__*/_jsx(Button,{aANuf3iQW:\"https://trust.joinava.com/\",height:\"100%\",id:\"KRCyNdAiq\",kPwoYrlGG:false,layoutId:\"KRCyNdAiq\",name:\"trust-center\",pCnczl8Q0:true,PJM7Z9bKE:\"Trust Center\",variant:\"S_8mspkAS\",width:\"100%\",xZppmH0EW:\"var(--token-9f9490b3-b7e6-45c4-9c3f-8a2297c465fe, rgb(255, 255, 255))\"})})})})]})]})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a4sm8z-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"EuvA3tVpX\",intensity:10,layoutId:\"EuvA3tVpX\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-wpOHL { background: white; }`,\".framer-wpOHL.framer-ppov47, .framer-wpOHL .framer-ppov47 { display: block; }\",\".framer-wpOHL.framer-1yym4x7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-wpOHL .framer-19zqmik-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-wpOHL .framer-okouz9 { align-content: center; align-items: center; background-color: #8f8f8f; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-wpOHL .framer-12xss5w-container { flex: none; height: 100vh; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-wpOHL .framer-10mw0c4 { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100vh; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-o1e1k0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-bj4i8, .framer-wpOHL .framer-atk2hq, .framer-wpOHL .framer-648kfh, .framer-wpOHL .framer-1ap3frt, .framer-wpOHL .framer-wt40g2, .framer-wpOHL .framer-suu169, .framer-wpOHL .framer-1h2u2uf, .framer-wpOHL .framer-yj5cfi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1mh7unk, .framer-wpOHL .framer-78flu7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1age4p8 { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 577px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1t4tp3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-ay0ymu-container, .framer-wpOHL .framer-jfb55i-container, .framer-wpOHL .framer-nfiimd-container, .framer-wpOHL .framer-22e29v-container, .framer-wpOHL .framer-1v5ur1r-container, .framer-wpOHL .framer-yevhjy-container, .framer-wpOHL .framer-1e4hdrz-container, .framer-wpOHL .framer-rcj8g3-container, .framer-wpOHL .framer-hfm7j0-container, .framer-wpOHL .framer-1if7pzl-container, .framer-wpOHL .framer-thf2tj-container, .framer-wpOHL .framer-pqh1qb-container, .framer-wpOHL .framer-1aw3rf5-container, .framer-wpOHL .framer-1sfouez-container, .framer-wpOHL .framer-1dbioj5-container, .framer-wpOHL .framer-1k0pp8v-container, .framer-wpOHL .framer-bx69e0-container, .framer-wpOHL .framer-ercmqy-container, .framer-wpOHL .framer-1gf1pfl-container, .framer-wpOHL .framer-1iruwbx-container, .framer-wpOHL .framer-13lg92x-container, .framer-wpOHL .framer-o2ayxd-container, .framer-wpOHL .framer-1jgn2dm-container, .framer-wpOHL .framer-zlgorh-container, .framer-wpOHL .framer-vsiylz-container, .framer-wpOHL .framer-v8zzxu-container, .framer-wpOHL .framer-hsquh6-container, .framer-wpOHL .framer-1beqf6k-container, .framer-wpOHL .framer-11qbu8o-container, .framer-wpOHL .framer-3nox6z-container, .framer-wpOHL .framer-ndhljn-container, .framer-wpOHL .framer-dlhszr-container, .framer-wpOHL .framer-8tlski-container, .framer-wpOHL .framer-1a4sm8z-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wpOHL .framer-kbiesm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; z-index: 1; }\",\".framer-wpOHL .framer-11lqc1m { flex: none; height: 14px; overflow: visible; position: relative; width: 14px; }\",\".framer-wpOHL .framer-1yn6tuo { bottom: 2px; flex: none; left: 1px; position: absolute; right: 3px; top: 0px; }\",\".framer-wpOHL .framer-c06fkl, .framer-wpOHL .framer-1uoy2e7, .framer-wpOHL .framer-tvbocy, .framer-wpOHL .framer-y1adbn, .framer-wpOHL .framer-1wmg26k, .framer-wpOHL .framer-hs6di5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wpOHL .framer-zn1uph { align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 64px 96px 24px 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1npdo1g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1008px; }\",\".framer-wpOHL .framer-1g0dxao { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1008px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1vk3yu7-container { flex: none; height: 64px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-vgzr6u, .framer-wpOHL .framer-mu4b74, .framer-wpOHL .framer-5a7v9, .framer-wpOHL .framer-1sxco2s { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-afb3cf { aspect-ratio: 3.871672171133536 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 105px; }\",\".framer-wpOHL .framer-1kei8es { aspect-ratio: 3.732152020489728 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 101px; }\",\".framer-wpOHL .framer-uveurk { aspect-ratio: 3.595878035933883 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 97px; }\",\".framer-wpOHL .framer-1mwrfsa { aspect-ratio: 4.524232935022424 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 122px; }\",\".framer-wpOHL .framer-iesx8t { aspect-ratio: 5.757744683159722 / 1; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 155px; }\",\".framer-wpOHL .framer-147gvlw { aspect-ratio: 3.375 / 1; height: var(--framer-aspect-ratio-supported, 34px); overflow: visible; position: relative; width: 115px; }\",\".framer-wpOHL .framer-cl53ec { aspect-ratio: 1.878787878787879 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 60px; }\",\".framer-wpOHL .framer-geqco7 { aspect-ratio: 2.675925925925926 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 86px; }\",\".framer-wpOHL .framer-9xik98 { aspect-ratio: 6.416666666666667 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 206px; }\",\".framer-wpOHL .framer-1hoqevr { aspect-ratio: 3.740740740740741 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 120px; }\",\".framer-wpOHL .framer-9upj72 { aspect-ratio: 4.231481481481482 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 136px; }\",\".framer-wpOHL .framer-r8h7c3 { aspect-ratio: 5.148148148148148 / 1; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 165px; }\",\".framer-wpOHL .framer-wqe6to { align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 64px 96px 96px 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1pg780v { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-19fuq2a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 574px; }\",\".framer-wpOHL .framer-1cl7k3s, .framer-wpOHL .framer-x7cyp5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 574px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-hnkue1-container { flex: none; height: auto; position: relative; width: 1008px; }\",\".framer-wpOHL .framer-enu2pa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-10tmw8a, .framer-wpOHL .framer-1wai1m, .framer-wpOHL .framer-gsphsc { --border-bottom-width: 1px; --border-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); --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: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 1px 2px 0px rgba(10, 12, 18, 0.05), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1t89bmn, .framer-wpOHL .framer-wyf47v, .framer-wpOHL .framer-489zj0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-113m11i, .framer-wpOHL .framer-eq5bmw, .framer-wpOHL .framer-hzprg1 { align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); 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-wpOHL .framer-jk4bmh, .framer-wpOHL .framer-fziqme, .framer-wpOHL .framer-1w8qh6n { flex: none; height: 310px; overflow: hidden; position: relative; width: 310px; }\",\".framer-wpOHL .framer-113han4, .framer-wpOHL .framer-1vrsrsu, .framer-wpOHL .framer-zanizr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1fg6l9r, .framer-wpOHL .framer-9wgxj7, .framer-wpOHL .framer-1yiivgx, .framer-wpOHL .framer-126wgcv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1xe6dqn, .framer-wpOHL .framer-1uqe303, .framer-wpOHL .framer-3613qh, .framer-wpOHL .framer-d7v5ei, .framer-wpOHL .framer-1rj2icj, .framer-wpOHL .framer-1jiew41 { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1swnzan-container, .framer-wpOHL .framer-1teq09p-container, .framer-wpOHL .framer-oqoajy-container, .framer-wpOHL .framer-b3wyvt-container, .framer-wpOHL .framer-1vxnqdb-container, .framer-wpOHL .framer-jzrh59-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-wpOHL .framer-wufv5q { --border-bottom-width: 1px; --border-color: #e9e9eb; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1v8ewu5, .framer-wpOHL .framer-1qf2has { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-b2e7dt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1ykemhv { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 470px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-5e0h3s { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 570px; }\",\".framer-wpOHL .framer-1y1wml8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1vyv6uk, .framer-wpOHL .framer-1rk3xu, .framer-wpOHL .framer-y3hr6u { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1xqr5kr, .framer-wpOHL .framer-1wtpd9, .framer-wpOHL .framer-14b924z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1pisz1x, .framer-wpOHL .framer-100v103, .framer-wpOHL .framer-51pdox { --border-bottom-width: 0.8888888955116272px; --border-color: #ebebeb; --border-left-width: 0.8888888955116272px; --border-right-width: 0.8888888955116272px; --border-style: solid; --border-top-width: 0.8888888955116272px; align-content: center; align-items: center; border-bottom-left-radius: 8888px; border-bottom-right-radius: 8888px; border-top-left-radius: 8888px; border-top-right-radius: 8888px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 7.111111164093018px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1izti7c, .framer-wpOHL .framer-1a41l62, .framer-wpOHL .framer-xjiugg { --border-bottom-width: 0.8888888955116272px; --border-color: #ebebeb; --border-left-width: 0.8888888955116272px; --border-right-width: 0.8888888955116272px; --border-style: solid; --border-top-width: 0.8888888955116272px; align-content: center; align-items: center; border-bottom-left-radius: 8888px; border-bottom-right-radius: 8888px; border-top-left-radius: 8888px; border-top-right-radius: 8888px; box-shadow: inset 0px -0.8888888955116272px 0.8888888955116272px 0px rgba(0, 0, 0, 0.1), inset 0px 0.8888888955116272px 0.8888888955116272px 0px rgba(255, 255, 255, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14.222222328186035px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-10iyn81, .framer-wpOHL .framer-mjl43w, .framer-wpOHL .framer-tbp6uv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); overflow: hidden; position: relative; width: 21px; }\",\".framer-wpOHL .framer-z3qskd { bottom: 4px; flex: none; left: 2px; position: absolute; right: 4px; top: 2px; }\",\".framer-wpOHL .framer-i8ty5p, .framer-wpOHL .framer-eot7zs, .framer-wpOHL .framer-474i6h { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1gchqy, .framer-wpOHL .framer-vabzty, .framer-wpOHL .framer-kwaht4 { --framer-paragraph-spacing: 18px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 336px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-16xx6gq, .framer-wpOHL .framer-1l9mdws { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 336px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-zz0g7g { bottom: 0px; flex: none; height: 313px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 1; }\",\".framer-wpOHL .framer-193xf8p, .framer-wpOHL .framer-10k035i { flex: none; height: 502px; position: relative; width: 3px; }\",\".framer-wpOHL .framer-1n5wjh8, .framer-wpOHL .framer-1mluroc { bottom: 3px; flex: none; left: 1px; position: absolute; right: 3px; top: 1px; }\",\".framer-wpOHL .framer-tovkqv { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 266px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-xlkjll { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 109px; height: min-content; justify-content: flex-start; overflow: visible; padding: 128px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-59cedg { flex: none; height: 1042px; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 224px; z-index: 1; }\",\".framer-wpOHL .framer-wpzyi5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 114px; }\",\".framer-wpOHL .framer-dbe84, .framer-wpOHL .framer-obciic, .framer-wpOHL .framer-74ibro { --border-bottom-width: 0.5555555820465088px; --border-color: #ebebeb; --border-left-width: 0.5555555820465088px; --border-right-width: 0.5555555820465088px; --border-style: solid; --border-top-width: 0.5555555820465088px; align-content: center; align-items: center; border-bottom-left-radius: 5555px; border-bottom-right-radius: 5555px; border-top-left-radius: 5555px; border-top-right-radius: 5555px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4.44444465637207px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1c3lhh3, .framer-wpOHL .framer-8bahij, .framer-wpOHL .framer-ytow2r { --border-bottom-width: 0.5555555820465088px; --border-color: #ebebeb; --border-left-width: 0.5555555820465088px; --border-right-width: 0.5555555820465088px; --border-style: solid; --border-top-width: 0.5555555820465088px; align-content: center; align-items: center; border-bottom-left-radius: 5555px; border-bottom-right-radius: 5555px; border-top-left-radius: 5555px; border-top-right-radius: 5555px; box-shadow: inset 0px -0.5555555820465088px 0.5555555820465088px 0px rgba(0, 0, 0, 0.1), inset 0px 0.5555555820465088px 0.5555555820465088px 0px rgba(255, 255, 255, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8.88888931274414px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-mzc8dr, .framer-wpOHL .framer-15py5jf, .framer-wpOHL .framer-7fx8hb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); overflow: hidden; position: relative; width: 13px; }\",\".framer-wpOHL .framer-1f2v1lo { bottom: 0px; flex: none; height: 13px; position: absolute; right: 0px; width: 13px; }\",\".framer-wpOHL .framer-h7dfzw { 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-wpOHL .framer-180uxo4 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 114px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1pg80i { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 114px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-ygb3m6, .framer-wpOHL .framer-1k0is2l { flex: none; height: 3px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1uuryv6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 174px; }\",\".framer-wpOHL .framer-j5mqrh, .framer-wpOHL .framer-1qpy21n { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-wpOHL .framer-asd9ay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-126gr3u { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 174px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-rsrvym { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 174px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1g46j7l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 157px; }\",\".framer-wpOHL .framer-xvmhn2, .framer-wpOHL .framer-zqgjfl, .framer-wpOHL .framer-w7os9u, .framer-wpOHL .framer-p6wzev, .framer-wpOHL .framer-3nf3gr, .framer-wpOHL .framer-1qd9dle, .framer-wpOHL .framer-n2snvb, .framer-wpOHL .framer-15o0uh8, .framer-wpOHL .framer-7kjd3a, .framer-wpOHL .framer-1xfze10 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-3muw5i { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 157px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-stblp5 { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 157px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-6uk6mu, .framer-wpOHL .framer-137u4kj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1wsioe1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 570px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-77fthg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-ptv99d { aspect-ratio: 3.013836395394881 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 120px; }\",\".framer-wpOHL .framer-17na85u { aspect-ratio: 2.330147994192023 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 57px); position: relative; width: 133px; }\",\".framer-wpOHL .framer-v8l5eb { aspect-ratio: 4.030233780717705 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 143px; }\",\".framer-wpOHL .framer-1y2fiwq { align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-pmr72q, .framer-wpOHL .framer-y5tft7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1gb78yx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 510px; }\",\".framer-wpOHL .framer-lsvg4e { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 392px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-15omatb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 510px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1phhg89-container { flex: none; height: 513px; position: relative; width: 646px; }\",\".framer-wpOHL .framer-189x2mo { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: 781px; }\",\".framer-wpOHL .framer-tvq5y4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1nthl7p-container, .framer-wpOHL .framer-1kj75gn-container { aspect-ratio: 1.8004807692307692 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 111px); position: relative; width: 100%; }\",\".framer-wpOHL .framer-irtq7d, .framer-wpOHL .framer-8ddwg5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1t08mnz, .framer-wpOHL .framer-kzsatm, .framer-wpOHL .framer-1bl4qwm, .framer-wpOHL .framer-v8vlp7 { 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: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1k884uh, .framer-wpOHL .framer-1jw0k36, .framer-wpOHL .framer-1ag1bus { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-3nznau, .framer-wpOHL .framer-19t79n2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-18hdcgy, .framer-wpOHL .framer-fc0r9d, .framer-wpOHL .framer-n07asj, .framer-wpOHL .framer-1w5bi2o, .framer-wpOHL .framer-144bx6l, .framer-wpOHL .framer-636tt0, .framer-wpOHL .framer-e33ncg, .framer-wpOHL .framer-1wkvqtf, .framer-wpOHL .framer-11alzsi, .framer-wpOHL .framer-7xj28h, .framer-wpOHL .framer-1mc5i8j, .framer-wpOHL .framer-bnrh1g, .framer-wpOHL .framer-zqsu2j, .framer-wpOHL .framer-18yn7oi, .framer-wpOHL .framer-1uid2zi, .framer-wpOHL .framer-1ll83mv, .framer-wpOHL .framer-1rthzq, .framer-wpOHL .framer-eyvd2, .framer-wpOHL .framer-m81rei, .framer-wpOHL .framer-1deyi99 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 171px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-rhlmrz, .framer-wpOHL .framer-195cyai, .framer-wpOHL .framer-jivnhs { aspect-ratio: 6.333332768192998 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 171px; }\",\".framer-wpOHL .framer-1ndopg8, .framer-wpOHL .framer-6ezaky { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: 781px; }\",\".framer-wpOHL .framer-16bhlzc { aspect-ratio: 1.8004807692307692 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12.291165351867676px 18.436748504638672px 0px rgba(0, 0, 0, 0.08), 0px 6.145582675933838px 12.291165351867676px 0px rgba(0, 0, 0, 0.03999999910593033); flex: none; height: var(--framer-aspect-ratio-supported, 416px); position: relative; width: 100%; }\",\".framer-wpOHL .framer-8m4wbd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-11whmpi, .framer-wpOHL .framer-1pky5hd, .framer-wpOHL .framer-mwx3tc, .framer-wpOHL .framer-1v7iio4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-ukwt57, .framer-wpOHL .framer-1pk9kia { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 171px; }\",\".framer-wpOHL .framer-14f2w6v, .framer-wpOHL .framer-r8q55n, .framer-wpOHL .framer-8qc2gu, .framer-wpOHL .framer-8a8m8u, .framer-wpOHL .framer-3ci3hf, .framer-wpOHL .framer-1xj31wp { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-lqsuun, .framer-wpOHL .framer-i5pc2i, .framer-wpOHL .framer-14juscm { aspect-ratio: 3.7331130416304976 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 101px; }\",\".framer-wpOHL .framer-6u9rri, .framer-wpOHL .framer-d2d6k7 { aspect-ratio: 1.801223241590214 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12.291165351867676px 18.436748504638672px 0px rgba(0, 0, 0, 0.08), 0px 6.145582675933838px 12.291165351867676px 0px rgba(0, 0, 0, 0.03999999910593033); flex: none; height: var(--framer-aspect-ratio-supported, 111px); position: relative; width: 100%; }\",\".framer-wpOHL .framer-pbspta { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-mqj1at { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1u4zp44, .framer-wpOHL .framer-1mudc5u, .framer-wpOHL .framer-h011qw { aspect-ratio: 5.145241066261574 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); mix-blend-mode: difference; position: relative; width: 139px; }\",\".framer-wpOHL .framer-y962aq-container { flex: none; height: 610px; position: relative; width: 768px; }\",\".framer-wpOHL .framer-180d93w { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: 752px; }\",\".framer-wpOHL .framer-16gflv5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 522px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1ffkdic-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-12qj36c, .framer-wpOHL .framer-14tt4h4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 720px; }\",\".framer-wpOHL .framer-9wb0yh { --framer-paragraph-spacing: 20px; flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1u3tn4r { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-lhppwr { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: 768px; }\",\".framer-wpOHL .framer-zjdbz9, .framer-wpOHL .framer-1gprkk0 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12.291165351867676px 18.436748504638672px 0px rgba(0, 0, 0, 0.08), 0px 6.145582675933838px 12.291165351867676px 0px rgba(0, 0, 0, 0.03999999910593033); flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-7s4700 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 720px; }\",\".framer-wpOHL .framer-1cg9cxb { --framer-paragraph-spacing: 20px; flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 427px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-e4chlb, .framer-wpOHL .framer-7jvjbb { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 171px; }\",\".framer-wpOHL .framer-1gmv2s3 { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1wd4em8, .framer-wpOHL .framer-rdjfrl, .framer-wpOHL .framer-1emkn4s, .framer-wpOHL .framer-117xrmq, .framer-wpOHL .framer-189ztbs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1sc9la3 { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 427px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-22hcrk-container { flex: none; height: 499px; position: relative; width: 349px; }\",\".framer-wpOHL .framer-1j5vss3, .framer-wpOHL .framer-mdk8m5 { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 320px; }\",\".framer-wpOHL .framer-1lbo13d, .framer-wpOHL .framer-ji1fnv, .framer-wpOHL .framer-15ui2bp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1ds5sxj, .framer-wpOHL .framer-1c0i2qo, .framer-wpOHL .framer-fj2bfd { --framer-paragraph-spacing: 20px; flex: none; height: 66px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-141wczw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1jge2u8 { aspect-ratio: 1.8004807692307692 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 12.291165351867676px 18.436748504638672px 0px rgba(0, 0, 0, 0.08), 0px 6.145582675933838px 12.291165351867676px 0px rgba(0, 0, 0, 0.03999999910593033); flex: none; height: var(--framer-aspect-ratio-supported, 111px); position: relative; width: 100%; }\",\".framer-wpOHL .framer-1qmgpo9, .framer-wpOHL .framer-1auwq60 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 171px; }\",\".framer-wpOHL .framer-1i9xmw2 { --border-bottom-width: 1px; --border-color: #e9e9eb; --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; box-shadow: 0px 2px 2px -1px rgba(10, 12, 18, 0.04), 0px 4px 6px -2px rgba(10, 12, 18, 0.029999999329447746), 0px 12px 16px -4px rgba(10, 12, 18, 0.07999999821186066); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 320px; }\",\".framer-wpOHL .framer-hulvq5 { --border-bottom-width: 1px; --border-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 48px 96px 64px 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-fkkptw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-4fm9gv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-df6rhj-container, .framer-wpOHL .framer-ibrje8-container, .framer-wpOHL .framer-qczla9-container, .framer-wpOHL .framer-vnqvyw-container, .framer-wpOHL .framer-deguzy-container { flex: 1 0 0px; height: 200px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1fdffpg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 200px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1g1rjza { align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 96px 96px 80px 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-3zcnp2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1qt52cb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-2v6lbu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 479px; }\",\".framer-wpOHL .framer-1qto1si { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-fb6t0r { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 357px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-tv1anc { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 479px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-10xsggk-container { flex: none; height: auto; max-width: 1008px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-6lez59, .framer-wpOHL .framer-28kfj1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1tbd4vu, .framer-wpOHL .framer-1cb3jn5, .framer-wpOHL .framer-1ichoa8, .framer-wpOHL .framer-mckq5p, .framer-wpOHL .framer-w2kgu8, .framer-wpOHL .framer-1gp553p { --border-bottom-width: 1px; --border-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 2px 0px rgba(10, 12, 18, 0.05), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wpOHL .framer-1m1tb6b, .framer-wpOHL .framer-ss6arj, .framer-wpOHL .framer-tw9wxj, .framer-wpOHL .framer-1xviqds, .framer-wpOHL .framer-1hj2uo, .framer-wpOHL .framer-i1bnu8, .framer-wpOHL .framer-f6jzzx, .framer-wpOHL .framer-o60gir, .framer-wpOHL .framer-17rmwui, .framer-wpOHL .framer-6k0rhx, .framer-wpOHL .framer-1vo0vvt, .framer-wpOHL .framer-kzkbim { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wpOHL .framer-17ltvpe, .framer-wpOHL .framer-2acavb, .framer-wpOHL .framer-1rh82q, .framer-wpOHL .framer-p3izaq, .framer-wpOHL .framer-4560c7, .framer-wpOHL .framer-ijlyhf { aspect-ratio: 1.8111111111111111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 110px); overflow: hidden; position: relative; width: 100%; }\",\".framer-wpOHL .framer-x5g0kf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 248px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-pyi0j4 { --border-bottom-width: 1px; --border-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 2px 0px rgba(10, 12, 18, 0.05), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 49%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wpOHL .framer-en9vip, .framer-wpOHL .framer-1ilne8y, .framer-wpOHL .framer-figrtw, .framer-wpOHL .framer-oyop16, .framer-wpOHL .framer-m2sdjy, .framer-wpOHL .framer-1ds7r8f { aspect-ratio: 1.8277777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 109px); overflow: hidden; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1fcft5p, .framer-wpOHL .framer-1q81xe1, .framer-wpOHL .framer-1kmwoce, .framer-wpOHL .framer-hfksbw, .framer-wpOHL .framer-bm9ixw { --border-bottom-width: 1px; --border-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 2px 0px rgba(10, 12, 18, 0.05), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05000000074505806), inset 0px 0px 0px 1px rgba(10, 12, 18, 0.18000000715255737); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 49%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wpOHL .framer-qp2jm2, .framer-wpOHL .framer-zzkz8x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-mdc2z9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1008px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1ey7i7x { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 444px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1n4lhu5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-117to07 { flex: none; height: 152px; overflow: visible; position: relative; width: 152px; }\",\".framer-wpOHL .framer-zp8coo, .framer-wpOHL .framer-1bq29m7, .framer-wpOHL .framer-1rn0cb6 { flex: none; height: 152px; position: relative; width: 152px; }\",\".framer-wpOHL .framer-7cxg3v { align-content: center; align-items: center; background-color: var(--token-1eac33a2-9be7-4b77-bc78-cd9b91eda151, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 96px 96px 128px 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1p0mzgg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 614px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-2l32ci { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 502px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1reb215, .framer-wpOHL .framer-18c8y83 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1uyvz4l { 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: visible; padding: 0px 32px 0px 64px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1nyw08d, .framer-wpOHL .framer-ew2486, .framer-wpOHL .framer-uyuxr5 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-2awhyy, .framer-wpOHL .framer-17k572, .framer-wpOHL .framer-ja4ncz { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 70px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1u2mi7r, .framer-wpOHL .framer-1fz8mpa, .framer-wpOHL .framer-1tazxpr { --framer-paragraph-spacing: 0px; flex: none; height: 100%; position: relative; white-space: pre; width: auto; }\",\".framer-wpOHL .framer-13fbwyn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 149px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1w65eur, .framer-wpOHL .framer-6r20q0 { background-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); flex: none; height: 1px; overflow: hidden; position: relative; width: 60%; }\",\".framer-wpOHL .framer-urho0h, .framer-wpOHL .framer-c36zan { background-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); flex: none; height: 94px; overflow: hidden; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1k3ijj { 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: visible; padding: 0px 32px 0px 32px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-28ezmc { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 213px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1ytj90u { 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: visible; padding: 0px 64px 0px 32px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1ecbl5o { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 144px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1w8yurx { --border-bottom-width: 0px; --border-color: var(--token-e549dbb0-3b56-4cf4-8961-af6179f542b7, #e9e9eb); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-2da78487-3ed6-4b69-b3d0-221b53f74751, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-wj0ms6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-199cjhz { align-content: center; align-items: center; 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-wpOHL .framer-967vyz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-c537f6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 64px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1wdx273 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1ublzj6-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1d0tifj-container { flex: 1 0 0px; height: 42px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-1punzk1-container { flex: 1 0 0px; height: 50px; position: relative; width: 1px; }\",\".framer-wpOHL .framer-179ut8u { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 355px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1wcm9nz-container { flex: none; height: auto; position: relative; width: 420px; }\",\".framer-wpOHL .framer-18k6v4n { align-content: center; align-items: center; background-color: var(--token-d87ebc33-af8d-4728-b734-78537e58fc5a, #337859); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 64px 96px 32px 96px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-qxorzw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-jrjoul { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1apcpim { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-pa5lji { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 273px; }\",\".framer-wpOHL .framer-q3a9r8 { flex: none; height: 32px; overflow: hidden; position: relative; width: 119px; }\",\".framer-wpOHL .framer-1o8x6z1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-wpOHL .framer-170aml9 { flex: none; height: 58px; position: relative; width: 146px; }\",\".framer-wpOHL .framer-y0hoxf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 273px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-148nq23 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-zlmjye, .framer-wpOHL .framer-14prthy { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 134px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-l1fe1z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1al0kmp { aspect-ratio: 1.8823529411764706 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 57px); position: relative; width: 107px; }\",\".framer-wpOHL .framer-ms5kq9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 71px); mix-blend-mode: screen; position: relative; width: 70px; }\",\".framer-wpOHL .framer-r4v2af { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1punswc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 87px; }\",\".framer-wpOHL .framer-k53tu2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 87px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1xr0svm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 101px; }\",\".framer-wpOHL .framer-5of4vg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 101px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-10l8roy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 123px; }\",\".framer-wpOHL .framer-1fgff4v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 123px; word-break: break-word; word-wrap: break-word; }\",\".framer-wpOHL .framer-1ut23wm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1rbj5qu { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-wpOHL .framer-1yjgw5z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-16xmt21 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-1b5aa2u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-wpOHL .framer-97g5bx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wpOHL.framer-1yym4x7, .framer-wpOHL .framer-okouz9, .framer-wpOHL .framer-10mw0c4, .framer-wpOHL .framer-o1e1k0, .framer-wpOHL .framer-bj4i8, .framer-wpOHL .framer-1t4tp3n, .framer-wpOHL .framer-kbiesm, .framer-wpOHL .framer-zn1uph, .framer-wpOHL .framer-1npdo1g, .framer-wpOHL .framer-vgzr6u, .framer-wpOHL .framer-mu4b74, .framer-wpOHL .framer-5a7v9, .framer-wpOHL .framer-1sxco2s, .framer-wpOHL .framer-wqe6to, .framer-wpOHL .framer-1pg780v, .framer-wpOHL .framer-19fuq2a, .framer-wpOHL .framer-enu2pa, .framer-wpOHL .framer-10tmw8a, .framer-wpOHL .framer-1t89bmn, .framer-wpOHL .framer-113m11i, .framer-wpOHL .framer-113han4, .framer-wpOHL .framer-1fg6l9r, .framer-wpOHL .framer-1wai1m, .framer-wpOHL .framer-wyf47v, .framer-wpOHL .framer-eq5bmw, .framer-wpOHL .framer-1vrsrsu, .framer-wpOHL .framer-9wgxj7, .framer-wpOHL .framer-gsphsc, .framer-wpOHL .framer-489zj0, .framer-wpOHL .framer-hzprg1, .framer-wpOHL .framer-zanizr, .framer-wpOHL .framer-1yiivgx, .framer-wpOHL .framer-wufv5q, .framer-wpOHL .framer-1v8ewu5, .framer-wpOHL .framer-b2e7dt, .framer-wpOHL .framer-1y1wml8, .framer-wpOHL .framer-1vyv6uk, .framer-wpOHL .framer-1xqr5kr, .framer-wpOHL .framer-1pisz1x, .framer-wpOHL .framer-1izti7c, .framer-wpOHL .framer-i8ty5p, .framer-wpOHL .framer-1rk3xu, .framer-wpOHL .framer-1wtpd9, .framer-wpOHL .framer-100v103, .framer-wpOHL .framer-1a41l62, .framer-wpOHL .framer-eot7zs, .framer-wpOHL .framer-y3hr6u, .framer-wpOHL .framer-14b924z, .framer-wpOHL .framer-51pdox, .framer-wpOHL .framer-xjiugg, .framer-wpOHL .framer-474i6h, .framer-wpOHL .framer-xlkjll, .framer-wpOHL .framer-wpzyi5, .framer-wpOHL .framer-dbe84, .framer-wpOHL .framer-1c3lhh3, .framer-wpOHL .framer-h7dfzw, .framer-wpOHL .framer-1uuryv6, .framer-wpOHL .framer-obciic, .framer-wpOHL .framer-8bahij, .framer-wpOHL .framer-asd9ay, .framer-wpOHL .framer-1g46j7l, .framer-wpOHL .framer-74ibro, .framer-wpOHL .framer-ytow2r, .framer-wpOHL .framer-xvmhn2, .framer-wpOHL .framer-6uk6mu, .framer-wpOHL .framer-77fthg, .framer-wpOHL .framer-1y2fiwq, .framer-wpOHL .framer-pmr72q, .framer-wpOHL .framer-1gb78yx, .framer-wpOHL .framer-189x2mo, .framer-wpOHL .framer-tvq5y4, .framer-wpOHL .framer-atk2hq, .framer-wpOHL .framer-irtq7d, .framer-wpOHL .framer-1t08mnz, .framer-wpOHL .framer-3nznau, .framer-wpOHL .framer-zqgjfl, .framer-wpOHL .framer-1ndopg8, .framer-wpOHL .framer-648kfh, .framer-wpOHL .framer-8ddwg5, .framer-wpOHL .framer-8m4wbd, .framer-wpOHL .framer-11whmpi, .framer-wpOHL .framer-ukwt57, .framer-wpOHL .framer-w7os9u, .framer-wpOHL .framer-14f2w6v, .framer-wpOHL .framer-6ezaky, .framer-wpOHL .framer-1ap3frt, .framer-wpOHL .framer-pbspta, .framer-wpOHL .framer-mqj1at, .framer-wpOHL .framer-1pky5hd, .framer-wpOHL .framer-1pk9kia, .framer-wpOHL .framer-p6wzev, .framer-wpOHL .framer-r8q55n, .framer-wpOHL .framer-180d93w, .framer-wpOHL .framer-16gflv5, .framer-wpOHL .framer-12qj36c, .framer-wpOHL .framer-kzsatm, .framer-wpOHL .framer-3nf3gr, .framer-wpOHL .framer-lhppwr, .framer-wpOHL .framer-wt40g2, .framer-wpOHL .framer-1bl4qwm, .framer-wpOHL .framer-mwx3tc, .framer-wpOHL .framer-1qd9dle, .framer-wpOHL .framer-8qc2gu, .framer-wpOHL .framer-1gmv2s3, .framer-wpOHL .framer-1wd4em8, .framer-wpOHL .framer-14tt4h4, .framer-wpOHL .framer-v8vlp7, .framer-wpOHL .framer-1v7iio4, .framer-wpOHL .framer-n2snvb, .framer-wpOHL .framer-8a8m8u, .framer-wpOHL .framer-1j5vss3, .framer-wpOHL .framer-suu169, .framer-wpOHL .framer-1lbo13d, .framer-wpOHL .framer-141wczw, .framer-wpOHL .framer-15o0uh8, .framer-wpOHL .framer-mdk8m5, .framer-wpOHL .framer-1h2u2uf, .framer-wpOHL .framer-ji1fnv, .framer-wpOHL .framer-1qmgpo9, .framer-wpOHL .framer-7kjd3a, .framer-wpOHL .framer-3ci3hf, .framer-wpOHL .framer-1i9xmw2, .framer-wpOHL .framer-yj5cfi, .framer-wpOHL .framer-15ui2bp, .framer-wpOHL .framer-1auwq60, .framer-wpOHL .framer-1xfze10, .framer-wpOHL .framer-1xj31wp, .framer-wpOHL .framer-hulvq5, .framer-wpOHL .framer-fkkptw, .framer-wpOHL .framer-126wgcv, .framer-wpOHL .framer-4fm9gv, .framer-wpOHL .framer-1fdffpg, .framer-wpOHL .framer-1g1rjza, .framer-wpOHL .framer-3zcnp2, .framer-wpOHL .framer-1qt52cb, .framer-wpOHL .framer-2v6lbu, .framer-wpOHL .framer-1qto1si, .framer-wpOHL .framer-6lez59, .framer-wpOHL .framer-1tbd4vu, .framer-wpOHL .framer-1cb3jn5, .framer-wpOHL .framer-1ichoa8, .framer-wpOHL .framer-mckq5p, .framer-wpOHL .framer-w2kgu8, .framer-wpOHL .framer-1gp553p, .framer-wpOHL .framer-28kfj1, .framer-wpOHL .framer-x5g0kf, .framer-wpOHL .framer-pyi0j4, .framer-wpOHL .framer-1fcft5p, .framer-wpOHL .framer-qp2jm2, .framer-wpOHL .framer-1q81xe1, .framer-wpOHL .framer-1kmwoce, .framer-wpOHL .framer-zzkz8x, .framer-wpOHL .framer-hfksbw, .framer-wpOHL .framer-bm9ixw, .framer-wpOHL .framer-19t79n2, .framer-wpOHL .framer-1n4lhu5, .framer-wpOHL .framer-7cxg3v, .framer-wpOHL .framer-y5tft7, .framer-wpOHL .framer-137u4kj, .framer-wpOHL .framer-1uyvz4l, .framer-wpOHL .framer-1nyw08d, .framer-wpOHL .framer-2awhyy, .framer-wpOHL .framer-1k3ijj, .framer-wpOHL .framer-ew2486, .framer-wpOHL .framer-17k572, .framer-wpOHL .framer-1ytj90u, .framer-wpOHL .framer-uyuxr5, .framer-wpOHL .framer-ja4ncz, .framer-wpOHL .framer-1w8yurx, .framer-wpOHL .framer-1qf2has, .framer-wpOHL .framer-wj0ms6, .framer-wpOHL .framer-199cjhz, .framer-wpOHL .framer-967vyz, .framer-wpOHL .framer-c537f6, .framer-wpOHL .framer-18k6v4n, .framer-wpOHL .framer-jrjoul, .framer-wpOHL .framer-1apcpim, .framer-wpOHL .framer-pa5lji, .framer-wpOHL .framer-rdjfrl, .framer-wpOHL .framer-1o8x6z1, .framer-wpOHL .framer-148nq23, .framer-wpOHL .framer-l1fe1z, .framer-wpOHL .framer-r4v2af, .framer-wpOHL .framer-1punswc, .framer-wpOHL .framer-1emkn4s, .framer-wpOHL .framer-1xr0svm, .framer-wpOHL .framer-117xrmq, .framer-wpOHL .framer-10l8roy, .framer-wpOHL .framer-189ztbs, .framer-wpOHL .framer-1ut23wm, .framer-wpOHL .framer-1yjgw5z, .framer-wpOHL .framer-16xmt21, .framer-wpOHL .framer-1b5aa2u, .framer-wpOHL .framer-97g5bx { gap: 0px; } .framer-wpOHL.framer-1yym4x7 > *, .framer-wpOHL .framer-i8ty5p > *, .framer-wpOHL .framer-eot7zs > *, .framer-wpOHL .framer-474i6h > *, .framer-wpOHL .framer-h7dfzw > *, .framer-wpOHL .framer-asd9ay > *, .framer-wpOHL .framer-xvmhn2 > *, .framer-wpOHL .framer-zqgjfl > *, .framer-wpOHL .framer-w7os9u > *, .framer-wpOHL .framer-p6wzev > *, .framer-wpOHL .framer-3nf3gr > *, .framer-wpOHL .framer-1qd9dle > *, .framer-wpOHL .framer-n2snvb > *, .framer-wpOHL .framer-15o0uh8 > *, .framer-wpOHL .framer-7kjd3a > *, .framer-wpOHL .framer-1xfze10 > *, .framer-wpOHL .framer-1uyvz4l > *, .framer-wpOHL .framer-1k3ijj > *, .framer-wpOHL .framer-1ytj90u > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wpOHL.framer-1yym4x7 > :first-child, .framer-wpOHL .framer-okouz9 > :first-child, .framer-wpOHL .framer-10mw0c4 > :first-child, .framer-wpOHL .framer-o1e1k0 > :first-child, .framer-wpOHL .framer-bj4i8 > :first-child, .framer-wpOHL .framer-1npdo1g > :first-child, .framer-wpOHL .framer-vgzr6u > :first-child, .framer-wpOHL .framer-mu4b74 > :first-child, .framer-wpOHL .framer-5a7v9 > :first-child, .framer-wpOHL .framer-1sxco2s > :first-child, .framer-wpOHL .framer-1pg780v > :first-child, .framer-wpOHL .framer-19fuq2a > :first-child, .framer-wpOHL .framer-enu2pa > :first-child, .framer-wpOHL .framer-10tmw8a > :first-child, .framer-wpOHL .framer-113m11i > :first-child, .framer-wpOHL .framer-113han4 > :first-child, .framer-wpOHL .framer-1fg6l9r > :first-child, .framer-wpOHL .framer-1wai1m > :first-child, .framer-wpOHL .framer-eq5bmw > :first-child, .framer-wpOHL .framer-1vrsrsu > :first-child, .framer-wpOHL .framer-9wgxj7 > :first-child, .framer-wpOHL .framer-gsphsc > :first-child, .framer-wpOHL .framer-hzprg1 > :first-child, .framer-wpOHL .framer-zanizr > :first-child, .framer-wpOHL .framer-1yiivgx > :first-child, .framer-wpOHL .framer-wufv5q > :first-child, .framer-wpOHL .framer-1v8ewu5 > :first-child, .framer-wpOHL .framer-b2e7dt > :first-child, .framer-wpOHL .framer-1vyv6uk > :first-child, .framer-wpOHL .framer-i8ty5p > :first-child, .framer-wpOHL .framer-1rk3xu > :first-child, .framer-wpOHL .framer-eot7zs > :first-child, .framer-wpOHL .framer-y3hr6u > :first-child, .framer-wpOHL .framer-474i6h > :first-child, .framer-wpOHL .framer-xlkjll > :first-child, .framer-wpOHL .framer-wpzyi5 > :first-child, .framer-wpOHL .framer-h7dfzw > :first-child, .framer-wpOHL .framer-1uuryv6 > :first-child, .framer-wpOHL .framer-asd9ay > :first-child, .framer-wpOHL .framer-1g46j7l > :first-child, .framer-wpOHL .framer-xvmhn2 > :first-child, .framer-wpOHL .framer-6uk6mu > :first-child, .framer-wpOHL .framer-1y2fiwq > :first-child, .framer-wpOHL .framer-pmr72q > :first-child, .framer-wpOHL .framer-1gb78yx > :first-child, .framer-wpOHL .framer-189x2mo > :first-child, .framer-wpOHL .framer-tvq5y4 > :first-child, .framer-wpOHL .framer-atk2hq > :first-child, .framer-wpOHL .framer-1t08mnz > :first-child, .framer-wpOHL .framer-3nznau > :first-child, .framer-wpOHL .framer-zqgjfl > :first-child, .framer-wpOHL .framer-1ndopg8 > :first-child, .framer-wpOHL .framer-648kfh > :first-child, .framer-wpOHL .framer-8m4wbd > :first-child, .framer-wpOHL .framer-ukwt57 > :first-child, .framer-wpOHL .framer-w7os9u > :first-child, .framer-wpOHL .framer-14f2w6v > :first-child, .framer-wpOHL .framer-6ezaky > :first-child, .framer-wpOHL .framer-1ap3frt > :first-child, .framer-wpOHL .framer-mqj1at > :first-child, .framer-wpOHL .framer-1pk9kia > :first-child, .framer-wpOHL .framer-p6wzev > :first-child, .framer-wpOHL .framer-r8q55n > :first-child, .framer-wpOHL .framer-180d93w > :first-child, .framer-wpOHL .framer-16gflv5 > :first-child, .framer-wpOHL .framer-kzsatm > :first-child, .framer-wpOHL .framer-3nf3gr > :first-child, .framer-wpOHL .framer-lhppwr > :first-child, .framer-wpOHL .framer-wt40g2 > :first-child, .framer-wpOHL .framer-1bl4qwm > :first-child, .framer-wpOHL .framer-1qd9dle > :first-child, .framer-wpOHL .framer-8qc2gu > :first-child, .framer-wpOHL .framer-1gmv2s3 > :first-child, .framer-wpOHL .framer-1wd4em8 > :first-child, .framer-wpOHL .framer-v8vlp7 > :first-child, .framer-wpOHL .framer-n2snvb > :first-child, .framer-wpOHL .framer-8a8m8u > :first-child, .framer-wpOHL .framer-1j5vss3 > :first-child, .framer-wpOHL .framer-suu169 > :first-child, .framer-wpOHL .framer-1lbo13d > :first-child, .framer-wpOHL .framer-141wczw > :first-child, .framer-wpOHL .framer-15o0uh8 > :first-child, .framer-wpOHL .framer-mdk8m5 > :first-child, .framer-wpOHL .framer-1h2u2uf > :first-child, .framer-wpOHL .framer-ji1fnv > :first-child, .framer-wpOHL .framer-1qmgpo9 > :first-child, .framer-wpOHL .framer-7kjd3a > :first-child, .framer-wpOHL .framer-3ci3hf > :first-child, .framer-wpOHL .framer-1i9xmw2 > :first-child, .framer-wpOHL .framer-yj5cfi > :first-child, .framer-wpOHL .framer-15ui2bp > :first-child, .framer-wpOHL .framer-1auwq60 > :first-child, .framer-wpOHL .framer-1xfze10 > :first-child, .framer-wpOHL .framer-1xj31wp > :first-child, .framer-wpOHL .framer-hulvq5 > :first-child, .framer-wpOHL .framer-fkkptw > :first-child, .framer-wpOHL .framer-126wgcv > :first-child, .framer-wpOHL .framer-1g1rjza > :first-child, .framer-wpOHL .framer-3zcnp2 > :first-child, .framer-wpOHL .framer-2v6lbu > :first-child, .framer-wpOHL .framer-1qto1si > :first-child, .framer-wpOHL .framer-6lez59 > :first-child, .framer-wpOHL .framer-1tbd4vu > :first-child, .framer-wpOHL .framer-1cb3jn5 > :first-child, .framer-wpOHL .framer-1ichoa8 > :first-child, .framer-wpOHL .framer-mckq5p > :first-child, .framer-wpOHL .framer-w2kgu8 > :first-child, .framer-wpOHL .framer-1gp553p > :first-child, .framer-wpOHL .framer-28kfj1 > :first-child, .framer-wpOHL .framer-1fcft5p > :first-child, .framer-wpOHL .framer-1q81xe1 > :first-child, .framer-wpOHL .framer-1kmwoce > :first-child, .framer-wpOHL .framer-hfksbw > :first-child, .framer-wpOHL .framer-bm9ixw > :first-child, .framer-wpOHL .framer-19t79n2 > :first-child, .framer-wpOHL .framer-7cxg3v > :first-child, .framer-wpOHL .framer-y5tft7 > :first-child, .framer-wpOHL .framer-137u4kj > :first-child, .framer-wpOHL .framer-1uyvz4l > :first-child, .framer-wpOHL .framer-1k3ijj > :first-child, .framer-wpOHL .framer-1ytj90u > :first-child, .framer-wpOHL .framer-1w8yurx > :first-child, .framer-wpOHL .framer-1qf2has > :first-child, .framer-wpOHL .framer-199cjhz > :first-child, .framer-wpOHL .framer-967vyz > :first-child, .framer-wpOHL .framer-18k6v4n > :first-child, .framer-wpOHL .framer-jrjoul > :first-child, .framer-wpOHL .framer-1apcpim > :first-child, .framer-wpOHL .framer-pa5lji > :first-child, .framer-wpOHL .framer-rdjfrl > :first-child, .framer-wpOHL .framer-148nq23 > :first-child, .framer-wpOHL .framer-1punswc > :first-child, .framer-wpOHL .framer-1emkn4s > :first-child, .framer-wpOHL .framer-1xr0svm > :first-child, .framer-wpOHL .framer-117xrmq > :first-child, .framer-wpOHL .framer-10l8roy > :first-child, .framer-wpOHL .framer-189ztbs > :first-child, .framer-wpOHL .framer-1ut23wm > :first-child { margin-top: 0px; } .framer-wpOHL.framer-1yym4x7 > :last-child, .framer-wpOHL .framer-okouz9 > :last-child, .framer-wpOHL .framer-10mw0c4 > :last-child, .framer-wpOHL .framer-o1e1k0 > :last-child, .framer-wpOHL .framer-bj4i8 > :last-child, .framer-wpOHL .framer-1npdo1g > :last-child, .framer-wpOHL .framer-vgzr6u > :last-child, .framer-wpOHL .framer-mu4b74 > :last-child, .framer-wpOHL .framer-5a7v9 > :last-child, .framer-wpOHL .framer-1sxco2s > :last-child, .framer-wpOHL .framer-1pg780v > :last-child, .framer-wpOHL .framer-19fuq2a > :last-child, .framer-wpOHL .framer-enu2pa > :last-child, .framer-wpOHL .framer-10tmw8a > :last-child, .framer-wpOHL .framer-113m11i > :last-child, .framer-wpOHL .framer-113han4 > :last-child, .framer-wpOHL .framer-1fg6l9r > :last-child, .framer-wpOHL .framer-1wai1m > :last-child, .framer-wpOHL .framer-eq5bmw > :last-child, .framer-wpOHL .framer-1vrsrsu > :last-child, .framer-wpOHL .framer-9wgxj7 > :last-child, .framer-wpOHL .framer-gsphsc > :last-child, .framer-wpOHL .framer-hzprg1 > :last-child, .framer-wpOHL .framer-zanizr > :last-child, .framer-wpOHL .framer-1yiivgx > :last-child, .framer-wpOHL .framer-wufv5q > :last-child, .framer-wpOHL .framer-1v8ewu5 > :last-child, .framer-wpOHL .framer-b2e7dt > :last-child, .framer-wpOHL .framer-1vyv6uk > :last-child, .framer-wpOHL .framer-i8ty5p > :last-child, .framer-wpOHL .framer-1rk3xu > :last-child, .framer-wpOHL .framer-eot7zs > :last-child, .framer-wpOHL .framer-y3hr6u > :last-child, .framer-wpOHL .framer-474i6h > :last-child, .framer-wpOHL .framer-xlkjll > :last-child, .framer-wpOHL .framer-wpzyi5 > :last-child, .framer-wpOHL .framer-h7dfzw > :last-child, .framer-wpOHL .framer-1uuryv6 > :last-child, .framer-wpOHL .framer-asd9ay > :last-child, .framer-wpOHL .framer-1g46j7l > :last-child, .framer-wpOHL .framer-xvmhn2 > :last-child, .framer-wpOHL .framer-6uk6mu > :last-child, .framer-wpOHL .framer-1y2fiwq > :last-child, .framer-wpOHL .framer-pmr72q > :last-child, .framer-wpOHL .framer-1gb78yx > :last-child, .framer-wpOHL .framer-189x2mo > :last-child, .framer-wpOHL .framer-tvq5y4 > :last-child, .framer-wpOHL .framer-atk2hq > :last-child, .framer-wpOHL .framer-1t08mnz > :last-child, .framer-wpOHL .framer-3nznau > :last-child, .framer-wpOHL .framer-zqgjfl > :last-child, .framer-wpOHL .framer-1ndopg8 > :last-child, .framer-wpOHL .framer-648kfh > :last-child, .framer-wpOHL .framer-8m4wbd > :last-child, .framer-wpOHL .framer-ukwt57 > :last-child, .framer-wpOHL .framer-w7os9u > :last-child, .framer-wpOHL .framer-14f2w6v > :last-child, .framer-wpOHL .framer-6ezaky > :last-child, .framer-wpOHL .framer-1ap3frt > :last-child, .framer-wpOHL .framer-mqj1at > :last-child, .framer-wpOHL .framer-1pk9kia > :last-child, .framer-wpOHL .framer-p6wzev > :last-child, .framer-wpOHL .framer-r8q55n > :last-child, .framer-wpOHL .framer-180d93w > :last-child, .framer-wpOHL .framer-16gflv5 > :last-child, .framer-wpOHL .framer-kzsatm > :last-child, .framer-wpOHL .framer-3nf3gr > :last-child, .framer-wpOHL .framer-lhppwr > :last-child, .framer-wpOHL .framer-wt40g2 > :last-child, .framer-wpOHL .framer-1bl4qwm > :last-child, .framer-wpOHL .framer-1qd9dle > :last-child, .framer-wpOHL .framer-8qc2gu > :last-child, .framer-wpOHL .framer-1gmv2s3 > :last-child, .framer-wpOHL .framer-1wd4em8 > :last-child, .framer-wpOHL .framer-v8vlp7 > :last-child, .framer-wpOHL .framer-n2snvb > :last-child, .framer-wpOHL .framer-8a8m8u > :last-child, .framer-wpOHL .framer-1j5vss3 > :last-child, .framer-wpOHL .framer-suu169 > :last-child, .framer-wpOHL .framer-1lbo13d > :last-child, .framer-wpOHL .framer-141wczw > :last-child, .framer-wpOHL .framer-15o0uh8 > :last-child, .framer-wpOHL .framer-mdk8m5 > :last-child, .framer-wpOHL .framer-1h2u2uf > :last-child, .framer-wpOHL .framer-ji1fnv > :last-child, .framer-wpOHL .framer-1qmgpo9 > :last-child, .framer-wpOHL .framer-7kjd3a > :last-child, .framer-wpOHL .framer-3ci3hf > :last-child, .framer-wpOHL .framer-1i9xmw2 > :last-child, .framer-wpOHL .framer-yj5cfi > :last-child, .framer-wpOHL .framer-15ui2bp > :last-child, .framer-wpOHL .framer-1auwq60 > :last-child, .framer-wpOHL .framer-1xfze10 > :last-child, .framer-wpOHL .framer-1xj31wp > :last-child, .framer-wpOHL .framer-hulvq5 > :last-child, .framer-wpOHL .framer-fkkptw > :last-child, .framer-wpOHL .framer-126wgcv > :last-child, .framer-wpOHL .framer-1g1rjza > :last-child, .framer-wpOHL .framer-3zcnp2 > :last-child, .framer-wpOHL .framer-2v6lbu > :last-child, .framer-wpOHL .framer-1qto1si > :last-child, .framer-wpOHL .framer-6lez59 > :last-child, .framer-wpOHL .framer-1tbd4vu > :last-child, .framer-wpOHL .framer-1cb3jn5 > :last-child, .framer-wpOHL .framer-1ichoa8 > :last-child, .framer-wpOHL .framer-mckq5p > :last-child, .framer-wpOHL .framer-w2kgu8 > :last-child, .framer-wpOHL .framer-1gp553p > :last-child, .framer-wpOHL .framer-28kfj1 > :last-child, .framer-wpOHL .framer-1fcft5p > :last-child, .framer-wpOHL .framer-1q81xe1 > :last-child, .framer-wpOHL .framer-1kmwoce > :last-child, .framer-wpOHL .framer-hfksbw > :last-child, .framer-wpOHL .framer-bm9ixw > :last-child, .framer-wpOHL .framer-19t79n2 > :last-child, .framer-wpOHL .framer-7cxg3v > :last-child, .framer-wpOHL .framer-y5tft7 > :last-child, .framer-wpOHL .framer-137u4kj > :last-child, .framer-wpOHL .framer-1uyvz4l > :last-child, .framer-wpOHL .framer-1k3ijj > :last-child, .framer-wpOHL .framer-1ytj90u > :last-child, .framer-wpOHL .framer-1w8yurx > :last-child, .framer-wpOHL .framer-1qf2has > :last-child, .framer-wpOHL .framer-199cjhz > :last-child, .framer-wpOHL .framer-967vyz > :last-child, .framer-wpOHL .framer-18k6v4n > :last-child, .framer-wpOHL .framer-jrjoul > :last-child, .framer-wpOHL .framer-1apcpim > :last-child, .framer-wpOHL .framer-pa5lji > :last-child, .framer-wpOHL .framer-rdjfrl > :last-child, .framer-wpOHL .framer-148nq23 > :last-child, .framer-wpOHL .framer-1punswc > :last-child, .framer-wpOHL .framer-1emkn4s > :last-child, .framer-wpOHL .framer-1xr0svm > :last-child, .framer-wpOHL .framer-117xrmq > :last-child, .framer-wpOHL .framer-10l8roy > :last-child, .framer-wpOHL .framer-189ztbs > :last-child, .framer-wpOHL .framer-1ut23wm > :last-child { margin-bottom: 0px; } .framer-wpOHL .framer-okouz9 > *, .framer-wpOHL .framer-1w8yurx > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-wpOHL .framer-10mw0c4 > *, .framer-wpOHL .framer-19fuq2a > *, .framer-wpOHL .framer-1j5vss3 > *, .framer-wpOHL .framer-1lbo13d > *, .framer-wpOHL .framer-mdk8m5 > *, .framer-wpOHL .framer-ji1fnv > *, .framer-wpOHL .framer-15ui2bp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-wpOHL .framer-o1e1k0 > *, .framer-wpOHL .framer-1pg780v > *, .framer-wpOHL .framer-pmr72q > *, .framer-wpOHL .framer-y5tft7 > *, .framer-wpOHL .framer-1apcpim > *, .framer-wpOHL .framer-pa5lji > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wpOHL .framer-bj4i8 > *, .framer-wpOHL .framer-10tmw8a > *, .framer-wpOHL .framer-113m11i > *, .framer-wpOHL .framer-113han4 > *, .framer-wpOHL .framer-1wai1m > *, .framer-wpOHL .framer-eq5bmw > *, .framer-wpOHL .framer-1vrsrsu > *, .framer-wpOHL .framer-gsphsc > *, .framer-wpOHL .framer-hzprg1 > *, .framer-wpOHL .framer-zanizr > *, .framer-wpOHL .framer-wufv5q > *, .framer-wpOHL .framer-6uk6mu > *, .framer-wpOHL .framer-1gb78yx > *, .framer-wpOHL .framer-189x2mo > *, .framer-wpOHL .framer-tvq5y4 > *, .framer-wpOHL .framer-atk2hq > *, .framer-wpOHL .framer-1t08mnz > *, .framer-wpOHL .framer-3nznau > *, .framer-wpOHL .framer-648kfh > *, .framer-wpOHL .framer-ukwt57 > *, .framer-wpOHL .framer-1ap3frt > *, .framer-wpOHL .framer-mqj1at > *, .framer-wpOHL .framer-1pk9kia > *, .framer-wpOHL .framer-16gflv5 > *, .framer-wpOHL .framer-kzsatm > *, .framer-wpOHL .framer-wt40g2 > *, .framer-wpOHL .framer-1bl4qwm > *, .framer-wpOHL .framer-1wd4em8 > *, .framer-wpOHL .framer-v8vlp7 > *, .framer-wpOHL .framer-suu169 > *, .framer-wpOHL .framer-1h2u2uf > *, .framer-wpOHL .framer-yj5cfi > *, .framer-wpOHL .framer-2v6lbu > *, .framer-wpOHL .framer-1qto1si > *, .framer-wpOHL .framer-1tbd4vu > *, .framer-wpOHL .framer-1cb3jn5 > *, .framer-wpOHL .framer-1ichoa8 > *, .framer-wpOHL .framer-mckq5p > *, .framer-wpOHL .framer-w2kgu8 > *, .framer-wpOHL .framer-1gp553p > *, .framer-wpOHL .framer-1fcft5p > *, .framer-wpOHL .framer-1q81xe1 > *, .framer-wpOHL .framer-1kmwoce > *, .framer-wpOHL .framer-hfksbw > *, .framer-wpOHL .framer-bm9ixw > *, .framer-wpOHL .framer-19t79n2 > *, .framer-wpOHL .framer-137u4kj > *, .framer-wpOHL .framer-199cjhz > *, .framer-wpOHL .framer-rdjfrl > *, .framer-wpOHL .framer-1emkn4s > *, .framer-wpOHL .framer-117xrmq > *, .framer-wpOHL .framer-189ztbs > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-wpOHL .framer-1t4tp3n > *, .framer-wpOHL .framer-irtq7d > *, .framer-wpOHL .framer-8ddwg5 > *, .framer-wpOHL .framer-11whmpi > *, .framer-wpOHL .framer-1pky5hd > *, .framer-wpOHL .framer-mwx3tc > *, .framer-wpOHL .framer-1v7iio4 > *, .framer-wpOHL .framer-pyi0j4 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-wpOHL .framer-1t4tp3n > :first-child, .framer-wpOHL .framer-kbiesm > :first-child, .framer-wpOHL .framer-zn1uph > :first-child, .framer-wpOHL .framer-wqe6to > :first-child, .framer-wpOHL .framer-1t89bmn > :first-child, .framer-wpOHL .framer-wyf47v > :first-child, .framer-wpOHL .framer-489zj0 > :first-child, .framer-wpOHL .framer-1y1wml8 > :first-child, .framer-wpOHL .framer-1xqr5kr > :first-child, .framer-wpOHL .framer-1pisz1x > :first-child, .framer-wpOHL .framer-1izti7c > :first-child, .framer-wpOHL .framer-1wtpd9 > :first-child, .framer-wpOHL .framer-100v103 > :first-child, .framer-wpOHL .framer-1a41l62 > :first-child, .framer-wpOHL .framer-14b924z > :first-child, .framer-wpOHL .framer-51pdox > :first-child, .framer-wpOHL .framer-xjiugg > :first-child, .framer-wpOHL .framer-dbe84 > :first-child, .framer-wpOHL .framer-1c3lhh3 > :first-child, .framer-wpOHL .framer-obciic > :first-child, .framer-wpOHL .framer-8bahij > :first-child, .framer-wpOHL .framer-74ibro > :first-child, .framer-wpOHL .framer-ytow2r > :first-child, .framer-wpOHL .framer-77fthg > :first-child, .framer-wpOHL .framer-irtq7d > :first-child, .framer-wpOHL .framer-8ddwg5 > :first-child, .framer-wpOHL .framer-11whmpi > :first-child, .framer-wpOHL .framer-pbspta > :first-child, .framer-wpOHL .framer-1pky5hd > :first-child, .framer-wpOHL .framer-12qj36c > :first-child, .framer-wpOHL .framer-mwx3tc > :first-child, .framer-wpOHL .framer-14tt4h4 > :first-child, .framer-wpOHL .framer-1v7iio4 > :first-child, .framer-wpOHL .framer-4fm9gv > :first-child, .framer-wpOHL .framer-1fdffpg > :first-child, .framer-wpOHL .framer-1qt52cb > :first-child, .framer-wpOHL .framer-x5g0kf > :first-child, .framer-wpOHL .framer-pyi0j4 > :first-child, .framer-wpOHL .framer-qp2jm2 > :first-child, .framer-wpOHL .framer-zzkz8x > :first-child, .framer-wpOHL .framer-1n4lhu5 > :first-child, .framer-wpOHL .framer-1nyw08d > :first-child, .framer-wpOHL .framer-2awhyy > :first-child, .framer-wpOHL .framer-ew2486 > :first-child, .framer-wpOHL .framer-17k572 > :first-child, .framer-wpOHL .framer-uyuxr5 > :first-child, .framer-wpOHL .framer-ja4ncz > :first-child, .framer-wpOHL .framer-wj0ms6 > :first-child, .framer-wpOHL .framer-c537f6 > :first-child, .framer-wpOHL .framer-1o8x6z1 > :first-child, .framer-wpOHL .framer-l1fe1z > :first-child, .framer-wpOHL .framer-r4v2af > :first-child, .framer-wpOHL .framer-1yjgw5z > :first-child, .framer-wpOHL .framer-16xmt21 > :first-child, .framer-wpOHL .framer-1b5aa2u > :first-child, .framer-wpOHL .framer-97g5bx > :first-child { margin-left: 0px; } .framer-wpOHL .framer-1t4tp3n > :last-child, .framer-wpOHL .framer-kbiesm > :last-child, .framer-wpOHL .framer-zn1uph > :last-child, .framer-wpOHL .framer-wqe6to > :last-child, .framer-wpOHL .framer-1t89bmn > :last-child, .framer-wpOHL .framer-wyf47v > :last-child, .framer-wpOHL .framer-489zj0 > :last-child, .framer-wpOHL .framer-1y1wml8 > :last-child, .framer-wpOHL .framer-1xqr5kr > :last-child, .framer-wpOHL .framer-1pisz1x > :last-child, .framer-wpOHL .framer-1izti7c > :last-child, .framer-wpOHL .framer-1wtpd9 > :last-child, .framer-wpOHL .framer-100v103 > :last-child, .framer-wpOHL .framer-1a41l62 > :last-child, .framer-wpOHL .framer-14b924z > :last-child, .framer-wpOHL .framer-51pdox > :last-child, .framer-wpOHL .framer-xjiugg > :last-child, .framer-wpOHL .framer-dbe84 > :last-child, .framer-wpOHL .framer-1c3lhh3 > :last-child, .framer-wpOHL .framer-obciic > :last-child, .framer-wpOHL .framer-8bahij > :last-child, .framer-wpOHL .framer-74ibro > :last-child, .framer-wpOHL .framer-ytow2r > :last-child, .framer-wpOHL .framer-77fthg > :last-child, .framer-wpOHL .framer-irtq7d > :last-child, .framer-wpOHL .framer-8ddwg5 > :last-child, .framer-wpOHL .framer-11whmpi > :last-child, .framer-wpOHL .framer-pbspta > :last-child, .framer-wpOHL .framer-1pky5hd > :last-child, .framer-wpOHL .framer-12qj36c > :last-child, .framer-wpOHL .framer-mwx3tc > :last-child, .framer-wpOHL .framer-14tt4h4 > :last-child, .framer-wpOHL .framer-1v7iio4 > :last-child, .framer-wpOHL .framer-4fm9gv > :last-child, .framer-wpOHL .framer-1fdffpg > :last-child, .framer-wpOHL .framer-1qt52cb > :last-child, .framer-wpOHL .framer-x5g0kf > :last-child, .framer-wpOHL .framer-pyi0j4 > :last-child, .framer-wpOHL .framer-qp2jm2 > :last-child, .framer-wpOHL .framer-zzkz8x > :last-child, .framer-wpOHL .framer-1n4lhu5 > :last-child, .framer-wpOHL .framer-1nyw08d > :last-child, .framer-wpOHL .framer-2awhyy > :last-child, .framer-wpOHL .framer-ew2486 > :last-child, .framer-wpOHL .framer-17k572 > :last-child, .framer-wpOHL .framer-uyuxr5 > :last-child, .framer-wpOHL .framer-ja4ncz > :last-child, .framer-wpOHL .framer-wj0ms6 > :last-child, .framer-wpOHL .framer-c537f6 > :last-child, .framer-wpOHL .framer-1o8x6z1 > :last-child, .framer-wpOHL .framer-l1fe1z > :last-child, .framer-wpOHL .framer-r4v2af > :last-child, .framer-wpOHL .framer-1yjgw5z > :last-child, .framer-wpOHL .framer-16xmt21 > :last-child, .framer-wpOHL .framer-1b5aa2u > :last-child, .framer-wpOHL .framer-97g5bx > :last-child { margin-right: 0px; } .framer-wpOHL .framer-kbiesm > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-wpOHL .framer-zn1uph > *, .framer-wpOHL .framer-wqe6to > *, .framer-wpOHL .framer-4fm9gv > *, .framer-wpOHL .framer-1fdffpg > *, .framer-wpOHL .framer-x5g0kf > *, .framer-wpOHL .framer-qp2jm2 > *, .framer-wpOHL .framer-zzkz8x > *, .framer-wpOHL .framer-c537f6 > *, .framer-wpOHL .framer-16xmt21 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wpOHL .framer-1npdo1g > *, .framer-wpOHL .framer-fkkptw > *, .framer-wpOHL .framer-1punswc > *, .framer-wpOHL .framer-1xr0svm > *, .framer-wpOHL .framer-10l8roy > *, .framer-wpOHL .framer-1ut23wm > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-wpOHL .framer-vgzr6u > *, .framer-wpOHL .framer-mu4b74 > *, .framer-wpOHL .framer-5a7v9 > *, .framer-wpOHL .framer-1sxco2s > * { margin: 0px; margin-bottom: calc(10.8560791015625px / 2); margin-top: calc(10.8560791015625px / 2); } .framer-wpOHL .framer-enu2pa > *, .framer-wpOHL .framer-1fg6l9r > *, .framer-wpOHL .framer-9wgxj7 > *, .framer-wpOHL .framer-1yiivgx > *, .framer-wpOHL .framer-1ndopg8 > *, .framer-wpOHL .framer-6ezaky > *, .framer-wpOHL .framer-180d93w > *, .framer-wpOHL .framer-lhppwr > *, .framer-wpOHL .framer-1gmv2s3 > *, .framer-wpOHL .framer-141wczw > *, .framer-wpOHL .framer-1qmgpo9 > *, .framer-wpOHL .framer-1i9xmw2 > *, .framer-wpOHL .framer-1auwq60 > *, .framer-wpOHL .framer-126wgcv > *, .framer-wpOHL .framer-6lez59 > *, .framer-wpOHL .framer-28kfj1 > *, .framer-wpOHL .framer-967vyz > *, .framer-wpOHL .framer-148nq23 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-wpOHL .framer-1t89bmn > *, .framer-wpOHL .framer-wyf47v > *, .framer-wpOHL .framer-489zj0 > *, .framer-wpOHL .framer-pbspta > *, .framer-wpOHL .framer-12qj36c > *, .framer-wpOHL .framer-14tt4h4 > *, .framer-wpOHL .framer-97g5bx > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-wpOHL .framer-1v8ewu5 > *, .framer-wpOHL .framer-1y2fiwq > *, .framer-wpOHL .framer-hulvq5 > *, .framer-wpOHL .framer-3zcnp2 > *, .framer-wpOHL .framer-7cxg3v > *, .framer-wpOHL .framer-1qf2has > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-wpOHL .framer-b2e7dt > *, .framer-wpOHL .framer-1vyv6uk > *, .framer-wpOHL .framer-1rk3xu > *, .framer-wpOHL .framer-y3hr6u > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-wpOHL .framer-1y1wml8 > *, .framer-wpOHL .framer-1n4lhu5 > *, .framer-wpOHL .framer-1nyw08d > *, .framer-wpOHL .framer-ew2486 > *, .framer-wpOHL .framer-uyuxr5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wpOHL .framer-1xqr5kr > *, .framer-wpOHL .framer-1wtpd9 > *, .framer-wpOHL .framer-14b924z > *, .framer-wpOHL .framer-2awhyy > *, .framer-wpOHL .framer-17k572 > *, .framer-wpOHL .framer-ja4ncz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wpOHL .framer-1pisz1x > *, .framer-wpOHL .framer-1izti7c > *, .framer-wpOHL .framer-100v103 > *, .framer-wpOHL .framer-1a41l62 > *, .framer-wpOHL .framer-51pdox > *, .framer-wpOHL .framer-xjiugg > * { margin: 0px; margin-left: calc(3.555555582046509px / 2); margin-right: calc(3.555555582046509px / 2); } .framer-wpOHL .framer-xlkjll > * { margin: 0px; margin-bottom: calc(109px / 2); margin-top: calc(109px / 2); } .framer-wpOHL .framer-wpzyi5 > *, .framer-wpOHL .framer-1uuryv6 > *, .framer-wpOHL .framer-1g46j7l > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-wpOHL .framer-dbe84 > *, .framer-wpOHL .framer-1c3lhh3 > *, .framer-wpOHL .framer-obciic > *, .framer-wpOHL .framer-8bahij > *, .framer-wpOHL .framer-74ibro > *, .framer-wpOHL .framer-ytow2r > * { margin: 0px; margin-left: calc(2.222222328186035px / 2); margin-right: calc(2.222222328186035px / 2); } .framer-wpOHL .framer-77fthg > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-wpOHL .framer-8m4wbd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wpOHL .framer-14f2w6v > *, .framer-wpOHL .framer-r8q55n > *, .framer-wpOHL .framer-8qc2gu > *, .framer-wpOHL .framer-8a8m8u > *, .framer-wpOHL .framer-3ci3hf > *, .framer-wpOHL .framer-1xj31wp > * { margin: 0px; margin-bottom: calc(10.857477188110352px / 2); margin-top: calc(10.857477188110352px / 2); } .framer-wpOHL .framer-1g1rjza > *, .framer-wpOHL .framer-18k6v4n > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-wpOHL .framer-1qt52cb > *, .framer-wpOHL .framer-r4v2af > *, .framer-wpOHL .framer-1yjgw5z > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-wpOHL .framer-wj0ms6 > *, .framer-wpOHL .framer-1b5aa2u > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-wpOHL .framer-jrjoul > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-wpOHL .framer-1o8x6z1 > * { margin: 0px; margin-left: calc(8.000000953674316px / 2); margin-right: calc(8.000000953674316px / 2); } .framer-wpOHL .framer-l1fe1z > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-wpOHL[data-border=\"true\"]::after, .framer-wpOHL [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) { .${metadata.bodyClassName}-framer-wpOHL { background: white; } .framer-wpOHL.framer-1yym4x7 { width: 810px; } .framer-wpOHL .framer-zn1uph { padding: 40px 40px 24px 40px; } .framer-wpOHL .framer-1npdo1g { flex: 1 0 0px; gap: 24px; width: 1px; } .framer-wpOHL .framer-wqe6to { padding: 64px 40px 96px 40px; } .framer-wpOHL .framer-hnkue1-container, .framer-wpOHL .framer-1gchqy, .framer-wpOHL .framer-16xx6gq, .framer-wpOHL .framer-vabzty, .framer-wpOHL .framer-tovkqv, .framer-wpOHL .framer-kwaht4, .framer-wpOHL .framer-1l9mdws { width: 100%; } .framer-wpOHL .framer-wufv5q, .framer-wpOHL .framer-1y2fiwq, .framer-wpOHL .framer-7cxg3v, .framer-wpOHL .framer-1w8yurx { padding: 96px 40px 96px 40px; } .framer-wpOHL .framer-1vyv6uk, .framer-wpOHL .framer-1rk3xu, .framer-wpOHL .framer-y3hr6u { padding: 0px 16px 0px 16px; } .framer-wpOHL .framer-10iyn81, .framer-wpOHL .framer-mjl43w, .framer-wpOHL .framer-tbp6uv { height: var(--framer-aspect-ratio-supported, 21px); } .framer-wpOHL .framer-zz0g7g { aspect-ratio: 3.133047210300429 / 1; bottom: 80px; height: var(--framer-aspect-ratio-supported, 233px); left: 50%; right: unset; transform: translateX(-50%); width: 100%; } .framer-wpOHL .framer-pmr72q { order: 0; } .framer-wpOHL .framer-1gb78yx { order: 0; width: 100%; } .framer-wpOHL .framer-hulvq5 { padding: 48px 40px 64px 40px; } .framer-wpOHL .framer-1g1rjza { padding: 96px 40px 64px 40px; } .framer-wpOHL .framer-x5g0kf { min-height: unset; } .framer-wpOHL .framer-pyi0j4 { flex-direction: column; } .framer-wpOHL .framer-f6jzzx, .framer-wpOHL .framer-o60gir, .framer-wpOHL .framer-17rmwui, .framer-wpOHL .framer-6k0rhx, .framer-wpOHL .framer-1vo0vvt, .framer-wpOHL .framer-kzkbim { order: 1; } .framer-wpOHL .framer-en9vip, .framer-wpOHL .framer-1ilne8y, .framer-wpOHL .framer-figrtw, .framer-wpOHL .framer-oyop16, .framer-wpOHL .framer-m2sdjy, .framer-wpOHL .framer-1ds7r8f { height: var(--framer-aspect-ratio-supported, 180px); order: 0; } .framer-wpOHL .framer-1ey7i7x { width: 273px; } .framer-wpOHL .framer-2awhyy, .framer-wpOHL .framer-17k572, .framer-wpOHL .framer-ja4ncz { padding: 52px 0px 0px 0px; } .framer-wpOHL .framer-967vyz { gap: 0px; } .framer-wpOHL .framer-c537f6 { height: 43px; padding: 0px 0px 0px 40px; } .framer-wpOHL .framer-1wdx273 { height: 100%; } .framer-wpOHL .framer-18k6v4n { gap: 32px; padding: 64px 40px 32px 40px; } .framer-wpOHL .framer-1apcpim, .framer-wpOHL .framer-pa5lji { gap: 32px; } .framer-wpOHL .framer-ms5kq9 { height: var(--framer-aspect-ratio-supported, 70px); } .framer-wpOHL .framer-r4v2af { gap: 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wpOHL .framer-1npdo1g, .framer-wpOHL .framer-pyi0j4, .framer-wpOHL .framer-967vyz, .framer-wpOHL .framer-18k6v4n, .framer-wpOHL .framer-1apcpim, .framer-wpOHL .framer-pa5lji, .framer-wpOHL .framer-r4v2af { gap: 0px; } .framer-wpOHL .framer-1npdo1g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-wpOHL .framer-1npdo1g > :first-child, .framer-wpOHL .framer-pyi0j4 > :first-child, .framer-wpOHL .framer-967vyz > :first-child, .framer-wpOHL .framer-18k6v4n > :first-child, .framer-wpOHL .framer-1apcpim > :first-child, .framer-wpOHL .framer-pa5lji > :first-child { margin-top: 0px; } .framer-wpOHL .framer-1npdo1g > :last-child, .framer-wpOHL .framer-pyi0j4 > :last-child, .framer-wpOHL .framer-967vyz > :last-child, .framer-wpOHL .framer-18k6v4n > :last-child, .framer-wpOHL .framer-1apcpim > :last-child, .framer-wpOHL .framer-pa5lji > :last-child { margin-bottom: 0px; } .framer-wpOHL .framer-pyi0j4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-wpOHL .framer-967vyz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wpOHL .framer-18k6v4n > *, .framer-wpOHL .framer-1apcpim > *, .framer-wpOHL .framer-pa5lji > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-wpOHL .framer-r4v2af > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-wpOHL .framer-r4v2af > :first-child { margin-left: 0px; } .framer-wpOHL .framer-r4v2af > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-wpOHL { background: white; } .framer-wpOHL.framer-1yym4x7 { width: 390px; } .framer-wpOHL .framer-1age4p8, .framer-wpOHL .framer-1g0dxao, .framer-wpOHL .framer-1cl7k3s, .framer-wpOHL .framer-x7cyp5, .framer-wpOHL .framer-b2e7dt, .framer-wpOHL .framer-1ykemhv, .framer-wpOHL .framer-5e0h3s, .framer-wpOHL .framer-1wsioe1, .framer-wpOHL .framer-1gb78yx, .framer-wpOHL .framer-lsvg4e, .framer-wpOHL .framer-15omatb, .framer-wpOHL .framer-tv1anc, .framer-wpOHL .framer-19t79n2, .framer-wpOHL .framer-1ey7i7x, .framer-wpOHL .framer-137u4kj, .framer-wpOHL .framer-1p0mzgg, .framer-wpOHL .framer-2l32ci, .framer-wpOHL .framer-179ut8u, .framer-wpOHL .framer-1wcm9nz-container { width: 100%; } .framer-wpOHL .framer-zn1uph { flex-direction: column; padding: 32px 16px 24px 16px; } .framer-wpOHL .framer-1npdo1g { gap: 24px; width: 100%; } .framer-wpOHL .framer-wqe6to { flex-direction: column; gap: 40px; padding: 64px 16px 64px 16px; } .framer-wpOHL .framer-1pg780v, .framer-wpOHL .framer-enu2pa, .framer-wpOHL .framer-df6rhj-container, .framer-wpOHL .framer-ibrje8-container, .framer-wpOHL .framer-qczla9-container, .framer-wpOHL .framer-vnqvyw-container, .framer-wpOHL .framer-deguzy-container, .framer-wpOHL .framer-1wdx273, .framer-wpOHL .framer-1d0tifj-container { flex: none; width: 100%; } .framer-wpOHL .framer-19fuq2a { gap: 16px; width: 100%; } .framer-wpOHL .framer-wufv5q { gap: 40px; padding: 96px 16px 96px 16px; } .framer-wpOHL .framer-1v8ewu5 { gap: 16px; } .framer-wpOHL .framer-mzc8dr, .framer-wpOHL .framer-15py5jf, .framer-wpOHL .framer-7fx8hb { height: var(--framer-aspect-ratio-supported, 14px); } .framer-wpOHL .framer-6uk6mu, .framer-wpOHL .framer-1apcpim { gap: 32px; width: 100%; } .framer-wpOHL .framer-77fthg { flex-direction: column; gap: 32px; width: 100%; } .framer-wpOHL .framer-1y2fiwq, .framer-wpOHL .framer-7cxg3v { padding: 96px 16px 96px 16px; } .framer-wpOHL .framer-hulvq5 { padding: 48px 16px 64px 16px; } .framer-wpOHL .framer-4fm9gv { flex-direction: column; } .framer-wpOHL .framer-1fdffpg { flex-direction: column; height: min-content; } .framer-wpOHL .framer-1g1rjza { padding: 96px 16px 80px 16px; } .framer-wpOHL .framer-2v6lbu { flex: 1 0 0px; width: 1px; } .framer-wpOHL .framer-1tbd4vu, .framer-wpOHL .framer-1m1tb6b, .framer-wpOHL .framer-ss6arj, .framer-wpOHL .framer-tw9wxj, .framer-wpOHL .framer-1hj2uo, .framer-wpOHL .framer-i1bnu8, .framer-wpOHL .framer-1w65eur, .framer-wpOHL .framer-1wmg26k { order: 1; } .framer-wpOHL .framer-17ltvpe, .framer-wpOHL .framer-2acavb, .framer-wpOHL .framer-1rh82q, .framer-wpOHL .framer-p3izaq, .framer-wpOHL .framer-4560c7, .framer-wpOHL .framer-ijlyhf { height: var(--framer-aspect-ratio-supported, 180px); order: 0; } .framer-wpOHL .framer-1cb3jn5 { order: 3; } .framer-wpOHL .framer-1ichoa8, .framer-wpOHL .framer-6r20q0 { order: 4; } .framer-wpOHL .framer-mckq5p, .framer-wpOHL .framer-1xviqds { order: 2; } .framer-wpOHL .framer-w2kgu8 { order: 5; } .framer-wpOHL .framer-1gp553p { order: 0; } .framer-wpOHL .framer-mdc2z9 { flex-direction: column; flex-wrap: wrap; gap: 32px; justify-content: flex-start; } .framer-wpOHL .framer-1reb215 { flex-direction: column; gap: 32px; justify-content: center; } .framer-wpOHL .framer-1uyvz4l { order: 0; padding: 0px 0px 32px 0px; } .framer-wpOHL .framer-2awhyy, .framer-wpOHL .framer-17k572, .framer-wpOHL .framer-ja4ncz { padding: 52px 0px 0px 0px; } .framer-wpOHL .framer-1k3ijj { order: 3; padding: 0px 0px 32px 0px; } .framer-wpOHL .framer-1ytj90u { order: 6; padding: 0px 0px 32px 0px; } .framer-wpOHL .framer-1w8yurx { padding: 64px 16px 64px 16px; } .framer-wpOHL .framer-967vyz { gap: 0px; } .framer-wpOHL .framer-c537f6 { flex-direction: column; gap: 0px; height: 68px; padding: 0px; } .framer-wpOHL .framer-78flu7 { height: 35px; } .framer-wpOHL .framer-18k6v4n { gap: 32px; padding: 64px 16px 32px 16px; } .framer-wpOHL .framer-qxorzw { flex-direction: column; gap: 300px; justify-content: flex-start; } .framer-wpOHL .framer-jrjoul { width: 273px; } .framer-wpOHL .framer-pa5lji { gap: 32px; } .framer-wpOHL .framer-r4v2af { gap: unset; justify-content: space-between; width: 100%; } .framer-wpOHL .framer-10l8roy { width: min-content; } .framer-wpOHL .framer-1fgff4v { white-space: pre; width: auto; } .framer-wpOHL .framer-189ztbs { width: 107px; } .framer-wpOHL .framer-1ut23wm { gap: 24px; } .framer-wpOHL .framer-18c8y83 { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-wpOHL .framer-1yjgw5z { flex-direction: column; gap: 8px; order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-wpOHL .framer-zn1uph, .framer-wpOHL .framer-1npdo1g, .framer-wpOHL .framer-wqe6to, .framer-wpOHL .framer-19fuq2a, .framer-wpOHL .framer-wufv5q, .framer-wpOHL .framer-1v8ewu5, .framer-wpOHL .framer-6uk6mu, .framer-wpOHL .framer-77fthg, .framer-wpOHL .framer-4fm9gv, .framer-wpOHL .framer-1fdffpg, .framer-wpOHL .framer-mdc2z9, .framer-wpOHL .framer-1reb215, .framer-wpOHL .framer-967vyz, .framer-wpOHL .framer-c537f6, .framer-wpOHL .framer-18k6v4n, .framer-wpOHL .framer-qxorzw, .framer-wpOHL .framer-1apcpim, .framer-wpOHL .framer-pa5lji, .framer-wpOHL .framer-r4v2af, .framer-wpOHL .framer-1ut23wm, .framer-wpOHL .framer-18c8y83, .framer-wpOHL .framer-1yjgw5z { gap: 0px; } .framer-wpOHL .framer-zn1uph > *, .framer-wpOHL .framer-4fm9gv > *, .framer-wpOHL .framer-1fdffpg > *, .framer-wpOHL .framer-1yjgw5z > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-wpOHL .framer-zn1uph > :first-child, .framer-wpOHL .framer-1npdo1g > :first-child, .framer-wpOHL .framer-wqe6to > :first-child, .framer-wpOHL .framer-19fuq2a > :first-child, .framer-wpOHL .framer-wufv5q > :first-child, .framer-wpOHL .framer-1v8ewu5 > :first-child, .framer-wpOHL .framer-6uk6mu > :first-child, .framer-wpOHL .framer-77fthg > :first-child, .framer-wpOHL .framer-4fm9gv > :first-child, .framer-wpOHL .framer-1fdffpg > :first-child, .framer-wpOHL .framer-mdc2z9 > :first-child, .framer-wpOHL .framer-1reb215 > :first-child, .framer-wpOHL .framer-967vyz > :first-child, .framer-wpOHL .framer-c537f6 > :first-child, .framer-wpOHL .framer-18k6v4n > :first-child, .framer-wpOHL .framer-qxorzw > :first-child, .framer-wpOHL .framer-1apcpim > :first-child, .framer-wpOHL .framer-pa5lji > :first-child, .framer-wpOHL .framer-1ut23wm > :first-child, .framer-wpOHL .framer-18c8y83 > :first-child, .framer-wpOHL .framer-1yjgw5z > :first-child { margin-top: 0px; } .framer-wpOHL .framer-zn1uph > :last-child, .framer-wpOHL .framer-1npdo1g > :last-child, .framer-wpOHL .framer-wqe6to > :last-child, .framer-wpOHL .framer-19fuq2a > :last-child, .framer-wpOHL .framer-wufv5q > :last-child, .framer-wpOHL .framer-1v8ewu5 > :last-child, .framer-wpOHL .framer-6uk6mu > :last-child, .framer-wpOHL .framer-77fthg > :last-child, .framer-wpOHL .framer-4fm9gv > :last-child, .framer-wpOHL .framer-1fdffpg > :last-child, .framer-wpOHL .framer-mdc2z9 > :last-child, .framer-wpOHL .framer-1reb215 > :last-child, .framer-wpOHL .framer-967vyz > :last-child, .framer-wpOHL .framer-c537f6 > :last-child, .framer-wpOHL .framer-18k6v4n > :last-child, .framer-wpOHL .framer-qxorzw > :last-child, .framer-wpOHL .framer-1apcpim > :last-child, .framer-wpOHL .framer-pa5lji > :last-child, .framer-wpOHL .framer-1ut23wm > :last-child, .framer-wpOHL .framer-18c8y83 > :last-child, .framer-wpOHL .framer-1yjgw5z > :last-child { margin-bottom: 0px; } .framer-wpOHL .framer-1npdo1g > *, .framer-wpOHL .framer-1ut23wm > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-wpOHL .framer-wqe6to > *, .framer-wpOHL .framer-wufv5q > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-wpOHL .framer-19fuq2a > *, .framer-wpOHL .framer-1v8ewu5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-wpOHL .framer-6uk6mu > *, .framer-wpOHL .framer-77fthg > *, .framer-wpOHL .framer-mdc2z9 > *, .framer-wpOHL .framer-1reb215 > *, .framer-wpOHL .framer-18k6v4n > *, .framer-wpOHL .framer-1apcpim > *, .framer-wpOHL .framer-pa5lji > *, .framer-wpOHL .framer-18c8y83 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-wpOHL .framer-967vyz > *, .framer-wpOHL .framer-c537f6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wpOHL .framer-qxorzw > * { margin: 0px; margin-bottom: calc(300px / 2); margin-top: calc(300px / 2); } .framer-wpOHL .framer-r4v2af > *, .framer-wpOHL .framer-r4v2af > :first-child, .framer-wpOHL .framer-r4v2af > :last-child { margin: 0px; } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6991.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bGeWhOGpB\":{\"layout\":[\"fixed\",\"auto\"]},\"kFRLkFACO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerM299mNwXD=withCSS(Component,css,\"framer-wpOHL\");export default FramerM299mNwXD;FramerM299mNwXD.displayName=\"Home New\";FramerM299mNwXD.defaultProps={height:6991.5,width:1200};addFonts(FramerM299mNwXD,[{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:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2TYFCBHUANEXS6QGR5EQDUNAFH6LSWM3/AYNOU3VEA4LRTDNKJQUFNVNUTYSGOUOP/UXO4O7K2G3HI3D2VKD7UXVJVJD26P4BQ.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"}]},...NavigationMenuFonts,...VideoFonts,...ButtonFonts,...TickerFonts,...FeaturesTabFonts,...SlideshowFonts,...NewsCardFonts,...ReadyToUseTabFonts,...CounterFonts,...SlideTextsFonts,...SlideTextsMobileFonts,...SlideTextsTabletFonts,...FooterFormFonts,...SmoothScrollFonts,...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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM299mNwXD\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"6991.5\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bGeWhOGpB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kFRLkFACO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerjOTySql8E", "withCSS", "jOTySql8E_default", "addPropertyControls", "ControlType", "addFonts", "Button4Fonts", "getFonts", "jOTySql8E_default", "FormContainerWithTypeform", "withTypeform", "FormContainer", "serializationHash", "variantClassNames", "transition1", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "FormContainerWithTypeform", "cx", "serializationHash", "formState", "u", "l", "FormPlainTextInput2", "ComponentViewportProvider", "jOTySql8E_default", "css", "FramerA00WfbLCX", "withCSS", "A00WfbLCX_default", "addFonts", "Button4Fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "label", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yG2OMkXuN", "ZYD0LdII9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1gsr3wm", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerUdt6LRLHB", "withCSS", "Udt6LRLHB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TabButtonBaseFonts", "getFonts", "Udt6LRLHB_default", "ButtonFonts", "QcgeUBWVk_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear17kvd58", "args", "onAppeargburif", "onAppear154dv46", "ZYD0LdII9t2fvbc", "ZYD0LdII9hwex59", "ZYD0LdII91xfw5wq", "useOnVariantChange", "ref1", "pe", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ResolveLinks", "resolvedLinks", "css", "FrameraipTtlQn_", "withCSS", "aipTtlQn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "TabButtonBaseFonts", "getFonts", "Udt6LRLHB_default", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "ZYD0LdII98ianr4", "args", "ZYD0LdII914anv76", "ZYD0LdII9hcm8jz", "ZYD0LdII9trywxu", "ZYD0LdII9k4mpex", "ZYD0LdII9goedvq", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "css", "FramerBSzqy5iO0", "withCSS", "BSzqy5iO0_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "datePublished", "height", "id", "link", "media", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QmEMRU5FP", "OZMBRa7Kp", "vqocmdyVv", "Kt9ZwglMW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerdxCgZXXku", "withCSS", "dxCgZXXku_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text2", "text3", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "B_vc8jjQW", "rPu0O6m0W", "Xf4wnXjiv", "kdfJBCn4E", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1jkgfux", "args", "onAppear1s5wodm", "onAppear12882aq", "onAppear1m4mf3p", "onAppear10155ct", "onTapg58vw3", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerkodOFkszU", "withCSS", "kodOFkszU_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ERzhl5_WH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "Framerlbcnm7GG4", "withCSS", "lbcnm7GG4_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFonts", "QcgeUBWVk_default", "MotionDivWithFX", "withFX", "motion", "GetStartedNavbarFonts", "lbcnm7GG4_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "animation", "animation1", "animation2", "addImageAlt", "image", "alt", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "transition3", "animation3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "kYmdRdQ0Htxyyif", "overlay", "loadMore", "args", "onTapdjs2uq", "onTap8ibtaq", "onTapt8svnp", "onTap1eijipt", "ref1", "pe", "isDisplayed", "ref2", "ref3", "router", "useRouter", "ref4", "ref5", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "l", "ComponentViewportProvider", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "overlay1", "RichText2", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "resolvedLinks23", "resolvedLinks24", "resolvedLinks25", "resolvedLinks26", "resolvedLinks27", "resolvedLinks28", "resolvedLinks29", "resolvedLinks30", "resolvedLinks31", "resolvedLinks32", "resolvedLinks33", "resolvedLinks34", "resolvedLinks35", "resolvedLinks36", "css", "FramerQwhtMBVSs", "withCSS", "QwhtMBVSs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text2", "text3", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "B_vc8jjQW", "rPu0O6m0W", "Xf4wnXjiv", "kdfJBCn4E", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearm7t2p7", "args", "onAppear1fk11u7", "onAppearc21xzn", "onAppearp8f06t", "onAppear47yugj", "onTap7z0oer", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerrv1Bsvets", "withCSS", "rv1Bsvets_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text1", "text2", "text3", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "B_vc8jjQW", "rPu0O6m0W", "Xf4wnXjiv", "kdfJBCn4E", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1jfuyav", "args", "onAppear1l7iqvl", "onAppear25m9mz", "onAppearlpbfig", "onAppeardqor6u", "onTap1a56rah", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerZ7jKA4fMX", "withCSS", "Z7jKA4fMX_default", "addPropertyControls", "ControlType", "addFonts", "CounterStyles", "Counter", "props", "start", "end", "speed", "gapSize", "prefixText", "suffixText", "prefixFont", "suffixFont", "prefixColor", "suffixColor", "loop", "decimalSeparatorType", "textSize", "selectedFont", "textColor", "startOnViewport", "restartOnViewport", "incrementType", "count", "setCount", "ye", "isVisible", "setIsVisible", "containerRef", "pe", "ue", "observer", "entries", "entry", "updateCount", "increment", "prevCount", "intervalId", "formatNumber", "number", "u", "motion", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationMenuFonts", "getFonts", "QwhtMBVSs_default", "VideoFonts", "Video", "ButtonFonts", "QcgeUBWVk_default", "TickerFonts", "Ticker", "FeaturesTabFonts", "aipTtlQn_default", "SlideshowFonts", "Slideshow", "NewsCardFonts", "dxCgZXXku_default", "ReadyToUseTabFonts", "BSzqy5iO0_default", "ImageWithFX", "withFX", "Image2", "CounterFonts", "Counter", "SlideTextsFonts", "kodOFkszU_default", "SlideTextsMobileFonts", "rv1Bsvets_default", "SlideTextsTabletFonts", "Z7jKA4fMX_default", "FooterFormFonts", "A00WfbLCX_default", "SmoothScrollFonts", "SmoothScroll", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "ResolveLinks", "resolvedLinks", "Link", "SVG", "getLoadingLazyAtYPosition", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "css", "FramerM299mNwXD", "withCSS", "M299mNwXD_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
