{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js", "ssg:https://framerusercontent.com/modules/pkbWzCEumalWoRfhjtdp/Y0kYKcuyC1x3ASUIeL0X/EqC0XLMeu.js", "ssg:https://framerusercontent.com/modules/qdauEIgh2FTWeNQM9EU6/WujPIoJMNSQ4x9OHOV1T/lwegFpTaD.js", "ssg:https://framerusercontent.com/modules/1Nn9CNK7MgYBAXyETQHw/49c2n6Zbr8lQ6HWgK361/Nrm9V2LeO.js", "ssg:https://framerusercontent.com/modules/pwPfYAefjy1atbnaTA3p/2Cs4yuv9OgY1RZok6nmG/i2Wv7_Wd0.js", "ssg:https://framerusercontent.com/modules/Pe8MbQB3QrcYYpu999q9/LJ37ZLbqj8alVzfDvbxQ/IfcKeu_HF.js", "ssg:https://framerusercontent.com/modules/IFzMDapfNVtndDinSBZq/f46L0cOqmdOWkN1L5ukZ/kWdD7fSjd.js", "ssg:https://framerusercontent.com/modules/vMQWLLv6H4r4CVD1fmkZ/OB0nlvJ4hhl56hqVPz7U/L0tm9z5mL.js", "ssg:https://framerusercontent.com/modules/lX7eBvNvoHcEMsCoqSn8/YnBuxO9Ra1041Am3SS1O/UvTAqv4rg.js", "ssg:https://framerusercontent.com/modules/Rq3GpVnxb9LPa0DcHDKk/e33PTcCkuRJ1MzBkydvW/SsU9CLkn_.js", "ssg:https://framer.com/m/MeseeknaLogoIcon-QdlD.js@3bILJWnB6D7WdFdHmshR", "ssg:https://framer.com/m/A1-SimBuilder-Geopolitical-Scenario-Image-qmJY.js@twqkaAApNRKnpvesVNIP", "ssg:https://framer.com/m/A2-SimBuilder-Business-Case-Scenario-Image-sMsi.js@PqlrMi3UhmTn5n8G82WR", "ssg:https://framer.com/m/A3-SimBuilder-Custom-Image-BEyX.js@H5YaHWTJ34UF5XZHT5JT", "ssg:https://framer.com/m/B1-Base-10-Users-Icon-k7rd.js@kGYCqw032McXy7FERoE3", "ssg:https://framer.com/m/B2-Add-Users-Icon-jaas.js@PVQNxYO26rC063UkjEYB", "ssg:https://framer.com/m/B3-Recruiter-Add-On-Icon-QBhb.js@GtDVQdKs7gYE2htrR1d7", "ssg:https://framerusercontent.com/modules/FI9ippADPcd3XdBrIn55/j5v6Qk7BBgjPTYqzD3Yu/FINAL_MEASURE_WHEEL.js", "ssg:https://framer.com/m/C3-Employee-Turnover-FBKZ.js@3eiXGqK1983kwFJb2VjM", "ssg:https://framer.com/m/C2-Emplopyee-Disengagement-ZKWC.js@3RjAIB8PcjPmC2eDSTpl", "ssg:https://framer.com/m/C1-Hiring-Missteps-xbXr.js@8QUw48xRDiX5Jo1hk0GB", "ssg:https://framerusercontent.com/modules/8NIaQfkDgxD8fL7iRLnE/ae1udLUzf7EeewktNIex/FINALROI_CALCULATOR.js", "ssg:https://framerusercontent.com/modules/XdA1KlTd7GhklA2qrtvp/dkF27FjUK1sM0yktAKRx/zWE8A79uf.js", "ssg:https://framerusercontent.com/modules/KuZqFvthglG8ITelD36A/ZWvKfUe9o9XBs93KR5Tu/t5rZj2jpK.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://framer.com/m/framer/default-utils.js@^0.45.0\";import{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 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 isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.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();},[]);return{play,pause,setProgress};}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;}/**\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 */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=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);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=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]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=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=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)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:autoplayBehavior!==\"on-mount\"&&posterEnabled?\"metadata\":\"auto\",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\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",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:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];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\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},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\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...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\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (128ce9c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/b18We2IVcdLdM6fUrC8z/ZOFkgXABMq73aJIo6F5f/NzENyaQvJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/QRxkX7CMmcvaWyJ5afd3/NLa2Ff7ocdF0NAmizGWv/zqlTT5gVD.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const Phosphor1Controls=getPropertyControls(Phosphor1);const cycleOrder=[\"Mecpisiu7\",\"p4Spn7i01\"];const serializationHash=\"framer-4MFij\";const variantClassNames={Mecpisiu7:\"framer-v-ddfmpd\",p4Spn7i01:\"framer-v-f0ugrh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition1={damping:25,delay:.1,mass:1,stiffness:127,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-50,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Process Card Mobile\":\"p4Spn7i01\",\"Process Card\":\"Mecpisiu7\"};const getProps=({badgeText,description,height,icon,id,title,width,...props})=>{return{...props,cMLEvam8D:title??props.cMLEvam8D??\"Select a Plan.\",gMPxGbBNv:icon??props.gMPxGbBNv??\"CursorClick\",lq6j9JCSp:description??props.lq6j9JCSp??\"Choose a plan that fits your needs, and we'll guide you through a seamless design and development process.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Mecpisiu7\",xYKAp_GUD:badgeText??props.xYKAp_GUD??\"Step 1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,gMPxGbBNv,cMLEvam8D,lq6j9JCSp,xYKAp_GUD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Mecpisiu7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-ddfmpd\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Process Card\",layoutDependency:layoutDependency,layoutId:\"Mecpisiu7\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\",...style},...addPropertyOverrides({p4Spn7i01:{\"data-framer-name\":\"Process Card Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sh6ykp\",\"data-border\":true,\"data-framer-name\":\"Step Badge\",layoutDependency:layoutDependency,layoutId:\"PtXbzg4JU\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 5px 8px 0px rgba(29, 100, 255, 0.2)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)))\"},children:\"Step 1\"})}),className:\"framer-znxvxp\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"ualaeCF4v\",style:{\"--extracted-gdpscs\":\"var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xYKAp_GUD,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-160fof6\",\"data-border\":true,\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"j6Mv6aGio\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ychv80-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"d4_f7mK3N-container\",nodeId:\"d4_f7mK3N\",rendersWithMotion:true,scopeId:\"EqC0XLMeu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:gMPxGbBNv,id:\"d4_f7mK3N\",layoutId:\"d4_f7mK3N\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-427uao\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"hQQu7lFPJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\"},children:\"Select a Plan.\"})}),className:\"framer-4xnlrv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hNdwmlpgI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cMLEvam8D,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"Choose a plan that fits your needs, and we'll guide you through a seamless design and development process.\"})}),className:\"framer-1taium9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LwZYPLk4c\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lq6j9JCSp,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-159zzxr-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Sgbz_qbc5-container\",nodeId:\"Sgbz_qbc5\",rendersWithMotion:true,scopeId:\"EqC0XLMeu\",style:{opacity:.05},variants:{p4Spn7i01:{opacity:.03}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-82b3901d-cf97-42cd-90da-faa5c6640fb8, rgb(29, 100, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:gMPxGbBNv,id:\"Sgbz_qbc5\",layoutId:\"Sgbz_qbc5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4MFij.framer-5xn5dt, .framer-4MFij .framer-5xn5dt { display: block; }\",\".framer-4MFij.framer-ddfmpd { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 590px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4MFij .framer-sh6ykp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 10px 5px 10px; position: absolute; right: 14px; top: 10px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-4MFij .framer-znxvxp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4MFij .framer-160fof6 { 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: 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-4MFij .framer-1ychv80-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-4MFij .framer-427uao { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-4MFij .framer-4xnlrv, .framer-4MFij .framer-1taium9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4MFij .framer-159zzxr-container { bottom: -30px; flex: none; height: 133px; position: absolute; right: -50px; width: 168px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4MFij.framer-ddfmpd, .framer-4MFij .framer-sh6ykp, .framer-4MFij .framer-160fof6, .framer-4MFij .framer-427uao { gap: 0px; } .framer-4MFij.framer-ddfmpd > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-4MFij.framer-ddfmpd > :first-child, .framer-4MFij .framer-sh6ykp > :first-child, .framer-4MFij .framer-427uao > :first-child { margin-top: 0px; } .framer-4MFij.framer-ddfmpd > :last-child, .framer-4MFij .framer-sh6ykp > :last-child, .framer-4MFij .framer-427uao > :last-child { margin-bottom: 0px; } .framer-4MFij .framer-sh6ykp > *, .framer-4MFij .framer-427uao > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4MFij .framer-160fof6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4MFij .framer-160fof6 > :first-child { margin-left: 0px; } .framer-4MFij .framer-160fof6 > :last-child { margin-right: 0px; } }\",\".framer-4MFij.framer-v-f0ugrh.framer-ddfmpd { padding: 20px; width: 350px; }\",\".framer-4MFij.framer-v-f0ugrh .framer-427uao { width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-4MFij[data-border=\"true\"]::after, .framer-4MFij [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 279.5\n * @framerIntrinsicWidth 590\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"p4Spn7i01\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"gMPxGbBNv\":\"icon\",\"cMLEvam8D\":\"title\",\"lq6j9JCSp\":\"description\",\"xYKAp_GUD\":\"badgeText\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerEqC0XLMeu=withCSS(Component,css,\"framer-4MFij\");export default FramerEqC0XLMeu;FramerEqC0XLMeu.displayName=\"Process Card\";FramerEqC0XLMeu.defaultProps={height:279.5,width:590};addPropertyControls(FramerEqC0XLMeu,{variant:{options:[\"Mecpisiu7\",\"p4Spn7i01\"],optionTitles:[\"Process Card\",\"Process Card Mobile\"],title:\"Variant\",type:ControlType.Enum},gMPxGbBNv:Phosphor1Controls?.[\"iconSelection\"]&&{...Phosphor1Controls[\"iconSelection\"],defaultValue:\"CursorClick\",description:undefined,hidden:undefined,title:\"Icon\"},cMLEvam8D:{defaultValue:\"Select a Plan.\",displayTextArea:false,title:\"Title\",type:ControlType.String},lq6j9JCSp:{defaultValue:\"Choose a plan that fits your needs, and we'll guide you through a seamless design and development process.\",displayTextArea:false,title:\"Description\",type:ControlType.String},xYKAp_GUD:{defaultValue:\"Step 1\",displayTextArea:false,placeholder:\"Step 1, Step #1\",title:\"Badge Text\",type:ControlType.String}});addFonts(FramerEqC0XLMeu,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEqC0XLMeu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"gMPxGbBNv\\\":\\\"icon\\\",\\\"cMLEvam8D\\\":\\\"title\\\",\\\"lq6j9JCSp\\\":\\\"description\\\",\\\"xYKAp_GUD\\\":\\\"badgeText\\\"}\",\"framerIntrinsicWidth\":\"590\",\"framerIntrinsicHeight\":\"279.5\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p4Spn7i01\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"UfLMJuZgj\",\"fVx4qAwxz\",\"sZFfDj9XL\",\"tlV521LyY\",\"XVDugdlV2\"];const serializationHash=\"framer-SVO3b\";const variantClassNames={fVx4qAwxz:\"framer-v-139lzpg\",sZFfDj9XL:\"framer-v-1nwk678\",tlV521LyY:\"framer-v-jmvxxg\",UfLMJuZgj:\"framer-v-1aaqt1g\",XVDugdlV2:\"framer-v-v5ulhe\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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={\"Scroll section 1\":\"UfLMJuZgj\",\"Scroll Section 2\":\"fVx4qAwxz\",\"Scroll Section 3\":\"sZFfDj9XL\",\"Scroll Section 4\":\"tlV521LyY\",\"Scroll Section 5\":\"XVDugdlV2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UfLMJuZgj\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UfLMJuZgj\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1aaqt1g\",className,classNames),\"data-framer-name\":\"Scroll section 1\",layoutDependency:layoutDependency,layoutId:\"UfLMJuZgj\",ref:refBinding,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({fVx4qAwxz:{\"data-framer-name\":\"Scroll Section 2\"},sZFfDj9XL:{\"data-framer-name\":\"Scroll Section 3\"},tlV521LyY:{\"data-framer-name\":\"Scroll Section 4\"},XVDugdlV2:{\"data-framer-name\":\"Scroll Section 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||800)*.5000000000000002-(componentViewport?.height||800)*1/2)),pixelHeight:744,pixelWidth:1176,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/TUgHD0XpKvfZJAV9gDFxz05kE.png\",srcSet:\"https://framerusercontent.com/images/TUgHD0XpKvfZJAV9gDFxz05kE.png?scale-down-to=512 512w,https://framerusercontent.com/images/TUgHD0XpKvfZJAV9gDFxz05kE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TUgHD0XpKvfZJAV9gDFxz05kE.png 1176w\"},className:\"framer-bcoika\",\"data-framer-name\":\"Scroll Section 1\",layoutDependency:layoutDependency,layoutId:\"JZqv7TTMU\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||800)*.5000000000000002-(componentViewport?.height||800)*1/2)),pixelHeight:744,pixelWidth:1176,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/T945TXpCVXPAHXAEwQZYAyAA.png\",srcSet:\"https://framerusercontent.com/images/T945TXpCVXPAHXAEwQZYAyAA.png?scale-down-to=512 512w,https://framerusercontent.com/images/T945TXpCVXPAHXAEwQZYAyAA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/T945TXpCVXPAHXAEwQZYAyAA.png 1176w\"},className:\"framer-1488jlq\",\"data-framer-name\":\"Scroll Section 5\",layoutDependency:layoutDependency,layoutId:\"tdz6H6AEE\",style:{opacity:0},variants:{XVDugdlV2:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:1334,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||800)*.5000000000000002-(componentViewport?.height||800)*1/2)),pixelHeight:744,pixelWidth:1176,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/5hGcVZrkjPsEhaptdwZEkvmcA4s.png\",srcSet:\"https://framerusercontent.com/images/5hGcVZrkjPsEhaptdwZEkvmcA4s.png?scale-down-to=512 512w,https://framerusercontent.com/images/5hGcVZrkjPsEhaptdwZEkvmcA4s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5hGcVZrkjPsEhaptdwZEkvmcA4s.png 1176w\"},className:\"framer-11rbezp\",\"data-framer-name\":\"Scroll Section 4\",layoutDependency:layoutDependency,layoutId:\"Zd0UCSFMH\",style:{opacity:0},variants:{tlV521LyY:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:1334,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||800)*.5000000000000002-(componentViewport?.height||800)*1/2)),pixelHeight:744,pixelWidth:1176,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/6Coj1gGaRh62guQNQMxBGI374xY.png\",srcSet:\"https://framerusercontent.com/images/6Coj1gGaRh62guQNQMxBGI374xY.png?scale-down-to=512 512w,https://framerusercontent.com/images/6Coj1gGaRh62guQNQMxBGI374xY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6Coj1gGaRh62guQNQMxBGI374xY.png 1176w\"},className:\"framer-1plqgp8\",\"data-framer-name\":\"Scroll Section 3\",layoutDependency:layoutDependency,layoutId:\"QLqK8Y6p_\",style:{opacity:0},variants:{sZFfDj9XL:{opacity:1}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:1334,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||800)*.5000000000000002-(componentViewport?.height||800)*1/2)),pixelHeight:744,pixelWidth:1176,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ONEM3C4wrGxxm21NHfLptQVXv4.png\",srcSet:\"https://framerusercontent.com/images/ONEM3C4wrGxxm21NHfLptQVXv4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ONEM3C4wrGxxm21NHfLptQVXv4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ONEM3C4wrGxxm21NHfLptQVXv4.png 1176w\"},className:\"framer-o0ny9t\",\"data-framer-name\":\"Scroll Section 2\",layoutDependency:layoutDependency,layoutId:\"C0aqcFHLE\",style:{opacity:0},variants:{fVx4qAwxz:{opacity:1}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SVO3b.framer-1tvlwpf, .framer-SVO3b .framer-1tvlwpf { display: block; }\",\".framer-SVO3b.framer-1aaqt1g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; max-width: 892px; overflow: hidden; padding: 0px; position: relative; width: 892px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SVO3b .framer-bcoika, .framer-SVO3b .framer-1488jlq, .framer-SVO3b .framer-11rbezp, .framer-SVO3b .framer-1plqgp8, .framer-SVO3b .framer-o0ny9t { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-SVO3b.framer-v-139lzpg .framer-bcoika, .framer-SVO3b.framer-v-v5ulhe .framer-1488jlq { order: 0; }\",\".framer-SVO3b.framer-v-139lzpg .framer-1488jlq, .framer-SVO3b.framer-v-v5ulhe .framer-o0ny9t { order: 4; }\",\".framer-SVO3b.framer-v-139lzpg .framer-11rbezp, .framer-SVO3b.framer-v-v5ulhe .framer-1plqgp8 { order: 3; }\",\".framer-SVO3b.framer-v-139lzpg .framer-1plqgp8, .framer-SVO3b.framer-v-v5ulhe .framer-11rbezp { order: 2; }\",\".framer-SVO3b.framer-v-139lzpg .framer-o0ny9t, .framer-SVO3b.framer-v-v5ulhe .framer-bcoika { order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 892\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"892px\",null,null]},\"fVx4qAwxz\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"892px\",null,null]},\"sZFfDj9XL\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"892px\",null,null]},\"tlV521LyY\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"892px\",null,null]},\"XVDugdlV2\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"892px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerlwegFpTaD=withCSS(Component,css,\"framer-SVO3b\");export default FramerlwegFpTaD;FramerlwegFpTaD.displayName=\"Illustration Scroll Component (Anslea)\";FramerlwegFpTaD.defaultProps={height:800,width:892};addPropertyControls(FramerlwegFpTaD,{variant:{options:[\"UfLMJuZgj\",\"fVx4qAwxz\",\"sZFfDj9XL\",\"tlV521LyY\",\"XVDugdlV2\"],optionTitles:[\"Scroll section 1\",\"Scroll Section 2\",\"Scroll Section 3\",\"Scroll Section 4\",\"Scroll Section 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlwegFpTaD,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlwegFpTaD\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"892px\\\",null,null]},\\\"fVx4qAwxz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"892px\\\",null,null]},\\\"sZFfDj9XL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"892px\\\",null,null]},\\\"tlV521LyY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"892px\\\",null,null]},\\\"XVDugdlV2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"892px\\\",null,null]}}}\",\"framerIntrinsicWidth\":\"892\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"800\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lwegFpTaD.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wTQFxuzri15OH0JQUv18/D4OIxxo93D9KTIcV5kH0/MMjfpDgMg.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/p0L9qiOZFcB9FZWwGEtu/oeFag5Xaq0YyJpAqJuII/xKc4kiYhO.js\";const cycleOrder=[\"BXuF7ZF7r\",\"vvlaOka9s\"];const serializationHash=\"framer-TrhXB\";const variantClassNames={BXuF7ZF7r:\"framer-v-13udtnx\",vvlaOka9s:\"framer-v-9hacpb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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={\"Variant 1\":\"BXuF7ZF7r\",\"Variant 2\":\"vvlaOka9s\"};const getProps=({body,height,id,title,title2,width,...props})=>{return{...props,DzqYb_3mJ:body??props.DzqYb_3mJ??\"Body copy\",m3fY0Vq9P:title??props.m3fY0Vq9P??\"Heading\",pYqjtfayJ:title2??props.pYqjtfayJ??\"Subheading\",variant:humanReadableVariantMap[props.variant]??props.variant??\"BXuF7ZF7r\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,m3fY0Vq9P,pYqjtfayJ,DzqYb_3mJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BXuF7ZF7r\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-13udtnx\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BXuF7ZF7r\",ref:refBinding,style:{opacity:1,...style},variants:{vvlaOka9s:{opacity:.33}},...addPropertyOverrides({vvlaOka9s:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(91deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Heading\"})})}),className:\"framer-bquciq\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VXwWt3x8w\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:m3fY0Vq9P,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vvlaOka9s:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:\"Heading\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)))\"},children:\"Subheading\"})}),className:\"framer-1jlcf0n\",\"data-framer-name\":\"Subheading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZUdt0199_\",style:{\"--extracted-1eung3n\":\"var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:pYqjtfayJ,variants:{vvlaOka9s:{\"--extracted-1eung3n\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vvlaOka9s:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105)))\"},children:\"Subheading\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1ByYWdtYXRpY2EgQm9vaw==\",\"--framer-font-family\":'\"Pragmatica Book\", \"Pragmatica Book Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"180%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ee63cc46-0876-48a1-bac8-11a85dfe3fd7, rgb(81, 95, 106)))\"},children:\"Body copy\"})}),className:\"framer-1j1ec9t\",\"data-framer-name\":\"Body Copy\",fonts:[\"CUSTOM;Pragmatica Book\"],layoutDependency:layoutDependency,layoutId:\"W0xxEjEqh\",style:{\"--extracted-r6o4lv\":\"var(--token-ee63cc46-0876-48a1-bac8-11a85dfe3fd7, rgb(81, 95, 106))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DzqYb_3mJ,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TrhXB.framer-oyho7w, .framer-TrhXB .framer-oyho7w { display: block; }\",\".framer-TrhXB.framer-13udtnx { 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: 0px; position: relative; width: 1200px; }\",\".framer-TrhXB .framer-bquciq, .framer-TrhXB .framer-1jlcf0n, .framer-TrhXB .framer-1j1ec9t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TrhXB.framer-v-9hacpb.framer-13udtnx { overflow: visible; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 172.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vvlaOka9s\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"m3fY0Vq9P\":\"title\",\"pYqjtfayJ\":\"title2\",\"DzqYb_3mJ\":\"body\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNrm9V2LeO=withCSS(Component,css,\"framer-TrhXB\");export default FramerNrm9V2LeO;FramerNrm9V2LeO.displayName=\"Scroll text component\";FramerNrm9V2LeO.defaultProps={height:172.5,width:1200};addPropertyControls(FramerNrm9V2LeO,{variant:{options:[\"BXuF7ZF7r\",\"vvlaOka9s\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},m3fY0Vq9P:{defaultValue:\"Heading\",displayTextArea:true,title:\"Title\",type:ControlType.String},pYqjtfayJ:{defaultValue:\"Subheading\",displayTextArea:true,title:\"Title 2\",type:ControlType.String},DzqYb_3mJ:{defaultValue:\"Body copy\",displayTextArea:true,title:\"Body\",type:ControlType.String}});addFonts(FramerNrm9V2LeO,[{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:\"Pragmatica Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/RzQnBXKZjVPpIKT70ESVMXgGuv4.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNrm9V2LeO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"172.5\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vvlaOka9s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"m3fY0Vq9P\\\":\\\"title\\\",\\\"pYqjtfayJ\\\":\\\"title2\\\",\\\"DzqYb_3mJ\\\":\\\"body\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9e4a47a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Work Sans-regular\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Work Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNi0Dp6_cOyA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-eaKJC .framer-styles-preset-jl8x07:not(.rich-text-wrapper), .framer-eaKJC .framer-styles-preset-jl8x07.rich-text-wrapper h2 { --framer-font-family: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.0288462em; --framer-line-height: 116%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, #3d5669); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-eaKJC\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}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{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pwPfYAefjy1atbnaTA3p/2Cs4yuv9OgY1RZok6nmG/i2Wv7_Wd0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/b18We2IVcdLdM6fUrC8z/ZOFkgXABMq73aJIo6F5f/NzENyaQvJ.js\";const enabledGestures={rJ66A2Drp:{hover:true}};const serializationHash=\"framer-eqQAA\";const variantClassNames={rJ66A2Drp:\"framer-v-wkf4jl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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=({click,click2,click3,click4,height,id,width,...props})=>{return{...props,EczqRbsLJ:click3??props.EczqRbsLJ,GB1if3TH_:click4??props.GB1if3TH_,gYR_IeaGH:click2??props.gYR_IeaGH,ILakDgkPa:click??props.ILakDgkPa};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ILakDgkPa,gYR_IeaGH,EczqRbsLJ,GB1if3TH_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"rJ66A2Drp\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaph9vm34=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(ILakDgkPa){const res=await ILakDgkPa(...args);if(res===false)return false;}});const onTapvenwfq=activeVariantCallback(async(...args)=>{if(gYR_IeaGH){const res=await gYR_IeaGH(...args);if(res===false)return false;}});const onTap1a63jc5=activeVariantCallback(async(...args)=>{if(EczqRbsLJ){const res=await EczqRbsLJ(...args);if(res===false)return false;}});const onTap1koplay=activeVariantCallback(async(...args)=>{if(GB1if3TH_){const res=await GB1if3TH_(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-wkf4jl\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rJ66A2Drp\",onTap:onTaph9vm34,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(270deg, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 0%, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\",...style},variants:{\"rJ66A2Drp-hover\":{background:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"rJ66A2Drp-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ug8gdh\",\"data-framer-name\":\"Collapsed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qtm_3LHwV\",onTap:onTapvenwfq,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18oco6e\",layoutDependency:layoutDependency,layoutId:\"Rk3z5dNdi\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-188vh2v\",layoutDependency:layoutDependency,layoutId:\"KLq1lAAhQ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-enlzqh\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hZu8yVZ70\",onTap:onTap1a63jc5,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t83v0d\",layoutDependency:layoutDependency,layoutId:\"UtHrDcEyW\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{\"rJ66A2Drp-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pd4r53\",layoutDependency:layoutDependency,layoutId:\"ECaxbNwI8\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:90},variants:{\"rJ66A2Drp-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Virtual Success at Scale\"})}),className:\"framer-10hxfp9\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pvGfGXCu3\",onTap:onTap1koplay,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"rJ66A2Drp-hover\":{\"--extracted-1of0zx5\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"rJ66A2Drp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:\"Virtual Success at Scale\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18r8c8k\",layoutDependency:layoutDependency,layoutId:\"zNiUo6HYr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Context: During the 2020 pandemic, Meseekna conducted hybrid leadership workshops for executives from 38 companies across 15 countries. \"})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Impact: Over 68% of participants rated the experience superior to previous corporate training, demonstrating Meseekna's adaptability in virtual leadership development.\"})})]}),className:\"framer-15aybo\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"nwLyM7ckM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"rJ66A2Drp-hover\":{\"--extracted-2gxw0f\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"rJ66A2Drp-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Context: During the 2020 pandemic, Meseekna conducted hybrid leadership workshops for executives from 38 companies across 15 countries. \"})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Impact: Over 68% of participants rated the experience superior to previous corporate training, demonstrating Meseekna's adaptability in virtual leadership development.\"})})]})}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eqQAA.framer-edz7xr, .framer-eqQAA .framer-edz7xr { display: block; }\",\".framer-eqQAA.framer-wkf4jl { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 30px 0px 30px 0px; position: relative; width: 980px; }\",\".framer-eqQAA .framer-1ug8gdh { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; width: 100%; }\",\".framer-eqQAA .framer-18oco6e { align-content: center; align-items: center; 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-eqQAA .framer-188vh2v { 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: min-content; }\",\".framer-eqQAA .framer-enlzqh { cursor: pointer; flex: none; height: 49px; overflow: visible; position: relative; width: 49px; }\",\".framer-eqQAA .framer-1t83v0d, .framer-eqQAA .framer-pd4r53 { flex: none; height: 2px; left: calc(48.71794871794874% - 25px / 2); overflow: visible; position: absolute; top: calc(51.02040816326533% - 1.6666666666666714px / 2); width: 25px; }\",\".framer-eqQAA .framer-10hxfp9 { cursor: pointer; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eqQAA .framer-18r8c8k { 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: 89%; }\",\".framer-eqQAA .framer-15aybo { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-eqQAA[data-border=\"true\"]::after, .framer-eqQAA [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 272.5\n * @framerIntrinsicWidth 980\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lwfWu3zHO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ILakDgkPa\":\"click\",\"gYR_IeaGH\":\"click2\",\"EczqRbsLJ\":\"click3\",\"GB1if3TH_\":\"click4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerIfcKeu_HF=withCSS(Component,css,\"framer-eqQAA\");export default FramerIfcKeu_HF;FramerIfcKeu_HF.displayName=\"Case Studies: Virtual Leadership Development Collapsed\";FramerIfcKeu_HF.defaultProps={height:272.5,width:980};addPropertyControls(FramerIfcKeu_HF,{ILakDgkPa:{title:\"Click\",type:ControlType.EventHandler},gYR_IeaGH:{title:\"Click 2\",type:ControlType.EventHandler},EczqRbsLJ:{title:\"Click 3\",type:ControlType.EventHandler},GB1if3TH_:{title:\"Click 4\",type:ControlType.EventHandler}});addFonts(FramerIfcKeu_HF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIfcKeu_HF\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lwfWu3zHO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ILakDgkPa\\\":\\\"click\\\",\\\"gYR_IeaGH\\\":\\\"click2\\\",\\\"EczqRbsLJ\\\":\\\"click3\\\",\\\"GB1if3TH_\\\":\\\"click4\\\"}\",\"framerIntrinsicWidth\":\"980\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"272.5\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IfcKeu_HF.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}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{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pwPfYAefjy1atbnaTA3p/2Cs4yuv9OgY1RZok6nmG/i2Wv7_Wd0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/b18We2IVcdLdM6fUrC8z/ZOFkgXABMq73aJIo6F5f/NzENyaQvJ.js\";const enabledGestures={EkUidj9qY:{hover:true}};const serializationHash=\"framer-jtxC5\";const variantClassNames={EkUidj9qY:\"framer-v-1llpv4s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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=({click,click2,click3,click4,height,id,width,...props})=>{return{...props,gM8L2g9bG:click4??props.gM8L2g9bG,jkv1HZBZv:click3??props.jkv1HZBZv,uUbFRE9Oq:click2??props.uUbFRE9Oq,v4sy_ccbV:click??props.v4sy_ccbV};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,v4sy_ccbV,uUbFRE9Oq,jkv1HZBZv,gM8L2g9bG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EkUidj9qY\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap6q5yiy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(v4sy_ccbV){const res=await v4sy_ccbV(...args);if(res===false)return false;}});const onTap97j4zj=activeVariantCallback(async(...args)=>{if(uUbFRE9Oq){const res=await uUbFRE9Oq(...args);if(res===false)return false;}});const onTap1ti5clu=activeVariantCallback(async(...args)=>{if(jkv1HZBZv){const res=await jkv1HZBZv(...args);if(res===false)return false;}});const onTap1cgkdmo=activeVariantCallback(async(...args)=>{if(gM8L2g9bG){const res=await gM8L2g9bG(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1llpv4s\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EkUidj9qY\",onTap:onTap6q5yiy,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(270deg, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 0%, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\",...style},variants:{\"EkUidj9qY-hover\":{background:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"EkUidj9qY-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-150kv0t\",\"data-framer-name\":\"Collapsed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uOkLYdkIo\",onTap:onTap97j4zj,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h8vvxc\",layoutDependency:layoutDependency,layoutId:\"wpps2b4Q0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-siyb7r\",layoutDependency:layoutDependency,layoutId:\"F_apGWe0u\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s2oj99\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mBxBj_LrB\",onTap:onTap1ti5clu,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b2r4qk\",layoutDependency:layoutDependency,layoutId:\"U0gbsDk3A\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{\"EkUidj9qY-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ex2dd5\",layoutDependency:layoutDependency,layoutId:\"JN20p7RUG\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:90},variants:{\"EkUidj9qY-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Beyond the Perfect Resume\"})}),className:\"framer-1xa0ea7\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"But2R3whC\",onTap:onTap1cgkdmo,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"EkUidj9qY-hover\":{\"--extracted-1of0zx5\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"EkUidj9qY-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:\"Beyond the Perfect Resume\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bqhtm\",layoutDependency:layoutDependency,layoutId:\"Xy8I_wGBD\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Dilemma: A top consulting firm faced a challenging decision between two outstanding partner candidates with similar credentials.\"}),/*#__PURE__*/_jsx(motion.strong,{children:/*#__PURE__*/_jsx(motion.br,{})})]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Insight: The simulation uncovered crucial distinctions in decision-making styles, leading to a promotion that aligned perfectly with long-term organizational goals.\"})})]}),className:\"framer-188wqwz\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"zjijqWQZ8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"EkUidj9qY-hover\":{\"--extracted-1w3ko1f\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",\"--extracted-2gxw0f\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"EkUidj9qY-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Dilemma: A top consulting firm faced a challenging decision between two outstanding partner candidates with similar credentials.\"})}),/*#__PURE__*/_jsx(motion.strong,{children:/*#__PURE__*/_jsx(motion.br,{})})]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Insight: The simulation uncovered crucial distinctions in decision-making styles, leading to a promotion that aligned perfectly with long-term organizational goals.\"})})]})}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jtxC5.framer-1lmysqw, .framer-jtxC5 .framer-1lmysqw { display: block; }\",\".framer-jtxC5.framer-1llpv4s { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 10px; position: relative; width: 980px; }\",\".framer-jtxC5 .framer-150kv0t { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 32px 15px 32px 15px; position: relative; width: 100%; }\",\".framer-jtxC5 .framer-h8vvxc { 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-jtxC5 .framer-siyb7r { 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: min-content; }\",\".framer-jtxC5 .framer-s2oj99 { cursor: pointer; flex: none; height: 49px; overflow: visible; position: relative; width: 50px; }\",\".framer-jtxC5 .framer-b2r4qk, .framer-jtxC5 .framer-1ex2dd5 { flex: none; height: 2px; left: calc(48.71794871794874% - 25px / 2); overflow: visible; position: absolute; top: calc(51.02040816326533% - 1.6666666666666714px / 2); width: 25px; }\",\".framer-jtxC5 .framer-1xa0ea7 { cursor: pointer; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-jtxC5 .framer-1bqhtm { 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: 89%; }\",\".framer-jtxC5 .framer-188wqwz { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-jtxC5[data-border=\"true\"]::after, .framer-jtxC5 [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 266.5\n * @framerIntrinsicWidth 980\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"A4MoHfUUK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"v4sy_ccbV\":\"click\",\"uUbFRE9Oq\":\"click2\",\"jkv1HZBZv\":\"click3\",\"gM8L2g9bG\":\"click4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerkWdD7fSjd=withCSS(Component,css,\"framer-jtxC5\");export default FramerkWdD7fSjd;FramerkWdD7fSjd.displayName=\"Case Studies: Beyond the Perfect Resume\";FramerkWdD7fSjd.defaultProps={height:266.5,width:980};addPropertyControls(FramerkWdD7fSjd,{v4sy_ccbV:{title:\"Click\",type:ControlType.EventHandler},uUbFRE9Oq:{title:\"Click 2\",type:ControlType.EventHandler},jkv1HZBZv:{title:\"Click 3\",type:ControlType.EventHandler},gM8L2g9bG:{title:\"Click 4\",type:ControlType.EventHandler}});addFonts(FramerkWdD7fSjd,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkWdD7fSjd\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"266.5\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"980\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"v4sy_ccbV\\\":\\\"click\\\",\\\"uUbFRE9Oq\\\":\\\"click2\\\",\\\"jkv1HZBZv\\\":\\\"click3\\\",\\\"gM8L2g9bG\\\":\\\"click4\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A4MoHfUUK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kWdD7fSjd.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}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{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pwPfYAefjy1atbnaTA3p/2Cs4yuv9OgY1RZok6nmG/i2Wv7_Wd0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/b18We2IVcdLdM6fUrC8z/ZOFkgXABMq73aJIo6F5f/NzENyaQvJ.js\";const enabledGestures={ewDpaFkU3:{hover:true}};const serializationHash=\"framer-5wOEb\";const variantClassNames={ewDpaFkU3:\"framer-v-5a0uij\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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=({click,click2,click3,click4,height,id,width,...props})=>{return{...props,EMsviwKQ2:click4??props.EMsviwKQ2,fBkn7CrAA:click3??props.fBkn7CrAA,kyozEdS6R:click2??props.kyozEdS6R,XRcLyPNLs:click??props.XRcLyPNLs};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,XRcLyPNLs,kyozEdS6R,fBkn7CrAA,EMsviwKQ2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ewDpaFkU3\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17c8lmh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XRcLyPNLs){const res=await XRcLyPNLs(...args);if(res===false)return false;}});const onTaplezsp5=activeVariantCallback(async(...args)=>{if(kyozEdS6R){const res=await kyozEdS6R(...args);if(res===false)return false;}});const onTapddbxcx=activeVariantCallback(async(...args)=>{if(fBkn7CrAA){const res=await fBkn7CrAA(...args);if(res===false)return false;}});const onTap1mnlln=activeVariantCallback(async(...args)=>{if(EMsviwKQ2){const res=await EMsviwKQ2(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-5a0uij\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ewDpaFkU3\",onTap:onTap17c8lmh,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(270deg, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 0%, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\",...style},variants:{\"ewDpaFkU3-hover\":{background:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"ewDpaFkU3-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i7ov7s\",\"data-framer-name\":\"Collapsed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rSL6hLrkw\",onTap:onTaplezsp5,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a9p93a\",layoutDependency:layoutDependency,layoutId:\"IDhWiRE0Q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-eg9l32\",layoutDependency:layoutDependency,layoutId:\"bu8Sz5lKk\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-139b3sl\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tKpRApEqf\",onTap:onTapddbxcx,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w1m9lv\",layoutDependency:layoutDependency,layoutId:\"Y6dpIvYId\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{\"ewDpaFkU3-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-sje36b\",layoutDependency:layoutDependency,layoutId:\"N6lKMhY5m\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:90},variants:{\"ewDpaFkU3-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Transforming Team Dialogue\"})}),className:\"framer-1aiyo06\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nPAxcfucZ\",onTap:onTap1mnlln,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"ewDpaFkU3-hover\":{\"--extracted-1of0zx5\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ewDpaFkU3-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:\"Transforming Team Dialogue\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4gthpi\",layoutDependency:layoutDependency,layoutId:\"odlGoI09W\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:/*#__PURE__*/_jsx(motion.strong,{children:'Challenge: A mid-sized company\\'s executive team of 15 sought to address concerns about a potential \"yes\" culture. '})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Solution: The simulation revealed hidden team dynamics, enabling targeted interventions that enhanced problem-solving and fostered more constructive team interactions.\"})})]}),className:\"framer-1kwj66p\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"MSXWvvQrJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"ewDpaFkU3-hover\":{\"--extracted-2gxw0f\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ewDpaFkU3-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:'Challenge: A mid-sized company\\'s executive team of 15 sought to address concerns about a potential \"yes\" culture. '})}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Solution: The simulation revealed hidden team dynamics, enabling targeted interventions that enhanced problem-solving and fostered more constructive team interactions.\"})})]})}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5wOEb.framer-1w0ugg0, .framer-5wOEb .framer-1w0ugg0 { display: block; }\",\".framer-5wOEb.framer-5a0uij { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 10px; position: relative; width: 980px; }\",\".framer-5wOEb .framer-1i7ov7s { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 2px 15px 2px 15px; position: relative; width: 100%; }\",\".framer-5wOEb .framer-a9p93a { 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-5wOEb .framer-eg9l32 { 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: min-content; }\",\".framer-5wOEb .framer-139b3sl { cursor: pointer; flex: none; height: 49px; overflow: visible; position: relative; width: 39px; }\",\".framer-5wOEb .framer-1w1m9lv, .framer-5wOEb .framer-sje36b { flex: none; height: 2px; left: calc(48.71794871794874% - 25px / 2); overflow: visible; position: absolute; top: calc(51.02040816326533% - 1.6666666666666714px / 2); width: 25px; }\",\".framer-5wOEb .framer-1aiyo06 { cursor: pointer; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-5wOEb .framer-4gthpi { 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: 89%; }\",\".framer-5wOEb .framer-1kwj66p { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-5wOEb[data-border=\"true\"]::after, .framer-5wOEb [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 207\n * @framerIntrinsicWidth 980\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zEGL_zZdn\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"XRcLyPNLs\":\"click\",\"kyozEdS6R\":\"click2\",\"fBkn7CrAA\":\"click3\",\"EMsviwKQ2\":\"click4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerL0tm9z5mL=withCSS(Component,css,\"framer-5wOEb\");export default FramerL0tm9z5mL;FramerL0tm9z5mL.displayName=\"Case Studies: Boosting Executives Hover\";FramerL0tm9z5mL.defaultProps={height:207,width:980};addPropertyControls(FramerL0tm9z5mL,{XRcLyPNLs:{title:\"Click\",type:ControlType.EventHandler},kyozEdS6R:{title:\"Click 2\",type:ControlType.EventHandler},fBkn7CrAA:{title:\"Click 3\",type:ControlType.EventHandler},EMsviwKQ2:{title:\"Click 4\",type:ControlType.EventHandler}});addFonts(FramerL0tm9z5mL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL0tm9z5mL\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"207\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zEGL_zZdn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"980\",\"framerVariables\":\"{\\\"XRcLyPNLs\\\":\\\"click\\\",\\\"kyozEdS6R\\\":\\\"click2\\\",\\\"fBkn7CrAA\\\":\\\"click3\\\",\\\"EMsviwKQ2\\\":\\\"click4\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L0tm9z5mL.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}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{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/pwPfYAefjy1atbnaTA3p/2Cs4yuv9OgY1RZok6nmG/i2Wv7_Wd0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/b18We2IVcdLdM6fUrC8z/ZOFkgXABMq73aJIo6F5f/NzENyaQvJ.js\";const enabledGestures={uTuaX7Jlb:{hover:true}};const serializationHash=\"framer-UTrdd\";const variantClassNames={uTuaX7Jlb:\"framer-v-1g7lggt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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=({click,click2,click3,click4,height,id,width,...props})=>{return{...props,Dsaaac3d1:click3??props.Dsaaac3d1,hGy2ef8Pw:click??props.hGy2ef8Pw,IyyaxLMfe:click4??props.IyyaxLMfe,ZYtS0Iy_Y:click2??props.ZYtS0Iy_Y};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,hGy2ef8Pw,ZYtS0Iy_Y,Dsaaac3d1,IyyaxLMfe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"uTuaX7Jlb\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1daod51=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(hGy2ef8Pw){const res=await hGy2ef8Pw(...args);if(res===false)return false;}});const onTaphy63u5=activeVariantCallback(async(...args)=>{if(ZYtS0Iy_Y){const res=await ZYtS0Iy_Y(...args);if(res===false)return false;}});const onTapvbq941=activeVariantCallback(async(...args)=>{if(Dsaaac3d1){const res=await Dsaaac3d1(...args);if(res===false)return false;}});const onTapz6219z=activeVariantCallback(async(...args)=>{if(IyyaxLMfe){const res=await IyyaxLMfe(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1g7lggt\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uTuaX7Jlb\",onTap:onTap1daod51,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(270deg, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 0%, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\",...style},variants:{\"uTuaX7Jlb-hover\":{background:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"uTuaX7Jlb-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7k0izi\",\"data-framer-name\":\"Collapsed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YNCyFsbGH\",onTap:onTaphy63u5,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ba4e3e\",layoutDependency:layoutDependency,layoutId:\"XAiljVASB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i3wf0w\",layoutDependency:layoutDependency,layoutId:\"RUOzWzZVQ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xcp48t\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nU0OxmJhD\",onTap:onTapvbq941,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nzdvix\",layoutDependency:layoutDependency,layoutId:\"ki2H_3H_Z\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},variants:{\"uTuaX7Jlb-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o9xn8k\",layoutDependency:layoutDependency,layoutId:\"FV4qxZzqz\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:90},variants:{\"uTuaX7Jlb-hover\":{backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}}})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Real World Prediction Accuracy\"})}),className:\"framer-1nwpu3q\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"d5Yum65uu\",onTap:onTapz6219z,style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"uTuaX7Jlb-hover\":{\"--extracted-1of0zx5\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"uTuaX7Jlb-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:\"Real World Prediction Accuracy\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dx8y2w\",layoutDependency:layoutDependency,layoutId:\"Iuc3rq3wC\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Goal: A reputation-focused organization wanted to validate Meseekna's effectiveness by comparing simulation results with two years of employee performance data. \"}),/*#__PURE__*/_jsx(motion.strong,{children:/*#__PURE__*/_jsx(motion.br,{})})]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:/*#__PURE__*/_jsx(motion.strong,{children:\"Outcome: The assessment revealed a strong statistical correlation (p<0.03) between 30-minute gameplay and long-term performance, proving the simulation's predictive power.\"})})]}),className:\"framer-5nspnb\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"GqoHr0Pww\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"uTuaX7Jlb-hover\":{\"--extracted-1w3ko1f\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",\"--extracted-2gxw0f\":\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"uTuaX7Jlb-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Goal: A reputation-focused organization wanted to validate Meseekna's effectiveness by comparing simulation results with two years of employee performance data. \"})}),/*#__PURE__*/_jsx(motion.strong,{children:/*#__PURE__*/_jsx(motion.br,{})})]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Outcome: The assessment revealed a strong statistical correlation (p<0.03) between 30-minute gameplay and long-term performance, proving the simulation's predictive power.\"})})]})}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UTrdd.framer-19u4xym, .framer-UTrdd .framer-19u4xym { display: block; }\",\".framer-UTrdd.framer-1g7lggt { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 10px; position: relative; width: 980px; }\",\".framer-UTrdd .framer-7k0izi { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 32px 15px 32px 15px; position: relative; width: 100%; }\",\".framer-UTrdd .framer-1ba4e3e { 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-UTrdd .framer-1i3wf0w { 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: min-content; }\",\".framer-UTrdd .framer-1xcp48t { cursor: pointer; flex: none; height: 49px; overflow: visible; position: relative; width: 50px; }\",\".framer-UTrdd .framer-1nzdvix, .framer-UTrdd .framer-1o9xn8k { flex: none; height: 2px; left: calc(48.71794871794874% - 25px / 2); overflow: visible; position: absolute; top: calc(51.02040816326533% - 1.6666666666666714px / 2); width: 25px; }\",\".framer-UTrdd .framer-1nwpu3q { cursor: pointer; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-UTrdd .framer-dx8y2w { 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: 89%; }\",\".framer-UTrdd .framer-5nspnb { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-UTrdd[data-border=\"true\"]::after, .framer-UTrdd [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 266.5\n * @framerIntrinsicWidth 980\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"k56kMqzFV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"hGy2ef8Pw\":\"click\",\"ZYtS0Iy_Y\":\"click2\",\"Dsaaac3d1\":\"click3\",\"IyyaxLMfe\":\"click4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUvTAqv4rg=withCSS(Component,css,\"framer-UTrdd\");export default FramerUvTAqv4rg;FramerUvTAqv4rg.displayName=\"Predicting Long-Term Success Collapsed\";FramerUvTAqv4rg.defaultProps={height:266.5,width:980};addPropertyControls(FramerUvTAqv4rg,{hGy2ef8Pw:{title:\"Click\",type:ControlType.EventHandler},ZYtS0Iy_Y:{title:\"Click 2\",type:ControlType.EventHandler},Dsaaac3d1:{title:\"Click 3\",type:ControlType.EventHandler},IyyaxLMfe:{title:\"Click 4\",type:ControlType.EventHandler}});addFonts(FramerUvTAqv4rg,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUvTAqv4rg\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"980\",\"framerIntrinsicHeight\":\"266.5\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k56kMqzFV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"hGy2ef8Pw\\\":\\\"click\\\",\\\"ZYtS0Iy_Y\\\":\\\"click2\\\",\\\"Dsaaac3d1\\\":\\\"click3\\\",\\\"IyyaxLMfe\\\":\\\"click4\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UvTAqv4rg.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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/pwPfYAefjy1atbnaTA3p/2Cs4yuv9OgY1RZok6nmG/i2Wv7_Wd0.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/b18We2IVcdLdM6fUrC8z/ZOFkgXABMq73aJIo6F5f/NzENyaQvJ.js\";import CaseStudiesVirtualLeadershipDevelopmentCollapsed from\"https://framerusercontent.com/modules/Pe8MbQB3QrcYYpu999q9/LJ37ZLbqj8alVzfDvbxQ/IfcKeu_HF.js\";import CaseStudiesBeyondThePerfectResume from\"https://framerusercontent.com/modules/IFzMDapfNVtndDinSBZq/f46L0cOqmdOWkN1L5ukZ/kWdD7fSjd.js\";import CaseStudiesBoostingExecutivesHover from\"https://framerusercontent.com/modules/vMQWLLv6H4r4CVD1fmkZ/OB0nlvJ4hhl56hqVPz7U/L0tm9z5mL.js\";import PredictingLongTermSuccessCollapsed from\"https://framerusercontent.com/modules/lX7eBvNvoHcEMsCoqSn8/YnBuxO9Ra1041Am3SS1O/UvTAqv4rg.js\";const CaseStudiesBoostingExecutivesHoverFonts=getFonts(CaseStudiesBoostingExecutivesHover);const CaseStudiesBeyondThePerfectResumeFonts=getFonts(CaseStudiesBeyondThePerfectResume);const PredictingLongTermSuccessCollapsedFonts=getFonts(PredictingLongTermSuccessCollapsed);const CaseStudiesVirtualLeadershipDevelopmentCollapsedFonts=getFonts(CaseStudiesVirtualLeadershipDevelopmentCollapsed);const cycleOrder=[\"HfA8Q6K65\",\"VRFo75gjg\",\"MLlFdlRPX\",\"yNpjf1FEN\",\"YBWtff_H8\"];const serializationHash=\"framer-zt2fj\";const variantClassNames={HfA8Q6K65:\"framer-v-wv7pxh\",MLlFdlRPX:\"framer-v-t7anft\",VRFo75gjg:\"framer-v-1kh37wv\",YBWtff_H8:\"framer-v-k4k5qe\",yNpjf1FEN:\"framer-v-24ynro\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.03,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Boosting Executive Team Performance\":\"VRFo75gjg\",\"Data-Driven Leadership Selection\":\"MLlFdlRPX\",\"Predicting Long-Term Success\":\"YBWtff_H8\",Base:\"HfA8Q6K65\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HfA8Q6K65\"};};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:\"HfA8Q6K65\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const XRcLyPNLs10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const kyozEdS6R10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const fBkn7CrAA10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const EMsviwKQ215eudtq=activeVariantCallback(async(...args)=>{setVariant(\"CYL8KixKK\");});const onTap1soxs6t=activeVariantCallback(async(...args)=>{setVariant(\"rYhPy2uq4\");});const v4sy_ccbV172by6a=activeVariantCallback(async(...args)=>{setVariant(\"MLlFdlRPX\");});const uUbFRE9Oq172by6a=activeVariantCallback(async(...args)=>{setVariant(\"MLlFdlRPX\");});const jkv1HZBZv10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const gM8L2g9bG15eudtq=activeVariantCallback(async(...args)=>{setVariant(\"CYL8KixKK\");});const hGy2ef8Pw1adamoz=activeVariantCallback(async(...args)=>{setVariant(\"yNpjf1FEN\");});const ZYtS0Iy_Y10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const Dsaaac3d110pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const IyyaxLMfe15eudtq=activeVariantCallback(async(...args)=>{setVariant(\"CYL8KixKK\");});const onTap727e21=activeVariantCallback(async(...args)=>{setVariant(\"HfA8Q6K65\");});const ILakDgkPa1f3bw89=activeVariantCallback(async(...args)=>{setVariant(\"YBWtff_H8\");});const gYR_IeaGH10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const EczqRbsLJ10pt2k4=activeVariantCallback(async(...args)=>{setVariant(\"VRFo75gjg\");});const GB1if3TH_15eudtq=activeVariantCallback(async(...args)=>{setVariant(\"CYL8KixKK\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"VRFo75gjg\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"YBWtff_H8\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"yNpjf1FEN\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"MLlFdlRPX\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"yNpjf1FEN\")return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"VRFo75gjg\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"MLlFdlRPX\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"YBWtff_H8\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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-wv7pxh\",className,classNames),\"data-framer-name\":\"Base\",layoutDependency:layoutDependency,layoutId:\"HfA8Q6K65\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({MLlFdlRPX:{\"data-framer-name\":\"Data-Driven Leadership Selection\"},VRFo75gjg:{\"data-framer-name\":\"Boosting Executive Team Performance\"},YBWtff_H8:{\"data-framer-name\":\"Predicting Long-Term Success\"},yNpjf1FEN:{\"data-framer-name\":\"Predicting Long-Term Success\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ve1lwj\",layoutDependency:layoutDependency,layoutId:\"WKHlWysMu\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:243,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+(10+((componentViewport?.height||1080)-20-1060)/2)+0+0,...addPropertyOverrides({MLlFdlRPX:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1607)-20-1825.6000000000001)/2)+0+0},YBWtff_H8:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1371)-20-1368.8000000000002)/2)+0+0},yNpjf1FEN:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1363)-20-1919.2000000000003)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16eogxh-container\",layoutDependency:layoutDependency,layoutId:\"YLepeHqDZ-container\",whileHover:animation,children:/*#__PURE__*/_jsx(CaseStudiesBoostingExecutivesHover,{EMsviwKQ2:EMsviwKQ215eudtq,fBkn7CrAA:fBkn7CrAA10pt2k4,height:\"100%\",id:\"YLepeHqDZ\",kyozEdS6R:kyozEdS6R10pt2k4,layoutId:\"YLepeHqDZ\",style:{width:\"100%\"},width:\"100%\",XRcLyPNLs:XRcLyPNLs10pt2k4})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-t0asuy\",\"data-border\":true,\"data-framer-name\":\"Virtual Leadership DevelopmentExpanded\",layoutDependency:layoutDependency,layoutId:\"lZ7uNO61H\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5jyj9j\",\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"ywbcd1e54\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2x9r9z\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"w5Dmjsc9r\",onTap:onTap1soxs6t,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fa7fgg\",layoutDependency:layoutDependency,layoutId:\"YYLHsXaOc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lk1fk0\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gjDkkCdp_\",onTap:onTap1soxs6t,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nhs4a1\",layoutDependency:layoutDependency,layoutId:\"zyHBSXmzX\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-figw5b\",layoutDependency:layoutDependency,layoutId:\"ZA20nnMu8\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Predicting Long-Term Success: Meseekna's Simulation Proves Highly Correlated with Employee Performance\"})}),className:\"framer-m73jrn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"naUmhornE\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sqvioh\",layoutDependency:layoutDependency,layoutId:\"QxPnBqGxV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"In 2020, as the world grappled with the challenges of the COVID-19 pandemic, Meseekna demonstrated its adaptability and effectiveness by facilitating hybrid workshops for an elite group of global leaders. The participants included executives from 38 venture-backed and publicly traded companies, spanning 15 countries and representing 8 household global brands.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"The collective impact of these organizations was staggering, with a combined 2019 revenue of $540 billion and a workforce exceeding 640,000 employees. Despite the diverse backgrounds and the challenges of remote collaboration, Meseekna's workshops proved to be a resounding success. Over 68% of participants rated the Meseekna experience as superior to other corporate training they had received in their careers.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"This case study highlights Meseekna's ability to deliver high-impact, transformative experiences even in challenging circumstances. By successfully engaging top-tier global leaders and receiving overwhelming positive feedback, Meseekna solidified its position as a leading provider of innovative, effective leadership development solutions.\"})]}),className:\"framer-1op8xdg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kYWiH7mcB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ro7x9n\",\"data-border\":true,\"data-framer-name\":\"Predicting Long-Term Success Expanded\",layoutDependency:layoutDependency,layoutId:\"DlW6lmBmT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9huhmj\",\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"R8MBQnXPa\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xi2n51\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mrDQiYAlM\",onTap:onTap1soxs6t,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kd08a\",layoutDependency:layoutDependency,layoutId:\"fl83GJEL7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6ppxr3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nqGmZp6ZZ\",onTap:onTap1soxs6t,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ulnixe\",layoutDependency:layoutDependency,layoutId:\"W9VZpnsI_\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ahotnk\",layoutDependency:layoutDependency,layoutId:\"YLNzXjzII\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Predicting Long-Term Success: Meseekna's Simulation Proves Highly Correlated with Employee Performance\"})}),className:\"framer-7say0p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RoxhJeSPb\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jpwkbg\",layoutDependency:layoutDependency,layoutId:\"woST9kM4a\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"A reputation-conscious organization sought to validate Meseekna's effectiveness by retroactively reviewing the real-world performance of over 200 employees. These individuals completed a 30-minute simulation gameplay, analyzing eight key measures. The organization then compared these results to internal performance rankings accumulated over two years of work.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"To ensure objectivity, the exercise was conducted blind to Meseekna, adding an extra layer of credibility to the results. The outcome was remarkable: Meseekna's simulation scores showed a strong statistical correlation (p<0.03) with the organization's internal performance measures.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"This strong correlation demonstrates Meseekna's ability to:\"}),/*#__PURE__*/_jsxs(motion.ul,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Accurately predict long-term employee performance from a brief assessment\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Identify key cognitive and behavioral traits that contribute to success within the organization\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Provide valuable insights that align with real-world outcomes\"})})]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"By validating Meseekna's predictive power, this organization gained confidence in leveraging the simulation technology to make informed decisions about their most valuable asset - their people.\"})]}),className:\"framer-ndaj1k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZhEuz2Hig\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:241,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+(10+((componentViewport?.height||1080)-20-1060)/2)+0+253,...addPropertyOverrides({VRFo75gjg:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1481)-20-1524.4)/2)+0+717.4000000000001},YBWtff_H8:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1371)-20-1368.8000000000002)/2)+0+253},yNpjf1FEN:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1363)-20-1919.2000000000003)/2)+0+253}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-23z08l-container\",layoutDependency:layoutDependency,layoutId:\"wuFksWejF-container\",whileHover:animation,children:/*#__PURE__*/_jsx(CaseStudiesBeyondThePerfectResume,{gM8L2g9bG:gM8L2g9bG15eudtq,height:\"100%\",id:\"wuFksWejF\",jkv1HZBZv:jkv1HZBZv10pt2k4,layoutId:\"wuFksWejF\",style:{width:\"100%\"},uUbFRE9Oq:uUbFRE9Oq172by6a,v4sy_ccbV:v4sy_ccbV172by6a,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:297,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+(10+((componentViewport?.height||1080)-20-1060)/2)+0+504,...addPropertyOverrides({MLlFdlRPX:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1607)-20-1825.6000000000001)/2)+0+1269.6000000000001},VRFo75gjg:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1481)-20-1524.4)/2)+0+968.4000000000001},YBWtff_H8:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1371)-20-1368.8000000000002)/2)+0+504}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eeezz8-container\",layoutDependency:layoutDependency,layoutId:\"svuDD2dau-container\",whileHover:animation,children:/*#__PURE__*/_jsx(PredictingLongTermSuccessCollapsed,{Dsaaac3d1:Dsaaac3d110pt2k4,height:\"100%\",hGy2ef8Pw:hGy2ef8Pw1adamoz,id:\"svuDD2dau\",IyyaxLMfe:IyyaxLMfe15eudtq,layoutId:\"svuDD2dau\",style:{width:\"100%\"},width:\"100%\",ZYtS0Iy_Y:ZYtS0Iy_Y10pt2k4})})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jzrm9k\",\"data-border\":true,\"data-framer-name\":\"Boosting Executives Expanded\",layoutDependency:layoutDependency,layoutId:\"F7OvvM3c5\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xxyc49\",\"data-framer-name\":\"Expanded\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zVB2CWCT_\",onTap:onTap727e21,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-o6zqzk\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LN9ca4O9p\",onTap:onTap1soxs6t,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1egeupc\",layoutDependency:layoutDependency,layoutId:\"RB7hSTURy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rv899n\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TUMBNS9N9\",onTap:onTap1soxs6t,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1opc4n6\",layoutDependency:layoutDependency,layoutId:\"WOE_1qn2D\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ld9cbt\",layoutDependency:layoutDependency,layoutId:\"GoWVXXlNL\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Boosting Executive Team Performance: Meseekna Simulation Uncovers Hidden Dynamics\"})}),className:\"framer-1f4q5yt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mLNszATr2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bgsi98\",layoutDependency:layoutDependency,layoutId:\"s1LiHjWpf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"A mid-sized company's executive team of 15 individuals, known for its strong camaraderie, underwent Meseekna's simulation to address the CEO's concerns about a potential \\\"yes\\\" culture. The assessment, analyzing six key measures, revealed unexpected insights into team dynamics.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"The simulation data uncovered that while the team excelled in collegiality, the majority struggled with information management. Additionally, it exposed a nuanced conflict dynamic: several members were comfortable with disagreement, but a vocal minority strongly avoided confrontation.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"Leveraging these insights, Meseekna's team provided targeted interventions. They empowered an employee with strong conflict management skills to take on a more challenging role in team interactions, fostering healthier debates. The assessment also identified team members with exceptional information management abilities, suggesting the CEO utilize their skills to streamline group discussions and decision-making processes.\\xa0\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"This tailored approach offered a path to a more balanced team dynamic, where constructive arguments could flourish and information flow improved significantly.\\xa0 By uncovering hidden performance gaps and individual strengths, Meseekna enabled this executive team to transform potential weaknesses into opportunities for growth and excellence.\"})]}),className:\"framer-59szcy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ndp7w8WOJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k3eyyt\",\"data-border\":true,\"data-framer-name\":\"Data Driven Expanded\",layoutDependency:layoutDependency,layoutId:\"OZsJb35tS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-341791cd-2086-44c4-973e-1387b5160920, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"1px 3px 4px 4px var(--token-896e2e00-1d9c-4681-8b23-d69250a03a3e, rgb(224, 224, 224))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1glv2t8\",\"data-framer-name\":\"Expanded\",layoutDependency:layoutDependency,layoutId:\"MG8tBIVJV\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ti68o7\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"W_h_pHrzj\",onTap:onTap1soxs6t,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j0nlab\",layoutDependency:layoutDependency,layoutId:\"RczH8z3ZF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-150c5rd\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"toJkslQ1O\",onTap:onTap1soxs6t,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sajent\",layoutDependency:layoutDependency,layoutId:\"n8ANDwtYX\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e85hyg\",layoutDependency:layoutDependency,layoutId:\"KJU9J5FRB\",style:{backgroundColor:\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jl8x07\",\"data-styles-preset\":\"i2Wv7_Wd0\",children:\"Data-Driven Leadership Selection: How Meseekna's Assessment Guided a Key Promotion Decision\"})}),className:\"framer-45r5aq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FEqafbvvh\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pem4mt\",layoutDependency:layoutDependency,layoutId:\"rk2hRyQ9Y\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"A prestigious consulting firm faced a challenging decision between two outstanding candidates for a partner promotion. Both individuals boasted exceptional skills, firm loyalty, exemplary 360-degree reviews, and impressive academic credentials. To gain deeper insights, the firm turned to Meseekna's assessment technology.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"The simulation revealed crucial distinctions between the candidates:\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"Individual A demonstrated responsive decision-making with a task-oriented focus. Their gameplay showed marginal levels of decision-making, utilizing some, but not all, presented opportunities. They exhibited a tendency to prioritize immediate tasks over long-term goals, people, or self-development.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"In contrast, Individual B displayed integrated planning skills with a people-centric approach. Their simulation gameplay showcased strategic use of opportunities, an ability to assimilate diverse viewpoints, and a balanced focus on both people and organizational goals.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"Based on these insights, the firm promoted Individual B, who later ascended to become CEO of a Fortune 50 company. Individual A continued to excel as a reliable partner and functional expert within the consulting firm.\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",children:\"This case study underscores Meseekna's ability to uncover nuanced leadership qualities that traditional assessments might miss. By providing data-driven insights into decision-making styles and strategic thinking, Meseekna enabled the firm to make an informed promotion decision that aligned with their long-term organizational goals.\"})]}),className:\"framer-m53w4a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"grTefG0v6\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:249,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+(10+((componentViewport?.height||1080)-20-1060)/2)+0+811,...addPropertyOverrides({MLlFdlRPX:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1607)-20-1825.6000000000001)/2)+0+1576.6000000000001},VRFo75gjg:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1481)-20-1524.4)/2)+0+1275.4},yNpjf1FEN:{y:(componentViewport?.y||0)+(10+((componentViewport?.height||1363)-20-1919.2000000000003)/2)+0+1670.2000000000003}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p1ix7j-container\",layoutDependency:layoutDependency,layoutId:\"s_uUZGa21-container\",whileHover:animation,children:/*#__PURE__*/_jsx(CaseStudiesVirtualLeadershipDevelopmentCollapsed,{EczqRbsLJ:EczqRbsLJ10pt2k4,GB1if3TH_:GB1if3TH_15eudtq,gYR_IeaGH:gYR_IeaGH10pt2k4,height:\"100%\",id:\"s_uUZGa21\",ILakDgkPa:ILakDgkPa1f3bw89,layoutId:\"s_uUZGa21\",style:{width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zt2fj.framer-dhbusj, .framer-zt2fj .framer-dhbusj { display: block; }\",\".framer-zt2fj.framer-wv7pxh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 10px; position: relative; width: 1000px; }\",\".framer-zt2fj .framer-ve1lwj { 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-zt2fj .framer-16eogxh-container, .framer-zt2fj .framer-23z08l-container, .framer-zt2fj .framer-1eeezz8-container, .framer-zt2fj .framer-1p1ix7j-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-zt2fj .framer-t0asuy, .framer-zt2fj .framer-1ro7x9n, .framer-zt2fj .framer-1jzrm9k, .framer-zt2fj .framer-1k3eyyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 10px; position: relative; width: 100%; }\",\".framer-zt2fj .framer-5jyj9j, .framer-zt2fj .framer-9huhmj { 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: 15px; position: relative; width: 98%; }\",\".framer-zt2fj .framer-2x9r9z, .framer-zt2fj .framer-1xi2n51, .framer-zt2fj .framer-o6zqzk, .framer-zt2fj .framer-1ti68o7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 100%; }\",\".framer-zt2fj .framer-fa7fgg, .framer-zt2fj .framer-kd08a, .framer-zt2fj .framer-1egeupc, .framer-zt2fj .framer-1j0nlab { 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-zt2fj .framer-1lk1fk0, .framer-zt2fj .framer-6ppxr3, .framer-zt2fj .framer-1rv899n, .framer-zt2fj .framer-150c5rd { cursor: pointer; flex: none; height: 49px; overflow: visible; position: relative; width: 39px; }\",\".framer-zt2fj .framer-nhs4a1, .framer-zt2fj .framer-figw5b, .framer-zt2fj .framer-1ulnixe, .framer-zt2fj .framer-ahotnk, .framer-zt2fj .framer-1opc4n6, .framer-zt2fj .framer-ld9cbt, .framer-zt2fj .framer-1sajent, .framer-zt2fj .framer-1e85hyg { flex: none; height: 2px; left: calc(48.71794871794874% - 25px / 2); overflow: visible; position: absolute; top: calc(51.02040816326533% - 1.6666666666666714px / 2); width: 25px; }\",\".framer-zt2fj .framer-m73jrn, .framer-zt2fj .framer-1f4q5yt, .framer-zt2fj .framer-45r5aq { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-zt2fj .framer-1sqvioh, .framer-zt2fj .framer-jpwkbg, .framer-zt2fj .framer-bgsi98, .framer-zt2fj .framer-pem4mt { 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: 89%; }\",\".framer-zt2fj .framer-1op8xdg, .framer-zt2fj .framer-ndaj1k, .framer-zt2fj .framer-59szcy, .framer-zt2fj .framer-m53w4a { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 98%; word-break: break-word; word-wrap: break-word; }\",\".framer-zt2fj .framer-7say0p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-zt2fj .framer-xxyc49 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; width: 98%; }\",\".framer-zt2fj .framer-1glv2t8 { 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: 15px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zt2fj.framer-wv7pxh, .framer-zt2fj .framer-ve1lwj, .framer-zt2fj .framer-t0asuy, .framer-zt2fj .framer-5jyj9j, .framer-zt2fj .framer-2x9r9z, .framer-zt2fj .framer-fa7fgg, .framer-zt2fj .framer-1sqvioh, .framer-zt2fj .framer-1ro7x9n, .framer-zt2fj .framer-9huhmj, .framer-zt2fj .framer-1xi2n51, .framer-zt2fj .framer-kd08a, .framer-zt2fj .framer-jpwkbg, .framer-zt2fj .framer-1jzrm9k, .framer-zt2fj .framer-xxyc49, .framer-zt2fj .framer-o6zqzk, .framer-zt2fj .framer-1egeupc, .framer-zt2fj .framer-bgsi98, .framer-zt2fj .framer-1k3eyyt, .framer-zt2fj .framer-1glv2t8, .framer-zt2fj .framer-1ti68o7, .framer-zt2fj .framer-1j0nlab, .framer-zt2fj .framer-pem4mt { gap: 0px; } .framer-zt2fj.framer-wv7pxh > *, .framer-zt2fj .framer-t0asuy > *, .framer-zt2fj .framer-fa7fgg > *, .framer-zt2fj .framer-1sqvioh > *, .framer-zt2fj .framer-1ro7x9n > *, .framer-zt2fj .framer-kd08a > *, .framer-zt2fj .framer-jpwkbg > *, .framer-zt2fj .framer-1jzrm9k > *, .framer-zt2fj .framer-1egeupc > *, .framer-zt2fj .framer-bgsi98 > *, .framer-zt2fj .framer-1k3eyyt > *, .framer-zt2fj .framer-1j0nlab > *, .framer-zt2fj .framer-pem4mt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zt2fj.framer-wv7pxh > :first-child, .framer-zt2fj .framer-t0asuy > :first-child, .framer-zt2fj .framer-fa7fgg > :first-child, .framer-zt2fj .framer-1sqvioh > :first-child, .framer-zt2fj .framer-1ro7x9n > :first-child, .framer-zt2fj .framer-kd08a > :first-child, .framer-zt2fj .framer-jpwkbg > :first-child, .framer-zt2fj .framer-1jzrm9k > :first-child, .framer-zt2fj .framer-1egeupc > :first-child, .framer-zt2fj .framer-bgsi98 > :first-child, .framer-zt2fj .framer-1k3eyyt > :first-child, .framer-zt2fj .framer-1j0nlab > :first-child, .framer-zt2fj .framer-pem4mt > :first-child { margin-left: 0px; } .framer-zt2fj.framer-wv7pxh > :last-child, .framer-zt2fj .framer-t0asuy > :last-child, .framer-zt2fj .framer-fa7fgg > :last-child, .framer-zt2fj .framer-1sqvioh > :last-child, .framer-zt2fj .framer-1ro7x9n > :last-child, .framer-zt2fj .framer-kd08a > :last-child, .framer-zt2fj .framer-jpwkbg > :last-child, .framer-zt2fj .framer-1jzrm9k > :last-child, .framer-zt2fj .framer-1egeupc > :last-child, .framer-zt2fj .framer-bgsi98 > :last-child, .framer-zt2fj .framer-1k3eyyt > :last-child, .framer-zt2fj .framer-1j0nlab > :last-child, .framer-zt2fj .framer-pem4mt > :last-child { margin-right: 0px; } .framer-zt2fj .framer-ve1lwj > *, .framer-zt2fj .framer-5jyj9j > *, .framer-zt2fj .framer-2x9r9z > *, .framer-zt2fj .framer-9huhmj > *, .framer-zt2fj .framer-1xi2n51 > *, .framer-zt2fj .framer-xxyc49 > *, .framer-zt2fj .framer-o6zqzk > *, .framer-zt2fj .framer-1glv2t8 > *, .framer-zt2fj .framer-1ti68o7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zt2fj .framer-ve1lwj > :first-child, .framer-zt2fj .framer-5jyj9j > :first-child, .framer-zt2fj .framer-2x9r9z > :first-child, .framer-zt2fj .framer-9huhmj > :first-child, .framer-zt2fj .framer-1xi2n51 > :first-child, .framer-zt2fj .framer-xxyc49 > :first-child, .framer-zt2fj .framer-o6zqzk > :first-child, .framer-zt2fj .framer-1glv2t8 > :first-child, .framer-zt2fj .framer-1ti68o7 > :first-child { margin-top: 0px; } .framer-zt2fj .framer-ve1lwj > :last-child, .framer-zt2fj .framer-5jyj9j > :last-child, .framer-zt2fj .framer-2x9r9z > :last-child, .framer-zt2fj .framer-9huhmj > :last-child, .framer-zt2fj .framer-1xi2n51 > :last-child, .framer-zt2fj .framer-xxyc49 > :last-child, .framer-zt2fj .framer-o6zqzk > :last-child, .framer-zt2fj .framer-1glv2t8 > :last-child, .framer-zt2fj .framer-1ti68o7 > :last-child { margin-bottom: 0px; } }\",\".framer-zt2fj.framer-v-1kh37wv .framer-23z08l-container, .framer-zt2fj.framer-v-24ynro .framer-23z08l-container, .framer-zt2fj.framer-v-k4k5qe .framer-23z08l-container { order: 2; }\",\".framer-zt2fj.framer-v-1kh37wv .framer-1eeezz8-container, .framer-zt2fj.framer-v-t7anft .framer-1k3eyyt { order: 4; }\",\".framer-zt2fj.framer-v-1kh37wv .framer-1jzrm9k { order: 1; }\",\".framer-zt2fj.framer-v-1kh37wv .framer-1p1ix7j-container, .framer-zt2fj.framer-v-k4k5qe .framer-t0asuy { order: 6; }\",\".framer-zt2fj.framer-v-t7anft .framer-16eogxh-container, .framer-zt2fj.framer-v-24ynro .framer-16eogxh-container, .framer-zt2fj.framer-v-k4k5qe .framer-16eogxh-container { order: 0; }\",\".framer-zt2fj.framer-v-t7anft .framer-1eeezz8-container { order: 5; }\",\".framer-zt2fj.framer-v-t7anft .framer-1p1ix7j-container, .framer-zt2fj.framer-v-24ynro .framer-1p1ix7j-container { order: 7; }\",\".framer-zt2fj.framer-v-24ynro .framer-1ro7x9n, .framer-zt2fj.framer-v-k4k5qe .framer-1eeezz8-container { order: 3; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-zt2fj[data-border=\"true\"]::after, .framer-zt2fj [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 1080\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VRFo75gjg\":{\"layout\":[\"fixed\",\"auto\"]},\"MLlFdlRPX\":{\"layout\":[\"fixed\",\"auto\"]},\"yNpjf1FEN\":{\"layout\":[\"fixed\",\"auto\"]},\"YBWtff_H8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSsU9CLkn_=withCSS(Component,css,\"framer-zt2fj\");export default FramerSsU9CLkn_;FramerSsU9CLkn_.displayName=\"Case Study Accordian\";FramerSsU9CLkn_.defaultProps={height:1080,width:1e3};addPropertyControls(FramerSsU9CLkn_,{variant:{options:[\"HfA8Q6K65\",\"VRFo75gjg\",\"MLlFdlRPX\",\"yNpjf1FEN\",\"YBWtff_H8\"],optionTitles:[\"Base\",\"Boosting Executive Team Performance\",\"Data-Driven Leadership Selection\",\"Predicting Long-Term Success\",\"Predicting Long-Term Success\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSsU9CLkn_,[{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\"}]},...CaseStudiesBoostingExecutivesHoverFonts,...CaseStudiesBeyondThePerfectResumeFonts,...PredictingLongTermSuccessCollapsedFonts,...CaseStudiesVirtualLeadershipDevelopmentCollapsedFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSsU9CLkn_\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VRFo75gjg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MLlFdlRPX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yNpjf1FEN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YBWtff_H8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1080\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (03f754e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-pKd8J\";const variantClassNames={Sn0wJOOj6:\"framer-v-v2ye1n\"};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,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:\"Sn0wJOOj6\",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(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:2084,pixelWidth:2084,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-v2ye1n\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Sn0wJOOj6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pKd8J.framer-1s0sddo, .framer-pKd8J .framer-1s0sddo { display: block; }\",\".framer-pKd8J.framer-v2ye1n { height: 200px; position: relative; width: 200px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYcT6RG55w=withCSS(Component,css,\"framer-pKd8J\");export default FramerYcT6RG55w;FramerYcT6RG55w.displayName=\"MeseeknaLogoIcon\";FramerYcT6RG55w.defaultProps={height:200,width:200};addFonts(FramerYcT6RG55w,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYcT6RG55w\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YcT6RG55w.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-Q6aqD\";const variantClassNames={efE8DnnRK:\"framer-v-1ody2q3\"};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,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:\"efE8DnnRK\",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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ody2q3\",className,classNames),\"data-framer-name\":\"A1.SimBuilder Geopolitical Scenario Image\",layoutDependency:layoutDependency,layoutId:\"efE8DnnRK\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1632,intrinsicWidth:2912,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-200)/2+0+0)),pixelHeight:349,pixelWidth:349,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1rbQMYYDbrq2uBtSj2BHSAdimk.png\"},className:\"framer-1u88ipy\",\"data-framer-name\":\"AdobeStock 928731255\",layoutDependency:layoutDependency,layoutId:\"cQSCP7G0v\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Q6aqD.framer-1gxnk07, .framer-Q6aqD .framer-1gxnk07 { display: block; }\",\".framer-Q6aqD.framer-1ody2q3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-Q6aqD .framer-1u88ipy { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Q6aqD.framer-1ody2q3 { gap: 0px; } .framer-Q6aqD.framer-1ody2q3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Q6aqD.framer-1ody2q3 > :first-child { margin-top: 0px; } .framer-Q6aqD.framer-1ody2q3 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerzb0OjRPc2=withCSS(Component,css,\"framer-Q6aqD\");export default Framerzb0OjRPc2;Framerzb0OjRPc2.displayName=\"A1. SimBuilder Geopolitical Scenario Image\";Framerzb0OjRPc2.defaultProps={height:200,width:200};addFonts(Framerzb0OjRPc2,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerzb0OjRPc2\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zb0OjRPc2.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-uqvKQ\";const variantClassNames={MWOjdyama:\"framer-v-f37cux\"};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,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:\"MWOjdyama\",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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-f37cux\",className,classNames),\"data-framer-name\":\"A2. SimBuilder Business Case Scenario Image\",layoutDependency:layoutDependency,layoutId:\"MWOjdyama\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-200)/2+0+0)),pixelHeight:349,pixelWidth:349,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/b5jdnuLF4tiLV8cHQbeeIWDHM.png\"},className:\"framer-xbdava\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"s0Gt0Bdmb\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uqvKQ.framer-18t4nle, .framer-uqvKQ .framer-18t4nle { display: block; }\",\".framer-uqvKQ.framer-f37cux { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-uqvKQ .framer-xbdava { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uqvKQ.framer-f37cux { gap: 0px; } .framer-uqvKQ.framer-f37cux > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uqvKQ.framer-f37cux > :first-child { margin-top: 0px; } .framer-uqvKQ.framer-f37cux > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhJt6ZmbTz=withCSS(Component,css,\"framer-uqvKQ\");export default FramerhJt6ZmbTz;FramerhJt6ZmbTz.displayName=\"A2. SimBuilder Business Case Scenario Image\";FramerhJt6ZmbTz.defaultProps={height:200,width:200};addFonts(FramerhJt6ZmbTz,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhJt6ZmbTz\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hJt6ZmbTz.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-m7qaK\";const variantClassNames={qvO7gohVn:\"framer-v-7xjr9k\"};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,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:\"qvO7gohVn\",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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7xjr9k\",className,classNames),\"data-framer-name\":\"A3. SimBuilder Custom Image\",layoutDependency:layoutDependency,layoutId:\"qvO7gohVn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1344,intrinsicWidth:2016,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-200)/2+0+0)),pixelHeight:349,pixelWidth:349,src:\"https://framerusercontent.com/images/nrJFHunQ3sISgV5S6Kn3TOS3o.png\"},className:\"framer-1phdy48\",\"data-framer-name\":\"AdobeStock 850783934\",layoutDependency:layoutDependency,layoutId:\"njzTt9rQy\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m7qaK.framer-1e5wtal, .framer-m7qaK .framer-1e5wtal { display: block; }\",\".framer-m7qaK.framer-7xjr9k { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-m7qaK .framer-1phdy48 { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-m7qaK.framer-7xjr9k { gap: 0px; } .framer-m7qaK.framer-7xjr9k > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-m7qaK.framer-7xjr9k > :first-child { margin-top: 0px; } .framer-m7qaK.framer-7xjr9k > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervlLBiqAET=withCSS(Component,css,\"framer-m7qaK\");export default FramervlLBiqAET;FramervlLBiqAET.displayName=\"A3. SimBuilder Custom Image\";FramervlLBiqAET.defaultProps={height:200,width:200};addFonts(FramervlLBiqAET,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervlLBiqAET\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vlLBiqAET.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-0z68o\";const variantClassNames={KE8AP30cV:\"framer-v-1x1mj4h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"KE8AP30cV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1x1mj4h\",className,classNames),\"data-framer-name\":\"B1: Base 10 Users Icon\",layoutDependency:layoutDependency,layoutId:\"KE8AP30cV\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-200)/2+0+0)),pixelHeight:698,pixelWidth:699,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/n1n4Nd722QhrdACTqFZhJpu3TjI.png\",srcSet:\"https://framerusercontent.com/images/n1n4Nd722QhrdACTqFZhJpu3TjI.png?scale-down-to=512 512w,https://framerusercontent.com/images/n1n4Nd722QhrdACTqFZhJpu3TjI.png 699w\"},className:\"framer-1kffb14\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"AUi5mwREz\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0z68o.framer-114gt9k, .framer-0z68o .framer-114gt9k { display: block; }\",\".framer-0z68o.framer-1x1mj4h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-0z68o .framer-1kffb14 { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0z68o.framer-1x1mj4h { gap: 0px; } .framer-0z68o.framer-1x1mj4h > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0z68o.framer-1x1mj4h > :first-child { margin-top: 0px; } .framer-0z68o.framer-1x1mj4h > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIuiLfY47s=withCSS(Component,css,\"framer-0z68o\");export default FramerIuiLfY47s;FramerIuiLfY47s.displayName=\"B1: Base 10 Users Icon\";FramerIuiLfY47s.defaultProps={height:200,width:200};addFonts(FramerIuiLfY47s,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIuiLfY47s\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IuiLfY47s.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-VJuD1\";const variantClassNames={xoyYImvIw:\"framer-v-1b03dhw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"xoyYImvIw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1b03dhw\",className,classNames),\"data-framer-name\":\"B2: Add Users Icon\",layoutDependency:layoutDependency,layoutId:\"xoyYImvIw\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-200)/2+0+0)),pixelHeight:349,pixelWidth:349,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qjkSXO1mavQxc6Yn7rWoY2IZ8.png\"},className:\"framer-xcip3e\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"z24sSzaTH\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VJuD1.framer-psiihx, .framer-VJuD1 .framer-psiihx { display: block; }\",\".framer-VJuD1.framer-1b03dhw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-VJuD1 .framer-xcip3e { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VJuD1.framer-1b03dhw { gap: 0px; } .framer-VJuD1.framer-1b03dhw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VJuD1.framer-1b03dhw > :first-child { margin-top: 0px; } .framer-VJuD1.framer-1b03dhw > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIGKRk0qn0=withCSS(Component,css,\"framer-VJuD1\");export default FramerIGKRk0qn0;FramerIGKRk0qn0.displayName=\"B2: Add Users Icon\";FramerIGKRk0qn0.defaultProps={height:200,width:200};addFonts(FramerIGKRk0qn0,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIGKRk0qn0\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IGKRk0qn0.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-fqYJU\";const variantClassNames={fzfdCXgI4:\"framer-v-1yzafge\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"fzfdCXgI4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1yzafge\",className,classNames),\"data-framer-name\":\"B3: Recruiter Add On Icon\",layoutDependency:layoutDependency,layoutId:\"fzfdCXgI4\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-200)/2+0+0)),pixelHeight:349,pixelWidth:349,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WjScxn6DIghkRVep3I9Wuy1vJM.png\"},className:\"framer-abyg6t\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"h0woWFkuY\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fqYJU.framer-16ibvul, .framer-fqYJU .framer-16ibvul { display: block; }\",\".framer-fqYJU.framer-1yzafge { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-fqYJU .framer-abyg6t { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fqYJU.framer-1yzafge { gap: 0px; } .framer-fqYJU.framer-1yzafge > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fqYJU.framer-1yzafge > :first-child { margin-top: 0px; } .framer-fqYJU.framer-1yzafge > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerq4Ot43fe6=withCSS(Component,css,\"framer-fqYJU\");export default Framerq4Ot43fe6;Framerq4Ot43fe6.displayName=\"B3: Recruiter Add On Icon\";Framerq4Ot43fe6.defaultProps={height:200,width:200};addFonts(Framerq4Ot43fe6,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerq4Ot43fe6\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./q4Ot43fe6.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{ChevronDown,ChevronUp,ChevronLeft,X,Search,MinusCircle,Minus}from\"lucide-react\";import{useState,useEffect}from\"react\";// Icon imports\nimport{redirectToCheckout}from\"https://framerusercontent.com/modules/arY3O4ubEaQam4mBBMOu/fKYiJVBiNrYZ9u0zK7GS/FINALCheckoutRedirect.js\";import DevelopmentalOrientationIcon from\"https://framer.com/m/1-Developmental-Orientation-Icon-9Q8I.js@T6Z3Yn0I1ZyLLeDTU72d\";import DependabilityIcon from\"https://framer.com/m/2-Dependability-Icon-SyJj.js@mhyqaFOr8GJU8xxJPBSc\";import InnovationIcon from\"https://framer.com/m/3-Innovation-Icon-KpZI.js@XZJPcwrj1sZNf28BLZ5D\";import CreativeDecisivenessIcon from\"https://framer.com/m/4-Creative-Decisiveness-Icon-Wv3H.js@iMvelqolKA7eMlNBOlTc\";import CreativeFlexibilityIcon from\"https://framer.com/m/5-Creative-Flexibility-Icon-XmiO.js@h7fXBEACsECVEXQHgc9W\";import WorkplaceEngagementIcon from\"https://framer.com/m/6-Workplace-Engagement-Icon-cBQn.js@lJviNDHYk6V1NwXSyzeW\";import PeopleCentrismIcon from\"https://framer.com/m/7-People-Centrism-Icon-1eml.js@pY1xkSYxlWQ2JLPeciv8\";import CommunicationIcon from\"https://framer.com/m/8-Communication-Icon-3EW9.js@Jt2kAUD7qOjIhgP0JSDd\";import EmpatheticCommunicationIcon from\"https://framer.com/m/9-Empathetic-Communication-Icon-fXJs.js@K0RpzxakWefQonGFemqb\";import CollaborationIcon from\"https://framer.com/m/10-Collaboration-52Pw.js@jUhKh5yh8XOrjQXOYDSW\";import TeamOrientationIcon from\"https://framer.com/m/11-Team-Orientation-Icon-CYj0.js@wNFIN5ikfFa4gs9MNcJJ\";import ConflictApproachIcon from\"https://framer.com/m/12-Conflict-Approach-Icon-o8Pm.js@DgrOkSOblDU5Rv4nL5pt\";import ConflictResponseIcon from\"https://framer.com/m/13-Conflict-Response-Icon-zD8E.js@QBKDF472DPcsjWuEjYp6\";import ConflictManagementIcon from\"https://framer.com/m/14-Conflict-Management-Icon-u3xy.js@S6h30rWuTRGbWPzMf296\";import EmotionalResilienceIcon from\"https://framer.com/m/15-Emotional-Resilience-Icon-X9AT.js@FqNUawyQuBaTgYeqPfxt\";import BreadthOfApproachIcon from\"https://framer.com/m/16-Breadth-of-Approach-Icon-yK6B.js@PALAkI4SPrQlPOI3yXNd\";import ResourceManagementIcon from\"https://framer.com/m/17-Resource-Management-Icon-RqCd.js@GBZZqmj0ng97WcKlf0Kq\";import CrisisPreparednessIcon from\"https://framer.com/m/18-Crisis-Preparedness-Icon-rZzG.js@jtmIahNmoVoLIqHW5jRR\";import CrisisResponseIcon from\"https://framer.com/m/19-Crisis-Response-Icon-y0Rf.js@nZ53lqVC1C0SV3E0SsJR\";import CrisisRecoveryIcon from\"https://framer.com/m/20-Crisis-Recovery-Icon-XDEO.js@Ogy16NGhCE0zDAbOMn0G\";import TaskManagementIcon from\"https://framer.com/m/21-Task-Management-Icon-ugV5.js@ABVY645aZIJSKnaV0FFI\";import InformationManagementIcon from\"https://framer.com/m/22-Information-Management-Icon-iheA.js@wwHyL28N9efIbZJUoM2P\";import StrategicQuantitativeReasoningIcon from\"https://framer.com/m/23-Strategic-Quantitative-Reasoning-Icon-F3Oh.js@9CyOFXYvbKe1XBJE0cik\";import StrategicThinkingIcon from\"https://framer.com/m/24-Stratecig-Thinking-Icon-qQXo.js@1a4JJapZoR6MX4IjyJv2\";import AdvancedStrategyIcon from\"https://framer.com/m/25-Advanced-Strategy-Icon-CrDx.js@2pLLRckfBYKDuuGOcW7c\";import ProductivityIcon from\"https://framer.com/m/26-Productivity-Icon-YZJr.js@CiDb4SNI5SDn7p1Kukxh\";import ProactivityIcon from\"https://framer.com/m/27-Proactivity-Icon-8ewK.js@X9HmhH1GnHYxhfZbFK9g\";import InitiativeIcon from\"https://framer.com/m/28-Initiative-Icon-2WOs.js@dNv8dYdCfUDFKXnIYkCv\";import GoalOrientationIcon from\"https://framer.com/m/29-Goal-Orientation-Icon-eoN2.js@jWMLOXl7rvecobpqAOiE\";import GoalManagementIcon from\"https://framer.com/m/30-Goal-Management-Icon-9Umm.js@tyEPM4XJGXeT4oL46c4v\";import MeseeknaLogoIcon from\"https://framer.com/m/MeseeknaLogoIcon-QdlD.js@3bILJWnB6D7WdFdHmshR\";import SimbuilderGeo from\"https://framer.com/m/A1-SimBuilder-Geopolitical-Scenario-Image-qmJY.js@twqkaAApNRKnpvesVNIP\";import SimbuilderBiz from\"https://framer.com/m/A2-SimBuilder-Business-Case-Scenario-Image-sMsi.js@PqlrMi3UhmTn5n8G82WR\";import SimbuilderCustom from\"https://framer.com/m/A3-SimBuilder-Custom-Image-BEyX.js@H5YaHWTJ34UF5XZHT5JT\";import SimbuilderBaseUserIcon from\"https://framer.com/m/B1-Base-10-Users-Icon-k7rd.js@kGYCqw032McXy7FERoE3\";import SimbuilderMoreUserIcon from\"https://framer.com/m/B2-Add-Users-Icon-jaas.js@PVQNxYO26rC063UkjEYB\";import SimbuilderRecruiterIcon from\"https://framer.com/m/B3-Recruiter-Add-On-Icon-QBhb.js@GtDVQdKs7gYE2htrR1d7\";// Helper function to handle form submission\nasync function submitForm(actionUrl,formData){try{console.log(\"Sending data to Google Apps Script:\",formData);const response=await fetch(actionUrl,{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify(formData),mode:\"no-cors\"});console.log(\"Response from Google Apps Script:\",response);if(!response.ok){throw new Error(`HTTP error! status: ${response.status}`);}// Since we're using no-cors mode, we can't read the response body\n// But we can assume success if we get here\nreturn{success:true};}catch(error){console.error(\"Error saving configuration:\",error);throw error;}}/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function MeasureValueWheel(props){const[isLoaded,setIsLoaded]=useState(false);const[isVisible,setIsVisible]=useState(false);const[hasScrolled,setHasScrolled]=useState(false);// Mobile detection state\nconst[isMobile,setIsMobile]=useState(false);const[isTablet,setIsTablet]=useState(false);const[containerWidth,setContainerWidth]=useState(props.width||1400);// Component state\nconst[selectedMeasures,setSelectedMeasures]=useState(new Set);const[expandedId,setExpandedId]=useState(null);const[showEmailPopup,setShowEmailPopup]=useState(false);const[email,setEmail]=useState(\"\");const[organization,setOrganization]=useState(\"\");const[selectedScenario,setSelectedScenario]=useState(null);const[isSubmitting,setIsSubmitting]=useState(false);const[emailError,setEmailError]=useState(\"\");const[inputValue,setInputValue]=useState(\"\");const[suggestions,setSuggestions]=useState([]);const[agreedToTerms,setAgreedToTerms]=useState(false);const[agreedToMarketing,setAgreedToMarketing]=useState(false);const[selectedKeywords]=useState(new Map);const[showPrivacyModal,setShowPrivacyModal]=useState(false);const[showTermsModal,setShowTermsModal]=useState(false);const[tooltipContent,setTooltipContent]=useState(null);const[tooltipPosition,setTooltipPosition]=useState({x:0,y:0});// Add this with your other useState declarations\nconst[mousePosition,setMousePosition]=useState({x:0,y:0});const[currentModalStep,setCurrentModalStep]=useState(1);const[participantCount,setParticipantCount]=useState(10);const[wantsRecruiterAccess,setWantsRecruiterAccess]=useState(false);const[totalPrice,setTotalPrice]=useState(0);const[billingPeriod,setBillingPeriod]=useState(\"monthly\")// \"monthly\" or \"yearly\"\n;const billingDiscount=.2// 20% discount for yearly billing\n;const[searchResults,setSearchResults]=useState([]);const[searchQuery,setSearchQuery]=useState(\"\");const[showSuccessMessage,setShowSuccessMessage]=useState(false);const[successMessage,setSuccessMessage]=useState(\"\");useEffect(()=>{// Don't set isLoaded immediately\n// Leave it false until scrolled to\n},[]);// Scroll effect - combine both loading and visibility\nuseEffect(()=>{const handleScroll=()=>{const scrollPosition=window.scrollY;const triggerPosition=3500;// Only load the component when scrolled to trigger position\nif(scrollPosition>triggerPosition){setIsLoaded(true);setIsVisible(true);}else{setIsVisible(false);// Once loaded, don't unload it, just hide it\n// Do NOT set isLoaded back to false\n}};// Add scroll listener immediately\nwindow.addEventListener(\"scroll\",handleScroll);// Check initial scroll position\nhandleScroll();return()=>window.removeEventListener(\"scroll\",handleScroll);},[])// No need for dependencies since we're not using any in the effect\n;// Mobile detection effect\nuseEffect(()=>{const checkResponsive=()=>{const mobile=window.innerWidth<=768;const tablet=!mobile&&window.innerWidth<=1024;setIsMobile(mobile);setIsTablet(tablet);// Adjust container width based on screen size\nif(mobile){setContainerWidth(window.innerWidth-32);}else if(tablet){setContainerWidth(Math.min(window.innerWidth-48,900));}else{setContainerWidth(props.width||900);}};checkResponsive();window.addEventListener(\"resize\",checkResponsive);return()=>window.removeEventListener(\"resize\",checkResponsive);},[props.width]);// Mouse position tracking\nuseEffect(()=>{const handleMouseMove=e=>{setMousePosition({x:e.clientX,y:e.clientY});};document.addEventListener(\"mousemove\",handleMouseMove);return()=>{document.removeEventListener(\"mousemove\",handleMouseMove);};},[]);// Handle search for measures on the final screen\nconst handleSearchChange=e=>{const query=e.target.value.toLowerCase();setSearchQuery(query);if(!query.trim()){setSearchResults([]);return;}console.log(\"Search query:\",query);// Look up direct matches in VALUE_KEYWORDS first\nlet directMatches=[];// First check for direct value keyword matches\nfor(const[keyword,measureName]of Object.entries(VALUE_KEYWORDS)){if(keyword.toLowerCase().includes(query)){const measure=MEASURES.find(m=>m.name===measureName);if(measure&&!selectedMeasures.has(measure.id)){// Ensure we don't add duplicates\nif(!directMatches.some(m=>m.id===measure.id)){directMatches.push({...measure,matchedKeyword:keyword});}}}}console.log(\"Direct matches count:\",directMatches.length);// Also check if any measure name directly includes the query\nMEASURES.forEach(measure=>{// If measure name directly contains the query string\nif(measure.name.toLowerCase().includes(query)){// Skip if already in direct matches or already selected\nif(!directMatches.some(m=>m.id===measure.id)&&!selectedMeasures.has(measure.id)){// Add with matched keyword as the measure name itself\ndirectMatches.push({...measure,matchedKeyword:measure.name});}}});console.log(\"Direct matches:\",directMatches.map(m=>m.name));// Limit to 5 results total\nconst combined=directMatches.slice(0,5);console.log(\"Final results:\",combined.map(m=>m.name));setSearchResults(combined);};// Add a measure from search results\nconst handleAddMeasure=measureId=>{const newSelectedMeasures=new Set(selectedMeasures);newSelectedMeasures.add(measureId);setSelectedMeasures(newSelectedMeasures);// Try to find the measure in search results to get the matched keyword\nconst measureInResults=searchResults.find(m=>m.id===measureId);// Save the search query or matched keyword for this measure\nif(measureInResults&&measureInResults.matchedKeyword){selectedKeywords.set(measureId,measureInResults.matchedKeyword);}else if(searchQuery){selectedKeywords.set(measureId,searchQuery);}setSearchResults([])// Clear search results\n;setSearchQuery(\"\")// Clear search query\n;};// Remove a measure from selected measures\nconst handleRemoveMeasure=measureId=>{const newSelectedMeasures=new Set(selectedMeasures);newSelectedMeasures.delete(measureId);setSelectedMeasures(newSelectedMeasures);// Also remove any associated keyword\nif(selectedKeywords.has(measureId)){selectedKeywords.delete(measureId);}};// Calculate total price\nuseEffect(()=>{const basePrice=199// Base monthly price\n;// Calculate additional participant cost\nconst additionalParticipants=Math.max(0,participantCount-10);const participantPrice=additionalParticipants*20// $20 per additional participant\n;// Calculate additional measures cost\nconst includedMeasures=3;const additionalMeasures=Math.max(0,selectedMeasures.size-includedMeasures);const measuresPrice=additionalMeasures*8// $8 per additional measure\n;// Calculate recruiter access cost\nconst recruiterPrice=wantsRecruiterAccess?80:0// $80 additional for recruiter access\n;// Calculate monthly price\nconst monthlyPrice=basePrice+participantPrice+measuresPrice+recruiterPrice;// Apply yearly discount if selected\nconst calculatedPrice=billingPeriod===\"yearly\"?monthlyPrice*12*(1-billingDiscount)// 20% discount for yearly\n:monthlyPrice;setTotalPrice(calculatedPrice);},[participantCount,selectedMeasures.size,wantsRecruiterAccess,billingPeriod]);// Measures data\nconst MEASURES=[{id:1,name:\"Developmental Orientation\",color:\"#FCD26B\",definition:\"Always being eager to learn and grow, while helping others do the same.\",icon:DevelopmentalOrientationIcon},{id:2,name:\"Dependability\",color:\"#F9F26B\",definition:\"Being reliable and following through on commitments to yourself and others.\",icon:DependabilityIcon},{id:3,name:\"Innovation\",color:\"#F6FFC2\",definition:\"Finding creative and lasting solutions by working with others and thinking differently.\",icon:InnovationIcon},{id:4,name:\"Creative Decisiveness\",color:\"#B3FFB3\",definition:\"Taking action with confidence while thinking outside the box to solve problems.\",values:[\"act fast, preempt, and experiment\",\"be ambitious\",\"be direct and deliver results\"],icon:CreativeDecisivenessIcon},{id:5,name:\"Creative Flexibility\",color:\"#89F7A6\",definition:\"Being willing to change your thinking and adapt your approach as needed.\",values:[\"challenge assumptions\",\"challenge ideas\",\"cultivate diversity of thought\"],icon:CreativeFlexibilityIcon},{id:6,name:\"Workplace Engagement\",color:\"#94FFD8\",definition:\"Staying actively involved with your team and focused on shared goals.\",values:[\"hands-on delivery\",\"hustle responsibly\",\"energy and enthusiasm\"],icon:WorkplaceEngagementIcon},{id:7,name:\"People Centrism\",color:\"#8FF9D8\",definition:\"Putting people first in your interactions and decision-making.\",values:[\"respect for individuals\",\"lead with heart\",\"build relationships\"],icon:PeopleCentrismIcon},{id:8,name:\"Communication\",color:\"#9CFFFA\",definition:\"Expressing ideas clearly and effectively, making sure messages are understood by others.\",values:[\"authentic relationships\",\"communication\",\"express ideas\"],icon:CommunicationIcon},{id:9,name:\"Empathetic Communication\",color:\"#99F1FF\",definition:\"Communicating with understanding and awareness of others' feelings and needs.\",values:[\"authentic relationships\",\"build relationships\",\"empathy\"],icon:EmpatheticCommunicationIcon},{id:10,name:\"Collaboration\",color:\"#83E2FF\",definition:\"Working well with others by building trust and taking responsibility for shared work.\",values:[\"actively collaborate\",\"collaborate\",\"collaborative\"],icon:CollaborationIcon},{id:11,name:\"Team Orientation\",color:\"#66D4FF\",definition:\"Working in ways that support and strengthen team relationships and success.\",values:[\"solidarity\",\"take care of each other\",\"teaming\",\"teamwork\"],icon:TeamOrientationIcon},{id:12,name:\"Conflict Approach\",color:\"#66C1FF\",definition:\"Recognizing when conflicts arise and knowing the right time and way to address them.\",values:[\"challenge and understand\",\"challenge ideas\"],icon:ConflictApproachIcon},{id:13,name:\"Conflict Response\",color:\"#66B3FF\",definition:\"Handling disagreements thoughtfully and with empathy, while being open and honest.\",values:[\"build relationships\",\"care\",\"empathy\"],icon:ConflictResponseIcon},{id:14,name:\"Conflict Management\",color:\"#66A4FF\",definition:\"Finding solutions to disagreements that consider everyone's needs and perspectives.\",values:[\"challenge and understand\",\"build relationships\"],icon:ConflictManagementIcon},{id:15,name:\"Emotional Resilience\",color:\"#6699FF\",definition:\"Staying strong and maintaining performance even during challenging times.\",values:[\"grit and curiosity\",\"hustle responsibly\"],icon:EmotionalResilienceIcon},{id:16,name:\"Breadth of Approach\",color:\"#6683FF\",definition:\"Being able to look at situations from multiple angles and consider different viewpoints.\",values:[\"challenge assumptions\",\"holistic decision-making\",\"open minded\"],icon:BreadthOfApproachIcon},{id:17,name:\"Resource Management\",color:\"#5D71ED\",definition:\"Making the best use of available resources (time, money, people) with future needs in mind.\",values:[\"optimize resources\",\"strategic perspective\"],icon:ResourceManagementIcon},{id:18,name:\"Crisis Preparedness\",color:\"#5B5BEF\",definition:\"Having plans and tools ready to handle emergency situations.\",values:[\"crisis management\",\"preparedness\"],icon:CrisisPreparednessIcon},{id:19,name:\"Crisis Response\",color:\"#7B5AF2\",definition:\"Handling emergency situations with well-thought-out plans and strategies.\",values:[\"crisis management\",\"response\"],icon:CrisisResponseIcon},{id:20,name:\"Crisis Recovery\",color:\"#9458F4\",definition:\"Learning from difficult situations and helping teams bounce back stronger.\",values:[\"crisis management\",\"recovery\"],icon:CrisisRecoveryIcon},{id:21,name:\"Task Management\",color:\"#B157F7\",definition:\"Organizing and handling work in ways that help achieve future goals.\",values:[\"execution\",\"get stuff done\",\"hands-on delivery\"],icon:TaskManagementIcon},{id:22,name:\"Information Management\",color:\"#D263FC\",definition:\"Finding and using relevant information while filtering out what isn't helpful.\",values:[\"inspect and collaborate\",\"learn through discovery\"],icon:InformationManagementIcon},{id:23,name:\"Strategic Quantitative Reasoning\",color:\"#E566FF\",definition:\"Understanding and using numbers and data to make better decisions.\",values:[\"strategic perspective\",\"holistic decision-making\"],icon:StrategicQuantitativeReasoningIcon},{id:24,name:\"Strategic Thinking\",color:\"#FF66C5\",definition:\"Using all available resources and opportunities in the best possible way to achieve goals.\",values:[\"think big\",\"strategic perspective\",\"expanding the art of the possible\"],icon:StrategicThinkingIcon},{id:25,name:\"Advanced Strategy\",color:\"#FF6695\",definition:\"Making smart decisions that consider long-term impacts and bigger picture goals.\",values:[\"strategic perspective\",\"think big, dream big\",\"think big, go far\"],icon:AdvancedStrategyIcon},{id:26,name:\"Productivity\",color:\"#EF5B94\",definition:\"Getting things done efficiently and effectively.\",values:[\"execution\",\"get stuff done\",\"make stuff happen\"],icon:ProductivityIcon},{id:27,name:\"Proactivity\",color:\"#FF5572\",definition:\"Planning ahead and staying on top of tasks before they become urgent.\",values:[\"act fast, preempt, and experiment\",\"bias for action\",\"bias towards action\"],icon:ProactivityIcon},{id:28,name:\"Initiative\",color:\"#FF7757\",definition:\"Taking action on things before being asked, seeing what needs to be done and doing it.\",values:[\"act like an owner\",\"be an owner of the mission\",\"ownership mentality\"],icon:InitiativeIcon},{id:29,name:\"Goal Orientation\",color:\"#FF9364\",definition:\"Staying focused on the big picture while doing what needs to be done to get there.\",values:[\"client first\",\"client-focused\",\"positive impact\"],icon:GoalOrientationIcon},{id:30,name:\"Goal Management\",color:\"#F9B26B\",definition:\"Approaching problems broadly and finding effective ways to achieve objectives.\",values:[\"set lofty goals, with planning and accountability\",\"success is a partnership\"],icon:GoalManagementIcon}];// Keywords mapping\n// Keywords mapping\n// Keywords mapping\nconst VALUE_KEYWORDS={// Developmental Orientation\nexcellence:\"Developmental Orientation\",passion:\"Developmental Orientation\",\"champion's heart\":\"Developmental Orientation\",learn:\"Developmental Orientation\",develop:\"Developmental Orientation\",\"continuous learning\":\"Developmental Orientation\",adapt:\"Developmental Orientation\",\"growth mindset\":\"Developmental Orientation\",\"self-improvement\":\"Developmental Orientation\",\"professional growth\":\"Developmental Orientation\",\"never stop learning\":\"Developmental Orientation\",\"personal development\":\"Developmental Orientation\",\"continuous improvement\":\"Developmental Orientation\",\"strive for excellence\":\"Developmental Orientation\",\"pursuit of excellence\":\"Developmental Orientation\",\"raise the bar\":\"Developmental Orientation\",\"best in class\":\"Developmental Orientation\",\"learn through discovery\":\"Developmental Orientation\",\"excellence to change the status quo\":\"Developmental Orientation\",\"lifelong learning\":\"Developmental Orientation\",\"growth hacker\":\"Developmental Orientation\",\"T shaped skills\":\"Developmental Orientation\",upskilling:\"Developmental Orientation\",reskilling:\"Developmental Orientation\",\"learning organization\":\"Developmental Orientation\",\"skill agility\":\"Developmental Orientation\",learning:\"Developmental Orientation\",growth:\"Developmental Orientation\",development:\"Developmental Orientation\",education:\"Developmental Orientation\",coaching:\"Developmental Orientation\",mentoring:\"Developmental Orientation\",\"skill development\":\"Developmental Orientation\",\"talent development\":\"Developmental Orientation\",progress:\"Developmental Orientation\",advancement:\"Developmental Orientation\",training:\"Developmental Orientation\",\"capability building\":\"Developmental Orientation\",progression:\"Developmental Orientation\",evolution:\"Developmental Orientation\",\"knowledge acquisition\":\"Developmental Orientation\",improvement:\"Developmental Orientation\",expertise:\"Developmental Orientation\",mastery:\"Developmental Orientation\",achievement:\"Developmental Orientation\",competence:\"Developmental Orientation\",\"knowledge sharing\":\"Developmental Orientation\",\"professional development\":\"Developmental Orientation\",\"career development\":\"Developmental Orientation\",\"agile learning\":\"Developmental Orientation\",\"development focus\":\"Developmental Orientation\",\"human capital development\":\"Developmental Orientation\",\"raising standards\":\"Developmental Orientation\",competency:\"Developmental Orientation\",\"self-direction\":\"Developmental Orientation\",\"self-reliance\":\"Developmental Orientation\",// Innovation\n\"challenge assumptions\":\"Innovation\",\"challenge ideas\":\"Innovation\",\"challenge status quo\":\"Innovation\",curious:\"Innovation\",disruptive:\"Innovation\",innovation:\"Innovation\",reimagine:\"Innovation\",\"creative solutions\":\"Innovation\",\"think differently\":\"Innovation\",breakthrough:\"Innovation\",pioneering:\"Innovation\",\"collective ingenuity\":\"Innovation\",\"curious builders\":\"Innovation\",\"discovery and choice\":\"Innovation\",\"disruptive mentorship\":\"Innovation\",\"find a way\":\"Innovation\",freedom:\"Innovation\",ideas:\"Innovation\",\"let the best idea win\":\"Innovation\",\"relentless curiosity\":\"Innovation\",\"seek, challenge, and explore\":\"Innovation\",\"strive for breakthroughs\":\"Innovation\",\"unique individuals\":\"Innovation\",\"cultivate diversity of thought\":\"Innovation\",\"define new possibilities\":\"Innovation\",\"10x thinking\":\"Innovation\",\"moonshot thinking\":\"Innovation\",\"fail fast\":\"Innovation\",\"move fast and learn\":\"Innovation\",\"zero to one\":\"Innovation\",\"first principles\":\"Innovation\",\"digital first\":\"Innovation\",\"tech forward\":\"Innovation\",\"future ready\":\"Innovation\",\"innovation mindset\":\"Innovation\",\"embrace experimentation\":\"Innovation\",\"breakthrough innovation\":\"Innovation\",\"disrupt the status quo\":\"Innovation\",\"pioneer the future\":\"Innovation\",\"radical innovation\":\"Innovation\",\"thoughtful disruption\":\"Innovation\",\"innovate at scale\":\"Innovation\",\"transform the industry\":\"Innovation\",\"fail fast learn faster\":\"Innovation\",\"move fast break things\":\"Innovation\",\"zero to one thinking\":\"Innovation\",\"first principles thinking\":\"Innovation\",\"digital transformation\":\"Innovation\",\"tech forward thinking\":\"Innovation\",\"future ready mindset\":\"Innovation\",\"innovation at scale\":\"Innovation\",\"embrace the unknown\":\"Innovation\",\"breakthrough thinking\":\"Innovation\",\"disruptive excellence\":\"Innovation\",\"pioneer mindset\":\"Innovation\",\"innovative mindset\":\"Innovation\",\"spark creativity\":\"Innovation\",\"catalyze change\":\"Innovation\",\"revolutionary thinking\":\"Innovation\",\"outside the box solutions\":\"Innovation\",\"paradigm shifting\":\"Innovation\",\"blue sky thinking\":\"Innovation\",\"push boundaries\":\"Innovation\",\"challenge convention\":\"Innovation\",creativity:\"Innovation\",inventiveness:\"Innovation\",originality:\"Innovation\",experimentation:\"Innovation\",exploration:\"Innovation\",disruption:\"Innovation\",transformation:\"Innovation\",\"design thinking\":\"Innovation\",ingenuity:\"Innovation\",imagination:\"Innovation\",invention:\"Innovation\",novelty:\"Innovation\",\"creative thinking\":\"Innovation\",discovery:\"Innovation\",\"out of box thinking\":\"Innovation\",\"divergent thinking\":\"Innovation\",\"idea generation\":\"Innovation\",inquisitiveness:\"Innovation\",inquiry:\"Innovation\",\"creative process\":\"Innovation\",innovate:\"Innovation\",unconventional:\"Innovation\",groundbreaking:\"Innovation\",visionary:\"Innovation\",ideation:\"Innovation\",// Collaboration & Team Orientation\n\"actively collaborate\":\"Collaboration\",collaborative:\"Collaboration\",collective:\"Team Orientation\",\"one team\":\"Team Orientation\",teamwork:\"Team Orientation\",\"work together\":\"Team Orientation\",\"team spirit\":\"Team Orientation\",solidarity:\"Team Orientation\",\"stronger together\":\"Team Orientation\",\"collective success\":\"Collaboration\",\"collaborate for measurable impact\":\"Collaboration\",\"collaboration and connection\":\"Collaboration\",\"collaboration is at the heart\":\"Collaboration\",\"collaborative environment\":\"Collaboration\",\"collaborative work environment\":\"Collaboration\",\"mentorship and collaboration\":\"Collaboration\",\"take care of each other\":\"Team Orientation\",teaming:\"Team Orientation\",\"work as one\":\"Team Orientation\",\"every voice is heard\":\"Team Orientation\",\"everyone is expressing their opinions\":\"Team Orientation\",\"cross functional\":\"Collaboration\",\"borderless collaboration\":\"Collaboration\",\"networked teams\":\"Collaboration\",\"squad based\":\"Collaboration\",\"agile teams\":\"Collaboration\",\"flat hierarchy\":\"Collaboration\",\"collaborative networks\":\"Collaboration\",\"ecosystem thinking\":\"Collaboration\",\"seamless collaboration\":\"Collaboration\",\"cross functional excellence\":\"Collaboration\",\"team synergy\":\"Collaboration\",\"collaborative innovation\":\"Collaboration\",\"partnership mindset\":\"Collaboration\",\"alliance building\":\"Collaboration\",\"collaborative spirit\":\"Collaboration\",\"team oriented\":\"Collaboration\",\"partnership focused\":\"Collaboration\",\"collaborative excellence\":\"Collaboration\",\"team synergy driven\":\"Collaboration\",\"alliance focused\":\"Collaboration\",\"partnership driven\":\"Collaboration\",\"team collaboration\":\"Collaboration\",\"collaborative mindset\":\"Collaboration\",\"synergy focused\":\"Collaboration\",\"team excellence\":\"Collaboration\",\"collaborative mastery\":\"Collaboration\",\"partnership excellence\":\"Collaboration\",\"team oriented approach\":\"Collaboration\",cooperation:\"Collaboration\",partnership:\"Collaboration\",alliance:\"Collaboration\",unity:\"Team Orientation\",synergy:\"Collaboration\",\"joint effort\":\"Collaboration\",\"mutual support\":\"Team Orientation\",\"shared vision\":\"Team Orientation\",togetherness:\"Team Orientation\",coordination:\"Collaboration\",\"collaborative work\":\"Collaboration\",camaraderie:\"Team Orientation\",\"group cohesion\":\"Team Orientation\",\"collective identity\":\"Team Orientation\",\"mutual support\":\"Team Orientation\",\"team harmony\":\"Team Orientation\",\"unified effort\":\"Team Orientation\",\"collective achievement\":\"Team Orientation\",\"group success\":\"Team Orientation\",\"team dynamics\":\"Team Orientation\",\"group synergy\":\"Team Orientation\",\"team cohesion\":\"Team Orientation\",\"team support\":\"Team Orientation\",\"group loyalty\":\"Team Orientation\",\"collective ownership\":\"Team Orientation\",\"team dedication\":\"Team Orientation\",\"shared success\":\"Team Orientation\",\"group commitment\":\"Team Orientation\",\"united efforts\":\"Team Orientation\",\"team bonds\":\"Team Orientation\",\"collaborative spirit\":\"Team Orientation\",\"group pride\":\"Team Orientation\",\"team identity\":\"Team Orientation\",\"collective focus\":\"Team Orientation\",// Initiative & Proactivity\n\"act fast\":\"Initiative\",action:\"Initiative\",\"bias for action\":\"Proactivity\",\"delivery at pace\":\"Proactivity\",preemptive:\"Proactivity\",\"take initiative\":\"Initiative\",\"self-starter\":\"Initiative\",proactive:\"Proactivity\",anticipate:\"Proactivity\",\"act fast, preempt, and experiment\":\"Initiative\",\"act like an owner\":\"Initiative\",\"be an owner of the mission\":\"Initiative\",\"be ambitious\":\"Initiative\",\"be brave\":\"Initiative\",\"be curious and bold\":\"Initiative\",\"be fearless\":\"Initiative\",\"believe and win\":\"Initiative\",\"bias for action, commit to iteration\":\"Initiative\",\"bias towards action\":\"Initiative\",boldness:\"Initiative\",\"courage to lead\":\"Initiative\",\"demonstrate urgency for action\":\"Initiative\",\"entrepreneurial spirit\":\"Initiative\",entrepreneurship:\"Initiative\",\"fail, learn, and fix\":\"Initiative\",\"fast decision-making to adapt\":\"Initiative\",\"grit and curiosity for every challenge\":\"Initiative\",\"hustle responsibly\":\"Initiative\",\"iterate and take risks\":\"Initiative\",\"lead the way\":\"Initiative\",\"no-limit mindset\":\"Initiative\",\"ownership mentality\":\"Initiative\",\"problem-solving self-starters\":\"Initiative\",\"run with it\":\"Initiative\",\"sense of urgency\":\"Initiative\",\"unflinching courage\":\"Initiative\",velocity:\"Initiative\",\"founder mentality\":\"Initiative\",\"entrepreneurial DNA\":\"Initiative\",\"startup mindset\":\"Initiative\",\"bias for yes\":\"Initiative\",\"makers mentality\":\"Initiative\",\"builder's mindset\":\"Initiative\",\"create value\":\"Initiative\",\"value creation\":\"Initiative\",\"10x mindset\":\"Initiative\",\"founder dna\":\"Initiative\",\"entrepreneurial mindset\":\"Initiative\",\"startup mentality\":\"Initiative\",\"growth oriented\":\"Initiative\",\"bias towards yes\":\"Initiative\",\"maker mentality\":\"Initiative\",\"builder mindset\":\"Initiative\",\"value creator\":\"Initiative\",\"go getter attitude\":\"Initiative\",\"self starter mentality\":\"Initiative\",\"proactive mindset\":\"Initiative\",\"take charge attitude\":\"Initiative\",\"ownership mindset\":\"Initiative\",\"calculated risk taking\":\"Initiative\",\"bold action oriented\":\"Initiative\",\"drive for results\":\"Initiative\",\"results driven\":\"Initiative\",\"achievement focused\":\"Initiative\",\"performance oriented\":\"Initiative\",\"execution mindset\":\"Initiative\",\"get it done attitude\":\"Initiative\",\"bias for execution\":\"Initiative\",initiative:\"Initiative\",\"forward thinking\":\"Proactivity\",foresight:\"Proactivity\",\"preventive action\":\"Proactivity\",anticipation:\"Proactivity\",preparedness:\"Proactivity\",readiness:\"Proactivity\",\"advance planning\":\"Proactivity\",\"prevention focus\":\"Proactivity\",\"self-starting\":\"Initiative\",\"taking action\":\"Initiative\",\"going first\":\"Initiative\",\"leading change\":\"Initiative\",\"starting projects\":\"Initiative\",\"taking the lead\":\"Initiative\",\"voluntary action\":\"Initiative\",\"self-motivation\":\"Initiative\",\"spontaneous action\":\"Initiative\",\"unprompted action\":\"Initiative\",\"self-directed activity\":\"Initiative\",\"independent action\":\"Initiative\",\"personal drive\":\"Initiative\",\"action orientation\":\"Initiative\",\"leadership initiative\":\"Initiative\",\"change catalyst\":\"Initiative\",\"opportunity seeker\":\"Initiative\",\"barrier breaker\":\"Initiative\",\"thinking ahead\":\"Proactivity\",\"task preparation\":\"Proactivity\",\"deadline anticipation\":\"Proactivity\",\"well-prepared\":\"Proactivity\",\"timely completion\":\"Proactivity\",\"efficiency increase\":\"Proactivity\",\"faster responses\":\"Proactivity\",\"step ahead\":\"Proactivity\",\"anticipatory action\":\"Proactivity\",\"preventive measures\":\"Proactivity\",\"future readiness\":\"Proactivity\",// Task Management & Execution\nexecution:\"Task Management\",\"get stuff done\":\"Task Management\",\"hands-on\":\"Task Management\",\"make stuff happen\":\"Task Management\",\"deliver results\":\"Task Management\",efficient:\"Task Management\",accomplish:\"Task Management\",\"hands-on delivery\":\"Task Management\",\"make a mark and celebrate wins\":\"Task Management\",\"own the outcome\":\"Task Management\",\"own your results\":\"Task Management\",\"ship it\":\"Task Management\",\"deploy frequently\":\"Task Management\",\"rapid deployment\":\"Task Management\",\"continuous delivery\":\"Task Management\",\"sprint to success\":\"Task Management\",\"release early\":\"Task Management\",\"minimum viable product\":\"Task Management\",\"iterative improvement\":\"Task Management\",\"operational mastery\":\"Task Management\",\"execution excellence\":\"Task Management\",\"delivery focused\":\"Task Management\",\"results oriented\":\"Task Management\",\"outcome driven\":\"Task Management\",\"quality focused\":\"Task Management\",\"precision execution\":\"Task Management\",\"performance excellence\":\"Task Management\",\"delivery excellence\":\"Task Management\",\"operational excellence\":\"Task Management\",\"quality driven\":\"Task Management\",\"results achievement\":\"Task Management\",\"task mastery\":\"Task Management\",\"delivery oriented\":\"Task Management\",\"output focused\":\"Task Management\",\"performance driven\":\"Task Management\",\"execution mastery\":\"Task Management\",\"operational efficiency\":\"Task Management\",\"delivery precision\":\"Task Management\",\"quality execution\":\"Task Management\",organization:\"Task Management\",planning:\"Task Management\",scheduling:\"Task Management\",prioritization:\"Task Management\",\"time management\":\"Task Management\",productivity:\"Task Management\",effectiveness:\"Task Management\",\"workflow optimization\":\"Task Management\",\"process management\":\"Task Management\",implementation:\"Task Management\",output:\"Task Management\",performance:\"Task Management\",results:\"Task Management\",accomplishment:\"Task Management\",achievement:\"Task Management\",yield:\"Task Management\",production:\"Task Management\",throughput:\"Task Management\",\"operational effectiveness\":\"Task Management\",\"production optimization\":\"Task Management\",\"output maximization\":\"Task Management\",\"performance enhancement\":\"Task Management\",\"efficiency improvement\":\"Task Management\",timeliness:\"Task Management\",thoroughness:\"Task Management\",implementation:\"Task Management\",// Dependability\nintegrity:\"Dependability\",trust:\"Dependability\",credibility:\"Dependability\",honesty:\"Dependability\",reliable:\"Dependability\",accountable:\"Dependability\",responsible:\"Dependability\",consistent:\"Dependability\",\"act with integrity\":\"Dependability\",\"ferocious integrity\":\"Dependability\",\"integrity and respect\":\"Dependability\",professionalism:\"Dependability\",\"serve with integrity\":\"Dependability\",\"trust and personal responsibility\":\"Dependability\",\"radical transparency\":\"Dependability\",\"authentically ethical\":\"Dependability\",\"business ethics\":\"Dependability\",\"ethical AI\":\"Dependability\",\"responsible innovation\":\"Dependability\",\"sustainable practice\":\"Dependability\",\"ethical leadership\":\"Dependability\",\"trust by design\":\"Dependability\",\"zero trust\":\"Dependability\",\"reliability champion\":\"Dependability\",\"trust builder\":\"Dependability\",\"integrity focused\":\"Dependability\",\"ethical excellence\":\"Dependability\",\"accountability driven\":\"Dependability\",\"responsible business\":\"Dependability\",\"trustworthy practice\":\"Dependability\",\"ethical conduct\":\"Dependability\",\"integrity first\":\"Dependability\",\"responsible action\":\"Dependability\",\"accountability focused\":\"Dependability\",\"trust driven\":\"Dependability\",\"reliability focused\":\"Dependability\",\"ethical mindset\":\"Dependability\",\"integrity oriented\":\"Dependability\",\"trust centered\":\"Dependability\",\"accountability champion\":\"Dependability\",\"responsible practice\":\"Dependability\",\"trust excellence\":\"Dependability\",trustworthiness:\"Dependability\",ethics:\"Dependability\",reliability:\"Dependability\",commitment:\"Dependability\",dedication:\"Dependability\",\"follow through\":\"Dependability\",conscientiousness:\"Dependability\",duty:\"Dependability\",fidelity:\"Dependability\",honor:\"Dependability\",\"moral compass\":\"Dependability\",transparency:\"Dependability\",compliance:\"Dependability\",fairness:\"Dependability\",justice:\"Dependability\",principled:\"Dependability\",virtue:\"Dependability\",ethical:\"Dependability\",authenticity:\"Dependability\",candor:\"Dependability\",sincerity:\"Dependability\",truthfulness:\"Dependability\",// People Centrism & Communication\nrespect:\"People Centrism\",\"client first\":\"People Centrism\",people:\"People Centrism\",\"human-centric\":\"People Centrism\",inclusive:\"People Centrism\",communicate:\"Communication\",articulate:\"Communication\",\"clear communication\":\"Communication\",\"express ideas\":\"Communication\",\"employee-first\":\"People Centrism\",\"foster inclusion\":\"People Centrism\",generosity:\"People Centrism\",\"lead with heart\":\"People Centrism\",modesty:\"People Centrism\",\"passionate service\":\"People Centrism\",\"respect for individuals\":\"People Centrism\",\"value and respect all perspectives\":\"People Centrism\",\"bring your whole self\":\"People Centrism\",\"psychological safety\":\"People Centrism\",\"belong anywhere\":\"People Centrism\",\"radical inclusivity\":\"People Centrism\",\"inclusive by design\":\"People Centrism\",\"equity focused\":\"People Centrism\",\"diversity wins\":\"People Centrism\",\"intersectional inclusion\":\"People Centrism\",\"cultural intelligence\":\"People Centrism\",\"celebrate differences\":\"People Centrism\",allyship:\"People Centrism\",\"cultural competence\":\"People Centrism\",\"representation matters\":\"People Centrism\",\"people first mindset\":\"People Centrism\",\"human centered approach\":\"People Centrism\",\"inclusive excellence\":\"People Centrism\",\"diversity champion\":\"People Centrism\",\"cultural awareness\":\"People Centrism\",\"belonging champion\":\"People Centrism\",\"equity advocate\":\"People Centrism\",\"inclusion catalyst\":\"People Centrism\",\"psychological safety champion\":\"People Centrism\",\"empathy advocate\":\"People Centrism\",\"people development\":\"People Centrism\",\"talent focused\":\"People Centrism\",\"human capital excellence\":\"People Centrism\",\"relationship builder\":\"People Centrism\",\"community minded\":\"People Centrism\",\"human experience\":\"People Centrism\",\"people powered\":\"People Centrism\",\"talent centric\":\"People Centrism\",\"human focused design\":\"People Centrism\",\"customer obsessed\":\"People Centrism\",\"user first\":\"People Centrism\",\"customer centric\":\"People Centrism\",\"user centric\":\"People Centrism\",\"customer empathy\":\"People Centrism\",\"user empathy\":\"People Centrism\",\"customer advocacy\":\"People Centrism\",empathy:\"People Centrism\",compassion:\"People Centrism\",caring:\"People Centrism\",kindness:\"People Centrism\",understanding:\"People Centrism\",consideration:\"People Centrism\",dignity:\"People Centrism\",diversity:\"People Centrism\",equality:\"People Centrism\",belonging:\"People Centrism\",humanity:\"People Centrism\",sensitivity:\"People Centrism\",support:\"People Centrism\",helpfulness:\"People Centrism\",listening:\"People Centrism\",inclusivity:\"People Centrism\",service:\"People Centrism\",care:\"People Centrism\",thoughtfulness:\"People Centrism\",acceptance:\"People Centrism\",accessibility:\"People Centrism\",altruism:\"People Centrism\",benevolence:\"People Centrism\",// Communication\ndialogue:\"Communication\",expression:\"Communication\",clarity:\"Communication\",\"information sharing\":\"Communication\",openness:\"Communication\",feedback:\"Communication\",discourse:\"Communication\",eloquence:\"Communication\",conciseness:\"Communication\",precision:\"Communication\",\"effective communication\":\"Communication\",\"clear messaging\":\"Communication\",\"radical candor\":\"Communication\",\"transparent communication\":\"Communication\",\"open communication\":\"Communication\",\"feedback rich\":\"Communication\",\"feedback culture\":\"Communication\",\"two way dialogue\":\"Communication\",\"active listening\":\"Communication\",\"straight talk\":\"Communication\",\"no BS\":\"Communication\",\"transparent dialogue\":\"Communication\",\"open conversation\":\"Communication\",\"feedback driven\":\"Communication\",\"communication excellence\":\"Communication\",\"active dialogue\":\"Communication\",\"straight talk culture\":\"Communication\",\"direct communication\":\"Communication\",\"two way engagement\":\"Communication\",\"open door policy\":\"Communication\",\"collaborative dialogue\":\"Communication\",\"honest conversation\":\"Communication\",\"authentic communication\":\"Communication\",\"meaningful dialogue\":\"Communication\",\"impactful messaging\":\"Communication\",\"clear articulation\":\"Communication\",\"transparent sharing\":\"Communication\",\"open feedback\":\"Communication\",\"constructive dialogue\":\"Communication\",// Empathetic Communication\n\"empathetic listening\":\"Empathetic Communication\",\"emotional intelligence\":\"Empathetic Communication\",\"supportive communication\":\"Empathetic Communication\",\"compassionate dialogue\":\"Empathetic Communication\",\"mindful interaction\":\"Empathetic Communication\",\"active listening\":\"Empathetic Communication\",\"authentic relationships\":\"Empathetic Communication\",\"build relationships\":\"Empathetic Communication\",empathy:\"Empathetic Communication\",\"deep listening\":\"Empathetic Communication\",\"heart-centered communication\":\"Empathetic Communication\",\"compassionate feedback\":\"Empathetic Communication\",\"emotional awareness\":\"Empathetic Communication\",\"supportive language\":\"Empathetic Communication\",\"inclusive dialogue\":\"Empathetic Communication\",\"considerate discussion\":\"Empathetic Communication\",\"understanding communication\":\"Empathetic Communication\",\"interpersonal sensitivity\":\"Empathetic Communication\",\"connected conversations\":\"Empathetic Communication\",\"relationship-focused communication\":\"Empathetic Communication\",\"supportive feedback\":\"Empathetic Communication\",\"mindful messaging\":\"Empathetic Communication\",\"compassionate clarity\":\"Empathetic Communication\",\"attentive dialogue\":\"Empathetic Communication\",// Goal Orientation & Strategic Thinking\nimpact:\"Goal Orientation\",\"make a difference\":\"Goal Orientation\",results:\"Goal Orientation\",\"mission-driven\":\"Goal Orientation\",purpose:\"Goal Orientation\",strategic:\"Strategic Thinking\",\"long-term vision\":\"Strategic Thinking\",\"big picture\":\"Strategic Thinking\",\"think big\":\"Strategic Thinking\",\"expanding the art of the possible\":\"Strategic Thinking\",\"holistic decision-making\":\"Strategic Thinking\",\"strategic perspective\":\"Strategic Thinking\",\"think big, dream big\":\"Strategic Thinking\",\"think big, go far\":\"Strategic Thinking\",\"unlock opportunity\":\"Goal Orientation\",\"positive impact\":\"Goal Orientation\",\"set lofty goals\":\"Goal Orientation\",\"success is a partnership\":\"Goal Orientation\",\"strategic mindset\":\"Strategic Thinking\",\"big picture focus\":\"Strategic Thinking\",\"strategic vision\":\"Strategic Thinking\",\"forward thinking\":\"Strategic Thinking\",\"strategic planning\":\"Strategic Thinking\",\"visionary approach\":\"Strategic Thinking\",\"strategic excellence\":\"Strategic Thinking\",\"long term thinking\":\"Strategic Thinking\",\"strategic orientation\":\"Strategic Thinking\",\"vision focused\":\"Strategic Thinking\",\"strategic leadership\":\"Strategic Thinking\",\"future oriented\":\"Strategic Thinking\",\"strategic direction\":\"Strategic Thinking\",\"visionary thinking\":\"Strategic Thinking\",\"strategic approach\":\"Strategic Thinking\",\"strategic planning focus\":\"Strategic Thinking\",\"visionary leadership\":\"Strategic Thinking\",\"future thinking\":\"Strategic Thinking\",\"results focus\":\"Goal Orientation\",\"achievement orientation\":\"Goal Orientation\",\"target-driven\":\"Goal Orientation\",\"objective-focused\":\"Goal Orientation\",\"success orientation\":\"Goal Orientation\",\"target achievement\":\"Goal Orientation\",\"goal attainment\":\"Goal Orientation\",\"mission focus\":\"Goal Orientation\",\"purpose-driven\":\"Goal Orientation\",\"outcome orientation\":\"Goal Orientation\",\"overarching mission\":\"Goal Orientation\",\"goal achievement\":\"Goal Orientation\",\"success focus\":\"Goal Orientation\",\"target fixation\":\"Goal Orientation\",\"performance drive\":\"Goal Orientation\",\"achievement motivation\":\"Goal Orientation\",\"mission-oriented\":\"Goal Orientation\",\"purpose alignment\":\"Goal Orientation\",\"objective achievement\":\"Goal Orientation\",\"results generation\":\"Goal Orientation\",// Advanced Strategy\n\"strategic sophistication\":\"Advanced Strategy\",\"complex planning\":\"Advanced Strategy\",\"long-range strategy\":\"Advanced Strategy\",\"advanced planning\":\"Advanced Strategy\",\"strategic mastery\":\"Advanced Strategy\",\"comprehensive strategy\":\"Advanced Strategy\",\"multi-level planning\":\"Advanced Strategy\",\"strategic depth\":\"Advanced Strategy\",\"sophisticated approach\":\"Advanced Strategy\",\"well planned\":\"Advanced Strategy\",sequenced:\"Advanced Strategy\",focused:\"Advanced Strategy\",\"immediate context\":\"Advanced Strategy\",\"long-term requirements\":\"Advanced Strategy\",\"solutions for all stakeholders\":\"Advanced Strategy\",\"smart decisions\":\"Advanced Strategy\",\"long-term impacts\":\"Advanced Strategy\",\"bigger picture goals\":\"Advanced Strategy\",\"strategic wisdom\":\"Advanced Strategy\",\"planning excellence\":\"Advanced Strategy\",\"strategic excellence\":\"Advanced Strategy\",\"advanced foresight\":\"Advanced Strategy\",\"comprehensive planning\":\"Advanced Strategy\",\"strategic architecture\":\"Advanced Strategy\",\"master planning\":\"Advanced Strategy\",\"strategic brilliance\":\"Advanced Strategy\",\"complex problem-solving\":\"Advanced Strategy\",\"strategic genius\":\"Advanced Strategy\",\"executive-level thinking\":\"Advanced Strategy\",// Breadth of Approach\n\"holistic thinking\":\"Breadth of Approach\",\"systems thinking\":\"Breadth of Approach\",\"big picture view\":\"Breadth of Approach\",\"comprehensive perspective\":\"Breadth of Approach\",\"integrated approach\":\"Breadth of Approach\",\"multifaceted view\":\"Breadth of Approach\",\"wide-angle lens\":\"Breadth of Approach\",\"expansive thinking\":\"Breadth of Approach\",\"broad consideration\":\"Breadth of Approach\",\"inclusive perspective\":\"Breadth of Approach\",\"challenge assumptions\":\"Breadth of Approach\",\"holistic decision-making\":\"Breadth of Approach\",\"open minded\":\"Breadth of Approach\",\"multiple perspectives\":\"Breadth of Approach\",\"different viewpoints\":\"Breadth of Approach\",\"resource utilization\":\"Breadth of Approach\",\"success orientation\":\"Breadth of Approach\",\"comprehensive analysis\":\"Breadth of Approach\",\"multidimensional thinking\":\"Breadth of Approach\",\"broad-spectrum analysis\":\"Breadth of Approach\",\"panoramic vision\":\"Breadth of Approach\",\"360-degree perspective\":\"Breadth of Approach\",\"integrative thinking\":\"Breadth of Approach\",\"comprehensive assessment\":\"Breadth of Approach\",\"all-encompassing view\":\"Breadth of Approach\",\"diverse considerations\":\"Breadth of Approach\",\"wide-ranging analysis\":\"Breadth of Approach\",\"expansive perspective\":\"Breadth of Approach\",\"inclusive outlook\":\"Breadth of Approach\",\"multifaceted approach\":\"Breadth of Approach\",// Resource Management\n\"resource allocation\":\"Resource Management\",\"asset utilization\":\"Resource Management\",\"budget management\":\"Resource Management\",\"cost efficiency\":\"Resource Management\",\"resource optimization\":\"Resource Management\",\"efficient use\":\"Resource Management\",\"sustainable management\":\"Resource Management\",\"responsible allocation\":\"Resource Management\",\"strategic distribution\":\"Resource Management\",\"effective deployment\":\"Resource Management\",\"optimize resources\":\"Resource Management\",\"strategic perspective\":\"Resource Management\",\"long-term availability\":\"Resource Management\",\"resource distribution\":\"Resource Management\",\"preservation focus\":\"Resource Management\",\"efficiency maximization\":\"Resource Management\",\"resource conservation\":\"Resource Management\",\"sustainable usage\":\"Resource Management\",\"balanced allocation\":\"Resource Management\",\"strategic resourcing\":\"Resource Management\",\"capital efficiency\":\"Resource Management\",\"effective allocation\":\"Resource Management\",\"optimal deployment\":\"Resource Management\",\"resource planning\":\"Resource Management\",\"responsible stewardship\":\"Resource Management\",\"resource efficiency\":\"Resource Management\",\"allocation effectiveness\":\"Resource Management\",\"distribution strategy\":\"Resource Management\",\"sustainable management\":\"Resource Management\",frugality:\"Resource Management\",\"cost-consciousness\":\"Resource Management\",\"fiscal responsibility\":\"Resource Management\",\"financial discipline\":\"Resource Management\",\"economic value\":\"Resource Management\",// Crisis Management\n\"crisis readiness\":\"Crisis Preparedness\",\"emergency prepared\":\"Crisis Preparedness\",\"risk ready\":\"Crisis Preparedness\",\"crisis management excellence\":\"Crisis Response\",\"emergency response ready\":\"Crisis Response\",\"rapid response capable\":\"Crisis Response\",\"crisis recovery focused\":\"Crisis Recovery\",\"bounce back ability\":\"Crisis Recovery\",\"recovery oriented\":\"Crisis Recovery\",\"resilience focused\":\"Crisis Recovery\",\"crisis adaptable\":\"Crisis Response\",\"emergency adaptable\":\"Crisis Response\",\"risk management\":\"Crisis Preparedness\",\"crisis prepared\":\"Crisis Preparedness\",\"emergency ready\":\"Crisis Preparedness\",\"risk oriented\":\"Crisis Preparedness\",\"crisis focused\":\"Crisis Response\",\"emergency focused\":\"Crisis Response\",\"recovery excellence\":\"Crisis Recovery\",\"resilience driven\":\"Crisis Recovery\",\"change ready\":\"Crisis Preparedness\",\"future proof\":\"Crisis Preparedness\",antifragile:\"Crisis Preparedness\",\"adaptive organization\":\"Crisis Response\",\"rapid response\":\"Crisis Response\",\"organizational resilience\":\"Crisis Recovery\",\"bounce forward\":\"Crisis Recovery\",\"emergency response\":\"Crisis Response\",\"disaster handling\":\"Crisis Response\",\"urgent action\":\"Crisis Response\",\"swift reaction\":\"Crisis Response\",\"immediate intervention\":\"Crisis Response\",\"contingency planning\":\"Crisis Preparedness\",\"preventive action\":\"Crisis Preparedness\",\"recovery planning\":\"Crisis Recovery\",rebuilding:\"Crisis Recovery\",restoration:\"Crisis Recovery\",preparedness:\"Crisis Preparedness\",readiness:\"Crisis Preparedness\",\"contingency planning\":\"Crisis Preparedness\",\"risk assessment\":\"Crisis Preparedness\",\"precautionary measures\":\"Crisis Preparedness\",\"emergency planning\":\"Crisis Preparedness\",\"strategic preparedness\":\"Crisis Preparedness\",\"operational readiness\":\"Crisis Preparedness\",\"alert systems\":\"Crisis Preparedness\",\"preparation strategies\":\"Crisis Preparedness\",\"contingency development\":\"Crisis Preparedness\",\"vulnerability analysis\":\"Crisis Preparedness\",\"threat monitoring\":\"Crisis Preparedness\",\"preventive protocols\":\"Crisis Preparedness\",\"safety measures\":\"Crisis Preparedness\",\"emergency frameworks\":\"Crisis Preparedness\",\"disaster planning\":\"Crisis Preparedness\",// Emotional Resilience\nresilience:\"Emotional Resilience\",grit:\"Emotional Resilience\",persistence:\"Emotional Resilience\",endurance:\"Emotional Resilience\",fortitude:\"Emotional Resilience\",tenacity:\"Emotional Resilience\",hardiness:\"Emotional Resilience\",\"mental toughness\":\"Emotional Resilience\",\"emotional strength\":\"Emotional Resilience\",adaptability:\"Emotional Resilience\",\"recovery ability\":\"Emotional Resilience\",\"bouncing back\":\"Emotional Resilience\",\"stress management\":\"Emotional Resilience\",\"coping skills\":\"Emotional Resilience\",perseverance:\"Emotional Resilience\",determination:\"Emotional Resilience\",steadfastness:\"Emotional Resilience\",\"grit and curiosity\":\"Emotional Resilience\",\"hustle responsibly\":\"Emotional Resilience\",\"continued planning\":\"Emotional Resilience\",\"drive and strategy\":\"Emotional Resilience\",\"crisis management\":\"Emotional Resilience\",\"negative outcome handling\":\"Emotional Resilience\",\"demonstrating courage\":\"Emotional Resilience\",\"embracing viewpoints\":\"Emotional Resilience\",\"emotional stability\":\"Emotional Resilience\",\"psychological flexibility\":\"Emotional Resilience\",\"adversity management\":\"Emotional Resilience\",\"challenge orientation\":\"Emotional Resilience\",\"growth through hardship\":\"Emotional Resilience\",\"resilient leadership\":\"Emotional Resilience\",\"emotional regulation\":\"Emotional Resilience\",\"recovery capacity\":\"Emotional Resilience\",\"stress resistance\":\"Emotional Resilience\",\"psychological capital\":\"Emotional Resilience\",// Conflict Management\n\"conflict resolution\":\"Conflict Management\",\"dispute settlement\":\"Conflict Management\",\"problem resolution\":\"Conflict Management\",\"tension management\":\"Conflict Management\",\"disagreement handling\":\"Conflict Management\",\"reconciliation process\":\"Conflict Management\",\"mediation skills\":\"Conflict Management\",\"negotiation expertise\":\"Conflict Management\",\"facilitation abilities\":\"Conflict Management\",\"resolution expertise\":\"Conflict Management\",\"challenge and understand\":\"Conflict Management\",\"build relationships\":\"Conflict Management\",\"multi-dimensional solutions\":\"Conflict Management\",\"thoughtful negotiations\":\"Conflict Management\",\"future planning\":\"Conflict Management\",\"implementation skills\":\"Conflict Management\",\"resolution agendas\":\"Conflict Management\",\"sustainable solutions\":\"Conflict Management\",\"long-term resolution\":\"Conflict Management\",\"comprehensive settlement\":\"Conflict Management\",\"stakeholder satisfaction\":\"Conflict Management\",\"relationship preservation\":\"Conflict Management\",\"constructive outcomes\":\"Conflict Management\",\"value creation through conflict\":\"Conflict Management\",\"growth through disagreement\":\"Conflict Management\",\"learning from conflict\":\"Conflict Management\",\"collaborative resolution\":\"Conflict Management\",\"creative problem-solving\":\"Conflict Management\",\"solution engineering\":\"Conflict Management\",\"resolution architecture\":\"Conflict Management\",// Conflict Response\n\"conflict handling\":\"Conflict Response\",\"resolution skills\":\"Conflict Response\",\"mediation abilities\":\"Conflict Response\",\"de-escalation\":\"Conflict Response\",\"tension reduction\":\"Conflict Response\",\"problem-solving\":\"Conflict Response\",reconciliation:\"Conflict Response\",compromise:\"Conflict Response\",negotiation:\"Conflict Response\",\"peace-making\":\"Conflict Response\",\"build relationships\":\"Conflict Response\",care:\"Conflict Response\",empathy:\"Conflict Response\",\"careful communication\":\"Conflict Response\",\"transparency in conflict\":\"Conflict Response\",\"stakeholder awareness\":\"Conflict Response\",\"strategic navigation\":\"Conflict Response\",\"compassionate response\":\"Conflict Response\",\"mediative approach\":\"Conflict Response\",\"balanced reaction\":\"Conflict Response\",\"conflict confidence\":\"Conflict Response\",\"resolution focus\":\"Conflict Response\",\"diplomatic handling\":\"Conflict Response\",\"thoughtful engagement\":\"Conflict Response\",\"problem-solving mindset\":\"Conflict Response\",\"solution-focused response\":\"Conflict Response\",\"inclusive resolution\":\"Conflict Response\",\"needs-based approach\":\"Conflict Response\",\"win-win orientation\":\"Conflict Response\",\"constructive engagement\":\"Conflict Response\",// Conflict Approach\n\"conflict awareness\":\"Conflict Approach\",\"preventive action\":\"Conflict Approach\",\"issue identification\":\"Conflict Approach\",\"early intervention\":\"Conflict Approach\",\"constructive confrontation\":\"Conflict Approach\",\"problem anticipation\":\"Conflict Approach\",\"conflict readiness\":\"Conflict Approach\",\"tension recognition\":\"Conflict Approach\",\"challenge and understand\":\"Conflict Approach\",\"challenge ideas\":\"Conflict Approach\",\"conflict navigation\":\"Conflict Approach\",\"proactive problem-solving\":\"Conflict Approach\",\"preventive dialogue\":\"Conflict Approach\",\"potential issue awareness\":\"Conflict Approach\",\"constructive tension\":\"Conflict Approach\",\"healthy confrontation\":\"Conflict Approach\",\"disagreement recognition\":\"Conflict Approach\",\"conflict preparation\":\"Conflict Approach\",\"issue sensitivity\":\"Conflict Approach\",\"situation awareness\":\"Conflict Approach\",\"timing sensitivity\":\"Conflict Approach\",\"strategic confrontation\":\"Conflict Approach\",\"appropriate intervention\":\"Conflict Approach\",\"conflict readiness\":\"Conflict Approach\",\"problem sensitivity\":\"Conflict Approach\",\"timely intervention\":\"Conflict Approach\",\"issue spotting\":\"Conflict Approach\",\"problem awareness\":\"Conflict Approach\",// Creative Decisiveness\n\"decision-making\":\"Creative Decisiveness\",initiative:\"Creative Decisiveness\",action:\"Creative Decisiveness\",determination:\"Creative Decisiveness\",courage:\"Creative Decisiveness\",boldness:\"Creative Decisiveness\",assertiveness:\"Creative Decisiveness\",decisiveness:\"Creative Decisiveness\",\"fast decision-making\":\"Creative Decisiveness\",judgment:\"Creative Decisiveness\",\"critical thinking\":\"Creative Decisiveness\",deliberation:\"Creative Decisiveness\",\"acting with conviction\":\"Creative Decisiveness\",\"risk-taking\":\"Creative Decisiveness\",\"calculated risk\":\"Creative Decisiveness\",\"logical thinking\":\"Creative Decisiveness\",\"analytical thinking\":\"Creative Decisiveness\",\"quick response\":\"Creative Decisiveness\",promptness:\"Creative Decisiveness\",\"responsive action\":\"Creative Decisiveness\",\"out of box thinking\":\"Creative Decisiveness\",\"solution focus\":\"Creative Decisiveness\",\"independent decisions\":\"Creative Decisiveness\",\"careful analysis\":\"Creative Decisiveness\",\"formative defiance\":\"Creative Decisiveness\",// Creative Flexibility\nadaptability:\"Creative Flexibility\",flexibility:\"Creative Flexibility\",agility:\"Creative Flexibility\",versatility:\"Creative Flexibility\",\"open-mindedness\":\"Creative Flexibility\",receptiveness:\"Creative Flexibility\",acceptance:\"Creative Flexibility\",change:\"Creative Flexibility\",\"openness to change\":\"Creative Flexibility\",nimbleness:\"Creative Flexibility\",responsiveness:\"Creative Flexibility\",adjustability:\"Creative Flexibility\",pivoting:\"Creative Flexibility\",resilience:\"Creative Flexibility\",adaptiveness:\"Creative Flexibility\",\"learning agility\":\"Creative Flexibility\",\"mental agility\":\"Creative Flexibility\",\"fluid thinking\":\"Creative Flexibility\",\"shift thinking patterns\":\"Creative Flexibility\",\"shift styles of functioning\":\"Creative Flexibility\",\"environmental changes\":\"Creative Flexibility\",\"shift gears\":\"Creative Flexibility\",\"current needs\":\"Creative Flexibility\",// Information Management\n\"information processing\":\"Information Management\",\"data handling\":\"Information Management\",\"knowledge management\":\"Information Management\",\"information filtering\":\"Information Management\",\"data analysis\":\"Information Management\",\"information organization\":\"Information Management\",\"knowledge utilization\":\"Information Management\",\"information synthesis\":\"Information Management\",\"data interpretation\":\"Information Management\",\"knowledge application\":\"Information Management\",\"inspect and collaborate\":\"Information Management\",\"learn through discovery\":\"Information Management\",\"relevant information seeking\":\"Information Management\",\"information optimization\":\"Information Management\",\"winning solutions\":\"Information Management\",\"multiple viewpoints\":\"Information Management\",\"information sensitivity\":\"Information Management\",\"random vs. meaningful\":\"Information Management\",\"timely transmission\":\"Information Management\",\"data discernment\":\"Information Management\",\"intelligent filtering\":\"Information Management\",\"strategic information use\":\"Information Management\",\"knowledge curation\":\"Information Management\",\"insight extraction\":\"Information Management\",\"information leverage\":\"Information Management\",\"data-driven decisions\":\"Information Management\",\"knowledge application\":\"Information Management\",\"information utilization\":\"Information Management\",\"strategic data use\":\"Information Management\",\"insight development\":\"Information Management\",// Goal Management\n\"goal setting\":\"Goal Management\",\"objective planning\":\"Goal Management\",\"target development\":\"Goal Management\",\"achievement planning\":\"Goal Management\",\"success strategy\":\"Goal Management\",\"performance management\":\"Goal Management\",\"outcome planning\":\"Goal Management\",\"results management\":\"Goal Management\",\"achievement strategy\":\"Goal Management\",\"objective management\":\"Goal Management\",\"set lofty goals\":\"Goal Management\",\"success is a partnership\":\"Goal Management\",\"broad approach\":\"Goal Management\",\"problem solving\":\"Goal Management\",\"shift gear\":\"Goal Management\",\"optimize outcomes\":\"Goal Management\",\"complex situations\":\"Goal Management\",\"external perspectives\":\"Goal Management\",\"concrete goals\":\"Goal Management\",\"goal achievement strategy\":\"Goal Management\",\"performance planning\":\"Goal Management\",\"objective optimization\":\"Goal Management\",\"success engineering\":\"Goal Management\",\"achievement architecture\":\"Goal Management\",\"results planning\":\"Goal Management\",\"target strategy\":\"Goal Management\",\"outcome optimization\":\"Goal Management\",\"achievement pathway\":\"Goal Management\",\"performance framework\":\"Goal Management\",\"success planning\":\"Goal Management\",okrs:\"Goal Management\",\"smart goals\":\"Goal Management\",\"growth metrics\":\"Goal Management\",\"north star metric\":\"Goal Management\",\"key results\":\"Goal Management\",\"measurable outcomes\":\"Goal Management\",\"impact driven\":\"Goal Management\",\"outcome focused\":\"Goal Management\",\"results oriented\":\"Goal Management\",\"agile goal setting\":\"Goal Management\",\"sprint planning\":\"Goal Management\",\"iterative objectives\":\"Goal Management\",\"milestone management\":\"Goal Management\",\"target achievement\":\"Goal Management\",\"performance indicators\":\"Goal Management\",\"success metrics\":\"Goal Management\",\"metric-driven goals\":\"Goal Management\",\"stretch targets\":\"Goal Management\",\"ambitious objectives\":\"Goal Management\",\"achievement framework\":\"Goal Management\",\"success criteria\":\"Goal Management\",benchmarks:\"Goal Management\",\"performance standards\":\"Goal Management\",\"success measures\":\"Goal Management\",\"objective tracking\":\"Goal Management\",\"goal attainment\":\"Goal Management\",\"target management\":\"Goal Management\",\"success pathway\":\"Goal Management\",\"achievement roadmap\":\"Goal Management\",\"performance excellence\":\"Goal Management\",// Modern Data & Analytics\n\"data driven\":\"Strategic Quantitative Reasoning\",\"metrics driven\":\"Strategic Quantitative Reasoning\",\"data informed\":\"Strategic Quantitative Reasoning\",\"evidence based\":\"Strategic Quantitative Reasoning\",\"data first\":\"Strategic Quantitative Reasoning\",\"quantitative mindset\":\"Strategic Quantitative Reasoning\",\"analytics driven\":\"Strategic Quantitative Reasoning\",\"big data\":\"Strategic Quantitative Reasoning\",\"predictive analytics\":\"Strategic Quantitative Reasoning\",\"machine learning\":\"Strategic Quantitative Reasoning\",\"ai driven\":\"Strategic Quantitative Reasoning\",\"algorithmic decision making\":\"Strategic Quantitative Reasoning\",\"business intelligence\":\"Strategic Quantitative Reasoning\",\"data science\":\"Strategic Quantitative Reasoning\",\"insights oriented\":\"Strategic Quantitative Reasoning\",\"measurement focus\":\"Strategic Quantitative Reasoning\",\"metrics oriented\":\"Strategic Quantitative Reasoning\",\"kpi driven\":\"Strategic Quantitative Reasoning\",\"dashboard management\":\"Strategic Quantitative Reasoning\",\"data visualization\":\"Strategic Quantitative Reasoning\",\"data literacy\":\"Strategic Quantitative Reasoning\",\"data informed decisions\":\"Strategic Quantitative Reasoning\",\"analytical excellence\":\"Strategic Quantitative Reasoning\",\"insights generation\":\"Strategic Quantitative Reasoning\",\"quantitative focus\":\"Strategic Quantitative Reasoning\",\"metrics obsession\":\"Strategic Quantitative Reasoning\",\"measurable outcomes\":\"Strategic Quantitative Reasoning\",\"data centered\":\"Strategic Quantitative Reasoning\",\"analytics powered\":\"Strategic Quantitative Reasoning\",\"intelligent automation\":\"Strategic Quantitative Reasoning\",\"numerical thinking\":\"Strategic Quantitative Reasoning\",\"quantitative assessment\":\"Strategic Quantitative Reasoning\",\"statistical reasoning\":\"Strategic Quantitative Reasoning\",\"mathematical logic\":\"Strategic Quantitative Reasoning\",\"analytical processing\":\"Strategic Quantitative Reasoning\",\"data interpretation\":\"Strategic Quantitative Reasoning\",\"numerical problem solving\":\"Strategic Quantitative Reasoning\",\"strategic calculation\":\"Strategic Quantitative Reasoning\",\"analytical decision making\":\"Strategic Quantitative Reasoning\",// Modern Agile & Execution\n\"agile mindset\":\"Creative Flexibility\",\"sprint mentality\":\"Creative Flexibility\",\"iterate rapidly\":\"Creative Flexibility\",\"quick pivots\":\"Creative Flexibility\",\"adapt or die\":\"Creative Flexibility\",\"change ready\":\"Creative Flexibility\",\"pivot ready\":\"Creative Flexibility\",\"growth ready\":\"Creative Flexibility\",// Workplace Engagement\n\"remote first\":\"Workplace Engagement\",\"hybrid ready\":\"Workplace Engagement\",\"work life harmony\":\"Workplace Engagement\",\"flexible workplace\":\"Workplace Engagement\",\"distributed teams\":\"Workplace Engagement\",\"async first\":\"Workplace Engagement\",\"globally connected\":\"Workplace Engagement\",\"human centered workplace\":\"Workplace Engagement\",\"work from anywhere\":\"Workplace Engagement\",engagement:\"Workplace Engagement\",commitment:\"Workplace Engagement\",passion:\"Workplace Engagement\",drive:\"Workplace Engagement\",dedication:\"Workplace Engagement\",motivation:\"Workplace Engagement\",energy:\"Workplace Engagement\",enthusiasm:\"Workplace Engagement\",involvement:\"Workplace Engagement\",participation:\"Workplace Engagement\",\"active contribution\":\"Workplace Engagement\",devotion:\"Workplace Engagement\",zeal:\"Workplace Engagement\",vigor:\"Workplace Engagement\",\"work life balance\":\"Workplace Engagement\",\"employee wellbeing\":\"Workplace Engagement\",\"employee satisfaction\":\"Workplace Engagement\",intensity:\"Workplace Engagement\",dynamism:\"Workplace Engagement\",\"hands on\":\"Workplace Engagement\",focus:\"Workplace Engagement\",\"energy and enthusiasm\":\"Workplace Engagement\",\"hustle responsibly\":\"Workplace Engagement\",\"active participation\":\"Workplace Engagement\",\"full involvement\":\"Workplace Engagement\",immersion:\"Workplace Engagement\",ownership:\"Workplace Engagement\",\"team player\":\"Workplace Engagement\",\"all in attitude\":\"Workplace Engagement\"};const getIconComponent=measure=>{const Icon=measure.icon;return Icon?/*#__PURE__*/_jsx(Icon,{style:{width:isTablet?\"24px\":\"28px\",height:isTablet?\"24px\":\"28px\",color:\"#4169E1\"}}):null;};const renderParticipantIcon=count=>{if(count>10){return /*#__PURE__*/_jsx(\"div\",{style:{width:\"24px\",height:\"24px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(SimbuilderMoreUserIcon,{style:{width:\"100%\",height:\"100%\"}})});}else{return /*#__PURE__*/_jsx(\"div\",{style:{width:\"24px\",height:\"24px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(SimbuilderBaseUserIcon,{style:{width:\"100%\",height:\"100%\"}})});}};const renderRecruiterIcon=()=>/*#__PURE__*/_jsx(\"div\",{style:{width:\"24px\",height:\"24px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(SimbuilderRecruiterIcon,{style:{width:\"100%\",height:\"100%\"}})});// Scenario Card Component\nconst ScenarioCard=({scenario,isSelected,onClick})=>{const renderIcon=()=>{const IconComponent=scenario.ImageComponent;return /*#__PURE__*/_jsx(\"div\",{style:{width:\"36px\",height:\"36px\",position:\"relative\",overflow:\"hidden\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:\"#f8f9fa\",borderRadius:\"50%\"},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"24px\",height:\"24px\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(IconComponent,{style:{transform:\"scale(0.5)\",maxWidth:\"100%\",maxHeight:\"100%\"}})})});};return /*#__PURE__*/_jsxs(\"div\",{onClick:onClick,style:{position:\"relative\",cursor:\"pointer\",width:\"100%\",padding:\"16px\",backgroundColor:\"white\",borderRadius:\"16px\",marginBottom:\"16px\",border:isSelected?\"2px solid #4169E1\":\"1px solid #E5E7EB\",display:\"flex\",alignItems:\"center\",gap:\"16px\",zIndex:1},children:[renderIcon(),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"16px\",fontWeight:\"500\",color:\"#111\",marginBottom:\"4px\"},children:scenario.title}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"14px\",color:\"#666\"},children:scenario.description})]})]});};// Wheel Section Path Function\nconst getWheelSectionPath=index=>{const totalMeasures=MEASURES.length;const anglePerSection=2*Math.PI/totalMeasures;const startAngle=index*anglePerSection-Math.PI/2;const endAngle=(index+1)*anglePerSection-Math.PI/2;const outerRadius=180;const innerRadius=60;const startOuterX=outerRadius*Math.cos(startAngle);const startOuterY=outerRadius*Math.sin(startAngle);const endOuterX=outerRadius*Math.cos(endAngle);const endOuterY=outerRadius*Math.sin(endAngle);const startInnerX=innerRadius*Math.cos(startAngle);const startInnerY=innerRadius*Math.sin(startAngle);const endInnerX=innerRadius*Math.cos(endAngle);const endInnerY=innerRadius*Math.sin(endAngle);const largeArcFlag=endAngle-startAngle<=Math.PI?\"0\":\"1\";return`M ${startOuterX} ${startOuterY}\n            A ${outerRadius} ${outerRadius} 0 ${largeArcFlag} 1 ${endOuterX} ${endOuterY}\n            L ${endInnerX} ${endInnerY}\n            A ${innerRadius} ${innerRadius} 0 ${largeArcFlag} 0 ${startInnerX} ${startInnerY}\n            Z`;};// Autocomplete Functions\nconst getSuggestions=value=>{const inputValue=value.toLowerCase().trim();if(inputValue.length===0)return[];const matches=Object.entries(VALUE_KEYWORDS).filter(([keyword])=>keyword.toLowerCase().includes(inputValue)).map(([keyword,measureName])=>({keyword,measure:MEASURES.find(m=>m.name===measureName)})).filter(item=>item.measure).slice(0,5);return matches;};const findMatchingMeasure=value=>{const normalizedInput=value.toLowerCase().trim();const matchedKeyword=Object.entries(VALUE_KEYWORDS).find(([keyword])=>keyword.toLowerCase()===normalizedInput);if(matchedKeyword){return MEASURES.find(measure=>measure.name===matchedKeyword[1]);}return null;};const handleInputChange=e=>{const value=e.target.value;setInputValue(value);setSuggestions(getSuggestions(value));};const handleSuggestionClick=suggestion=>{if(suggestion.measure){const newSelectedMeasures=new Set(selectedMeasures);newSelectedMeasures.add(suggestion.measure.id);setSelectedMeasures(newSelectedMeasures);setExpandedId(suggestion.measure.id);selectedKeywords.set(suggestion.measure.id,suggestion.keyword);setInputValue(\"\")// Clear input after selection\n;setSuggestions([])// Clear suggestions to hide dropdown\n;const element=document.getElementById(`measure-${suggestion.measure.id}`);if(element){element.scrollIntoView({behavior:\"smooth\",block:\"nearest\"});}}};const handleSubmit=e=>{e.preventDefault();if(!inputValue.trim())return;const matchedMeasure=findMatchingMeasure(inputValue);if(matchedMeasure){const newSelectedMeasures=new Set(selectedMeasures);newSelectedMeasures.add(matchedMeasure.id);setSelectedMeasures(newSelectedMeasures);setExpandedId(matchedMeasure.id);}setInputValue(\"\");setSuggestions([]);};// Email handling functions\nconst validateEmail=email=>{const re=/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/;return re.test(email);};// Update the handleCreateSimulation function\nconst handleCreateSimulation=async e=>{// Prevent default form submission behavior\nif(e)e.preventDefault();if(!selectedScenario){alert(\"Please select a scenario type\");return;}if(!validateEmail(email)){setEmailError(\"Please enter a valid email address\");return;}if(!organization||!organization.trim()){alert(\"Please enter your organization name\");return;}if(!agreedToTerms){alert(\"Please agree to the Privacy Policy and Terms & Conditions\");return;}setIsSubmitting(true);setEmailError(\"\");try{const selectedMeasuresData=Array.from(selectedMeasures).map(id=>{const measure=MEASURES.find(m=>m.id===id);return measure?{name:measure.name,definition:measure.definition,values:measure.values,color:measure.color}:null;}).filter(measure=>measure);// Send data to Google Apps Script web app\nconst response=fetch(\"https://script.google.com/macros/s/AKfycby2OGDgqpZSba49bBEMqxgGQxtReOBmIP9kg8D3kENe4iUIzI8M_m8iAFsmPqRr2wUl/exec\",{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/json\"},keepalive:true,body:JSON.stringify({email,organization,scenarioType:selectedScenario,participantCount,recruiterAccess:wantsRecruiterAccess,totalPrice,billingPeriod,selectedMeasures:selectedMeasuresData})});// Display success message immediately after data is submitted\ndisplaySuccessMessage(\"Configuration saved successfully! We'll send you an email with more details shortly.\");// give it 100\u2013200 ms to send before unloading\nawait new Promise(resolve=>setTimeout(resolve,150));// Then redirect to checkout using separate function\n// CAREFUL -- DO NOT REMOVE -- CAREFUL\n// START>>\nredirectToCheckout({email,organizationName:organization,participantCount,simType:selectedScenario,recruiterAccess:wantsRecruiterAccess,selectedMeasures:Array.from(selectedMeasures).map(measureId=>{const measure=MEASURES.find(m=>m.id===measureId);return{name:measure.name,corporateValue:measure.definition};}),billingPeriod});// <<END\n// Close the modal and show success message\nsetShowEmailPopup(false);setEmailError(\"\")// Clear any previous errors\n;}catch(error){console.error(\"Error creating simulation:\",error);setIsSubmitting(false)// Only reset isSubmitting on error\n;}};const handleWheelSectionHover=measure=>{setTooltipContent({name:measure.name,definition:measure.definition});};const handleWheelSectionLeave=()=>{setTooltipContent(null);};// Add this new function before the renderEmailModal function\nconst handleSaveConfiguration=async()=>{try{setIsSubmitting(true);setEmailError(\"\");// Validate email\nif(!email||!email.includes(\"@\")){setEmailError(\"Please enter a valid email address\");setIsSubmitting(false);return;}if(!selectedScenario){setEmailError(\"Please select a scenario type\");setIsSubmitting(false);return;}if(!organization){setEmailError(\"Please enter your organization name\");setIsSubmitting(false);return;}if(!agreedToTerms){setEmailError(\"Please agree to the Privacy Policy and Terms & Conditions\");setIsSubmitting(false);return;}const selectedMeasuresData=Array.from(selectedMeasures).map(id=>{const measure=MEASURES.find(m=>m.id===id);return measure?{name:measure.name,definition:measure.definition,values:measure.values,color:measure.color}:null;}).filter(measure=>measure);// Send data to Google Apps Script web app\nconst response=await fetch(\"https://script.google.com/macros/s/AKfycby2OGDgqpZSba49bBEMqxgGQxtReOBmIP9kg8D3kENe4iUIzI8M_m8iAFsmPqRr2wUl/exec\",{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify({email,organization,scenarioType:selectedScenario,participantCount,recruiterAccess:wantsRecruiterAccess,totalPrice,billingPeriod,selectedMeasures:selectedMeasuresData})});// Display success message immediately after data is submitted\ndisplaySuccessMessage(\"Configuration saved successfully! We'll send you an email with more details shortly.\");// Close the modal and show success message\nsetShowEmailPopup(false);setEmailError(\"\")// Clear any previous errors\n;}catch(error){console.error(\"Error saving configuration:\",error);setEmailError(\"Failed to save configuration. Please try again.\");}finally{setIsSubmitting(false);}};// Fixed email modal\n// Complete Email Modal Implementation\nconst renderEmailModal=()=>{// Calculate a safe height for different screens\nconst maxModalHeight=Math.min(window.innerHeight*.85,600)// 85% of viewport height or 600px maximum\n;return /*#__PURE__*/_jsx(\"div\",{style:{position:\"fixed\",top:0,left:0,right:0,bottom:0,backgroundColor:\"rgba(0, 0, 0, 0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",zIndex:1e3,padding:\"16px\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#FFFFFF\",borderRadius:\"16px\",width:isMobile?\"100%\":\"480px\",height:\"auto\",maxHeight:maxModalHeight,display:\"flex\",flexDirection:\"column\",boxShadow:\"0 4px 20px rgba(0,0,0,0.15)\",overflow:\"hidden\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",padding:\"16px\",borderBottom:\"1px solid #eee\",flexShrink:0},children:[currentModalStep>1&&/*#__PURE__*/_jsxs(\"button\",{onClick:()=>setCurrentModalStep(currentModalStep-1),style:{background:\"none\",border:\"none\",display:\"flex\",alignItems:\"center\",color:\"#666\",cursor:\"pointer\",padding:\"8px\"},children:[/*#__PURE__*/_jsx(ChevronLeft,{size:20}),/*#__PURE__*/_jsx(\"span\",{style:{marginLeft:\"4px\"},children:\"Back\"})]}),currentModalStep===1&&/*#__PURE__*/_jsx(\"div\",{style:{width:\"72px\"}}),/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",gap:\"8px\"},children:[1,2,3,4].map(step=>/*#__PURE__*/_jsx(\"div\",{style:{width:\"8px\",height:\"8px\",borderRadius:\"50%\",backgroundColor:step<=currentModalStep?\"#4388FE\":\"#E5E7EB\"}},step))}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>{setShowEmailPopup(false);setCurrentModalStep(1);},style:{background:\"none\",border:\"none\",padding:\"8px\",cursor:\"pointer\",color:\"#666\"},children:/*#__PURE__*/_jsx(X,{size:20})})]}),/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"16px\",overflowY:\"auto\",flexGrow:1},children:[currentModalStep===1&&/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h2\",{style:{fontSize:isMobile?\"22px\":\"24px\",lineHeight:\"1.3\",fontWeight:\"600\",margin:\"0 0 8px 0\"},children:\"Choose Your Scenario\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:isMobile?\"14px\":\"16px\",lineHeight:\"1.5\",color:\"#666\",margin:\"0 0 20px 0\"},children:\"Select the perfect backdrop for your team's growth. Choose between three exciting scenario types to challenge and inspire your participants.\"}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"32px\"},children:[{id:\"geopolitical\",title:\"Geopolitical\",description:\"Navigate complex global landscapes\",ImageComponent:SimbuilderGeo},{id:\"business\",title:\"Business Case\",description:\"Tackle real-world corporate challenges\",ImageComponent:SimbuilderBiz},{id:\"custom\",title:\"Custom\",description:\"Have a unique situation? Let's craft it together!\",ImageComponent:SimbuilderCustom}].map(scenario=>/*#__PURE__*/_jsxs(\"div\",{onClick:()=>setSelectedScenario(scenario.id),style:{position:\"relative\",cursor:\"pointer\",borderRadius:\"16px\",marginBottom:\"12px\",border:selectedScenario===scenario.id?\"2px solid #4169E1\":\"1px solid #E5E7EB\",display:\"flex\",backgroundColor:\"white\",padding:\"12px\",alignItems:\"center\",gap:\"16px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"36px\",height:\"36px\",position:\"relative\",overflow:\"hidden\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:\"#f8f9fa\",borderRadius:\"50%\",flexShrink:0},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"24px\",height:\"24px\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(scenario.ImageComponent,{style:{transform:\"scale(0.5)\",maxWidth:\"100%\",maxHeight:\"100%\"}})})}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1,minWidth:0},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:isMobile?\"16px\":\"18px\",fontWeight:\"600\",marginBottom:\"4px\",color:\"#111\",margin:\"0 0 4px 0\"},children:scenario.title}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:isMobile?\"14px\":\"16px\",color:\"#666\",margin:0},children:scenario.description})]})]},scenario.id))})]}),currentModalStep===2&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{fontSize:isMobile?\"22px\":\"24px\",lineHeight:\"1.3\",fontWeight:\"600\",margin:\"0 0 8px 0\"},children:\"Team Configuration\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:isMobile?\"14px\":\"16px\",lineHeight:\"1.5\",color:\"#666\",margin:\"0 0 16px 0\"},children:\"How many people will be taking a simulation and participating in learning & development?\"}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"16px\",backgroundColor:\"#F7F9FC\",borderRadius:\"12px\",padding:\"16px\",border:\"1px solid #E5E7EB\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"flex-start\",gap:\"12px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"36px\",height:\"36px\",backgroundColor:\"white\",borderRadius:\"50%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flexShrink:0,overflow:\"hidden\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{width:\"150px\",height:\"150px\",position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.12)\",transformOrigin:\"center center\"},children:participantCount>10?/*#__PURE__*/_jsx(SimbuilderMoreUserIcon,{style:{width:\"100%\",height:\"100%\"}}):/*#__PURE__*/_jsx(SimbuilderBaseUserIcon,{style:{width:\"100%\",height:\"100%\"}})})}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"16px\",fontWeight:\"600\",margin:\"0 0 10px 0\"},children:\"Number of Participants\"}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"12px\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"8px\",marginBottom:\"12px\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>setParticipantCount(Math.max(10,participantCount-5)),style:{width:\"32px\",height:\"32px\",borderRadius:\"6px\",border:\"1px solid #E5E7EB\",backgroundColor:\"white\",fontSize:\"16px\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:\"-\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",min:\"10\",max:\"100\",value:participantCount,onChange:e=>{const value=parseInt(e.target.value);if(value>=10&&value<=100){setParticipantCount(value);}},style:{width:\"60px\",padding:\"6px 10px\",fontSize:\"16px\",borderRadius:\"6px\",border:\"1px solid #E5E7EB\",textAlign:\"center\"}}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>setParticipantCount(Math.min(100,participantCount+5)),style:{width:\"32px\",height:\"32px\",borderRadius:\"6px\",border:\"1px solid #E5E7EB\",backgroundColor:\"white\",fontSize:\"16px\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:\"+\"})]})}),/*#__PURE__*/_jsx(\"p\",{style:{padding:\"10px\",backgroundColor:\"rgba(65, 105, 225, 0.1)\",borderRadius:\"6px\",fontSize:\"13px\"},children:participantCount>10?/*#__PURE__*/_jsxs(_Fragment,{children:[\"You've selected\",\" \",/*#__PURE__*/_jsxs(\"strong\",{children:[participantCount,\" \",\"participants\"]}),\". This includes 10 in the base package plus\",\" \",participantCount-10,\" \",\"additional participants at $20 each.\"]}):/*#__PURE__*/_jsxs(_Fragment,{children:[\"You've selected\",\" \",/*#__PURE__*/_jsxs(\"strong\",{children:[participantCount,\" \",\"participants\"]}),\", included in the base package.\"]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"16px\",backgroundColor:\"#F7F9FC\",borderRadius:\"12px\",padding:\"16px\",border:\"1px solid #E5E7EB\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"flex-start\",gap:\"12px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"36px\",height:\"36px\",backgroundColor:\"white\",borderRadius:\"50%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flexShrink:0,overflow:\"hidden\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{width:\"150px\",height:\"150px\",position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.12)\",transformOrigin:\"center center\"},children:/*#__PURE__*/_jsx(SimbuilderRecruiterIcon,{style:{width:\"100%\",height:\"100%\"}})})}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",marginBottom:\"12px\"},children:[/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"16px\",fontWeight:\"600\",margin:\"0 0 4px 0\"},children:\"Add Recruiter Access\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"14px\",color:\"#555\",margin:0},children:\"Gain advanced tools for candidate assessment\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",position:\"relative\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",id:\"recruiter-access\",checked:wantsRecruiterAccess,onChange:()=>setWantsRecruiterAccess(!wantsRecruiterAccess),style:{position:\"absolute\",opacity:0,cursor:\"pointer\",height:0,width:0}}),/*#__PURE__*/_jsx(\"label\",{htmlFor:\"recruiter-access\",style:{display:\"block\",width:\"36px\",height:\"20px\",borderRadius:\"6px\",backgroundColor:wantsRecruiterAccess?\"#4169E1\":\"#E5E7EB\",position:\"relative\",cursor:\"pointer\",transition:\"background-color 0.3s ease\"},children:/*#__PURE__*/_jsx(\"span\",{style:{position:\"absolute\",top:\"2px\",left:wantsRecruiterAccess?\"18px\":\"2px\",width:\"16px\",height:\"16px\",borderRadius:\"50%\",backgroundColor:\"white\",transition:\"left 0.3s ease\"}})})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"10px\",backgroundColor:\"rgba(65, 105, 225, 0.1)\",borderRadius:\"10px\",fontSize:\"13px\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:\"0 0 6px 0\"},children:\"Recruiter access includes:\"}),/*#__PURE__*/_jsxs(\"ul\",{style:{margin:\"0 0 6px 0\",paddingLeft:\"16px\"},children:[/*#__PURE__*/_jsx(\"li\",{children:\"100 simulations for prospective hires\"}),/*#__PURE__*/_jsx(\"li\",{children:\"Team cultural fit analysis\"}),/*#__PURE__*/_jsx(\"li\",{children:\"Custom hiring benchmarks and data analysis\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:\"500\",color:wantsRecruiterAccess?\"#4169E1\":\"#666\"},children:wantsRecruiterAccess?\"Added to your plan: $80 per month\":\"Additional cost: $80 per month\"})]})]})]})})]}),currentModalStep===3&&/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h2\",{style:{fontSize:isMobile?\"22px\":\"24px\",lineHeight:\"1.3\",fontWeight:\"600\",margin:\"0 0 8px 0\"},children:\"Your Information\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:isMobile?\"14px\":\"16px\",lineHeight:\"1.5\",color:\"#666\",margin:\"0 0 20px 0\"},children:\"Please provide your contact information to get your personalized Meseekna ADR proposal. We will email you a comprehensive deck to share and review with your internal stakeholders.\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"16px\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",marginBottom:\"8px\",fontWeight:\"500\"},children:\"Email Address\"}),/*#__PURE__*/_jsx(\"input\",{type:\"email\",value:email,onChange:e=>setEmail(e.target.value),style:{width:\"100%\",padding:\"12px\",borderRadius:\"8px\",border:emailError?\"1px solid #EF4444\":\"1px solid #E5E7EB\",fontSize:\"16px\"},placeholder:\"Enter your email\"}),emailError&&/*#__PURE__*/_jsx(\"p\",{style:{color:\"#EF4444\",fontSize:\"14px\",marginTop:\"4px\"},children:emailError})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"16px\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",marginBottom:\"8px\",fontWeight:\"500\"},children:\"Organization Name\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:organization,onChange:e=>setOrganization(e.target.value),style:{width:\"100%\",padding:\"12px\",borderRadius:\"8px\",border:\"1px solid #E5E7EB\",fontSize:\"16px\"},placeholder:\"Enter your organization name\"})]}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"16px\"},children:/*#__PURE__*/_jsxs(\"label\",{style:{display:\"flex\",alignItems:\"center\",gap:\"8px\",cursor:\"pointer\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",checked:agreedToTerms,onChange:e=>setAgreedToTerms(e.target.checked),style:{width:\"16px\",height:\"16px\"}}),/*#__PURE__*/_jsxs(\"span\",{children:[\"I agree to the\",\" \",/*#__PURE__*/_jsx(\"button\",{onClick:()=>setShowTermsModal(true),style:{background:\"none\",border:\"none\",color:\"#4169E1\",cursor:\"pointer\",padding:0},children:\"Terms & Conditions\"}),\" \",\"and\",\" \",/*#__PURE__*/_jsx(\"button\",{onClick:()=>setShowPrivacyModal(true),style:{background:\"none\",border:\"none\",color:\"#4169E1\",cursor:\"pointer\",padding:0},children:\"Privacy Policy\"})]})]})}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"16px\"},children:/*#__PURE__*/_jsxs(\"label\",{style:{display:\"flex\",alignItems:\"center\",gap:\"8px\",cursor:\"pointer\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",checked:agreedToMarketing,onChange:e=>setAgreedToMarketing(e.target.checked),style:{width:\"16px\",height:\"16px\"}}),/*#__PURE__*/_jsx(\"span\",{children:\"I agree to receive marketing communications from Meseekna\"})]})})]}),currentModalStep===4&&/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h2\",{style:{fontSize:isMobile?\"22px\":\"24px\",lineHeight:\"1.3\",fontWeight:\"600\",margin:\"0 0 8px 0\"},children:\"Confirm Cultural Values\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:isMobile?\"14px\":\"16px\",lineHeight:\"1.5\",color:\"#666\",margin:\"0 0 20px 0\"},children:\"Your simulation will measure what matters most to your organization. Here is what you chose.\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"24px\",backgroundColor:\"#F7F9FC\",borderRadius:\"12px\",padding:\"20px\",border:\"1px solid #E5E7EB\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"18px\",fontWeight:\"600\",marginBottom:\"12px\"},children:\"Selected Measures\"}),/*#__PURE__*/_jsxs(\"p\",{style:{fontSize:\"15px\",marginBottom:\"16px\"},children:[\"You've selected\",\" \",/*#__PURE__*/_jsxs(\"strong\",{children:[selectedMeasures.size,\" measures\"]}),\" \",\"for your simulation:\"]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"16px\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"text\",placeholder:\"Search for additional measures by value keyword...\",style:{width:\"100%\",padding:\"12px\",borderRadius:\"8px\",border:\"1px solid #E5E7EB\",fontSize:\"16px\",marginBottom:\"12px\"},value:searchQuery,onChange:handleSearchChange}),searchResults.length>0&&/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:\"white\",borderRadius:\"8px\",border:\"1px solid #E5E7EB\",maxHeight:\"200px\",overflowY:\"auto\"},children:searchResults.map(measure=>/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"12px\",borderBottom:\"1px solid #E5E7EB\",display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"12px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:measure.color+\"33\",width:\"36px\",height:\"36px\",borderRadius:\"50%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:getIconComponent(measure)}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"div\",{style:{fontWeight:\"500\"},children:measure.name}),measure.matchedKeyword&&/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"13px\",color:\"#4169E1\"},children:[\" \",measure.matchedKeyword]})]})]}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>handleAddMeasure(measure.id),style:{background:\"none\",border:\"1px solid #4169E1\",color:\"#4169E1\",padding:\"6px 12px\",borderRadius:\"6px\",cursor:\"pointer\"},children:\"Add\"})]},measure.id))})]}),/*#__PURE__*/_jsxs(\"table\",{style:{width:\"100%\",borderCollapse:\"collapse\",marginBottom:\"16px\",tableLayout:\"fixed\"},children:[/*#__PURE__*/_jsx(\"thead\",{children:/*#__PURE__*/_jsxs(\"tr\",{children:[/*#__PURE__*/_jsx(\"th\",{style:{width:\"40px\",textAlign:\"center\",borderBottom:\"1px solid #E5E7EB\",paddingBottom:\"10px\"}}),/*#__PURE__*/_jsx(\"th\",{style:{width:\"40px\",textAlign:\"center\",borderBottom:\"1px solid #E5E7EB\",paddingBottom:\"10px\"}}),/*#__PURE__*/_jsx(\"th\",{style:{textAlign:\"left\",borderBottom:\"1px solid #E5E7EB\",paddingBottom:\"10px\"},children:\"Value\"}),/*#__PURE__*/_jsx(\"th\",{style:{textAlign:\"left\",borderBottom:\"1px solid #E5E7EB\",paddingBottom:\"10px\"},children:\"Keyword\"})]})}),/*#__PURE__*/_jsx(\"tbody\",{children:Array.from(selectedMeasures).map(measureId=>{const measure=MEASURES.find(m=>m.id===measureId);if(!measure)return null;const keyword=selectedKeywords.get(measureId)||\"\";return /*#__PURE__*/_jsxs(\"tr\",{style:{borderBottom:\"1px solid #E5E7EB\"},children:[/*#__PURE__*/_jsx(\"td\",{style:{textAlign:\"center\",padding:\"12px 0\"},children:/*#__PURE__*/_jsx(\"button\",{onClick:()=>handleRemoveMeasure(measureId),style:{background:\"none\",border:\"none\",color:\"#EF4444\",cursor:\"pointer\",padding:\"4px 8px\"},children:/*#__PURE__*/_jsx(Minus,{size:16})})}),/*#__PURE__*/_jsx(\"td\",{style:{textAlign:\"center\",padding:\"12px 0\"},children:/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:measure.color+\"33\",width:\"28px\",height:\"28px\",borderRadius:\"50%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",margin:\"0 auto\"},children:getIconComponent(measure)})}),/*#__PURE__*/_jsx(\"td\",{style:{padding:\"12px 0\"},children:measure.name}),/*#__PURE__*/_jsx(\"td\",{style:{padding:\"12px 0\",color:\"#666\",fontSize:\"14px\"},children:keyword})]},measureId);})})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"24px\",backgroundColor:\"#F7F9FC\",borderRadius:\"12px\",padding:\"20px\",border:\"1px solid #E5E7EB\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"18px\",fontWeight:\"600\",marginBottom:\"12px\"},children:\"Your Configuration\"}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"16px\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsx(\"div\",{children:/*#__PURE__*/_jsxs(\"span\",{children:[\"Participants:\",\" \",participantCount]})}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"8px\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>setParticipantCount(Math.max(10,participantCount-1)),style:{width:\"32px\",height:\"32px\",borderRadius:\"6px\",border:\"1px solid #E5E7EB\",backgroundColor:\"white\",fontSize:\"16px\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:\"-\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",min:\"10\",max:\"100\",value:participantCount,onChange:e=>{const value=parseInt(e.target.value);if(!isNaN(value)&&value>=10&&value<=100){setParticipantCount(value);}},style:{width:\"60px\",padding:\"6px 10px\",fontSize:\"16px\",borderRadius:\"6px\",border:\"1px solid #E5E7EB\",textAlign:\"center\"}}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>setParticipantCount(Math.min(100,participantCount+1)),style:{width:\"32px\",height:\"32px\",borderRadius:\"6px\",border:\"1px solid #E5E7EB\",backgroundColor:\"white\",fontSize:\"16px\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:\"+\"})]})]})}),/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"16px\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsx(\"div\",{children:/*#__PURE__*/_jsxs(\"span\",{children:[\"Recruiter Access:\",\" \",wantsRecruiterAccess?\"Enabled\":\"Disabled\"]})}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",position:\"relative\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",id:\"recruiter-access\",checked:wantsRecruiterAccess,onChange:()=>setWantsRecruiterAccess(!wantsRecruiterAccess),style:{position:\"absolute\",opacity:0,cursor:\"pointer\",height:0,width:0}}),/*#__PURE__*/_jsx(\"label\",{htmlFor:\"recruiter-access\",style:{display:\"block\",width:\"36px\",height:\"20px\",borderRadius:\"6px\",backgroundColor:wantsRecruiterAccess?\"#4169E1\":\"#E5E7EB\",position:\"relative\",cursor:\"pointer\",transition:\"background-color 0.3s ease\"},children:/*#__PURE__*/_jsx(\"span\",{style:{position:\"absolute\",top:\"2px\",left:wantsRecruiterAccess?\"18px\":\"2px\",width:\"16px\",height:\"16px\",borderRadius:\"50%\",backgroundColor:\"white\",transition:\"left 0.3s ease\"}})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"24px\",backgroundColor:\"#F7F9FC\",borderRadius:\"12px\",padding:\"20px\",border:\"1px solid #E5E7EB\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"18px\",fontWeight:\"600\",marginBottom:\"12px\"},children:\"Price Summary\"}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",marginBottom:\"16px\",padding:\"10px\",backgroundColor:\"#EDF2FF\",borderRadius:\"8px\"},children:[/*#__PURE__*/_jsx(\"span\",{children:\"Billing Period:\"}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{color:billingPeriod===\"monthly\"?\"#4169E1\":\"#666\",fontWeight:billingPeriod===\"monthly\"?\"600\":\"normal\",marginRight:\"8px\"},children:\"Monthly\"}),/*#__PURE__*/_jsx(\"div\",{onClick:()=>setBillingPeriod(billingPeriod===\"monthly\"?\"yearly\":\"monthly\"),style:{width:\"40px\",height:\"22px\",backgroundColor:\"#E5E7EB\",borderRadius:\"11px\",position:\"relative\",cursor:\"pointer\",margin:\"0 8px\",transition:\"background-color 0.3s ease\"},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"18px\",height:\"18px\",borderRadius:\"50%\",backgroundColor:\"white\",top:\"2px\",left:billingPeriod===\"yearly\"?\"20px\":\"2px\",transition:\"left 0.3s ease\",boxShadow:\"0 1px 2px rgba(0,0,0,0.2)\"}})}),/*#__PURE__*/_jsxs(\"span\",{style:{color:billingPeriod===\"yearly\"?\"#4169E1\":\"#666\",fontWeight:billingPeriod===\"yearly\"?\"600\":\"normal\",display:\"flex\",alignItems:\"center\",whiteSpace:\"nowrap\"},children:[\"Annual\",/*#__PURE__*/_jsx(\"span\",{style:{backgroundColor:\"#22C55E\",color:\"white\",padding:\"1px 4px\",borderRadius:\"8px\",fontSize:\"6px\",marginLeft:\"4px\",display:\"inline-block\",lineHeight:\"1\",fontWeight:\"bold\"},children:\"Save 20%\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"12px\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginBottom:\"8px\"},children:[/*#__PURE__*/_jsx(\"span\",{children:\"Base Package (10 participants)\"}),/*#__PURE__*/_jsxs(\"span\",{children:[\"$\",billingPeriod===\"yearly\"?\"200/mo\":\"200\"]})]}),participantCount>10&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginBottom:\"8px\"},children:[/*#__PURE__*/_jsxs(\"span\",{children:[\"Additional Participants (\",participantCount-10,\" \\xd7 $20)\"]}),/*#__PURE__*/_jsxs(\"span\",{children:[\"$\",billingPeriod===\"yearly\"?`${(participantCount-10)*20}/mo`:(participantCount-10)*20]})]}),wantsRecruiterAccess&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginBottom:\"8px\"},children:[/*#__PURE__*/_jsx(\"span\",{children:\"Recruiter Access\"}),/*#__PURE__*/_jsxs(\"span\",{children:[\"$\",billingPeriod===\"yearly\"?\"80/mo\":\"80\"]})]}),selectedMeasures.size>3&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginBottom:\"8px\"},children:[/*#__PURE__*/_jsxs(\"span\",{children:[\"Additional Measures (\",selectedMeasures.size-3,\" \",\"\\xd7 $8)\"]}),/*#__PURE__*/_jsxs(\"span\",{children:[\"$\",billingPeriod===\"yearly\"?`${(selectedMeasures.size-3)*8}/mo`:(selectedMeasures.size-3)*8]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginTop:\"12px\",paddingTop:\"12px\",borderTop:\"1px solid #E5E7EB\"},children:[/*#__PURE__*/_jsx(\"span\",{children:\"Monthly Total:\"}),/*#__PURE__*/_jsxs(\"span\",{children:[\"$\",Math.round(totalPrice/(billingPeriod===\"yearly\"?12:1))]})]}),billingPeriod===\"yearly\"&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginTop:\"4px\",color:\"#22C55E\"},children:[/*#__PURE__*/_jsx(\"span\",{children:\"Annual Discount:\"}),/*#__PURE__*/_jsx(\"span\",{children:\"-20%\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginTop:\"12px\",paddingTop:\"12px\",borderTop:\"1px solid #E5E7EB\",fontWeight:\"600\"},children:[/*#__PURE__*/_jsx(\"span\",{children:\"Annual Payment:\"}),/*#__PURE__*/_jsxs(\"span\",{children:[\"$\",Math.round(totalPrice)]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"12px\",fontSize:\"13px\",color:\"#666\",textAlign:\"right\"},children:[\"Billed\",\" \",billingPeriod===\"yearly\"?\"annually\":\"monthly\"]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"flex-end\",alignItems:\"center\",padding:\"16px\",borderTop:\"1px solid #eee\",flexShrink:0},children:[currentModalStep===3&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"button\",{onClick:async()=>{try{const selectedMeasuresData=Array.from(selectedMeasures).map(id=>{const measure=MEASURES.find(m=>m.id===id);return measure?{name:measure.name,definition:measure.definition,values:measure.values,color:measure.color}:null;}).filter(measure=>measure);console.log(\"Sending data to Google Apps Script:\",{email,selectedMeasures:selectedMeasuresData,scenarioType:selectedScenario,participantCount,recruiterAccess:wantsRecruiterAccess,totalPrice,billingPeriod,organization});const response=await fetch(\"https://script.google.com/macros/s/AKfycby2OGDgqpZSba49bBEMqxgGQxtReOBmIP9kg8D3kENe4iUIzI8M_m8iAFsmPqRr2wUl/exec\",{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify({action:\"save_and_create_pdf\",email:email,selectedMeasures:selectedMeasuresData,scenarioType:selectedScenario,participantCount:participantCount,recruiterAccess:wantsRecruiterAccess,totalPrice:totalPrice,billingPeriod:billingPeriod,timestamp:new Date().toISOString(),organization:organization,createPDF:true})});console.log(\"Response from Google Apps Script:\",response);// Display success message\ndisplaySuccessMessage(\"Your proposal has been emailed to you! Please check your inbox.\");// Also save to localStorage as backup\nconst config={selectedMeasures:Array.from(selectedMeasures),selectedScenario,participantCount,wantsRecruiterAccess,email,organization,agreedToTerms,agreedToMarketing};localStorage.setItem(\"measureWheelConfig\",JSON.stringify(config));// Remove the successDiv code since we're now using our custom success message\n}catch(error){console.error(\"Error saving configuration:\",error);}},style:{padding:\"10px 20px\",fontSize:\"16px\",fontWeight:\"500\",borderRadius:\"8px\",backgroundColor:\"#F3F4F6\",color:\"#374151\",border:\"none\",cursor:\"pointer\",marginRight:\"16px\"},children:\"Email Me This Proposal\"})}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(currentModalStep===4){handleCreateSimulation();}else{// Validate current step before proceeding\nif(currentModalStep===1&&!selectedScenario){alert(\"Please select a scenario type\");return;}if(currentModalStep===3){if(!validateEmail(email)){setEmailError(\"Please enter a valid email address\");return;}if(!organization||!organization.trim()){alert(\"Please enter your organization name\");return;}if(!agreedToTerms){alert(\"Please agree to the Privacy Policy and Terms & Conditions\");return;}}// Only increment the step if validation passes\nsetCurrentModalStep(currentModalStep+1);}},style:{padding:\"10px 20px\",fontSize:\"16px\",fontWeight:\"500\",borderRadius:\"8px\",backgroundColor:\"#4169E1\",color:\"white\",border:\"none\",cursor:\"pointer\"},children:currentModalStep===4?\"Complete Setup\":currentModalStep===3?\"Continue to Confirmation\":\"Continue\"})]})]})});};// Privacy Policy and Terms & Conditions Modal\nconst renderPolicyModal=type=>{return /*#__PURE__*/_jsx(\"div\",{style:{position:\"fixed\",top:0,left:0,right:0,bottom:0,backgroundColor:\"rgba(0, 0, 0, 0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",zIndex:1e3,padding:\"16px\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#FFFFFF\",borderRadius:\"16px\",width:isMobile?\"100%\":\"480px\",height:\"auto\",maxHeight:\"80vh\",display:\"flex\",flexDirection:\"column\",boxShadow:\"0 4px 20px rgba(0,0,0,0.15)\",overflow:\"hidden\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",padding:\"16px\",borderBottom:\"1px solid #eee\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{margin:0},children:type===\"privacy\"?\"Privacy Policy\":\"Terms & Conditions\"}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(type===\"privacy\"){setShowPrivacyModal(false);}else{setShowTermsModal(false);}},style:{background:\"none\",border:\"none\",padding:\"8px\",cursor:\"pointer\",color:\"#666\"},children:/*#__PURE__*/_jsx(X,{size:20})})]}),/*#__PURE__*/_jsx(\"div\",{style:{padding:\"16px\",overflowY:\"auto\",flexGrow:1},children:type===\"privacy\"?/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h4\",{children:\"Privacy Policy\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Scope\"}),/*#__PURE__*/_jsx(\"p\",{children:'This website, https://www.meseekna.com (the \"Website\"), is owned by Cerebral Ninja, Inc. (the \"Company\", \"we\", or \"us\"). This Privacy Policy (the \"Privacy Policy\") describes our information and privacy practices for the Website. Please note that this Privacy Policy applies only to information collected through the Website and does not cover any information collected at any other website or offline by the Company (unless specifically stated). By accessing or using this Website, you are accepting the terms described in this Privacy Policy. This Privacy Policy may change from time to time (see Privacy Policy Changes below). Your continued use of this Website after we make changes is deemed to be acceptance of those changes, so please check the policy periodically for updates.'}),/*#__PURE__*/_jsx(\"p\",{children:\"Information Collected\"}),/*#__PURE__*/_jsx(\"p\",{children:'We collect personal and non-personal information when you provide it to us in the course of using the Website. \"Personal Information\" is information that can be used to identify or contact a natural person. The Company may share Personal Information collected with its affiliates or use it in ways consistent with this Privacy Policy. You are not required to provide the Personal Information we have requested. If you do not want this information collected, please do not submit it to our Website.'}),/*#__PURE__*/_jsx(\"p\",{children:\"Collection of Personal Information\"}),/*#__PURE__*/_jsx(\"p\",{children:\"If you register to use the Website by creating an account, we may ask you to provide Personal Information such as your name, e-mail address, telephone numbers, date of birth, IP addresses, location information, and information about social media profiles. We collect this information as it is necessary to perform our services with you. It is also necessary to improve your user experience on our Website and may be used for troubleshooting purposes. All Personal Information is encrypted in transport using Hypertext Transfer Protocol Secure (HTTPS) and Transport Layer Security (TLS).\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Collection of Non-Personal Information\"}),/*#__PURE__*/_jsx(\"p\",{children:'The Website web server automatically collects certain non-personal information (\"Non-Personal Information\"), such as the address (or \"URL\") of the web site that you came from before visiting the Website, which pages you visited on the Website, the time and date of your visit, the time spent on each page, which browser you used to view the Website, and other details. This information will not be identifiable to you unless it is directly associated with other identifying information. If we do combine Non-Personal Information with Personal Information, the combined information will be treated as Personal Information for so long as it remains combined.'}),/*#__PURE__*/_jsx(\"p\",{children:\"In the course of using the Website, we may also ask you to provide other information that will remain anonymous and cannot be used to identify you in any way. We may use this information for data audits, research, reporting and other purposes.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The Website and any e-mails sent from the Website may utilize cookies, web beacons or similar technologies. A cookie is a small text file that is sent to your browser from a web server and is stored on your computers' hard drive. A web beacon is a small, often invisible, graphic image included in a web page or e-mail. We may use web beacons for many purposes, such as to count visitors to the Website or to monitor how visitors navigate the Website. These technologies help us better understand user behavior and facilitate and measure effectiveness of the Website and its associated technologies. We treat information collected by cookies and other technologies as Non-Personal Information. However, to the extent IP addresses or other identifying information may be collected, we will treat such information as Personal Information. You can set your browser to reject the cookies, although rejecting cookies might affect your ability to use the Website.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"We may use third party analytics services like FullStory or Google Analytics to provide us with a clearer picture of how you use the Website, such where you click on the Website, Non-Personal Information entered into the Website and mouse movements. You can read FullStory's privacy policy here: https://fullstory.com/legal/privacy. If you wish to opt out of our use of FullStory with respect to your use of the Website, you may do so by visiting https://www.fullstory.com/optout/. For more information about Google Analytics or to opt-out of Google Analytics, please go to Google Analytics Opt-Out Settings page here: https://tools.google.com/dlpage/gaoptout.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Information from Other Sources\"}),/*#__PURE__*/_jsx(\"p\",{children:\"We may receive information about you from other sources, such as social media profiles. We may combine the information we receive from these other sources with Personal Information we collect through the Website. In those cases, we will apply this Privacy Policy to any Personal Information that has been combined, unless specifically disclosed otherwise.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"No Collection of Information from Minors\"}),/*#__PURE__*/_jsx(\"p\",{children:\"This Website is offered and available to users who have reached the age of majority in the applicable jurisdiction, and the Company does not knowingly collect personal information from users who have not reached the age of majority in the applicable jurisdiction. If we learn that we have collected the Personal Information of a person under the age of majority, depending on jurisdiction, we will take steps to delete the information as soon as possible.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Use Of Information\"}),/*#__PURE__*/_jsx(\"p\",{children:\"We store and use information that we collect about you or that you provide to us, including any Personal Information:\"}),/*#__PURE__*/_jsx(\"p\",{children:\"To enable you to access and use the Website and its contents and associated applications. To contact and communicate with you with regard to your use of the Website and any questions or issues you may have. To provide the services that you request and to communicate with you regarding such services. To enable you to customize or personalize your experience on the Website. To provide you with notices about your account, including expiration and renewal notices. For internal record keeping, administrative purposes or for other internal business purposes. For analytics, market research and business development purposes, including operating and improving the Website and associated applications. To comply with our legal obligations and resolve any disputes we may have. To carry out our obligations and enforce our rights arising from any contracts entered into between you and us, including for billing and collection. To notify you about changes to the Website or any of the services we offer or provide though it. For any other purposes disclosed at the time the information is collected or to which you consent.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Sharing Of Personal Information With Third Parties\"}),/*#__PURE__*/_jsx(\"p\",{children:\"We will only share share information collected through the Website, including any Personal Information, for the following:\"}),/*#__PURE__*/_jsx(\"p\",{children:\"To comply with any court order, law, or legal process, including to respond to any government or regulatory request. To enforce or apply our Terms and Conditions of Use (see above) and/or any other agreements, including for billing and collection purposes. If we believe disclosure is necessary or appropriate to limit our legal liability or to enforce or protect the rights, property or interests of the Company or safety of the Website, users or other third parties. To report to law enforcement agencies any activities that we, in good faith, believe to be unlawful. For any other purpose which you have consented to.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Access To Personal Information\"}),/*#__PURE__*/_jsx(\"p\",{children:\"You may review, correct, update, or delete certain of your Personal Information by logging into the Website and visiting your account profile. If required by applicable law, you also may be entitled to exercise your individual rights to request access, review, correct, object to, or delete your Personal Information by contacting: ____________________________________________.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Information Security\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The Company has implemented reasonable measures designed to secure your information from accidental loss and from unauthorized access, use, alteration and disclosure. However, no transmission of information via the internet or electronic storage of information can be completely secure, so any transmission of Personal Information or other information is at your own risk.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"All information you provide to us through the Website is stored on our secure internal Content Management System.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"All payments will be processed via PayPal. We will not collect or store any credit card or payment information. Your use of PayPal is subject to PayPal's terms and conditions of services and privacy policy which we encourage you to review.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Transfer Of Personal Information\"}),/*#__PURE__*/_jsx(\"p\",{children:\"If you are in the European Union, or if your Personal Information otherwise is subject to the General Data Protection Regulation (GDPR), you should understand that we will use our technical infrastructure in the United States to deliver various services to you. In order to fulfill our contract with you we may need to transfer your Personal Information to the United States, and possibly to other jurisdictions outside of your home country, as necessary to provide these services.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Privacy Policy Changes\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Because the Website will continue to implement new technologies and improve the services and features we provide, this Privacy Policy is subject to change. We reserve the right to alter, modify, update, add to, subtract from or otherwise change this Privacy Policy at any time. We will use your Personal Information in a manner consistent with the Privacy Policy in effect at the time. You are responsible for periodically visiting our Website and this Privacy Policy to check for any changes.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Contact Information\"}),/*#__PURE__*/_jsx(\"p\",{children:\"If you have questions or concerns about this Privacy Policy or the Website, you may contact us at: info@meseekna.com.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Effective Date\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The effective date of this Privacy Policy is August 11, 2020.\"})]}):/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h4\",{children:\"Terms & Conditions\"}),/*#__PURE__*/_jsx(\"p\",{children:'These Terms and Conditions of Use (the \"Terms\") are entered into by and between you (\"you\") and Cerebral Ninja, Inc. (the \"Company\", \"we\", or \"us\"). The Company makes this website, https://www.meseekna.com (the \"Website\"), available to you conditioned upon your acceptance, without modification, of the following Terms. By accessing or using this Website, you accept, without modification, these Terms. PLEASE READ THESE TERMS CAREFULLY, AS THEY GOVERN YOUR USE OF THE WEBSITE AND YOUR LEGAL RIGHTS AND OBLIGATIONS. IF YOU DO NOT AGREE TO BE BOUND BY ALL OF THESE TERMS, DO NOT ACCESS OR USE THE WEBSITE.'}),/*#__PURE__*/_jsx(\"p\",{children:\"This Website is offered and available to users who have reached the age of majority in their place of residence. By using this Website, you represent and warrant that you have reached the age of majority in your place of residence and are of legal age to form a binding contract with the Company. If you do not meet all of the foregoing eligibility requirements, you are prohibited from accessing or using the Website.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Modifications to the Terms\"}),/*#__PURE__*/_jsx(\"p\",{children:\"We may make changes to these Terms from time to time, in our sole discretion, by updating and posting the revised Terms on this Website and specifying the effective date of the new version of these Terms. Your use of the Website following the posting of a new version of these Terms constitutes your acceptance of any such changes. Accordingly, when you visit this Website, you should periodically check to see if a new version of these Terms has been posted.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Intellectual Property Rights\"}),/*#__PURE__*/_jsx(\"p\",{children:'The Website and its entire contents, features, and functionality (including but not limited to all information, data software, text, displays, images, video, and audio, and the design, selection, and arrangement thereof) (collectively, the \"Content\") are owned by the Company, its licensors or other providers of such material and may be protected by United States and international copyright, trademark, patent, trade secret and other intellectual property or proprietary rights laws. You may not copy or otherwise use any of the Content except as expressly authorized by these Terms.'}),/*#__PURE__*/_jsx(\"p\",{children:\"Trademarks\"}),/*#__PURE__*/_jsx(\"p\",{children:'The marks \"Cerebral Ninja\u2122\" and \"Meseekna\u2122\" and all related marks are trademarks of the Company. All rights are reserved by the Company, and you may not use, reproduce, download, disseminate, alter or transfer such marks in any form, or in a confusingly similar manner, by any means without the prior written permission of the Company.'}),/*#__PURE__*/_jsx(\"p\",{children:\"Accuracy\"}),/*#__PURE__*/_jsx(\"p\",{children:\"While we strive to keep the Content that we post on the Website accurate, complete, and up-to-date, we cannot and do not guarantee, represent or warrant that any of the Content on this Website is accurate, complete, timely or applicable to you.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Scope of Use\"}),/*#__PURE__*/_jsx(\"p\",{children:\"You agree to use the Website only for lawful purposes, and you agree that you shall at all times comply with all applicable laws, statutes, rules, regulations, ordinances and the like applicable to your use of the Website. You agree to use the Website solely for legitimate business purposes related to your status as a potential or current customer of the Company. You may not use any Content available via the Website in any other manner or for any other purpose without the prior express written permission of the Company. Any unauthorized use of any Content from the Website may violate copyright laws, trademark laws, privacy laws and/or other laws or regulations.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Information About You and Your Visits to the Website\"}),/*#__PURE__*/_jsx(\"p\",{children:\"All information we collect on this Website is subject to our Privacy Policy (see below). By using the Website, you consent to all actions taken by us with respect to your information in compliance with the Privacy Policy.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Accuracy of Information You Provide\"}),/*#__PURE__*/_jsx(\"p\",{children:\"You will use the Website only with your User ID and password and you will not impersonate any person or entity, or falsely state or otherwise misrepresent your identity or any information you submit to the Website. You agree to provide true, accurate, current, and complete information about yourself, and, as permitted, to maintain and update it continuously and promptly to keep it true, accurate, current and complete.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Password Obligations\"}),/*#__PURE__*/_jsx(\"p\",{children:\"You agree to accept responsibility for all activities that occur under your User ID and Password. You are responsible for maintaining the confidentiality of your Password, and for restricting access to your computer so that others may not access the Website in your name and under your User ID and Password. You agree to immediately notify us of any unauthorized use of your User ID or Password or any other breach of security. We shall not be liable for any loss or damage arising from your negligence or failure to comply with any of the foregoing obligations.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Site Availability\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The Company will use reasonable efforts to maintain the Website's operation and availability but does not guarantee uninterrupted or error-free operation of the Website or any portion thereof.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Disclaimer Of Warranties\"}),/*#__PURE__*/_jsx(\"p\",{children:'You Understand And Agree That Your Use Of The Website, Its Content, And Any Services Or Items Obtained Through The Website Is At Your Own Risk. The Website, Its Content, And Any Services Or Items Obtained Through The Website Are Provided On An \"As Is\" And \"As Available\" Basis, Without Any Warranties Of Any Kind. Neither The Company Nor Any Person Associated With The Company Makes Any Warranty Or Representation With Respect To The Completeness, Security, Reliability, Quality, Accuracy, Or Availability Of The Website. Without Limiting The Foregoing, Neither The Company Nor Anyone Associated With The Company Represents Or Warrants That The Website, Its Content, Or Any Services Or Items Obtained Through The Website Will Be Accurate, Reliable, Error-Free, Or Uninterrupted, That Defects Will Be Corrected, That Our Site Or The Server That Makes It Available Are Free Of Viruses Or Other Harmful Components, Or That The Website Or Any Services Or Items Obtained Through The Website Will Otherwise Meet Your Needs Or Expectations.'}),/*#__PURE__*/_jsx(\"p\",{children:\"To The Fullest Extent Provided By Law, The Company Hereby Disclaims All Warranties Of Any Kind, Whether Express Or Implied, Statutory, Or Otherwise, Including But Not Limited To Any Warranties Of Merchantability, Non-Infringement, And Fitness For Particular Purpose.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The Foregoing Does Not Affect Any Warranties That Cannot Be Excluded Or Limited Under Applicable Law.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Limitation Of Liability\"}),/*#__PURE__*/_jsx(\"p\",{children:\"To The Fullest Extent Allowed By Applicable Law, In No Event And Under No Circumstances Will The Company, Its Affiliates, Or Their Licensors, Service Providers, Employees, Agents, Officers, Shareholders Or Directors Be Liable To You For Any Loss Or Damages Of Any Kind (Including, Without Limitation, Any Direct, Special, Indirect, Incidental, Exemplary, Consequential, Economic, Or Punitive Damages), Whether Based In Tort, Contract, Strict Liability Or Otherwise Including, Without Limitation, Any Loss Or Damages Arising Out Of Or In Any Way Connected With Or Relating To Your Use Of This Website Or With The Delay Or Inability To Use This Website, Or For Any Information, Content, And/Or Services Obtained Through This Website, Or Otherwise Arising Out Of The Use Of This Website, Even If The Company Has Been Advised Of The Possibility Of Such Damages.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The Foregoing Does Not Affect Any Liability That Cannot Be excluded or limited under applicable Law.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Indemnification\"}),/*#__PURE__*/_jsx(\"p\",{children:\"You agree to defend, indemnify, and hold harmless the Company, its affiliates, licensors, and service providers, and its and their respective officers, directors, employees, owners, contractors, agents, successors and assigns from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees (including reasonable attorneys' fees) arising out of or relating to your violation these Terms or your use or access of the Website.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Modification or Suspension of the Website or Access\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The company reserves the right, in its sole discretion, to modify or discontinue the Website, or any portion of the Website, without notice to you or any third party. We also may, in our sole discretion, refuse or restrict anyone from access to the entire Website or any portion of the Website.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Violations\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Any violation of these Terms (as determined by the Company in its sole discretion) may result in restriction or termination of your access to all or part of the Website and may be referred to law enforcement authorities. No waiver of any of these Terms shall be of any force or effect unless made in writing and signed by a duly authorized officer of the Company.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Governing Law\"}),/*#__PURE__*/_jsx(\"p\",{children:\"All matters relating to the Website and these Terms and any dispute or claim arising therefrom or related thereto (in each case, including non-contractual disputes or claims), shall be governed by and construed in accordance with the internal laws of the State of New York without giving effect to any choice or conflict of law provision or rule (whether of the State of New York or any other jurisdiction).\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Any legal suit, action, or proceeding arising out of, or related to, these Terms or the Website shall be instituted exclusively in the federal courts of the United States or the courts of the State of New York in each case located in Syracuse, New York, although we retain the right to bring any suit, action, or proceeding against you for breach of these Terms in your country of residence or any other relevant country. You waive any and all objections to the exercise of jurisdiction over you by such courts and to venue in such courts.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Waiver and Severability\"}),/*#__PURE__*/_jsx(\"p\",{children:\"No waiver by the Company of any term or condition set out in these Terms shall be deemed a further or continuing waiver of such term or condition or a waiver of any other term or condition, and any failure of the Company to assert a right or provision under these Terms shall not constitute a waiver of such right or provision.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"If any provision of these Terms of Use is held by a court or other tribunal of competent jurisdiction to be invalid, illegal, or unenforceable for any reason, such provision shall be eliminated or limited to the minimum extent such that the remaining provisions of these Terms will continue in full force and effect.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Entire Agreement\"}),/*#__PURE__*/_jsx(\"p\",{children:\"These Terms and the Privacy Policy (see below) constitute the entire agreement between the Company and you pertaining to the use of the Website and any information contained herein and supersedes any and all prior written or oral communications and/or agreements previously existing between us.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"If you have any questions or concerns with respect to these Terms or the Website, you may contact us at : info@meseekna.com.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Effective Date\"}),/*#__PURE__*/_jsx(\"p\",{children:\"The effective date of these Terms is August 11, 2020.\"})]})}),/*#__PURE__*/_jsx(\"div\",{style:{padding:\"16px\",borderTop:\"1px solid #eee\",display:\"flex\",justifyContent:\"flex-end\"},children:/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(type===\"privacy\"){setShowPrivacyModal(false);}else{setShowTermsModal(false);}},style:{padding:\"10px 20px\",fontSize:\"16px\",fontWeight:\"500\",borderRadius:\"8px\",backgroundColor:\"#4169E1\",color:\"white\",border:\"none\",cursor:\"pointer\"},children:\"Close\"})})]})});};useEffect(()=>{if(typeof document!==\"undefined\"){const style=document.createElement(\"style\");style.textContent=`\n            .gradient-border-container {\n                position: relative;\n                z-index: 1;\n                border-radius: 16px;\n                width: 100%;\n                height: 100%;\n                box-sizing: border-box;\n                pointer-events: auto;\n                overflow: hidden; /* Add this to prevent any content from spilling out */\n            }\n            \n            .gradient-border-container::before {\n                content: '';\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                border-radius: 16px; /* Match the parent's border radius */\n                padding: 3px;\n                background: linear-gradient(45deg, \n                    rgba(77, 134, 255, 0.9) 0%,\n                    rgba(134, 71, 161, 0.9) 25%,\n                    rgba(134, 71, 161, 0.3) 35%,\n                    rgba(77, 134, 255, 0.3) 45%,\n                    rgba(77, 134, 255, 0.9) 50%,\n                    rgba(134, 71, 161, 0.9) 75%,\n                    rgba(134, 71, 161, 0.3) 85%,\n                    rgba(77, 134, 255, 0.3) 95%,\n                    rgba(77, 134, 255, 0.9) 100%\n                );\n                background-size: 400% 400%;\n                animation: gradient 12s ease infinite;\n                -webkit-mask: \n                    linear-gradient(#fff 0 0) content-box, \n                    linear-gradient(#fff 0 0);\n                -webkit-mask-composite: xor;\n                mask-composite: exclude;\n                z-index: -1;\n                pointer-events: none;\n            }\n            \n            /* Also modify the inner container styles to ensure no gap */\n            .gradient-border-container > div {\n                border-radius: 12px; /* Make slightly smaller than the outer container */\n                margin: 3px; /* Match the padding of the pseudo-element */\n                background-color: white;\n                height: calc(100% - 6px); /* Adjust for the margin */\n                width: calc(100% - 6px); /* Adjust for the margin */\n            }\n        `;document.head.appendChild(style);return()=>{document.head.removeChild(style);};}},[]);// Add the displaySuccessMessage function\nconst displaySuccessMessage=message=>{setSuccessMessage(message);setShowSuccessMessage(true);// Hide the message after 4 seconds\nsetTimeout(()=>{setShowSuccessMessage(false);},4e3);};const overlayStyle={position:\"fixed\",inset:0,display:\"grid\",placeItems:\"center\",pointerEvents:\"none\",zIndex:1e4};const boxStyle={backgroundColor:\"#22C55E\",color:\"#ffffff\",padding:\"1rem 1.5rem\",borderRadius:\"0.5rem\",boxShadow:\"0 4px 12px rgba(0, 0, 0, 0.15)\",display:\"inline-flex\",alignItems:\"center\",gap:\"0.75rem\",fontFamily:'system-ui, -apple-system, \"Segoe UI\", Roboto, sans-serif',fontSize:\"1rem\",pointerEvents:\"auto\"};// Main component render\nreturn /*#__PURE__*/_jsx(_Fragment,{children:isLoaded?/*#__PURE__*/_jsxs(\"div\",{className:\"gradient-border-container\",style:{width:\"100%\",height:\"auto\",minHeight:\"auto\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",boxSizing:\"border-box\",maxWidth:containerWidth,margin:\"0 auto\",padding:\"20px\"},children:[showSuccessMessage&&/*#__PURE__*/_jsx(\"div\",{style:overlayStyle,children:/*#__PURE__*/_jsxs(\"div\",{style:boxStyle,children:[/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:20,height:20,fill:\"none\",stroke:\"currentColor\",strokeWidth:2,viewBox:\"0 0 24 24\",\"aria-hidden\":\"true\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M5 13l4 4L19 7\"})}),/*#__PURE__*/_jsx(\"span\",{children:successMessage})]})}),/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",height:\"auto\",backgroundColor:\"white\",borderRadius:\"12px\",overflow:\"hidden\",padding:\"20px\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"flex-start\",pointerEvents:\"auto\"/* Added to ensure clicks pass through */},children:[/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",flexDirection:\"column\",gap:isMobile?\"8px\":\"12px\",maxWidth:\"1200px\",margin:\"0 auto\"},children:[!isMobile&&/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",width:\"100%\",marginBottom:\"24px\",zIndex:3/* Added to ensure proper stacking */},children:[/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:inputValue,onChange:handleInputChange,style:{width:\"100%\",padding:\"16px 48px 16px 16px\",fontSize:\"16px\",border:\"2px solid #E5E7EB\",borderBottom:\"4px solid #4169E1\",borderRadius:\"12px\",outline:\"none\",transition:\"all 0.3s ease\",backgroundColor:\"#FFFFFF\",caretColor:\"#4169E1\",boxShadow:\"0 4px 12px rgba(65, 105, 225, 0.15)\",marginBottom:\"16px\",position:\"relative\",zIndex:3/* Added to ensure proper stacking */,pointerEvents:\"auto\"/* Added to ensure clicks are captured */},placeholder:\"Enter your organization's core principles or keywords...\",autoFocus:true}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"absolute\",right:\"12px\",top:\"calc(50% - 8px)\",transform:\"translateY(-50%)\",color:\"#4169E1\",display:\"flex\",alignItems:\"center\",padding:\"8px\",backgroundColor:\"#F0F4FF\",borderRadius:\"8px\"},children:[/*#__PURE__*/_jsx(Search,{size:20}),\" \"]}),suggestions.length>0&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",top:\"100%\",left:0,right:0,background:\"white\",borderRadius:\"0 0 12px 12px\",padding:\"8px\",boxShadow:\"0 4px 20px rgba(0,0,0,0.1)\",zIndex:10,border:\"1px solid #E5E7EB\",borderTop:\"none\"},children:suggestions.map(suggestion=>/*#__PURE__*/_jsxs(\"div\",{onClick:()=>handleSuggestionClick(suggestion),style:{padding:\"12px\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",gap:\"12px\",backgroundColor:\"#f5f8ff\",marginBottom:\"4px\",borderRadius:\"8px\",transition:\"background-color 0.2s ease\",hover:{backgroundColor:\"#E9F0FF\"}},children:[getIconComponent(suggestion.measure),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"div\",{style:{fontWeight:\"500\",marginBottom:\"4px\"},children:suggestion.keyword}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"13px\",color:\"#6b7280\"},children:suggestion.measure.name})]})]},suggestion.keyword))})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:isMobile?\"column\":\"row\",gap:isMobile?\"12px\":isTablet?\"16px\":\"20px\",width:\"100%\",height:\"auto\",alignItems:\"center\",justifyContent:isTablet?\"space-around\":\"center\",overflow:\"visible\",marginTop:\"12px\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{flex:\"0 1 auto\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",maxWidth:isTablet?\"420px\":\"500px\",minWidth:isTablet?\"360px\":\"450px\",margin:\"0\",padding:\"0\",height:\"auto\",position:\"relative\"},children:!isMobile&&/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",height:\"auto\",position:\"relative\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",margin:\"0 auto\"},children:[/*#__PURE__*/_jsx(\"svg\",{viewBox:\"-200 -200 400 400\",style:{width:\"100%\",height:\"100%\",maxWidth:isTablet?\"400px\":\"480px\",maxHeight:isTablet?\"400px\":\"480px\",margin:\"auto\",position:\"relative\",zIndex:2/* Added to ensure proper stacking */,pointerEvents:\"auto\"/* Added to ensure clicks are captured */},children:MEASURES.map((measure,index)=>/*#__PURE__*/_jsx(\"path\",{d:getWheelSectionPath(index),fill:measure.color,opacity:selectedMeasures.has(measure.id)?1:.1,stroke:\"#fff\",strokeWidth:\"1\",style:{cursor:\"pointer\",transition:\"opacity 0.3s ease\",pointerEvents:\"auto\"/* Added to ensure clicks are captured */},onMouseEnter:()=>handleWheelSectionHover(measure),onMouseLeave:handleWheelSectionLeave,onClick:()=>{const newSelected=new Set(selectedMeasures);if(newSelected.has(measure.id)){newSelected.delete(measure.id);}else{newSelected.add(measure.id);}setSelectedMeasures(newSelected);}},measure.id))}),tooltipContent&&/*#__PURE__*/_jsxs(\"div\",{style:{position:\"absolute\",right:isTablet?\"-240px\":\"-280px\",top:\"50%\",transform:\"translateY(-50%)\",background:\"white\",padding:\"16px\",borderRadius:\"10px\",boxShadow:\"0 4px 12px rgba(0,0,0,0.2)\",zIndex:9999,width:isTablet?\"220px\":\"250px\",border:\"1px solid #eaeaea\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontWeight:\"600\",marginBottom:\"8px\",color:\"#333\",fontSize:\"16px\"},children:tooltipContent.name}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"14px\",color:\"#666\",lineHeight:\"1.5\"},children:tooltipContent.definition})]}),MEASURES.map((measure,index)=>{const angle=index*360/MEASURES.length+6.5;const radius=isTablet?180:220// Adjust radius based on device type\n;const x=Math.cos((angle-90)*(Math.PI/180))*radius;const y=Math.sin((angle-90)*(Math.PI/180))*radius;return /*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",left:\"50%\",top:\"50%\",transform:`translate(calc(${x}px - ${isTablet?\"10\":\"12\"}px), calc(${y}px - ${isTablet?\"10\":\"12\"}px))`},children:getIconComponent(measure)},measure.id);}),/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",left:\"50%\",top:\"50%\",transform:\"translate(-50%, -50%)\",width:\"80px\",height:\"80px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",background:\"white\",borderRadius:\"50%\",boxShadow:\"0 2px 4px rgba(0,0,0,0.1)\",cursor:\"pointer\",transition:\"transform 0.3s ease, box-shadow 0.3s ease\"},onClick:()=>{// Toggle between all selected and none selected\nif(selectedMeasures.size===MEASURES.length){// If all measures are selected, clear the selection\nsetSelectedMeasures(new Set);}else if(selectedMeasures.size===0){// If no measures are selected, select all\nconst newSelected=new Set;MEASURES.forEach(measure=>newSelected.add(measure.id));setSelectedMeasures(newSelected);}},onMouseEnter:e=>{e.currentTarget.style.transform=\"translate(-50%, -50%) scale(1.1)\";e.currentTarget.style.boxShadow=\"0 4px 12px rgba(0,0,0,0.2)\";},onMouseLeave:e=>{e.currentTarget.style.transform=\"translate(-50%, -50%)\";e.currentTarget.style.boxShadow=\"0 2px 4px rgba(0,0,0,0.1)\";},children:/*#__PURE__*/_jsx(MeseeknaLogoIcon,{style:{width:\"60px\",height:\"60px\"}})})]})}),/*#__PURE__*/_jsxs(\"div\",{style:{width:isMobile?\"100%\":\"320px\",display:\"flex\",flexDirection:\"column\",gap:\"12px\",position:\"relative\",marginTop:isMobile?0:\"0px\",zIndex:3/* Added to ensure proper stacking */,pointerEvents:\"auto\"/* Added to ensure clicks are captured */},children:[isMobile&&/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",width:\"100%\",marginBottom:\"10px\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:searchQuery,onChange:handleSearchChange,style:{width:\"100%\",padding:\"12px\",fontSize:\"16px\",border:\"2px solid #4169E1\",borderRadius:\"8px\",outline:\"none\",transition:\"all 0.3s ease\",backgroundColor:\"#f8f9fc\",caretColor:\"#4169E1\"},placeholder:\"Search your core values.\",autoFocus:true}),/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",right:\"10px\",top:\"50%\",transform:\"translateY(-50%)\",color:\"#4169E1\",display:\"flex\",alignItems:\"center\",gap:\"8px\",fontSize:\"14px\"},children:/*#__PURE__*/_jsx(Search,{size:16})}),searchResults.length>0&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",top:\"100%\",left:0,right:0,background:\"white\",borderRadius:\"12px\",padding:\"8px\",boxShadow:\"0 4px 20px rgba(0,0,0,0.1)\",zIndex:10},children:searchResults.map(measure=>/*#__PURE__*/_jsxs(\"div\",{onClick:()=>handleAddMeasure(measure.id),style:{padding:\"12px\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",gap:\"12px\",backgroundColor:\"#f5f8ff\",marginBottom:\"4px\",borderRadius:\"8px\"},children:[getIconComponent(measure),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"div\",{style:{fontWeight:\"500\",marginBottom:\"4px\"},children:measure.name}),measure.matchedKeyword&&/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"13px\",color:\"#4169E1\"},children:measure.matchedKeyword})]})]},measure.id))})]}),/*#__PURE__*/_jsxs(\"div\",{style:{background:\"white\",borderRadius:\"16px\",boxShadow:\"0 2px 12px rgba(0, 0, 0, 0.12)\",height:isMobile?\"280px\":\"400px\",display:\"flex\",flexDirection:\"column\",position:\"relative\"/* Added to create a stacking context */,zIndex:2/* Added to ensure proper stacking */,pointerEvents:\"auto\"/* Added to ensure clicks are captured */},children:[/*#__PURE__*/_jsx(\"div\",{style:{padding:\"12px 16px\",borderBottom:\"1px solid #eee\",fontSize:isMobile?\"16px\":\"18px\",fontWeight:\"500\",textAlign:\"center\"},children:\"Your Meseekna Measures\"}),/*#__PURE__*/_jsx(\"div\",{style:{flex:1,overflowY:\"auto\",padding:\"6px 0\"},children:selectedMeasures.size===0?/*#__PURE__*/_jsx(\"div\",{style:{padding:\"20px\",color:\"#666\",textAlign:\"center\"},children:\"Transform your core principles into quantifiable Meseekna Measures. Search your values to get started.\"}):MEASURES.filter(measure=>selectedMeasures.has(measure.id)).map(measure=>/*#__PURE__*/_jsxs(\"div\",{style:{borderBottom:\"1px solid #eee\",background:`${measure.color}33`,cursor:\"pointer\",position:\"relative\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"10px 16px\",display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"10px\",flex:1},children:[/*#__PURE__*/_jsx(\"div\",{style:{color:measure.color,opacity:.8},children:getIconComponent(measure)}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontWeight:\"500\",color:\"#333\",display:\"block\"},children:measure.name}),selectedKeywords.has(measure.id)&&/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"12px\",color:\"#666\",display:\"block\",marginTop:\"4px\"},children:selectedKeywords.get(measure.id)})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"8px\"},children:[/*#__PURE__*/_jsx(MinusCircle,{size:20,onClick:e=>{e.stopPropagation();const newSelected=new Set(selectedMeasures);newSelected.delete(measure.id);setSelectedMeasures(newSelected);},style:{cursor:\"pointer\",opacity:.6,transition:\"opacity 0.3s ease\"},onMouseEnter:e=>e.target.style.opacity=1,onMouseLeave:e=>e.target.style.opacity=.6}),/*#__PURE__*/_jsx(\"div\",{onClick:e=>{e.stopPropagation();setExpandedId(expandedId===measure.id?null:measure.id);},style:{cursor:\"pointer\"},children:expandedId===measure.id?/*#__PURE__*/_jsx(ChevronUp,{size:24}):/*#__PURE__*/_jsx(ChevronDown,{size:24})})]})]}),expandedId===measure.id&&/*#__PURE__*/_jsx(\"div\",{style:{padding:\"0 16px 10px\",fontSize:\"14px\",color:\"#333\"},children:measure.definition})]},measure.id))})]}),/*#__PURE__*/_jsxs(\"button\",{onClick:()=>{if(selectedMeasures.size>0){setShowEmailPopup(true);}},style:{width:\"100%\",padding:\"14px\",background:selectedMeasures.size>0?\"#4169E1\":\"#A0AEC0\",color:\"white\",border:\"none\",borderRadius:\"10px\",cursor:selectedMeasures.size>0?\"pointer\":\"not-allowed\",fontSize:isMobile?\"14px\":\"16px\",fontWeight:\"600\",opacity:selectedMeasures.size>0?1:.7,transition:\"all 0.3s ease\",marginBottom:\"5px\"},children:[\"Create My Simulation\",selectedMeasures.size>0&&/*#__PURE__*/_jsx(\"span\",{style:{marginLeft:\"8px\",background:\"rgba(255,255,255,0.2)\",padding:\"2px 8px\",borderRadius:\"12px\",fontSize:isMobile?\"12px\":\"14px\"},children:selectedMeasures.size})]})]})]})]}),showEmailPopup&&renderEmailModal(),showPrivacyModal&&renderPolicyModal(\"privacy\"),showTermsModal&&renderPolicyModal(\"terms\")]})]}):// Return an empty div when not loaded\n/*#__PURE__*/_jsx(\"div\",{})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MeasureValueWheel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FINAL_MEASURE_WHEEL.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-uQabG\";const variantClassNames={ED6m3JGaW:\"framer-v-lz0rv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"ED6m3JGaW\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-lz0rv\",className,classNames),\"data-framer-name\":\"B3: Recruiter Add On Icon\",layoutDependency:layoutDependency,layoutId:\"ED6m3JGaW\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-200)/2+0+0)),pixelHeight:417,pixelWidth:417,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/eQMwtKcZtBfmMvgAbDmVueZ7XM.png\"},className:\"framer-1yn04vd\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"j2AwT4qNv\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uQabG.framer-17ygwwh, .framer-uQabG .framer-17ygwwh { display: block; }\",\".framer-uQabG.framer-lz0rv { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-uQabG .framer-1yn04vd { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uQabG.framer-lz0rv { gap: 0px; } .framer-uQabG.framer-lz0rv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uQabG.framer-lz0rv > :first-child { margin-top: 0px; } .framer-uQabG.framer-lz0rv > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerBIUq8l3pA=withCSS(Component,css,\"framer-uQabG\");export default FramerBIUq8l3pA;FramerBIUq8l3pA.displayName=\"C3 Employee Turnover\";FramerBIUq8l3pA.defaultProps={height:200,width:200};addFonts(FramerBIUq8l3pA,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBIUq8l3pA\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BIUq8l3pA.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-bozr7\";const variantClassNames={Rt63dPUHN:\"framer-v-12pqpgu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Rt63dPUHN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-12pqpgu\",className,classNames),\"data-framer-name\":\"B3: Recruiter Add On Icon\",layoutDependency:layoutDependency,layoutId:\"Rt63dPUHN\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-200)/2+0+0)),pixelHeight:417,pixelWidth:417,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4dbWhvjgV26Xp1jfiNHC79KrCY.png\"},className:\"framer-1q6pj4i\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"g3P64UvQL\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bozr7.framer-wsm1wd, .framer-bozr7 .framer-wsm1wd { display: block; }\",\".framer-bozr7.framer-12pqpgu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-bozr7 .framer-1q6pj4i { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bozr7.framer-12pqpgu { gap: 0px; } .framer-bozr7.framer-12pqpgu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bozr7.framer-12pqpgu > :first-child { margin-top: 0px; } .framer-bozr7.framer-12pqpgu > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerV2GLzaMOn=withCSS(Component,css,\"framer-bozr7\");export default FramerV2GLzaMOn;FramerV2GLzaMOn.displayName=\"C2 Emplopyee Disengagement\";FramerV2GLzaMOn.defaultProps={height:200,width:200};addFonts(FramerV2GLzaMOn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV2GLzaMOn\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V2GLzaMOn.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-mtREx\";const variantClassNames={nwtjDn4nD:\"framer-v-vi6li0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"nwtjDn4nD\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-vi6li0\",className,classNames),\"data-framer-name\":\"B3: Recruiter Add On Icon\",layoutDependency:layoutDependency,layoutId:\"nwtjDn4nD\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1696,intrinsicWidth:2848,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-200)/2+0+0)),pixelHeight:417,pixelWidth:417,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1wWX0LFV9lwwUMTW9tRIhl6G0.png\"},className:\"framer-ptlvtf\",\"data-framer-name\":\"AdobeStock 968074679\",layoutDependency:layoutDependency,layoutId:\"EM0wbpQib\"})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mtREx.framer-116ebtj, .framer-mtREx .framer-116ebtj { display: block; }\",\".framer-mtREx.framer-vi6li0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-mtREx .framer-ptlvtf { flex: none; height: 200px; overflow: visible; position: relative; width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mtREx.framer-vi6li0 { gap: 0px; } .framer-mtREx.framer-vi6li0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mtREx.framer-vi6li0 > :first-child { margin-top: 0px; } .framer-mtREx.framer-vi6li0 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerstlRL4FBh=withCSS(Component,css,\"framer-mtREx\");export default FramerstlRL4FBh;FramerstlRL4FBh.displayName=\"C1 Hiring Missteps\";FramerstlRL4FBh.defaultProps={height:200,width:200};addFonts(FramerstlRL4FBh,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerstlRL4FBh\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./stlRL4FBh.map", "/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n * @framerIntrinsicWidth 800\n * @framerIntrinsicHeight 600\n */import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import EmployeeTurnover from\"https://framer.com/m/C3-Employee-Turnover-FBKZ.js@3eiXGqK1983kwFJb2VjM\";import EmployeeDisengagement from\"https://framer.com/m/C2-Emplopyee-Disengagement-ZKWC.js@3RjAIB8PcjPmC2eDSTpl\";import HiringMissteps from\"https://framer.com/m/C1-Hiring-Missteps-xbXr.js@8QUw48xRDiX5Jo1hk0GB\";import Logo from\"https://framer.com/m/Logo-JHEo.js@hhiJv1EcBk9lH96sgmI9\";// Add organization templates\nconst organizationTemplates={\"tech-midsize\":{name:\"Tech Company (Mid-Size)\",teams:[{name:\"C-Suite Executives\",count:8,salary:265e3,isSenior:true},{name:\"Senior Management\",count:28,salary:175e3,isSenior:true},{name:\"Software Engineers\",count:175,salary:127500,isSenior:false},{name:\"Product/Design\",count:55,salary:112500,isSenior:false},{name:\"Sales/Marketing\",count:95,salary:102500,isSenior:false},{name:\"Operations/HR/Finance\",count:65,salary:92500,isSenior:false}]},\"financial-services\":{name:\"Financial Services Firm\",teams:[{name:\"Executive Team\",count:10,salary:35e4,isSenior:true},{name:\"Financial Advisors/Managers\",count:65,salary:185e3,isSenior:true},{name:\"Financial Analysts\",count:90,salary:105e3,isSenior:false},{name:\"Client Services\",count:50,salary:75e3,isSenior:false},{name:\"Operations/Compliance\",count:38,salary:9e4,isSenior:false}]},\"law-firm\":{name:\"Corporate Law Firm\",teams:[{name:\"Partners\",count:30,salary:65e4,isSenior:true},{name:\"Associates\",count:85,salary:185e3,isSenior:true},{name:\"Paralegals\",count:38,salary:65e3,isSenior:false},{name:\"Legal Assistants\",count:30,salary:52500,isSenior:false},{name:\"Administrative Staff\",count:18,salary:6e4,isSenior:false}]},insurance:{name:\"Insurance Company\",teams:[{name:\"Executive Leadership\",count:15,salary:29e4,isSenior:true},{name:\"Underwriters\",count:170,salary:97500,isSenior:false},{name:\"Claims Adjusters\",count:275,salary:72500,isSenior:false},{name:\"Agents/Sales\",count:325,salary:1e5,isSenior:false},{name:\"Customer Service\",count:270,salary:47500,isSenior:false}]},\"marketing-agency\":{name:\"Marketing/Advertising Agency\",teams:[{name:\"Agency Leaders/Directors\",count:10,salary:225e3,isSenior:true},{name:\"Account Managers\",count:25,salary:11e4,isSenior:true},{name:\"Creative Team\",count:48,salary:95e3,isSenior:false},{name:\"Media/Digital Specialists\",count:35,salary:87500,isSenior:false},{name:\"Administrative/Support\",count:15,salary:57500,isSenior:false}]},\"real-estate\":{name:\"Real Estate Development/Management\",teams:[{name:\"Executive Team\",count:10,salary:25e4,isSenior:true},{name:\"Property Managers\",count:60,salary:95e3,isSenior:true},{name:\"Leasing Agents\",count:48,salary:75e3,isSenior:false},{name:\"Maintenance Staff\",count:120,salary:47500,isSenior:false},{name:\"Administrative/Accounting\",count:33,salary:62500,isSenior:false}]},\"tech-startup\":{name:\"Tech Startup (Early Stage)\",teams:[{name:\"Founders/C-Suite\",count:4,salary:15e4,isSenior:true},{name:\"Software Engineers\",count:10,salary:115e3,isSenior:true},{name:\"Product/Design\",count:4,salary:1e5,isSenior:false},{name:\"Sales/Marketing\",count:6,salary:9e4,isSenior:false},{name:\"Operations/Admin\",count:2,salary:72500,isSenior:false}]},consulting:{name:\"Consulting Firm (Mid-Size)\",teams:[{name:\"Partners\",count:10,salary:35e4,isSenior:true},{name:\"Senior Consultants\",count:20,salary:15e4,isSenior:true},{name:\"Consultants\",count:40,salary:1e5,isSenior:false},{name:\"Associates/Analysts\",count:30,salary:75e3,isSenior:false},{name:\"Support Staff\",count:10,salary:62500,isSenior:false}]},manufacturing:{name:\"Manufacturing Company\",teams:[{name:\"Executive Team\",count:8,salary:225e3,isSenior:true},{name:\"Plant Managers\",count:6,salary:115e3,isSenior:true},{name:\"Engineers\",count:20,salary:1e5,isSenior:true},{name:\"Line Workers/Operators\",count:175,salary:47500,isSenior:false},{name:\"Administrative/Support\",count:25,salary:55e3,isSenior:false}]},retail:{name:\"Retail Chain (Regional)\",teams:[{name:\"Corporate Management\",count:20,salary:15e4,isSenior:true},{name:\"Store Managers\",count:30,salary:75e3,isSenior:true},{name:\"Assistant Managers\",count:60,salary:5e4,isSenior:false},{name:\"Sales Associates\",count:475,salary:3e4,isSenior:false},{name:\"Warehouse/Logistics\",count:30,salary:4e4,isSenior:false}]},ecommerce:{name:\"E-commerce Company\",teams:[{name:\"Executive Team\",count:10,salary:225e3,isSenior:true},{name:\"Product Management\",count:20,salary:12e4,isSenior:true},{name:\"Web Development/IT\",count:50,salary:11e4,isSenior:true},{name:\"Warehouse/Fulfillment\",count:145,salary:4e4,isSenior:false},{name:\"Customer Service\",count:58,salary:45e3,isSenior:false},{name:\"Marketing/Analytics\",count:25,salary:87500,isSenior:false}]},telecom:{name:\"Telecommunications Company\",teams:[{name:\"Executive Leadership\",count:15,salary:325e3,isSenior:true},{name:\"Network Engineers\",count:175,salary:112500,isSenior:true},{name:\"Technical Support\",count:550,salary:6e4,isSenior:false},{name:\"Sales Representatives\",count:800,salary:7e4,isSenior:false},{name:\"Installation Technicians\",count:550,salary:55e3,isSenior:false},{name:\"Administrative/Corporate\",count:175,salary:82500,isSenior:false}]},banking:{name:\"Commercial Banking\",teams:[{name:\"Executive Team\",count:14,salary:34e4,isSenior:true},{name:\"Branch Managers\",count:60,salary:105e3,isSenior:true},{name:\"Loan Officers\",count:120,salary:8e4,isSenior:false},{name:\"Tellers/Customer Service\",count:300,salary:42500,isSenior:false},{name:\"Investment/Wealth Advisors\",count:60,salary:145e3,isSenior:true},{name:\"Operations/Back Office\",count:90,salary:7e4,isSenior:false}]},saas:{name:\"Software as a Service (SaaS) Company\",teams:[{name:\"Executive Team\",count:8,salary:255e3,isSenior:true},{name:\"Product Development\",count:58,salary:12e4,isSenior:true},{name:\"Sales/Account Management\",count:48,salary:105e3,isSenior:false},{name:\"Customer Success\",count:30,salary:8e4,isSenior:false},{name:\"Marketing\",count:18,salary:92500,isSenior:false},{name:\"Technical Operations\",count:18,salary:105e3,isSenior:true}]}};// Add email validation function\nconst isValidEmail=email=>{const emailRegex=/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/;return emailRegex.test(email);};// Add Calendly script loading function\nconst loadCalendlyScript=()=>{if(typeof window!==\"undefined\"&&!window.Calendly){const script=document.createElement(\"script\");script.src=\"https://assets.calendly.com/assets/external/widget.js\";script.async=true;document.body.appendChild(script);const link=document.createElement(\"link\");link.href=\"https://assets.calendly.com/assets/external/widget.css\";link.rel=\"stylesheet\";document.head.appendChild(link);}};// ROI calculation function\nconst calculateROI=(totalCost,employeeCount)=>{// Calculate annual cost per employee\nconst annualCostPerEmployee=totalCost/employeeCount;// Calculate annual investment based on tiered pricing\nlet annualInvestment=0;// Base price: $199 for first 10 employees\nannualInvestment=199;let remainingEmployees=Math.max(0,employeeCount-10);// $20/month per employee from 11-100\nif(remainingEmployees>0){const tier1Employees=Math.min(remainingEmployees,90)// up to 90 more employees in this tier\n;annualInvestment+=tier1Employees*20*12;remainingEmployees-=tier1Employees;}// $15/month per employee from 101-1000\nif(remainingEmployees>0){const tier2Employees=Math.min(remainingEmployees,900)// up to 900 more employees in this tier\n;annualInvestment+=tier2Employees*15*12;remainingEmployees-=tier2Employees;}// $10/month per employee for 1001+\nif(remainingEmployees>0){annualInvestment+=remainingEmployees*10*12;}// Calculate potential savings (40% reduction in culture-related costs)\nconst potentialSavings=totalCost*.4;// Calculate ROI\nconst roi=potentialSavings/annualInvestment;return{annualCostPerEmployee,potentialSavings,annualInvestment,roi};};// Add notification component\nconst Notification=({message,type,onClose})=>/*#__PURE__*/_jsxs(\"div\",{style:{position:\"fixed\",bottom:\"2rem\",left:\"50%\",transform:\"translateX(-50%)\",backgroundColor:type===\"error\"?\"#fee2e2\":\"#ecfdf5\",color:type===\"error\"?\"#991b1b\":\"#065f46\",padding:\"1rem 2rem\",borderRadius:\"0.5rem\",boxShadow:\"0 4px 6px -1px rgba(0, 0, 0, 0.1)\",zIndex:1e3,display:\"flex\",alignItems:\"center\",gap:\"1rem\",maxWidth:\"90%\",border:`1px solid ${type===\"error\"?\"#fecaca\":\"#d1fae5\"}`},children:[/*#__PURE__*/_jsx(\"span\",{children:message}),/*#__PURE__*/_jsx(\"button\",{onClick:onClose,style:{background:\"none\",border:\"none\",cursor:\"pointer\",padding:\"0.25rem\",color:type===\"error\"?\"#991b1b\":\"#065f46\"},children:\"\\xd7\"})]});// First, let's add a simple PieChart component\nconst PieChart=({data})=>{const totalValue=data.reduce((sum,item)=>sum+item.value,0);let startAngle=0;return /*#__PURE__*/_jsx(\"div\",{style:{position:\"relative\",width:\"100%\",paddingBottom:\"100%\"},children:/*#__PURE__*/_jsxs(\"svg\",{viewBox:\"0 0 100 100\",style:{position:\"absolute\",width:\"100%\",height:\"100%\",transform:\"rotate(-90deg)\"},children:[data.map((item,index)=>{const percentage=item.value/totalValue*100;const endAngle=startAngle+percentage*3.6// 3.6 = 360 / 100\n;// Calculate coordinates\nconst x1=50+40*Math.cos(startAngle*Math.PI/180);const y1=50+40*Math.sin(startAngle*Math.PI/180);const x2=50+40*Math.cos(endAngle*Math.PI/180);const y2=50+40*Math.sin(endAngle*Math.PI/180);// Create path\nconst largeArcFlag=percentage>50?1:0;const pathData=[`M 50 50`,`L ${x1} ${y1}`,`A 40 40 0 ${largeArcFlag} 1 ${x2} ${y2}`,`Z`].join(\" \");const path=/*#__PURE__*/_jsx(\"path\",{d:pathData,fill:item.color},index);startAngle=endAngle;return path;}),/*#__PURE__*/_jsx(\"circle\",{cx:\"50\",cy:\"50\",r:\"25\",fill:\"white\"}),\" \"]})});};export default function CultureImpactCalculator(props){// Add effect to inject the required CSS\nuseEffect(()=>{if(typeof document!==\"undefined\"){const style=document.createElement(\"style\");style.textContent=`\n                .gradient-border-container {\n                    position: relative;\n                    z-index: 0;\n                    padding: 15px;\n                    background: linear-gradient(45deg, \n                        rgba(77, 134, 255, 0.9) 0%,\n                        rgba(134, 71, 161, 0.9) 25%,\n                        rgba(134, 71, 161, 0.1) 35%,\n                        rgba(77, 134, 255, 0.1) 45%,\n                        rgba(77, 134, 255, 0.9) 50%,\n                        rgba(134, 71, 161, 0.9) 75%,\n                        rgba(134, 71, 161, 0.1) 85%,\n                        rgba(77, 134, 255, 0.1) 95%,\n                        rgba(77, 134, 255, 0.9) 100%\n                    );\n                    background-size: 400% 400%;\n                    animation: gradient 12s ease infinite;\n                    border-radius: calc(1rem + 15px);\n                    width: 100%;\n                    height: 100%;\n                    box-shadow: 0 7px 9px -1px rgba(0, 0, 0, 0.1), 0 5px 7px -1px rgba(0, 0, 0, 0.06);\n                }\n                \n                .gradient-border-container::after {\n                    content: '';\n                    position: absolute;\n                    top: 15px;\n                    left: 15px;\n                    right: 15px;\n                    bottom: 15px;\n                    background: white;\n                    border-radius: 1rem;\n                    z-index: -1;\n                    box-shadow: 0 7px 9px -1px rgba(0, 0, 0, 0.1);\n                }\n                \n                @keyframes gradient {\n                    0% { background-position: 0% 50%; }\n                    50% { background-position: 100% 50%; }\n                    100% { background-position: 0% 50%; }\n                }\n            `;document.head.appendChild(style);return()=>{document.head.removeChild(style);};}},[]);// Add breakpoint state\nconst[screenSize,setScreenSize]=useState({isMobile:false,isTablet:false,isDesktop:true});// Add all state declarations\nconst[step,setStep]=useState(1);const totalSteps=2;const[email,setEmail]=useState(\"\");const[selectedOrgName,setSelectedOrgName]=useState(\"\")// Track selected organization name\n;const[teamTypes,setTeamTypes]=useState([{id:1,name:\"Junior\",count:150,salary:5e4,isSenior:false},{id:2,name:\"Mid-Level\",count:75,salary:85e3,isSenior:false},{id:3,name:\"Senior\",count:25,salary:15e4,isSenior:true}]);const[disengagementRate,setDisengagementRate]=useState(20);const[turnoverRate,setTurnoverRate]=useState(15);const[cultureTurnoverRate,setCultureTurnoverRate]=useState(50);const[failedHireRate,setFailedHireRate]=useState(10);const[disengagementCost,setDisengagementCost]=useState(0);const[cultureTurnoverCost,setCultureTurnoverCost]=useState(0);const[failedHireCost,setFailedHireCost]=useState(0);const[totalCost,setTotalCost]=useState(0);const[turnoverCost,setTurnoverCost]=useState(0);const[perEmployeeCost,setPerEmployeeCost]=useState(0);const[percentageOfPayroll,setPercentageOfPayroll]=useState(0);const[showCitations,setShowCitations]=useState(null);const[showCalendly,setShowCalendly]=useState(false);const[showAssumptions,setShowAssumptions]=useState(false);const[selectedCard,setSelectedCard]=useState(null);const[isMounted,setIsMounted]=useState(false);const[employeeCount,setEmployeeCount]=useState(0);const[notification,setNotification]=useState(null);const[activeSlide,setActiveSlide]=useState(0);const[isFlipped,setIsFlipped]=useState(false);// Add mobile step state\nconst[isMobile,setIsMobile]=useState(false);const[mobileStep,setMobileStep]=useState(1);const[showValueModal,setShowValueModal]=useState(false);const totalMobileSteps=3// Add totalMobileSteps constant\n;// Style definitions that depend on state\nconst teamListStyle={overflowY:teamTypes.length>3?\"auto\":\"visible\",maxHeight:teamTypes.length>3?\"calc(100vh - 400px)\":\"none\",minHeight:\"auto\",padding:\"0.5rem\",backgroundColor:\"#f8fafc\",borderRadius:\"0.5rem\",border:\"1px solid #e2e8f0\",marginTop:\"0.5rem\"};// Other style definitions\nconst mainContainerStyle={minHeight:\"600px\",width:\"100%\",maxWidth:\"1200px\",margin:\"0 auto\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",backgroundColor:\"transparent\",position:\"relative\",padding:\"1rem\"};const innerContainerStyle={width:\"100%\",maxWidth:\"64rem\",display:\"flex\",flexDirection:\"column\",gap:\"1rem\",position:\"relative\",zIndex:1,padding:\"1rem\"};const containerStyle={display:\"flex\",flexDirection:screenSize.isMobile?\"column\":\"row\",gap:screenSize.isMobile?\"0.5rem\":\"0.75rem\",width:\"100%\",height:\"100%\",maxWidth:screenSize.isDesktop?\"1200px\":screenSize.isTablet?\"95%\":\"100%\"};const teamCompositionStyle={backgroundColor:\"white\",padding:screenSize.isMobile?\"0.5rem\":\"0.75rem\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",flex:screenSize.isDesktop?\"0 0 45%\":screenSize.isTablet?\"0 0 40%\":\"1\",display:\"flex\",flexDirection:\"column\",maxHeight:screenSize.isMobile?\"400px\":\"calc(100vh - 200px)\",overflowY:\"auto\"};const roiContainerStyle={backgroundColor:\"white\",borderRadius:\"1rem\",width:\"100%\",minHeight:\"auto\",maxHeight:screenSize.isDesktop?\"calc(100vh - 150px)\":\"none\",position:\"relative\",overflow:\"visible\",padding:\"1.5rem 1rem\",boxShadow:\"0 4px 6px -1px rgba(0, 0, 0, 0.05)\",display:\"flex\",flexDirection:\"column\"};const backButtonStyle={position:\"absolute\",top:\"1.25rem\",left:\"1.25rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",gap:\"0.5rem\",color:\"#64748b\",fontSize:\"0.875rem\",padding:\"0.5rem 0.75rem\",borderRadius:\"0.75rem\",transition:\"all 0.2s ease\",zIndex:20,boxShadow:\"0 2px 4px rgba(0, 0, 0, 0.03)\"};const valueCardStyle={padding:\"1.25rem\",backgroundColor:\"white\",border:\"1px solid #e2e8f0\",borderRadius:\"1rem\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",textAlign:\"center\",fontWeight:\"500\",boxShadow:\"0 1px 2px rgba(0, 0, 0, 0.03)\",transition:\"all 0.2s ease\",fontSize:\"0.95rem\",color:\"#1e293b\",minHeight:\"4rem\",lineHeight:\"1.4\"};const valueCardHoverStyle={...valueCardStyle,backgroundColor:\"#f8fafc\",borderColor:\"#cbd5e1\",boxShadow:\"0 8px 16px rgba(0, 0, 0, 0.05)\",transform:\"translateY(-2px)\"};const roiDisplayStyle={backgroundColor:\"#4D86FF\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",borderRadius:\"1.25rem\",padding:\"1.5rem\",color:\"white\",display:\"flex\",justifyContent:\"space-around\",alignItems:\"center\",height:\"fit-content\",boxShadow:\"0 8px 16px rgba(77, 134, 255, 0.15)\"};const ctaContainerStyle={padding:\"1.5rem\",backgroundColor:\"white\",borderRadius:\"1.25rem\",border:\"1px solid #e2e8f0\",marginTop:\"auto\",boxShadow:\"0 4px 6px -1px rgba(0, 0, 0, 0.05)\"};const callToActionButtonStyle={backgroundColor:\"#4D86FF\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",color:\"white\",padding:\"0.875rem 1.5rem\",borderRadius:\"0.75rem\",fontWeight:\"600\",fontSize:\"0.95rem\",border:\"none\",cursor:\"pointer\",boxShadow:\"0 4px 6px rgba(77, 134, 255, 0.15)\",transition:\"all 0.2s ease\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\"};const secondaryActionButtonStyle={backgroundColor:\"#f8fafc\",color:\"#1e293b\",padding:\"0.875rem 1.5rem\",borderRadius:\"0.75rem\",fontWeight:\"500\",fontSize:\"0.95rem\",border:\"1px solid #e2e8f0\",cursor:\"pointer\",boxShadow:\"0 2px 4px rgba(0, 0, 0, 0.03)\",transition:\"all 0.2s ease\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\"};const emailSectionStyle={backgroundColor:\"#f8fafc\",padding:\"1.25rem\",borderRadius:\"1rem\",border:\"1px solid #e2e8f0\",boxShadow:\"0 2px 4px rgba(0, 0, 0, 0.03)\"};const inputStyle={padding:\"0.875rem 1rem\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",fontSize:\"0.95rem\",width:\"100%\",backgroundColor:\"white\",color:\"#1e293b\",boxShadow:\"0 2px 4px rgba(0, 0, 0, 0.03)\",transition:\"all 0.2s ease\",flex:\"1\",\"&:focus\":{outline:\"none\",borderColor:\"#4D86FF\",boxShadow:\"0 0 0 3px rgba(77, 134, 255, 0.1)\"}};// Update screen size state based on window width with new breakpoints\nconst updateScreenSize=()=>{const width=window.innerWidth;setScreenSize({isMobile:width<768,isTablet:width>=768&&width<1200,isDesktop:width>=1200});// Also set the isMobile state based on the breakpoint for the mobile view\nsetIsMobile(width<768);};// Add resize listener\nuseEffect(()=>{if(typeof window!==\"undefined\"){// Initial check\nupdateScreenSize();// Add event listener\nwindow.addEventListener(\"resize\",updateScreenSize);// Cleanup\nreturn()=>window.removeEventListener(\"resize\",updateScreenSize);}},[]);// Helper function to generate unique ID\nconst generateId=()=>{return Math.max(...teamTypes.map(t=>t.id),0)+1;};// Function to add new team type\nconst addTeamType=()=>{setTeamTypes([...teamTypes,{id:generateId(),name:\"New Team Type\",count:0,salary:5e4,isSenior:false}]);};// Function to remove team type\nconst removeTeamType=id=>{setTeamTypes(teamTypes.filter(t=>t.id!==id));};// Function to update team type\nconst updateTeamType=(id,field,value)=>{setTeamTypes(teamTypes.map(t=>{if(t.id===id){return{...t,[field]:value};}return t;}));};// Show notification helper\nconst showNotification=(message,type=\"success\")=>{setNotification({message,type});setTimeout(()=>setNotification(null),5e3)// Auto-dismiss after 5 seconds\n;};// Handle turnover rate change\nconst handleTurnoverRateChange=newRate=>{setTurnoverRate(newRate);// Make sure culture turnover rate is never higher than total turnover\nif(cultureTurnoverRate>newRate){setCultureTurnoverRate(newRate);}};// Handle culture turnover rate change\nconst handleCultureTurnoverRateChange=newRate=>{// Ensure culture turnover is never higher than total turnover\nif(newRate<=turnoverRate){setCultureTurnoverRate(newRate);}else{setCultureTurnoverRate(turnoverRate);}};// Define health factor slides\nconst healthFactors=[{title:\"Employee Disconnection Rate\",value:disengagementRate,setValue:setDisengagementRate,color:\"#FF9F43\",tooltip:\"How many of your employees are present but not engaged? Gallup's latest research shows 17% of employees are actively disconnected, performing 25% below their potential.\"},{title:\"Employee Departure Rate\",value:turnoverRate,setValue:handleTurnoverRateChange,color:\"#FF6B6B\",tooltip:\"What percentage of your workforce leaves annually? Average turnover rates across industries range from 12-15%, with tech and high-pressure industries often seeing higher rates.\"},{title:\"Culture-Related Departures\",value:cultureTurnoverRate,setValue:handleCultureTurnoverRateChange,color:\"#FF6B6B\",tooltip:\"What percentage of your turnover is due to cultural factors? MIT research found toxic workplace culture is 10.4\\xd7 more likely to drive turnover than compensation issues, making culture the #1 predictor of attrition.\"},{title:\"Hiring Mismatch Rate\",value:failedHireRate,setValue:setFailedHireRate,color:\"#FF7675\",tooltip:\"What percentage of new hires don't work out within the first year? Industry research shows up to 74% of employers report making bad hiring decisions, often due to poor culture fit or unclear expectations.\"}];// Add Calendly script loading effect\nuseEffect(()=>{loadCalendlyScript();},[]);// Move Calendly script and link creation to useEffect\nuseEffect(()=>{// Only run on client side\nif(typeof window!==\"undefined\"){const script=document.createElement(\"script\");script.src=\"https://assets.calendly.com/assets/external/widget.js\";script.async=true;document.body.appendChild(script);const link=document.createElement(\"link\");link.href=\"https://assets.calendly.com/assets/external/widget.css\";link.rel=\"stylesheet\";document.head.appendChild(link);// Cleanup function\nreturn()=>{document.body.removeChild(script);document.head.removeChild(link);};}},[])// Empty dependency array means this runs once on mount\n;useEffect(()=>{setIsMounted(true);// Only run on client side\nif(typeof window!==\"undefined\"){// ... rest of the effect code ...\n}},[]);useEffect(()=>{// Calculate total employees\nconst totalCount=teamTypes.reduce((sum,t)=>sum+t.count,0);setEmployeeCount(totalCount);// Calculate disengagement cost\nconst totalDisengagementCost=teamTypes.reduce((sum,t)=>{const disengaged=Math.round(t.count*(disengagementRate/100));return sum+disengaged*t.salary*.18;},0);setDisengagementCost(totalDisengagementCost);// Calculate culture-related turnover cost\nconst totalTurnoverCost=teamTypes.reduce((sum,t)=>{const turnover=Math.round(t.count*(turnoverRate/100)*(cultureTurnoverRate/100));return sum+turnover*t.salary*1.5;},0);setTurnoverCost(totalTurnoverCost);setCultureTurnoverCost(totalTurnoverCost);// Calculate failed hire cost\nconst totalFailedHireCost=teamTypes.reduce((sum,t)=>{const failedHires=Math.round(t.count*(failedHireRate/100));return sum+failedHires*t.salary*.3;},0);setFailedHireCost(totalFailedHireCost);// Calculate total cost\nconst newTotalCost=totalDisengagementCost+totalTurnoverCost+totalFailedHireCost;setTotalCost(newTotalCost);// Calculate per employee cost\nconst newPerEmployeeCost=totalCount>0?newTotalCost/totalCount:0;setPerEmployeeCost(newPerEmployeeCost);// Calculate percentage of total payroll\nconst totalPayroll=teamTypes.reduce((sum,t)=>sum+t.count*t.salary,0);const newPercentageOfPayroll=totalPayroll>0?newTotalCost/totalPayroll*100:0;setPercentageOfPayroll(newPercentageOfPayroll);},[teamTypes,disengagementRate,turnoverRate,cultureTurnoverRate,failedHireRate]);// Formatting helpers\nconst formatCurrency=value=>{return new Intl.NumberFormat(\"en-US\",{style:\"currency\",currency:\"USD\",maximumFractionDigits:0}).format(value);};const formatNumber=value=>{return new Intl.NumberFormat(\"en-US\").format(value);};// Add citation modal component\nconst CitationModal=({type,onClose})=>{const citations={disengagement:{title:\"Employee Connection Impact\",calculation:\"What this measures: The output you lose when employees are merely going through the motions.\\n\\nHow we calculate it: We multiply your disengaged employees' salaries by their reduced productivity rate.\",rate:\"The numbers behind it: Gallup's latest research shows 17% of employees are actively disengaged. McKinsey found these disengaged employees are 25% less productive than engaged ones.\",formula:\"Number of Disengaged Employees \\xd7 Annual Salary \\xd7 25% = Your Hidden Productivity Loss\",example:\"Example: In a 100-person company with $60,000 average salaries, 17 disconnected employees cost $255,000 in lost productivity each year.\",additional:\"Did you know? McKinsey research shows top performers in complex roles are 4\\xd7 more productive than average performers. Disengagement affects your best talent the most.\",sources:[{title:\"McKinsey: Some employees are destroying value, others are building it\",url:\"https://www.mckinsey.com/capabilities/people-and-organizational-performance/our-insights/some-employees-are-destroying-value-others-are-building-it-do-you-know-the-difference\"},{title:\"Gallup: U.S. Engagement Hits 11-Year Low\",url:\"https://www.gallup.com/workplace/643286/engagement-hits-11-year-low.aspx\"}]},turnover:{title:\"Employee Departure Costs\",calculation:\"What this measures: The full price of losing employees and finding replacements.\\n\\nHow we calculate it: We multiply departures by replacement costs, factoring in the role of workplace culture.\",rate:\"The numbers behind it: Replacing an employee typically costs 50% to 200% of their annual salary. MIT research found toxic workplace culture is 10.4\\xd7 more likely to drive turnover than compensation issues.\",formula:\"Number of Departures \\xd7 Average Salary \\xd7 Replacement Multiplier = Your Turnover Cost\",example:\"Example: When 10 people leave your 100-person team (with $60,000 average salaries), it costs between $300,000-$1,200,000 to replace them.\",additional:\"Did you know? Gallup reports U.S. businesses lose $1 trillion annually due to voluntary turnover. Your culture is likely the biggest factor determining your turnover rate.\",sources:[{title:\"Gallup: The 'Great Resignation' Is Really the 'Great Discontent'\",url:\"https://www.gallup.com/workplace/351545/great-resignation-really-great-discontent.aspx\"},{title:\"The Real Cost of Toxic Workplace Culture\",url:\"https://www.talkworkculture.com/advice-info/toxic-workplace/\"}]},badHires:{title:\"Hiring Mismatches\",calculation:\"What this measures: The cost when new hires don't work out.\\n\\nHow we calculate it: We account for direct costs (salary, training) plus the ripple effect on team productivity and morale.\",rate:\"The numbers behind it: The U.S. Department of Labor estimates a bad hire costs at least 30% of first-year earnings. Industry research shows up to 74% of employers report making bad hires.\",formula:\"Number of Hiring Mismatches \\xd7 Annual Salary \\xd7 30% = Your Recruitment Loss\",example:\"Example: When 3 out of 10 new hires at $60,000 don't succeed, you lose at least $54,000 (plus unmeasured team disruption).\",additional:\"Did you know? SHRM found 95% of organizations report poor hiring decisions impact team morale, with 35% reporting morale is 'greatly affected.' The true cost goes beyond the numbers.\",sources:[{title:\"The Cost of a Bad Hire - Business.com\",url:\"https://www.business.com/articles/cost-of-a-bad-hire/\"},{title:\"SHRM: Morale, Productivity Suffer from Bad Hires\",url:\"https://www.shrm.org/topics-tools/news/talent-acquisition/morale-productivity-suffer-bad-hires\"}]}};return /*#__PURE__*/_jsx(\"div\",{style:{position:\"fixed\",top:0,left:0,right:0,bottom:0,backgroundColor:\"rgba(0, 0, 0, 0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",zIndex:1e3},children:/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"white\",padding:\"2rem\",borderRadius:\"1rem\",maxWidth:\"32rem\",width:\"90%\",maxHeight:\"90vh\",overflowY:\"auto\",position:\"relative\",border:\"1px solid #4D86FF\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:onClose,style:{position:\"absolute\",top:\"1rem\",right:\"1rem\",background:\"none\",border:\"none\",fontSize:\"1.5rem\",cursor:\"pointer\",color:\"#64748b\"},children:\"\\xd7\"}),/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:\"#4D86FF\",marginBottom:\"1rem\"},children:citations[type].title}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#f8fafc\",padding:\"1.5rem\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",marginBottom:\"1rem\"},children:citations[type].calculation}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#1e293b\",marginBottom:\"0.5rem\"},children:\"Formula:\"}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",backgroundColor:\"#f1f5f9\",padding:\"0.75rem\",borderRadius:\"0.5rem\",fontFamily:\"monospace\",marginBottom:\"1rem\"},children:citations[type].formula}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#1e293b\",marginBottom:\"0.5rem\"},children:\"Research Findings:\"}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",marginBottom:\"0.5rem\"},children:citations[type].rate}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",marginBottom:\"0.5rem\"},children:citations[type].cost}),citations[type].cultureFactor&&/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",marginBottom:\"0.5rem\"},children:citations[type].cultureFactor}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",marginBottom:\"1rem\"},children:citations[type].additional})]}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{color:\"#1e293b\",marginBottom:\"0.5rem\"},children:\"Sources:\"}),/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"0.5rem\"},children:citations[type].sources.map((source,index)=>/*#__PURE__*/_jsxs(\"a\",{href:source.url,target:\"_blank\",rel:\"noopener noreferrer\",style:{color:\"#4D86FF\",textDecoration:\"none\",display:\"flex\",alignItems:\"center\",gap:\"0.5rem\"},children:[/*#__PURE__*/_jsx(\"span\",{children:source.title}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"0.75rem\"},children:\"\u2197\"})]},index))})]})]})});};// Add Calendly modal component\nconst CalendlyModal=()=>/*#__PURE__*/_jsx(\"div\",{style:{position:\"fixed\",top:0,left:0,right:0,bottom:0,backgroundColor:\"rgba(0, 0, 0, 0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",zIndex:1e3},children:/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"white\",padding:screenSize.isMobile?\"1rem\":\"2rem\",borderRadius:\"1rem\",maxWidth:screenSize.isMobile?\"90%\":\"32rem\",width:screenSize.isMobile?\"95%\":\"90%\",maxHeight:screenSize.isMobile?\"80vh\":\"90vh\",height:screenSize.isMobile?\"auto\":\"auto\",overflowY:\"auto\",position:\"relative\",border:\"1px solid #4D86FF\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>setShowCalendly(false),style:{position:\"absolute\",top:screenSize.isMobile?\"0.5rem\":\"1rem\",right:screenSize.isMobile?\"0.5rem\":\"1rem\",background:\"none\",border:\"none\",fontSize:screenSize.isMobile?\"1.25rem\":\"1.5rem\",cursor:\"pointer\",color:\"#64748b\",zIndex:10},children:\"\\xd7\"}),/*#__PURE__*/_jsx(\"div\",{className:\"calendly-inline-widget\",\"data-url\":\"https://calendly.com/meseekna/the-cost-of-culture\",style:{minWidth:\"320px\",height:screenSize.isMobile?\"500px\":\"700px\",width:\"100%\"}})]})});// Handle next step\nconst nextStep=()=>{// Quick validation\nif(step===1){// Ensure at least 1 employee\nconst totalEmployees=teamTypes.reduce((sum,t)=>sum+t.count,0);if(totalEmployees===0){showNotification(\"Please enter at least one employee\",\"error\");return;}// Enforce minimum values for all team types\nconst updatedTeamTypes=teamTypes.map(t=>({...t,count:Math.max(0,t.count),salary:Math.max(0,t.salary)}));setTeamTypes(updatedTeamTypes);}setStep(step+1);};// Handle previous step\nconst prevStep=()=>{setStep(step-1);};// Calculate organizational totals\nconst totalEmployees=teamTypes.reduce((sum,t)=>sum+t.count,0);const totalSalary=teamTypes.reduce((sum,t)=>sum+t.count*t.salary,0);const avgSalary=totalSalary/totalEmployees||0;// Update progress indicator component for 3 steps instead of 4\nconst ProgressIndicator=()=>/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"2rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginBottom:\"0.5rem\"},children:[...Array(totalSteps)].map((_,i)=>/*#__PURE__*/_jsx(\"div\",{style:{width:\"2rem\",height:\"2rem\",borderRadius:\"9999px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:i+1<=step?\"#4D86FF\":\"#e5e7eb\",color:i+1<=step?\"white\":\"#4b5563\"},children:i+1},i))}),/*#__PURE__*/_jsx(\"div\",{style:{height:\"0.25rem\",backgroundColor:\"#e5e7eb\",borderRadius:\"9999px\"},children:/*#__PURE__*/_jsx(\"div\",{style:{height:\"0.25rem\",backgroundColor:\"#4D86FF\",borderRadius:\"9999px\",width:`${step/totalSteps*100}%`}})})]});// Add tooltip component\nconst Tooltip=({content,children})=>{const[show,setShow]=useState(false);return /*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",display:\"inline-block\"},children:[/*#__PURE__*/_jsx(\"div\",{onMouseEnter:()=>setShow(true),onMouseLeave:()=>setShow(false),style:{cursor:\"help\"},children:children}),show&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",zIndex:10,width:\"16rem\",padding:\"0.5rem\",fontSize:\"0.875rem\",backgroundColor:\"white\",border:\"1px solid #e5e7eb\",borderRadius:\"0.5rem\",boxShadow:\"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)\"},children:content})]});};// Update the slider components to use standardized blue and yellow\nconst renderSlider=(label,value,onChange,min,max,tooltip)=>{// Calculate color gradient based on value percentage\nconst percentage=(value-min)/(max-min)*100;const sliderColor=\"#FAAA32\"// Standardize all sliders to yellow\n;const labelColor=\"#4D86FF\"// Standardize all labels/factors to blue\n;// Custom slider track style with gradient\nconst customTrackStyle={background:`linear-gradient(to right, ${sliderColor} 0%, ${sliderColor} ${percentage}%, #e5e7eb ${percentage}%, #e5e7eb 100%)`,height:\"6px\",borderRadius:\"6px\",width:\"100%\"};return /*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#f8fafc\",padding:\"0.4rem\",borderRadius:\"0.5rem\",border:\"1px solid #e2e8f0\",marginBottom:\"0.2rem\",flex:\"1\"},onClick:e=>e.stopPropagation(),onMouseDown:e=>e.stopPropagation(),onMouseUp:e=>e.stopPropagation(),onTouchStart:e=>e.stopPropagation(),onTouchEnd:e=>e.stopPropagation(),children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",marginBottom:\"0.2rem\"},children:[/*#__PURE__*/_jsxs(\"label\",{style:{display:\"block\",color:labelColor,fontSize:\"0.65rem\",fontWeight:\"500\"},children:[label,/*#__PURE__*/_jsx(Tooltip,{content:tooltip,children:/*#__PURE__*/_jsx(\"span\",{style:{marginLeft:\"0.2rem\",color:labelColor},children:\"\u2139\uFE0F\"})})]}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"0.7rem\",fontWeight:\"600\",color:sliderColor,minWidth:\"1.8rem\",textAlign:\"right\"},children:[value,\"%\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{...customTrackStyle,pointerEvents:\"none\"}}),/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:min,max:100,value:value,onChange:e=>{e.stopPropagation();onChange(parseInt(e.target.value));},onMouseDown:e=>e.stopPropagation(),onMouseUp:e=>e.stopPropagation(),onTouchStart:e=>e.stopPropagation(),onTouchEnd:e=>e.stopPropagation(),style:{WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"6px\",background:\"transparent\",outline:\"none\",margin:0,padding:0,position:\"absolute\",top:0,left:0,zIndex:2,cursor:\"pointer\",\"&::-webkit-slider-thumb\":{WebkitAppearance:\"none\",appearance:\"none\",width:\"14px\",height:\"14px\",backgroundColor:\"white\",borderRadius:\"50%\",border:`2px solid ${sliderColor}`,cursor:\"pointer\",boxShadow:\"0 1px 3px rgba(0, 0, 0, 0.1)\"},\"&::-moz-range-thumb\":{width:\"14px\",height:\"14px\",backgroundColor:\"white\",borderRadius:\"50%\",border:`2px solid ${sliderColor}`,cursor:\"pointer\",boxShadow:\"0 1px 3px rgba(0, 0, 0, 0.1)\"}}})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginTop:\"0.2rem\",fontSize:\"0.6rem\",color:\"#64748b\"},children:[/*#__PURE__*/_jsxs(\"span\",{children:[min,\"%\"]}),/*#__PURE__*/_jsx(\"span\",{children:\"100%\"})]})]});};// Update assumption levers section\nconst renderAssumptionLevers=()=>/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:screenSize.isMobile?\"1rem\":\"1.5rem\",padding:screenSize.isMobile?\"0.75rem\":screenSize.isTablet?\"1rem\":\"1.5rem\",backgroundColor:\"#f8fafc\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:screenSize.isMobile?\"0.9rem\":screenSize.isTablet?\"1rem\":\"1.125rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:screenSize.isMobile?\"0.75rem\":\"1rem\"},children:\"Workplace Success Factors\"}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"grid\",gridTemplateColumns:screenSize.isMobile?\"1fr\":screenSize.isTablet?\"repeat(2, 1fr)\":\"repeat(2, 1fr)\",gap:screenSize.isMobile?\"0.75rem\":screenSize.isTablet?\"0.75rem\":\"1.5rem\"},children:[renderSlider(\"Disengagement Rate\",disengagementRate,setDisengagementRate,0,100,\"What percentage of your workforce is mentally 'checked out'? Gallup's latest research shows 17% of employees are actively disengaged, with employee engagement hitting an 11-year low in 2024.\"),renderSlider(\"Total Turnover Rate\",turnoverRate,setTurnoverRate,0,100,\"What percentage of your workforce leaves annually? Average turnover rates across industries range from 12-15%, with tech and high-pressure industries often seeing higher rates.\"),renderSlider(\"% of Turnover Due to Culture\",cultureTurnoverRate,handleCultureTurnoverRateChange,0,100,\"What percentage of your turnover is due to cultural factors? MIT research found toxic workplace culture is 10.4\\xd7 more likely to drive turnover than compensation issues, making culture the #1 predictor of attrition.\"),renderSlider(\"Failed Hire Rate\",failedHireRate,setFailedHireRate,0,100,\"What percentage of new hires don't work out within the first year? Industry research shows up to 74% of employers report making bad hiring decisions, often due to poor culture fit or unclear expectations.\")]})]});// Render step content\nconst renderStep=()=>{switch(step){case 1:if(screenSize.isMobile){// Mobile step-by-step layout\nreturn /*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",maxWidth:isMobile?\"480px\":\"640px\",margin:\"0 auto\",padding:isMobile?\"1rem 0 0 0\":\"1.5rem 0 0 0\",minHeight:isMobile?\"640px\":\"700px\",height:isMobile?\"calc(100vh - 80px)\":\"calc(100vh - 100px)\",maxHeight:isMobile?\"800px\":\"900px\",display:\"flex\",flexDirection:\"column\",backgroundColor:\"#ffffff\",borderRadius:\"1rem\",boxShadow:\"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{marginBottom:\"1.5rem\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",gap:\"0.5rem\"},children:[...Array(totalMobileSteps)].map((_,i)=>/*#__PURE__*/_jsx(\"div\",{style:{width:\"0.5rem\",height:\"0.5rem\",borderRadius:\"50%\",backgroundColor:i+1<=mobileStep?\"#4D86FF\":\"#e2e8f0\"}},i))}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",minHeight:\"540px\",overflow:\"auto\",padding:\"0.5rem\"},children:[mobileStep===1&&/*#__PURE__*/_jsxs(\"div\",{style:{flex:1,display:\"flex\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"1rem\",textAlign:\"center\"},children:\"Team Composition\"}),/*#__PURE__*/_jsx(OrganizationSelector,{onSelect:(teams,name)=>{setTeamTypes(teams.map((team,index)=>({...team,id:index+1})));setSelectedOrgName(name||\"\");}}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:1,overflowY:\"auto\",padding:\"0.5rem\"},children:[teamTypes.map(teamType=>/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#fff\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.5rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:teamType.name,onChange:e=>updateTeamType(teamType.id,\"name\",e.target.value),style:{flex:1,padding:\"0.5rem\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",fontSize:\"0.875rem\"},placeholder:\"Team Type Name\"}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>removeTeamType(teamType.id),style:{padding:\"0.5rem\",backgroundColor:\"#fee2e2\",color:\"#dc2626\",border:\"none\",borderRadius:\"0.5rem\",cursor:\"pointer\"},children:\"\\xd7\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"grid\",gridTemplateColumns:\"1fr 1fr\",gap:\"0.75rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"number\",min:\"0\",value:teamType.count,onChange:e=>updateTeamType(teamType.id,\"count\",parseInt(e.target.value)||0),style:{width:\"100%\",padding:\"0.5rem\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",fontSize:\"0.875rem\"},placeholder:\"Count\"}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{position:\"absolute\",left:\"0.75rem\",top:\"50%\",transform:\"translateY(-50%)\",color:\"#64748b\",fontSize:\"0.875rem\"},children:\"$\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",min:\"0\",value:teamType.salary,onChange:e=>updateTeamType(teamType.id,\"salary\",parseInt(e.target.value)||0),style:{width:\"100%\",padding:\"0.5rem\",paddingLeft:\"1.5rem\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",fontSize:\"0.875rem\"},placeholder:\"Salary\"})]})]}),/*#__PURE__*/_jsxs(\"label\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.5rem\",fontSize:\"0.875rem\",color:\"#64748b\",cursor:\"pointer\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",checked:teamType.isSenior,onChange:e=>updateTeamType(teamType.id,\"isSenior\",e.target.checked)}),\"Senior Role\"]})]},teamType.id)),/*#__PURE__*/_jsx(\"button\",{onClick:addTeamType,style:{width:\"100%\",padding:\"0.75rem\",backgroundColor:\"#f1f5f9\",color:\"#4b5563\",border:\"1px dashed #cbd5e1\",borderRadius:\"0.75rem\",cursor:\"pointer\",fontSize:\"0.875rem\"},children:\"+ Add Employee Type\"})]})]}),mobileStep===2&&/*#__PURE__*/_jsxs(\"div\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",padding:\"1rem\",overflowY:\"auto\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"1rem\",textAlign:\"center\"},children:\"Culture Gap Cost\"}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#fff\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1rem\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"0.75rem\"},children:\"Total Annual Cost\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"2rem\",fontWeight:\"700\",color:\"#dc2626\",textAlign:\"center\",marginBottom:\"0.75rem\"},children:[\"$\",totalCost.toLocaleString()]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"grid\",gridTemplateColumns:\"1fr auto\",gap:\"0.5rem\",fontSize:\"0.875rem\",color:\"#64748b\"},children:[/*#__PURE__*/_jsx(\"div\",{children:\"Turnover Cost:\"}),/*#__PURE__*/_jsxs(\"div\",{children:[\"$\",turnoverCost.toLocaleString()]}),/*#__PURE__*/_jsx(\"div\",{children:\"Disengagement Cost:\"}),/*#__PURE__*/_jsxs(\"div\",{children:[\"$\",disengagementCost.toLocaleString()]}),/*#__PURE__*/_jsx(\"div\",{children:\"Failed Hire Cost:\"}),/*#__PURE__*/_jsxs(\"div\",{children:[\"$\",failedHireCost.toLocaleString()]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"0.75rem\"},children:\"What's Driving These Costs?\"}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#f8fafc\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1.25rem\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.75rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"64px\",height:\"64px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flexShrink:0,overflow:\"hidden\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"150px\",height:\"150px\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.3)\",transformOrigin:\"center center\"},children:/*#__PURE__*/_jsx(EmployeeTurnover,{width:150,height:150})})}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#FF6B6B\",margin:0},children:\"Turnover Costs\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"1.5rem\",fontWeight:\"700\",color:\"#FF6B6B\"},children:[\"$\",turnoverCost.toLocaleString()]})]})]}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#1e293b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.5\"},children:\"The cost of replacing employees who leave due to cultural issues.\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.8rem\",color:\"#64748b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.4\",fontStyle:\"italic\"},children:\"Replacing an employee typically costs 50% to 200% of their annual salary. MIT research found toxic workplace culture is 10.4\\xd7 more likely to drive turnover than compensation issues.\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"label\",{style:{display:\"block\",fontSize:\"0.75rem\",color:\"#64748b\",marginBottom:\"0.25rem\"},children:[\"Total Turnover Rate:\",\" \",turnoverRate,\"%\"]}),/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:\"0\",max:\"100\",value:turnoverRate,onChange:e=>handleTurnoverRateChange(parseInt(e.target.value)),style:{width:\"100%\",accentColor:\"#FF6B6B\"}})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"0.75rem\"},children:[/*#__PURE__*/_jsxs(\"label\",{style:{display:\"block\",fontSize:\"0.75rem\",color:\"#64748b\",marginBottom:\"0.25rem\"},children:[\"% Due to Culture:\",\" \",cultureTurnoverRate,\"%\"]}),/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:\"0\",max:\"100\",value:cultureTurnoverRate,onChange:e=>handleCultureTurnoverRateChange(parseInt(e.target.value)),style:{width:\"100%\",accentColor:\"#FF6B6B\"}})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#f8fafc\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1.25rem\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.75rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"64px\",height:\"64px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flexShrink:0,overflow:\"hidden\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"150px\",height:\"150px\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.3)\",transformOrigin:\"center center\"},children:/*#__PURE__*/_jsx(EmployeeDisengagement,{width:150,height:150})})}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#FF9F43\",margin:0},children:\"Productivity Loss\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"1.5rem\",fontWeight:\"700\",color:\"#FF9F43\"},children:[\"$\",disengagementCost.toLocaleString()]})]})]}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#1e293b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.5\"},children:\"The productivity you lose when employees are mentally checked out at work.\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.8rem\",color:\"#64748b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.4\",fontStyle:\"italic\"},children:\"Gallup's latest research shows 17% of employees are actively disengaged. McKinsey found these disengaged employees are 25% less productive than engaged ones.\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"label\",{style:{display:\"block\",fontSize:\"0.75rem\",color:\"#64748b\",marginBottom:\"0.25rem\"},children:[\"Disengagement Rate:\",\" \",disengagementRate,\"%\"]}),/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:\"0\",max:\"100\",value:disengagementRate,onChange:e=>setDisengagementRate(parseInt(e.target.value)),style:{width:\"100%\",accentColor:\"#FF9F43\"}})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#f8fafc\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1.25rem\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.75rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"64px\",height:\"64px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flexShrink:0,overflow:\"hidden\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"150px\",height:\"150px\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.3)\",transformOrigin:\"center center\"},children:/*#__PURE__*/_jsx(HiringMissteps,{width:150,height:150})})}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#FF7675\",margin:0},children:\"Failed Hires\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"1.5rem\",fontWeight:\"700\",color:\"#FF7675\"},children:[\"$\",failedHireCost.toLocaleString()]})]})]}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#1e293b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.5\"},children:\"The price of bringing in people who aren't a good fit.\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.8rem\",color:\"#64748b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.4\",fontStyle:\"italic\"},children:\"The U.S. Department of Labor estimates a bad hire costs at least 30% of first-year earnings. Industry research shows up to 74% of employers report making bad hiring decisions.\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"label\",{style:{display:\"block\",fontSize:\"0.75rem\",color:\"#64748b\",marginBottom:\"0.25rem\"},children:[\"Failed Hire Rate:\",\" \",failedHireRate,\"%\"]}),/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:\"0\",max:\"100\",value:failedHireRate,onChange:e=>setFailedHireRate(parseInt(e.target.value)),style:{width:\"100%\",accentColor:\"#FF7675\"}})]})]})]})]}),mobileStep===3&&/*#__PURE__*/_jsxs(\"div\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",padding:\"1rem\",overflowY:\"auto\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"1rem\",textAlign:\"center\"},children:\"ROI Analysis\"}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#fff\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1rem\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{textAlign:\"center\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",marginBottom:\"0.25rem\"},children:\"Return on Investment\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"2.5rem\",fontWeight:\"700\",color:\"#4D86FF\"},children:[calculateROI(totalCost,employeeCount).roi.toFixed(1),\"x\"]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{textAlign:\"center\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",marginBottom:\"0.25rem\"},children:\"Potential Annual Savings\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"1.75rem\",fontWeight:\"700\",color:\"#10b981\"},children:[\"$\",calculateROI(totalCost,employeeCount).potentialSavings.toLocaleString()]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"0.75rem\"},children:\"How We Help You Capture This Value\"}),valueCards.map((card,index)=>/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#fff\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",borderLeft:`4px solid ${card.color}`,padding:\"1rem\",marginBottom:\"0.75rem\",cursor:\"pointer\"},onClick:()=>setSelectedCard(card),children:[/*#__PURE__*/_jsx(\"h5\",{style:{fontSize:\"1rem\",fontWeight:\"600\",color:card.color,marginBottom:\"0.25rem\"},children:card.title}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",margin:0},children:card.description})]},index))]}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#fff\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1rem\",marginTop:\"auto\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(typeof window!==\"undefined\"){if(window.Calendly){window.Calendly.initPopupWidget({url:\"https://calendly.com/meseekna/the-cost-of-culture\",parentElement:document.body,prefill:{},customCSS:\"@media (max-width: 768px) { .calendly-popup { height: 100%; max-height: 100%; } }\"});}else{window.open(\"https://calendly.com/meseekna/the-cost-of-culture\",\"_blank\");}}},style:{width:\"100%\",padding:\"1rem\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",color:\"white\",border:\"none\",borderRadius:\"0.75rem\",fontSize:\"1rem\",fontWeight:\"600\",cursor:\"pointer\",marginBottom:\"0.75rem\"},children:\"Talk With an Expert\"}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"email\",value:email,onChange:e=>setEmail(e.target.value),placeholder:\"Enter your email\",style:{width:\"100%\",padding:\"0.75rem\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",fontSize:\"0.875rem\"}}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(!isValidEmail(email)){showNotification(\"Please enter a valid email address\",\"error\");return;}submitResults(email);},style:{width:\"100%\",padding:\"0.75rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",color:\"#1e293b\",fontSize:\"0.875rem\",cursor:\"pointer\"},children:\"Share Results\"})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginTop:\"1rem\",gap:\"1rem\",padding:\"0 1rem\",width:\"100%\",position:\"sticky\",bottom:\"0\",backgroundColor:\"white\",paddingBottom:\"1rem\",zIndex:10},children:[mobileStep>1&&/*#__PURE__*/_jsx(\"button\",{onClick:()=>setMobileStep(mobileStep-1),style:{flex:1,padding:\"1rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.75rem\",color:\"#64748b\",cursor:\"pointer\",fontSize:\"0.875rem\"},children:\"\u2190 Back\"}),mobileStep<totalMobileSteps&&/*#__PURE__*/_jsx(\"button\",{onClick:()=>setMobileStep(mobileStep+1),style:{flex:1,padding:\"1rem\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",color:\"white\",border:\"none\",borderRadius:\"0.75rem\",cursor:\"pointer\",fontSize:\"0.875rem\"},children:\"Continue \u2192\"}),mobileStep===totalMobileSteps&&/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(typeof window!==\"undefined\"){if(window.Calendly){window.Calendly.initPopupWidget({url:\"https://calendly.com/meseekna/the-cost-of-culture\"});}else{window.open(\"https://calendly.com/meseekna/the-cost-of-culture\",\"_blank\");}}},style:{flex:1,padding:\"1rem\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",color:\"white\",border:\"none\",borderRadius:\"0.75rem\",cursor:\"pointer\",fontSize:\"0.875rem\"},children:\"Schedule Consultation\"})]})]});}// Desktop layout remains unchanged\nreturn /*#__PURE__*/_jsxs(\"div\",{style:{...containerStyle,maxWidth:screenSize.isDesktop?\"1400px\":\"95%\",margin:\"0 auto\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{flex:screenSize.isDesktop?\"0 0 40%\":screenSize.isTablet?\"0 0 45%\":\"1\",display:\"flex\",flexDirection:\"column\",gap:\"0.75rem\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{...teamCompositionStyle,flex:\"1\",maxHeight:screenSize.isMobile?\"auto\":\"calc(100vh - 100px)\",display:\"flex\",flexDirection:\"column\",overflow:teamTypes.length>3?\"hidden\":\"visible\"},children:[/*#__PURE__*/_jsx(OrganizationSelector,{onSelect:(teams,name)=>{setTeamTypes(teams.map((team,index)=>({...team,id:index+1})));setSelectedOrgName(name||\"\");}}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",marginBottom:\"0.625rem\"},children:[/*#__PURE__*/_jsxs(\"h3\",{style:{fontSize:\"1.1rem\",fontWeight:\"600\",color:\"#1e293b\"},children:[\"Team Composition\",\" \",selectedOrgName?`- ${selectedOrgName}`:\"\"]}),/*#__PURE__*/_jsx(\"div\",{children:/*#__PURE__*/_jsxs(\"p\",{style:{fontSize:\"0.85rem\",color:\"#64748b\"},children:[\"Total Team:\",\" \",/*#__PURE__*/_jsx(\"span\",{style:{fontWeight:\"600\",color:\"#0f172a\"},children:formatNumber(teamTypes.reduce((sum,t)=>sum+t.count,0))})]})})]}),/*#__PURE__*/_jsxs(\"div\",{style:{...teamListStyle,overflowY:teamTypes.length>3?\"auto\":\"visible\",flex:\"1\"},children:[teamTypes.map(teamType=>/*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"0.5rem\"},children:[\" \",/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.4rem\",marginBottom:\"0.2rem\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"text\",value:teamType.name,onChange:e=>updateTeamType(teamType.id,\"name\",e.target.value),style:{padding:\"0.5rem\",border:\"1px solid #e5e7eb\",borderRadius:\"0.375rem\",fontSize:\"0.8rem\",flex:\"1\"},placeholder:\"Team Type Name\"}),/*#__PURE__*/_jsxs(\"label\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.3rem\",fontSize:\"0.8rem\",color:\"#64748b\",cursor:\"pointer\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",checked:teamType.isSenior,onChange:e=>updateTeamType(teamType.id,\"isSenior\",e.target.checked)}),\"Senior Role\"]}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>removeTeamType(teamType.id),style:{padding:\"0.2rem 0.4rem\",backgroundColor:\"#fee2e2\",color:\"#dc2626\",border:\"none\",borderRadius:\"0.375rem\",cursor:\"pointer\",fontSize:\"0.75rem\"},children:\"\\xd7\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"grid\",gridTemplateColumns:\"1fr 1fr\",gap:\"0.4rem\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"number\",min:\"0\",value:teamType.count,onChange:e=>updateTeamType(teamType.id,\"count\",parseInt(e.target.value)||0),style:{padding:\"0.4rem\",border:\"1px solid #e5e7eb\",borderRadius:\"0.375rem\",width:\"100%\",fontSize:\"0.75rem\"},placeholder:\"Count\"}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{position:\"absolute\",top:\"50%\",transform:\"translateY(-50%)\",left:\"0.6rem\",color:\"#4b5563\",fontSize:\"0.75rem\",pointerEvents:\"none\"},children:\"$\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",min:\"0\",value:teamType.salary,onChange:e=>updateTeamType(teamType.id,\"salary\",parseInt(e.target.value)||0),style:{padding:\"0.4rem\",paddingLeft:\"1.2rem\",border:\"1px solid #e5e7eb\",borderRadius:\"0.375rem\",width:\"100%\",fontSize:\"0.75rem\"},placeholder:\"Salary\"})]})]})]},teamType.id)),/*#__PURE__*/_jsx(\"button\",{onClick:addTeamType,style:{padding:\"0.5rem\",backgroundColor:\"#f1f5f9\",color:\"#4b5563\",border:\"1px dashed #cbd5e1\",borderRadius:\"0.375rem\",cursor:\"pointer\",width:\"100%\",fontSize:\"0.8rem\",marginTop:\"0.5rem\"},children:\"+ Add Employee Type\"})]})]})}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:screenSize.isDesktop?\"0 0 60%\":screenSize.isTablet?\"0 0 55%\":\"1\",display:\"flex\",flexDirection:\"column\",gap:screenSize.isTablet?\"1rem\":\"1.5rem\",height:\"100%\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"2rem\",backgroundColor:\"#f0f9ff\",borderRadius:\"0.75rem\",border:\"1px solid #bae6fd\",textAlign:\"center\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:\"#4D86FF\",marginBottom:\"0.5rem\"},children:\"Talent Leakage: Measuring the Financial Drain\"}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:screenSize.isMobile?\"2rem\":\"2.5rem\",fontWeight:\"700\",color:\"#dc2626\",marginTop:\"0.5rem\"},children:formatCurrency(totalCost)}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"0.9rem\",color:\"#64748b\",marginTop:\"0.75rem\"},children:\"Based on your current organization structure\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"white\",padding:\"1.5rem\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:\"#1e293b\",margin:0},children:\"Where Your Money Is Going Now\"}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:\"0.5rem\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>setActiveSlide(prev=>(prev-1+3)%3),style:{padding:\"0.5rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",cursor:\"pointer\",color:\"#64748b\"},children:\"\u2190\"}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>setActiveSlide(prev=>(prev+1)%3),style:{padding:\"0.5rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",cursor:\"pointer\",color:\"#64748b\"},children:\"\u2192\"})]})]}),/*#__PURE__*/_jsx(\"div\",{style:{position:\"relative\",height:\"320px\",perspective:\"1000px\",overflow:\"hidden\"},children:[{title:\"Departure Costs\",cost:cultureTurnoverCost,color:costColors.turnover,icon:/*#__PURE__*/_jsx(EmployeeTurnover,{width:150,height:150}),description:\"The cost of replacing employees who leave due to cultural issues.\",citation:\"Replacing an employee typically costs 50% to 200% of their annual salary. MIT research found toxic workplace culture is 10.4\\xd7 more likely to drive turnover than compensation issues.\",formula:\"Number of Departures \\xd7 Average Salary \\xd7 Replacement Multiplier\",controls:[{label:\"Total Turnover Rate\",value:turnoverRate,onChange:handleTurnoverRateChange,tooltip:\"What percentage of your workforce leaves annually? Average turnover rates across industries range from 12-15%, with tech and high-pressure industries often seeing higher rates.\"},{label:\"% Due to Culture\",value:cultureTurnoverRate,onChange:handleCultureTurnoverRateChange,tooltip:\"What percentage of your turnover is due to cultural factors? MIT research found toxic workplace culture is 10.4\\xd7 more likely to drive turnover than compensation issues, making culture the #1 predictor of attrition.\"}]},{title:\"Productivity Loss\",cost:disengagementCost,color:costColors.disengagement,icon:/*#__PURE__*/_jsx(EmployeeDisengagement,{width:150,height:150}),description:\"The productivity you lose when employees are mentally checked out at work.\",citation:\"Gallup's latest research shows 17% of employees are actively disengaged. McKinsey found these disengaged employees are 25% less productive than engaged ones.\",formula:\"Number of Disengaged Employees \\xd7 Annual Salary \\xd7 25%\",controls:[{label:\"Disengagement Rate\",value:disengagementRate,onChange:setDisengagementRate,tooltip:\"What percentage of your workforce is mentally 'checked out'? Gallup's latest research shows 17% of employees are actively disengaged, with employee engagement hitting an 11-year low in 2024.\"}]},{title:\"Hiring Mismatches\",cost:failedHireCost,color:costColors.badHires,icon:/*#__PURE__*/_jsx(HiringMissteps,{width:150,height:150}),description:\"The price of bringing in people who aren't a good fit.\",citation:\"The U.S. Department of Labor estimates a bad hire costs at least 30% of first-year earnings. Industry research shows up to 74% of employers report making bad hiring decisions.\",formula:\"Number of Hiring Mismatches \\xd7 Annual Salary \\xd7 30%\",controls:[{label:\"Hiring Mismatch Rate\",value:failedHireRate,onChange:setFailedHireRate,tooltip:\"What percentage of new hires don't work out within the first year? Industry research shows up to 74% of employers report making bad hiring decisions, often due to poor culture fit or unclear expectations.\"}]}].map((card,index)=>/*#__PURE__*/_jsxs(\"div\",{style:{position:\"absolute\",width:\"100%\",height:\"100%\",transition:\"all 0.5s ease\",transform:`translateX(${(index-activeSlide)*100}%) rotateY(${isFlipped?180:0}deg)`,visibility:index===activeSlide?\"visible\":\"hidden\",opacity:index===activeSlide?1:0,transformStyle:\"preserve-3d\",cursor:\"pointer\"},onClick:()=>setIsFlipped(!isFlipped),children:[/*#__PURE__*/_jsxs(\"div\",{style:{position:\"absolute\",width:\"100%\",height:\"100%\",backfaceVisibility:\"hidden\",backgroundColor:\"#f8fafc\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1.25rem\",display:\"flex\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.75rem\",marginBottom:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"64px\",height:\"64px\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flexShrink:0,overflow:\"hidden\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"150px\",height:\"150px\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%) scale(0.3)\",transformOrigin:\"center center\"},children:card.icon})}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:card.color,margin:0},children:card.title}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"1.5rem\",fontWeight:\"700\",color:card.color},children:formatCurrency(card.cost)})]})]}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#1e293b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.5\"},children:card.description}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.8rem\",color:\"#64748b\",margin:\"0 0 0.75rem 0\",lineHeight:\"1.4\",fontStyle:\"italic\"},children:card.citation}),/*#__PURE__*/_jsx(\"div\",{style:{display:\"none\",backgroundColor:\"#f1f5f9\",padding:\"0.5rem\",borderRadius:\"0.5rem\",fontSize:\"0.75rem\",color:\"#475569\",fontFamily:\"monospace\",marginBottom:\"0.75rem\",textAlign:\"center\"},children:card.formula}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"0.75rem\",color:\"#64748b\",textAlign:\"center\",marginTop:\"auto\",display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",paddingTop:\"0.5rem\"},children:[/*#__PURE__*/_jsxs(\"button\",{onClick:e=>{e.stopPropagation();const type=card.title.includes(\"Departure\")?\"turnover\":card.title.includes(\"Productivity\")?\"disengagement\":\"badHires\";setShowCitations(type);},style:{fontSize:\"0.75rem\",color:\"#4D86FF\",background:\"none\",border:\"none\",cursor:\"pointer\",padding:0,display:\"flex\",alignItems:\"center\",gap:\"0.25rem\"},children:[\"Learn more\",/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"0.7rem\"},children:\"\u2197\"})]}),/*#__PURE__*/_jsx(\"span\",{children:\"Tap to adjust factors \u2192\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{position:\"absolute\",width:\"100%\",height:\"100%\",backfaceVisibility:\"hidden\",backgroundColor:\"#f8fafc\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",padding:\"1.25rem\",transform:\"rotateY(180deg)\",display:\"flex\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsxs(\"h4\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:card.color,marginBottom:\"1rem\"},children:[\"Adjust \",card.title,\" Factors\"]}),/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:\"#f1f5f9\",padding:\"0.75rem\",borderRadius:\"0.5rem\",fontSize:\"0.875rem\",color:\"#475569\",fontFamily:\"monospace\",marginBottom:\"1rem\",textAlign:\"center\"},children:card.formula}),/*#__PURE__*/_jsx(\"div\",{style:{flex:1,display:\"flex\",flexDirection:\"column\",gap:\"0.75rem\"},children:card.controls.map((control,controlIndex)=>/*#__PURE__*/_jsx(\"div\",{children:renderSlider(control.label,control.value,control.onChange,0,100,control.tooltip)},controlIndex))}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"0.75rem\",color:\"#64748b\",textAlign:\"center\",marginTop:\"1rem\"},children:\"Click to flip back \u2192\"})]})]},index))}),/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",justifyContent:\"center\",gap:\"0.5rem\",marginTop:\"1rem\"},children:[0,1,2].map(index=>/*#__PURE__*/_jsx(\"button\",{onClick:()=>setActiveSlide(index),style:{width:\"0.5rem\",height:\"0.5rem\",borderRadius:\"50%\",backgroundColor:activeSlide===index?\"#4D86FF\":\"#e2e8f0\",border:\"none\",padding:0,cursor:\"pointer\"}},index))})]}),step===1&&!isMobile&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",marginTop:\"1rem\",gap:\"1rem\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>{setTeamTypes([{id:1,name:\"Junior\",count:150,salary:5e4,isSenior:false},{id:2,name:\"Mid-Level\",count:75,salary:85e3,isSenior:false},{id:3,name:\"Senior\",count:25,salary:15e4,isSenior:true}]);setDisengagementRate(17);setTurnoverRate(15);setCultureTurnoverRate(20);setFailedHireRate(12);},style:{padding:\"0.75rem 1rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",color:\"#64748b\",cursor:\"pointer\",fontSize:\"0.875rem\",width:\"40%\"},children:\"Clear Selections\"}),/*#__PURE__*/_jsx(\"button\",{onClick:nextStep,style:{padding:\"0.75rem 1rem\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",color:\"white\",border:\"none\",borderRadius:\"0.5rem\",cursor:\"pointer\",fontSize:\"0.875rem\",width:\"60%\"},children:\"See Potential Savings \u2192\"})]})]})]});case 2:const roiData=calculateROI(totalCost,totalEmployees);return /*#__PURE__*/_jsxs(\"div\",{style:{...containerStyle,maxWidth:screenSize.isDesktop?\"1400px\":\"95%\",margin:\"0 auto\",padding:\"1.5rem\",position:\"relative\",backgroundColor:\"white\",borderRadius:\"1rem\",display:\"flex\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>setStep(1),style:{position:\"absolute\",top:\"1.5rem\",left:\"1.5rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",padding:\"0.5rem 1rem\",cursor:\"pointer\",display:\"flex\",alignItems:\"center\",gap:\"0.5rem\",color:\"#64748b\",fontSize:\"0.875rem\",zIndex:10},children:\"\u2190 Back\"}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",display:\"flex\",justifyContent:\"center\",marginBottom:\"2rem\"},children:/*#__PURE__*/_jsx(Logo,{width:120,height:32})}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:screenSize.isMobile?\"column\":\"row\",gap:\"2rem\",width:\"100%\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{flex:\"1\",display:\"flex\",flexDirection:\"column\",gap:\"1rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"#4D86FF\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",padding:\"2rem\",borderRadius:\"1rem\",color:\"white\",textAlign:\"center\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"0.875rem\",opacity:\"0.9\",marginBottom:\"0.5rem\"},children:\"ROI with Meseekna\"}),/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:\"4rem\",fontWeight:\"800\",lineHeight:\"1\"},children:[roiData.roi.toFixed(1),\"x\"]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"1rem\",borderTop:\"1px solid rgba(255, 255, 255, 0.2)\",paddingTop:\"1rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"0.875rem\",opacity:\"0.9\",marginBottom:\"0.5rem\"},children:\"Annual Savings\"}),/*#__PURE__*/_jsx(\"div\",{style:{fontSize:\"2.5rem\",fontWeight:\"700\",lineHeight:\"1\"},children:formatCurrency(roiData.potentialSavings)})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"white\",padding:\"1.5rem\",borderRadius:\"1rem\",border:\"1px solid #e2e8f0\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1rem\",fontWeight:\"600\",color:\"#1e293b\",margin:\"0 0 1rem 0\",textAlign:\"center\"},children:\"Current Cost Breakdown\"}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"180px\",margin:\"0 auto 1.5rem auto\"},children:/*#__PURE__*/_jsx(PieChart,{data:[{value:turnoverCost,color:\"#64748B\"},{value:disengagementCost,color:\"#94A3B8\"},{value:failedHireCost,color:\"#CBD5E1\"}]})}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"0.5rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.5rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"12px\",height:\"12px\",backgroundColor:\"#64748B\",borderRadius:\"2px\"}}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"0.875rem\",color:\"#64748b\"},children:\"Turnover\"})]}),/*#__PURE__*/_jsxs(\"span\",{style:{fontSize:\"0.875rem\",fontWeight:\"600\",color:\"#1e293b\"},children:[\"$\",formatNumber(turnoverCost)]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.5rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"12px\",height:\"12px\",backgroundColor:\"#94A3B8\",borderRadius:\"2px\"}}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"0.875rem\",color:\"#64748b\"},children:\"Disengagement\"})]}),/*#__PURE__*/_jsxs(\"span\",{style:{fontSize:\"0.875rem\",fontWeight:\"600\",color:\"#1e293b\"},children:[\"$\",formatNumber(disengagementCost)]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.5rem\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"12px\",height:\"12px\",backgroundColor:\"#CBD5E1\",borderRadius:\"2px\"}}),/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"0.875rem\",color:\"#64748b\"},children:\"Failed Hires\"})]}),/*#__PURE__*/_jsxs(\"span\",{style:{fontSize:\"0.875rem\",fontWeight:\"600\",color:\"#1e293b\"},children:[\"$\",formatNumber(failedHireCost)]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"auto\"},children:[/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(typeof window!==\"undefined\"){if(window.Calendly){window.Calendly.initPopupWidget({url:\"https://calendly.com/meseekna/the-cost-of-culture\"});}else{window.open(\"https://calendly.com/meseekna/the-cost-of-culture\",\"_blank\");}}},style:{width:\"100%\",padding:\"1rem\",backgroundColor:\"#4D86FF\",backgroundImage:\"linear-gradient(135deg, #4D86FF 0%, #8647A1 100%)\",color:\"white\",border:\"none\",borderRadius:\"0.75rem\",fontSize:\"1rem\",fontWeight:\"600\",cursor:\"pointer\",marginBottom:\"1rem\"},children:\"Schedule A Free Consultation\"}),/*#__PURE__*/_jsx(\"button\",{style:{width:\"100%\",padding:\"1rem\",backgroundColor:\"#f8fafc\",border:\"1px solid #e2e8f0\",borderRadius:\"0.75rem\",color:\"#1e293b\",fontSize:\"1rem\",cursor:\"pointer\"},onClick:()=>window.open(\"https://www.meseekna.com/#createyoursim-1\",\"_blank\"),children:\"Get Started\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{flex:\"1\",display:\"flex\",flexDirection:\"column\"},children:[/*#__PURE__*/_jsx(\"h2\",{style:{fontSize:\"1.5rem\",fontWeight:\"600\",color:\"#1e293b\",marginTop:0,marginBottom:\"1.5rem\"},children:\"How We Help You Capture This Value\"}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"grid\",gridTemplateColumns:\"1fr 1fr\",gap:\"1rem\",marginBottom:\"2rem\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"1.5rem\",backgroundColor:\"white\",border:\"1px solid #e2e8f0\",borderLeft:\"4px solid #4D86FF\",borderRadius:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#4D86FF\",marginTop:0,marginBottom:\"0.5rem\"},children:\"Reduce Turnover\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",margin:0,lineHeight:\"1.5\"},children:\"Keep your best talent by addressing the culture issues that drive them away.\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"1.5rem\",backgroundColor:\"white\",border:\"1px solid #e2e8f0\",borderLeft:\"4px solid #FAAA32\",borderRadius:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#FAAA32\",marginTop:0,marginBottom:\"0.5rem\"},children:\"Boost Engagement\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",margin:0,lineHeight:\"1.5\"},children:\"Transform disengaged employees into motivated team members who drive innovation.\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"1.5rem\",backgroundColor:\"white\",border:\"1px solid #e2e8f0\",borderLeft:\"4px solid #8647A1\",borderRadius:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#8647A1\",marginTop:0,marginBottom:\"0.5rem\"},children:\"Dynamic Talent Allocation\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",margin:0,lineHeight:\"1.5\"},children:\"Optimize how your team's talents are deployed to maximize productivity and satisfaction.\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:{padding:\"1.5rem\",backgroundColor:\"white\",border:\"1px solid #e2e8f0\",borderLeft:\"4px solid #10b981\",borderRadius:\"0.75rem\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.125rem\",fontWeight:\"600\",color:\"#10b981\",marginTop:0,marginBottom:\"0.5rem\"},children:\"Improve Hiring\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.875rem\",color:\"#64748b\",margin:0,lineHeight:\"1.5\"},children:\"Find the right people who will thrive in your culture and contribute to your success.\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"white\",padding:\"1.5rem\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\",marginTop:\"auto\"},children:[/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1rem\",fontWeight:\"500\",color:\"#1e293b\",margin:\"0 0 1rem 0\",textAlign:\"center\"},children:\"Share these insights with your team\"}),/*#__PURE__*/_jsx(\"input\",{type:\"email\",value:email,onChange:e=>setEmail(e.target.value),placeholder:\"Enter your email\",style:{width:\"100%\",padding:\"0.75rem\",border:\"1px solid #e2e8f0\",borderRadius:\"0.5rem\",marginBottom:\"0.75rem\"}}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"flex-start\",gap:\"0.5rem\",marginBottom:\"1rem\"},children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",id:\"opt-in\",style:{marginTop:\"0.25rem\"}}),/*#__PURE__*/_jsx(\"label\",{htmlFor:\"opt-in\",style:{fontSize:\"0.75rem\",color:\"#64748b\",lineHeight:\"1.25\"},children:\"I agree to receive emails about culture insights and ROI opportunities\"})]}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>{if(!isValidEmail(email)){showNotification(\"Please enter a valid email address\",\"error\");return;}const optIn=document.getElementById(\"opt-in\").checked;if(!optIn){showNotification(\"Please opt in to receive insights\",\"error\");return;}submitResults(email);},style:{width:\"100%\",padding:\"0.75rem\",backgroundColor:\"#4D86FF\",color:\"white\",border:\"none\",borderRadius:\"0.5rem\",fontSize:\"0.875rem\",fontWeight:\"600\",cursor:\"pointer\"},children:\"Share Insights\"})]})]})]})]});default:return null;}};// Update submitResults function\nconst submitResults=async email=>{if(!isValidEmail(email)){showNotification(\"Please enter a valid email address\",\"error\");return;}try{// First, try to get the total employee count\nconst totalEmployees=teamTypes.reduce((sum,t)=>sum+t.count,0);const response=await fetch(\"https://script.google.com/macros/s/AKfycbzC13AXZYkbxIs7Yjle-znkYqhlFYM_fYZzN_wi6MzDNPP3nWJ4aERvgHoNSW4c3zbN/exec\",{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify({email,totalCost,employeeCount:totalEmployees,teamTypes,turnoverRate,cultureTurnoverRate,disengagementRate,failedHireRate,timestamp:new Date().toISOString()})});showNotification(\"Results sent! Check your email for the detailed report.\",\"success\");setEmail(\"\");}catch(error){console.error(\"Error submitting results:\",error);showNotification(\"There was an error sending your results. Please try again.\",\"error\");}};// Add effect to handle Framer analytics errors\nuseEffect(()=>{// Suppress Framer analytics errors\nconst originalError=console.error;console.error=(...args)=>{if(args[0]?.includes?.(\"analytics.framer.com\")||args[0]?.includes?.(\"Unable to post message\")||args[0]?.includes?.(\"Blocked a frame\")||args[0]?.includes?.(\"Cannot load npm:\")){return;}originalError.apply(console,args);};return()=>{console.error=originalError;};},[]);// Update grid layouts with new breakpoints\nconst gridStyle={display:\"grid\",gridTemplateColumns:screenSize.isMobile?\"1fr\":screenSize.isTablet?\"repeat(2, 1fr)\":\"repeat(3, 1fr)\",gap:screenSize.isMobile?\"0.75rem\":\"1rem\"};// Define consistent colors for cost categories\nconst costColors={turnover:\"#000000\",disengagement:\"#000000\",badHires:\"#000000\"};// Add organization selector component\nconst OrganizationSelector=({onSelect})=>{const[selectedOrg,setSelectedOrg]=useState(\"\");const handleChange=e=>{const value=e.target.value;setSelectedOrg(value);if(value&&value!==\"custom\"){onSelect(organizationTemplates[value].teams,organizationTemplates[value].name);}else if(value===\"custom\"){// Reset to default teams but clear organization name\nonSelect([],\"\");}};return /*#__PURE__*/_jsxs(\"div\",{style:{marginBottom:\"1rem\",backgroundColor:\"#f8fafc\",padding:\"1rem\",borderRadius:\"0.75rem\",border:\"1px solid #e2e8f0\"},children:[/*#__PURE__*/_jsx(\"label\",{style:{display:\"block\",fontSize:\"0.875rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"0.5rem\"},children:\"What does your current organization look like?\"}),/*#__PURE__*/_jsxs(\"select\",{value:selectedOrg,onChange:handleChange,style:{width:\"100%\",padding:\"0.5rem\",borderRadius:\"0.5rem\",border:\"1px solid #e2e8f0\",backgroundColor:\"white\",fontSize:\"0.875rem\",color:\"#1e293b\",cursor:\"pointer\"},children:[/*#__PURE__*/_jsx(\"option\",{value:\"\",children:\"Choose an organization type...\"}),/*#__PURE__*/_jsx(\"option\",{value:\"custom\",children:\"Custom Organization\"}),Object.entries(organizationTemplates).map(([key,org])=>/*#__PURE__*/_jsx(\"option\",{value:key,children:org.name},key))]}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"0.75rem\",color:\"#64748b\",marginTop:\"0.5rem\",lineHeight:\"1.4\"},children:\"Choose an industry template to quickly set up your organization's team structure. Each template comes pre-configured with typical team compositions for that industry. Don't worry - you can easily customize all values afterward to match your organization's exact structure.\"})]});};// Update the main container to show a real-time cost display\nreturn /*#__PURE__*/_jsxs(\"div\",{className:\"gradient-border-container\",style:mainContainerStyle,children:[/*#__PURE__*/_jsx(\"div\",{style:innerContainerStyle,children:renderStep()}),showCitations&&/*#__PURE__*/_jsx(CitationModal,{type:showCitations,onClose:()=>setShowCitations(null)}),notification&&/*#__PURE__*/_jsx(Notification,{message:notification.message,type:notification.type,onClose:()=>setNotification(null)}),showCalendly&&/*#__PURE__*/_jsx(CalendlyModal,{}),selectedCard&&/*#__PURE__*/_jsx(ValueCardModal,{card:selectedCard,onClose:()=>setSelectedCard(null)})]});}// Add value card modal component\nconst ValueCardModal=({card,onClose})=>/*#__PURE__*/_jsx(\"div\",{style:{position:\"fixed\",top:0,left:0,right:0,bottom:0,backgroundColor:\"rgba(0, 0, 0, 0.5)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",zIndex:1e3},children:/*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:\"white\",padding:\"2rem\",borderRadius:\"1rem\",maxWidth:\"32rem\",width:\"90%\",position:\"relative\",border:`1px solid ${card.color}`},children:[/*#__PURE__*/_jsx(\"button\",{onClick:onClose,style:{position:\"absolute\",top:\"1rem\",right:\"1rem\",background:\"none\",border:\"none\",fontSize:\"1.5rem\",cursor:\"pointer\",color:\"#64748b\"},children:\"\\xd7\"}),/*#__PURE__*/_jsx(\"h3\",{style:{fontSize:\"1.25rem\",fontWeight:\"600\",color:card.color,marginBottom:\"1rem\"},children:card.title}),/*#__PURE__*/_jsx(\"p\",{style:{color:\"#64748b\",lineHeight:\"1.6\"},children:card.description}),card.details&&/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"1rem\",padding:\"1rem\",backgroundColor:\"#f8fafc\",borderRadius:\"0.5rem\",border:\"1px solid #e2e8f0\"},children:[/*#__PURE__*/_jsx(\"h4\",{style:{fontSize:\"1rem\",fontWeight:\"600\",color:\"#1e293b\",marginBottom:\"0.5rem\"},children:\"How we help:\"}),/*#__PURE__*/_jsx(\"ul\",{style:{listStyle:\"none\",padding:0,margin:0},children:card.details.map((detail,index)=>/*#__PURE__*/_jsxs(\"li\",{style:{display:\"flex\",alignItems:\"center\",gap:\"0.5rem\",marginBottom:\"0.5rem\",color:\"#64748b\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{color:card.color},children:\"\u2022\"}),detail]},index))})]})]})});// Value cards data\nconst valueCards=[{number:\"1\",color:\"#4D86FF\",title:\"Reduce Turnover\",description:\"Keep your best talent by addressing the culture issues that drive them away.\",details:[\"Identify key retention risks through data-driven insights\",\"Develop targeted retention strategies\",\"Create engagement programs that work\",\"Build stronger team connections\"]},{number:\"2\",color:\"#FAAA32\",title:\"Boost Engagement\",description:\"Transform disengaged employees into motivated team members who move the organization forward.\",details:[\"Measure and track engagement metrics\",\"Implement proven engagement strategies\",\"Foster a culture of innovation\",\"Increase productivity through motivation\"]},{number:\"3\",color:\"#8647A1\",title:\"Dynamic Talent Allocation\",description:\"Optimize how your team's talents are deployed to maximize productivity and satisfaction.\",details:[\"Match skills to opportunities\",\"Identify development needs\",\"Create growth pathways\",\"Optimize team composition\"]},{number:\"4\",color:\"#10b981\",title:\"Improve Hiring\",description:\"Find the right people who will thrive in your culture and contribute to your success.\",details:[\"Define cultural fit criteria\",\"Enhance selection process\",\"Improve onboarding success\",\"Reduce hiring mistakes\"]}];\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CultureImpactCalculator\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FINALROI_CALCULATOR.map", "// Generated by Framer (03f754e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Work Sans-600\",\"GF;Work Sans-600\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Work Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNi0Dp6_cOyA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-Bgrql .framer-styles-preset-umoc5z:not(.rich-text-wrapper), .framer-Bgrql .framer-styles-preset-umoc5z.rich-text-wrapper h1 { --framer-font-family: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, #3d5669); --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-Bgrql .framer-styles-preset-umoc5z:not(.rich-text-wrapper), .framer-Bgrql .framer-styles-preset-umoc5z.rich-text-wrapper h1 { --framer-font-family: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, #3d5669); --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-Bgrql .framer-styles-preset-umoc5z:not(.rich-text-wrapper), .framer-Bgrql .framer-styles-preset-umoc5z.rich-text-wrapper h1 { --framer-font-family: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Work Sans\", \"Work Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.02em; --framer-line-height: 110%; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, #3d5669); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Bgrql\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2306ade)\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,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import TickerBrand2 from\"#framer/local/canvasComponent/EFdfKArQR/EFdfKArQR.js\";import ProcessCard from\"#framer/local/canvasComponent/EqC0XLMeu/EqC0XLMeu.js\";import GetStartedButtonBlue from\"#framer/local/canvasComponent/HzvyUomze/HzvyUomze.js\";import IllustrationScrollComponentAnslea from\"#framer/local/canvasComponent/lwegFpTaD/lwegFpTaD.js\";import ScrollTextComponent from\"#framer/local/canvasComponent/Nrm9V2LeO/Nrm9V2LeO.js\";import UtilitiesButton from\"#framer/local/canvasComponent/pGJ5SRHJp/pGJ5SRHJp.js\";import CaseStudyAccordian from\"#framer/local/canvasComponent/SsU9CLkn_/SsU9CLkn_.js\";import SectionFooter from\"#framer/local/canvasComponent/tRBfij_uh/tRBfij_uh.js\";import HeaderMain from\"#framer/local/canvasComponent/utILmMyn9/utILmMyn9.js\";import TickerBrand from\"#framer/local/canvasComponent/VTy7DZV4s/VTy7DZV4s.js\";import MeasureValueWheel from\"#framer/local/codeFile/E_CJIzF/FINAL_MEASURE_WHEEL.js\";import CultureImpactCalculator from\"#framer/local/codeFile/b9UFRTY/FINALROI_CALCULATOR.js\";import*as sharedStyle4 from\"#framer/local/css/FFeuThTV6/FFeuThTV6.js\";import*as sharedStyle6 from\"#framer/local/css/MMjfpDgMg/MMjfpDgMg.js\";import*as sharedStyle3 from\"#framer/local/css/Muxm0WXlx/Muxm0WXlx.js\";import*as sharedStyle9 from\"#framer/local/css/NzENyaQvJ/NzENyaQvJ.js\";import*as sharedStyle7 from\"#framer/local/css/xk925MLcv/xk925MLcv.js\";import*as sharedStyle1 from\"#framer/local/css/xKc4kiYhO/xKc4kiYhO.js\";import*as sharedStyle from\"#framer/local/css/Y6xjFyofC/Y6xjFyofC.js\";import*as sharedStyle5 from\"#framer/local/css/yEpQJkUHt/yEpQJkUHt.js\";import*as sharedStyle2 from\"#framer/local/css/zqlTT5gVD/zqlTT5gVD.js\";import*as sharedStyle8 from\"#framer/local/css/zWE8A79uf/zWE8A79uf.js\";import metadataProvider from\"#framer/local/webPageMetadata/t5rZj2jpK/t5rZj2jpK.js\";const HeaderMainFonts=getFonts(HeaderMain);const FeatherFonts=getFonts(Feather);const MotionDivWithFX=withFX(motion.div);const ContainerWithFX=withFX(Container);const SectionFooterFonts=getFonts(SectionFooter);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const SlideshowFonts=getFonts(Slideshow);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const GetStartedButtonBlueFonts=getFonts(GetStartedButtonBlue);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const TickerBrand2Fonts=getFonts(TickerBrand2);const TickerBrandFonts=getFonts(TickerBrand);const ScrollTextComponentFonts=getFonts(ScrollTextComponent);const ScrollTextComponentWithVariantAppearEffect=withVariantAppearEffect(ScrollTextComponent);const MeasureValueWheelFonts=getFonts(MeasureValueWheel);const VideoFonts=getFonts(Video);const CultureImpactCalculatorFonts=getFonts(CultureImpactCalculator);const CaseStudyAccordianFonts=getFonts(CaseStudyAccordian);const UtilitiesButtonFonts=getFonts(UtilitiesButton);const ProcessCardFonts=getFonts(ProcessCard);const IllustrationScrollComponentAnsleaFonts=getFonts(IllustrationScrollComponentAnslea);const IllustrationScrollComponentAnsleaWithVariantAppearEffect=withVariantAppearEffect(IllustrationScrollComponentAnslea);const breakpoints={az8Q2tdda:\"(min-width: 1920px)\",GqWMjdmTd:\"(min-width: 1200px) and (max-width: 1919px)\",HtK0xG_Tm:\"(min-width: 768px) and (max-width: 1199px)\",I7gNqvqvG:\"(max-width: 767px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lY0VC\";const variantClassNames={az8Q2tdda:\"framer-v-ljkfjx\",GqWMjdmTd:\"framer-v-j3b93r\",HtK0xG_Tm:\"framer-v-50yyte\",I7gNqvqvG:\"framer-v-1ur73j1\"};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.25,skewX:0,skewY:0,transition:transition2};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition3={damping:60,delay:.4,mass:1.2,stiffness:300,type:\"spring\"};const transition4={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const transition5={bounce:.2,delay:.2,duration:1,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const transition6={damping:80,delay:.5,mass:1,stiffness:300,type:\"spring\"};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:80};const transition7={delay:2.5,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation12={opacity:.6,rotate:60,rotateX:0,rotateY:0,scale:1.6,skewX:0,skewY:0,x:100,y:100};const transition8={delay:0,duration:3.5,ease:[0,0,1,1],type:\"tween\"};const animation13={opacity:.5,rotate:5,rotateX:0,rotateY:0,scale:1.3,skewX:0,skewY:0,x:-100,y:-100};const transition9={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const transition10={damping:60,delay:1,mass:2,stiffness:200,type:\"spring\"};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition10,x:0,y:0};const animation15={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:120};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition11={damping:80,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:40};const transition12={damping:60,delay:.4,mass:1.2,stiffness:200,type:\"spring\"};const animation18={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition12,x:0,y:0};const animation19={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition13={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation22={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation23={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const transition14={bounce:.2,delay:.3,duration:.4,type:\"spring\"};const animation24={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const transition15={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation25={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition15,x:0,y:0};const animation26={opacity:.001,rotate:0,rotateX:3,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation27={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-30,y:0};const transition16={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation28={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition16,x:-30,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"az8Q2tdda\",Desktop:\"GqWMjdmTd\",Phone:\"I7gNqvqvG\",Tablet:\"HtK0xG_Tm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GqWMjdmTd\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"I7gNqvqvG\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"I7gNqvqvG\")return true;return false;};const router=useRouter();const elementId=useRouteElementId(\"Qlx9x63Il\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"iXaYdVEpK\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"Et8aGbfjj\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"IG11gDkFS\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"mmbxzAWBI\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"jAvkNWiAU\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"sT0J3wHb6\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"oPHnEqsct\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"diQ1VVhMu\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"ltboSYBK1\");const ref10=React.useRef(null);const elementId10=useRouteElementId(\"XxUd759YR\");const ref11=React.useRef(null);const elementId11=useRouteElementId(\"ASl1gYqic\");const ref12=React.useRef(null);const elementId12=useRouteElementId(\"lQnEQ2FD7\");const ref13=React.useRef(null);const elementId13=useRouteElementId(\"FZu5yC5u4\");const ref14=React.useRef(null);const elementId14=useRouteElementId(\"BchZNy0aK\");const ref15=React.useRef(null);const elementId15=useRouteElementId(\"ZxC_vON_R\");const ref16=React.useRef(null);const ref17=React.useRef(null);const elementId16=useRouteElementId(\"GuwBOYWU9\");const ref18=React.useRef(null);const elementId17=useRouteElementId(\"pbEbzudty\");const elementId18=useRouteElementId(\"LNim3Rvuy\");const ref19=React.useRef(null);const elementId19=useRouteElementId(\"Pe7_LRLHT\");const ref20=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"az8Q2tdda\")return false;return true;};const elementId20=useRouteElementId(\"TS5jtAhT0\");const ref21=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"az8Q2tdda\")return true;return false;};const elementId21=useRouteElementId(\"G0F4qNdsl\");const ref22=React.useRef(null);const elementId22=useRouteElementId(\"NjfaqvFtf\");const ref23=React.useRef(null);const elementId23=useRouteElementId(\"DCNc3g8l3\");const ref24=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"HtK0xG_Tm\")return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"HtK0xG_Tm\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"GqWMjdmTd\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-j3b93r\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:102,width:`calc(${componentViewport?.width||\"100vw\"} + 2px)`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4rd895-container hidden-1ur73j1\",layoutScroll:true,nodeId:\"RQnuH_T8F\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{variant:\"ac5c7LUq8\"}},children:/*#__PURE__*/_jsx(HeaderMain,{height:\"100%\",id:\"RQnuH_T8F\",layoutId:\"RQnuH_T8F\",style:{width:\"100%\"},variant:\"dxKoBBwkb\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s3n2nl\",\"data-framer-name\":\"Navigation Button\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":FZu5yC5u4\",webPageId:\"t5rZj2jpK\"},motionChild:true,nodeId:\"xlW9aQzh5\",openInNewTab:false,scopeId:\"t5rZj2jpK\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{whileTap:animation2}},children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2vijl9 framer-1jptbw4\",whileHover:animation1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42n2al\",\"data-styles-preset\":\"Y6xjFyofC\",style:{\"--framer-text-color\":\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\"},children:\"Top\"})}),className:\"framer-1cksaya\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7yk3aq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WIeOwrVHh\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-1c844951-6934-4375-9e4e-67aae6814ec3, rgb(206, 206, 206))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"chevrons-up\",id:\"WIeOwrVHh\",layoutId:\"WIeOwrVHh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wi3b1z hidden-j3b93r hidden-ljkfjx hidden-50yyte\",\"data-framer-name\":\"Main (Mobile)\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{y:(componentViewport?.y||0)+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:102,width:\"375px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15fzo67-container\",nodeId:\"ETs22xwR3\",rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(HeaderMain,{height:\"100%\",id:\"ETs22xwR3\",layoutId:\"ETs22xwR3\",style:{width:\"100%\"},variant:\"UIwJZ4ObF\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mqvyjz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+102+0+12609.56}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:382,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e1e66-container\",nodeId:\"ePTQ0V6AG\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"ePTQ0V6AG\",layoutId:\"ePTQ0V6AG\",style:{width:\"100%\"},variant:\"TBzQeanHj\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h3mnaj\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f1ksd5\",\"data-framer-name\":\"Hero Phone\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+0+0+0),pixelHeight:3109,pixelWidth:3753,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.99)`,src:\"https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png\",srcSet:\"https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png 3753w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation3,background:{alt:\"\",fit:\"fit\",pixelHeight:3109,pixelWidth:3753,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png\",srcSet:\"https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png?scale-down-to=512 512w,https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IkYamA312yElN6URmh28GlYc.png 3753w\"},className:\"framer-19mtt1\",\"data-framer-appear-id\":\"19mtt1\",initial:animation4,optimized:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e68adw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dp0lwg\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-l5uw0n-container\",\"data-framer-appear-id\":\"l5uw0n\",initial:animation5,isModuleExternal:true,nodeId:\"fPzRfuFOw\",optimized:true,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"fPzRfuFOw\",intervalControl:1.5,itemAmount:1,layoutId:\"fPzRfuFOw\",padding:4,paddingBottom:4,paddingLeft:4,paddingPerSide:false,paddingRight:4,paddingTop:4,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aonws8\",\"data-framer-name\":\"Measure It\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Analyze \"})})}),className:\"framer-1uwyfv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9287q\",\"data-framer-name\":\"Transform it\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 0%, var(--token-c82efad4-115c-4f92-a55f-9080fa4b31d1, rgb(250, 203, 50)) 100%)\"},children:\"Develop\"})})}),className:\"framer-1z8mku\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d7w5f\",\"data-framer-name\":\"Scale it\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-c82efad4-115c-4f92-a55f-9080fa4b31d1, rgb(250, 203, 50)) 0%, var(--token-1cdd0232-b310-41ae-a56b-4dc581d31f8f, rgb(250, 170, 50)) 100%)\"},children:\"Retain\"})})}),className:\"framer-153seqy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\"},children:\"Meseekna's ADR Platform reveals how your employees think, predicting performance for better talent acquisition, faster talent allocation, and highly impactful development pathways. \"})}),className:\"framer-olsukm\",\"data-framer-appear-id\":\"olsukm\",fonts:[\"Inter\"],initial:animation6,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-zbjwqv\",\"data-framer-appear-id\":\"zbjwqv\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ASl1gYqic\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{hash:\":ASl1gYqic\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 2018px) - 50px) * 0.75)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+0+0+324+0+255.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12hxtco-container\",nodeId:\"WMrLiJJPl\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{irjTUxnzh:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(GetStartedButtonBlue,{height:\"100%\",hxNngob7m:\"pointer\",id:\"WMrLiJJPl\",irjTUxnzh:resolvedLinks[0],layoutId:\"WMrLiJJPl\",style:{width:\"100%\"},tPielvAdm:\"Build Your Simulation\",variant:\"w7IujAxuh\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2cbuib hidden-1ur73j1\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Learn More\"})}),className:\"framer-62l0uy\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zptnd2\",\"data-framer-name\":\"Featured in\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14ld9k7\",\"data-styles-preset\":\"Muxm0WXlx\",style:{\"--framer-text-alignment\":\"center\"},children:\"Featured In:\"})}),className:\"framer-1s6673g\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:\"1s6673g\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3376.72+60+68.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:142,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rbske9-container\",id:\"rbske9\",nodeId:\"dNDK0utpN\",rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TickerBrand2,{height:\"100%\",id:\"dNDK0utpN\",layoutId:\"dNDK0utpN\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-699ot7\",\"data-framer-name\":\"Trusted By\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14ld9k7\",\"data-styles-preset\":\"Muxm0WXlx\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by organizations to optimize talent for 30,000+ employees.\"})}),className:\"framer-mgydg1\",\"data-framer-appear-id\":\"mgydg1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],initial:animation9,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{y:(componentViewport?.y||0)+0+0+0+102+0+0+0+683.5+30+114.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:121,width:\"988px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-tky787-container\",\"data-framer-appear-id\":\"tky787\",initial:animation9,nodeId:\"bLSU41NDv\",optimized:true,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TickerBrand,{height:\"100%\",id:\"bLSU41NDv\",layoutId:\"bLSU41NDv\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-byycfb\",\"data-styles-preset\":\"FFeuThTV6\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"The ADR Platform illuminates and aligns employee strengths directly with organizational goals and priorities. \"})})}),className:\"framer-18ttmoz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jmlsow\",\"data-framer-name\":\"Scroll Section Phone\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hmhtnr\",\"data-framer-name\":\"Text Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+1139.62+0+20+0),pixelHeight:1574,pixelWidth:2571,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png\",srcSet:\"https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png?scale-down-to=512 512w,https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png 2571w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1574,pixelWidth:2571,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png\",srcSet:\"https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png?scale-down-to=512 512w,https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/xtN9ySKpcRXHXkI7m81eCPZrFs.png 2571w\"},className:\"framer-5x2oxe\",id:elementId2,ref:ref3})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1500px), 1px) - 44px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+1139.62+0+20+280}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p41sau-container\",id:elementId3,nodeId:\"IG11gDkFS\",ref:ref4,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ScrollTextComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"vvlaOka9s\"},{ref:ref4,target:\"BXuF7ZF7r\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DzqYb_3mJ:\"The Analyze phase transforms your company values into predictive cognitive analytics. \\nUtilize a science-backed simulation 7x more accurate than traditional methods to reveal the cognitive patterns that drive culture and performance.\",height:\"100%\",id:\"IG11gDkFS\",layoutId:\"IG11gDkFS\",m3fY0Vq9P:\"Analyze \",pYqjtfayJ:\"Predict performance with precision.\",style:{width:\"100%\"},variant:\"vvlaOka9s\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+1139.62+0+20+532),pixelHeight:1574,pixelWidth:2571,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png\",srcSet:\"https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png?scale-down-to=512 512w,https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png 2571w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1574,pixelWidth:2571,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png\",srcSet:\"https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png?scale-down-to=512 512w,https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FUWjSxWaRZ5JG3TqaCrsq8qOLm8.png 2571w\"},className:\"framer-1t304bu\",id:elementId4,ref:ref5})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1500px), 1px) - 44px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+1139.62+0+20+812}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ivx0f-container\",id:elementId5,nodeId:\"jAvkNWiAU\",ref:ref6,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ScrollTextComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"vvlaOka9s\"},{ref:ref6,target:\"BXuF7ZF7r\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DzqYb_3mJ:\"Empower managers to build stronger teams using cognitive analytics to identify hidden talents and optimize team composition. Organizations with strong cultures are 1.6x more likely to achieve business goals and 3.3x more likely to outperform the market. The Develop phase aligns individual strengths with organizational needs.\",height:\"100%\",id:\"jAvkNWiAU\",layoutId:\"jAvkNWiAU\",m3fY0Vq9P:\"Develop\",pYqjtfayJ:\"Workforce agility is the future.\",style:{width:\"100%\"},variant:\"vvlaOka9s\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+1139.62+0+20+1064),pixelHeight:1574,pixelWidth:2571,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png\",srcSet:\"https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png?scale-down-to=512 512w,https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png 2571w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1574,pixelWidth:2571,positionX:\"center\",positionY:\"center\",sizes:\"390px\",src:\"https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png\",srcSet:\"https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png?scale-down-to=512 512w,https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/rp6WmZW9Cr6qqrfVbbe0SL56dq4.png 2571w\"},className:\"framer-13tqxit\",id:elementId6,ref:ref7})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`calc(max(min(${componentViewport?.width||\"100vw\"}, 1500px), 1px) - 44px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+1139.62+0+20+1344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1z03rxc-container\",id:elementId7,nodeId:\"oPHnEqsct\",ref:ref8,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ScrollTextComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref7,target:\"vvlaOka9s\"},{ref:ref8,target:\"BXuF7ZF7r\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DzqYb_3mJ:\"As the only people platform backed by decades of proprietary, peer-reviewed research \u2013  reliable data is our legacy and our promise.  Our benchmarked and validated data allows you to create an ADR blueprint you can use again and again.  \",height:\"100%\",id:\"oPHnEqsct\",layoutId:\"oPHnEqsct\",m3fY0Vq9P:\"Retain\",pYqjtfayJ:\"Data you can observe unfolding in real-time.\",style:{width:\"100%\"},variant:\"vvlaOka9s\",width:\"100%\"})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jsdeii hidden-1ur73j1\",\"data-framer-name\":\"Create Your Sim\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pospe4\",\"data-framer-name\":\"Gradient\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:.5,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rvhpnu\",\"data-framer-name\":\"color\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation13,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-puvl65\",\"data-framer-name\":\"color\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qarojl\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Ready to Build Your Simulation?\"})})}),className:\"framer-xuc1es\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42n2al\",\"data-styles-preset\":\"Y6xjFyofC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Combat survey fatigue and boost engagement with our immersive, science-based scenario gameplay. Use our Simulation Builder below to design and deploy a tailored \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-42n2al\",\"data-styles-preset\":\"Y6xjFyofC\",style:{\"--framer-text-alignment\":\"center\"},children:\"assessment aligned with your organizational goals in just 10 minutes.\"})]}),className:\"framer-wdvcrs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pjko98-container\",isAuthoredByUser:true,nodeId:\"wBkaPuH6s\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(MeasureValueWheel,{height:\"100%\",id:\"wBkaPuH6s\",layoutId:\"wBkaPuH6s\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e2j6lt\",\"data-framer-name\":\"FAQ Template Original\",id:elementId9,ref:ref10,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Frequently Asked Questions\"})})}),className:\"framer-1mpw7ld\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-74haww\",\"data-framer-appear-id\":\"74haww\",\"data-framer-name\":\"What makes Meseekna's approach different from traditional culture surveys?\",initial:animation15,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9dngh5\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ja3wux\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"What makes Meseekna's approach different from traditional culture surveys?\"})}),className:\"framer-mpjx12\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Our simulation measures cognitive processes, not self-reported opinions. With 500+ peer-reviewed publications and fifty years of focused research, our technology  provides insights that predict performance with statistical significance and reveals capabilities traditional assessments miss. Unlike surveys that suffer from self-reporting bias and collect what people say they do, we capture how they actually think in immersive scenarios.\"})}),className:\"framer-y14q9s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11068e0\",\"data-framer-name\":\"Apps\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+144+100+280.18+0+0),pixelHeight:768,pixelWidth:1143,positionX:\"center\",positionY:\"center\",sizes:\"309px\",src:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png\",srcSet:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png 1143w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:768,pixelWidth:1143,positionX:\"center\",positionY:\"center\",sizes:\"309px\",src:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png\",srcSet:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png 1143w\"},className:\"framer-irflu6\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-161wb8y\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ql6zn7\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+144+32+0+0),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-uyrtb0\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uoqxf\",\"data-framer-name\":\"How accurate is your simulation compared to other assessment methods?\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rmj88g\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fqrwqr\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How accurate is your simulation compared to other assessment methods?\"})}),className:\"framer-k0cp11\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Our approach has been proven 7X more accurate than traditional interviews in predicting fit and performance. In a study of 200+ employees over two years, simulation results showed statistically significant correlation (p<0.03) with actual performance, far outperforming surveys and conventional assessments in predictive power. Over 68% of executives rate our assessment experience superior to any traditional method they've encountered.\"})}),className:\"framer-10nxo80\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-152o04\",\"data-framer-name\":\"Desktop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+804+80+290.18+33),pixelHeight:1611,pixelWidth:2629,sizes:\"286px\",src:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png\",srcSet:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png 2629w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:1611,pixelWidth:2629,sizes:\"286px\",src:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png\",srcSet:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png 2629w\"},className:\"framer-1lzel4g\",\"data-framer-name\":\"Image\"})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",sizes:\"296px\",src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"},className:\"framer-1cnfele hidden-1ur73j1\",\"data-framer-name\":\"Apple_Pro_Display_XDR\",transformTemplate:transformTemplate2})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1csqmdi\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bqrik\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+804+32+0+0),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-yd0rme\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n7hg3h\",\"data-framer-name\":\"How is employee privacy protected?\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0gzpz\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k0a03y\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How is employee privacy protected?\"})}),className:\"framer-zlnz7x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Unlike competitors that analyze workplace communications, our approach respects privacy completely. Our simulation is a contained, ethical assessment that employees consciously participate in, with all data secured by enterprise-grade encryption and never used to train AI models. We never monitor day-to-day communications, collect personal data, or create the psychological discomfort of workplace surveillance.\"})}),className:\"framer-1n6w7o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5svxok\",\"data-framer-name\":\"Desktop\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+3506.36+80+319.09+0),pixelHeight:4500,pixelWidth:8e3,sizes:\"313px\",src:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:4500,pixelWidth:8e3,sizes:\"313px\",src:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg 8000w\"},className:\"framer-18t3ijh\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kfgtxm\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qrog0t\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+3506.36+32+0+0),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-10moyda\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vvrck\",\"data-framer-name\":\"Project\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jrd33i\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19vho4q\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Can the simulation be customized for specific industries or roles?\"})}),className:\"framer-1sleb9b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Yes. You can select from 30 distinct cognitive measures to create assessments tailored to your industry, culture, and specific roles. This customization ensures you're measuring the thinking patterns most relevant to your organization's unique needs and strategic objectives. The flexibility allows organizations from financial services to healthcare to technology to identify the specific cognitive patterns driving success in their context.\"})}),className:\"framer-1uzdlro\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13scfez\",\"data-framer-name\":\"Apps\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ajmdj3\",\"data-framer-name\":\"Desktop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+1476.18+100+330.18+0+0+-11),pixelHeight:4500,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:\"288px\",src:\"https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:4500,pixelWidth:8e3,positionX:\"center\",positionY:\"center\",sizes:\"288px\",src:\"https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/YyeDpKoe7Rj8xGih8fgjPBiwGM.jpg 8000w\"},className:\"framer-1um23e4\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+1476.18+100+330.18+0+0+-15),pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",sizes:\"296px\",src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",sizes:\"296px\",src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"},className:\"framer-4qapq5\",\"data-framer-name\":\"Apple_Pro_Display_XDR\",transformTemplate:transformTemplate2})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qm286l\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ct4m6b\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+1476.18+32+0+0),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-p3pbi4\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jusdu7\",\"data-framer-name\":\"How quickly can we implement and see results?\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jh3v11\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-175y078\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How quickly can we implement and see results?\"})}),className:\"framer-1geh8gx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Setup takes less than ten minutes. Most organizations begin seeing impacts within the first month as they apply insights to team composition and development strategies. Our clients typically report significant performance improvements within 3-6 months, with statistical validation showing strong correlation between simulation results and long-term success. The implementation is designed to be frictionless while delivering rapid value.\"})}),className:\"framer-1ojmmnh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-60k69s\",\"data-framer-name\":\"Desktop\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+2186.36+80+310.09+17),pixelHeight:1725,pixelWidth:3062,positionX:\"center\",positionY:\"center\",sizes:\"313px\",src:\"https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg\",srcSet:\"https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg 3062w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:1725,pixelWidth:3062,positionX:\"center\",positionY:\"center\",sizes:\"313px\",src:\"https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg\",srcSet:\"https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/3o0UBegrXgYCQrj0FL7DYDMu8.jpg 3062w\"},className:\"framer-1llelne\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19hgvvk\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qxdbj9\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+2186.36+32+0+0),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-1snlsb6\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-uiuiy7\",\"data-framer-appear-id\":\"uiuiy7\",\"data-framer-name\":\"How do employees benefit from the simulation?\",initial:animation15,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-etm553\",\"data-framer-name\":\"Copy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15l92kq\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How do employees benefit from the simulation?\"})}),className:\"framer-tff4rk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Employees discover their unique cognitive strengths, identify roles that naturally align with their thinking patterns, and receive tailored development recommendations. This leads to greater fulfillment, more effective collaboration, and accelerated career growth based on authentic strengths. Unlike traditional assessments that often feel like judgments, our simulation is experienced as an engaging discovery process that reveals capabilities employees may not even know they possess.\"})}),className:\"framer-4fkbt0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-119av3i\",\"data-framer-name\":\"Apps\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+2846.36+100+280.18+0+0),pixelHeight:2686,pixelWidth:4763,positionX:\"center\",positionY:\"center\",sizes:\"309px\",src:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg\",srcSet:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg 4763w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2686,pixelWidth:4763,positionX:\"center\",positionY:\"center\",sizes:\"309px\",src:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg\",srcSet:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg 4763w\"},className:\"framer-g7kmdx\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qtl4dg\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-112q6dt\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+102+0+0+0+7879.38+30+2846.36+32+0+0),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-ig9xc4\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6awvoy\",\"data-framer-name\":\"Measure What Drives Your Success\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qfgvh1\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15jdmm2\",\"data-styles-preset\":\"xk925MLcv\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Measure What Drives Your Success\"})})}),className:\"framer-17qk9zh\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",children:\"Customize your simulation to focus on the metrics that matter most to your organization. Gain clear, data-driven insights to empower every team member.\"})}),className:\"framer-r0g9ks\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pyinx6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qFf08fUrh\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"qFf08fUrh\",isMixedBorderRadius:false,layoutId:\"qFf08fUrh\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/DGnFBuZe0RB5bkDDd4dvlCpMo.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{maxWidth:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ASl1gYqic\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{hash:\":ASl1gYqic\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{y:(componentViewport?.y||0)+0+0+0+102+0+0+0+12035.74+60+418.82}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qsqtkf-container\",nodeId:\"dC7ZeA8AK\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{irjTUxnzh:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(GetStartedButtonBlue,{height:\"100%\",hxNngob7m:\"pointer\",id:\"dC7ZeA8AK\",irjTUxnzh:resolvedLinks1[0],layoutId:\"dC7ZeA8AK\",tPielvAdm:\"Build Your Simulation\",variant:\"w7IujAxuh\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12qvvn8\",\"data-framer-name\":\"ROI Calculator\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lrlyj8\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Unlock Hidden ROI in Your Talent Strategy\"})})}),className:\"framer-1arhmf2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\"},children:\"How much could you gain by investing in Meseekna for your team?\"})}),className:\"framer-16j6bkt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-b2tv7v\",\"data-framer-name\":\"ROI Calculator\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t7ms4c-container\",isAuthoredByUser:true,nodeId:\"VwUV8cbDf\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(CultureImpactCalculator,{height:\"100%\",id:\"VwUV8cbDf\",layoutId:\"VwUV8cbDf\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jstqn6\",\"data-framer-name\":\"Success Stories Case Studies\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Success Stories\"})})}),className:\"framer-n2udf0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Actionable Insights into \",/*#__PURE__*/_jsx(\"br\",{}),\"Organizational Culture and Performance\"]})}),className:\"framer-1dvq5p0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{y:(componentViewport?.y||0)+0+0+0+102+0+0+0+6384.2+60+147.18}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1080,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ir6cx-container\",nodeId:\"hK8mT4Az3\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(CaseStudyAccordian,{height:\"100%\",id:\"hK8mT4Az3\",layoutId:\"hK8mT4Az3\",style:{width:\"100%\"},variant:\"HfA8Q6K65\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xon7is\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hEdqhq7Dq\"},implicitPathVariables:undefined},{href:{webPageId:\"hEdqhq7Dq\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{y:(componentViewport?.y||0)+0+0+0+102+0+0+0+6384.2+60+1245.18+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation18,className:\"framer-1waccm3-container\",\"data-framer-appear-id\":\"1waccm3\",initial:animation19,nodeId:\"EI5tgvuQV\",optimized:true,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{irjTUxnzh:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(UtilitiesButton,{faiccGhqj:11,height:\"100%\",id:\"EI5tgvuQV\",irjTUxnzh:resolvedLinks2[0],layoutId:\"EI5tgvuQV\",tPielvAdm:\"Pricing Guide\",variant:\"vn2e_cIF1\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ASl1gYqic\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{hash:\":ASl1gYqic\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{y:(componentViewport?.y||0)+0+0+0+102+0+0+0+6384.2+60+1245.18+0+76}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ee624-container\",nodeId:\"qqxH_0pnC\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{irjTUxnzh:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(GetStartedButtonBlue,{height:\"100%\",hxNngob7m:\"pointer\",id:\"qqxH_0pnC\",irjTUxnzh:resolvedLinks3[0],layoutId:\"qqxH_0pnC\",tPielvAdm:\"Build Your Simulation\",variant:\"w7IujAxuh\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bamjh3\",\"data-framer-name\":\"Create Your Sim\",id:elementId10,ref:ref11,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kc9loq\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ntz37w\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14umqdg\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"The ADR Platform Studio\"})})}),className:\"framer-177gr0h\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-umoc5z\",\"data-styles-preset\":\"zWE8A79uf\",children:\"Minimal time investment. Maximum ROI.\"})}),className:\"framer-w205am\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-er0f7\",\"data-styles-preset\":\"NzENyaQvJ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Use the interactive studio below to design your custom assessment with tailored scenario gameplay. Launch in less than 10 minutes and start transforming your talent management today. \"})}),className:\"framer-155qilr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nvxnac-container\",isAuthoredByUser:true,nodeId:\"NEjMYr7st\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(MeasureValueWheel,{height:\"100%\",id:\"NEjMYr7st\",layoutId:\"NEjMYr7st\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eelwyp\",\"data-framer-name\":\"create-your-sim\",id:elementId11,ref:ref12})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x45pa7\",\"data-framer-name\":\"Simulation Advantage Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a87ma5\",\"data-framer-name\":\"Process Section\",id:elementId12,ref:ref13,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k795sk\",\"data-framer-name\":\"Heading & Description\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-69rkhh\",\"data-framer-name\":\"Heading & Small Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"The Simulation Advantage\"})})}),className:\"framer-1rch8if\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\"},children:\"Scientifically validated to outperform traditional assessment methods\"})}),className:\"framer-1jj7mzd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kyi7qx\",\"data-framer-name\":\"Process Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`min(${componentViewport?.width||\"100vw\"} - 100px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3647.52+50+0+0+171.18+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pslt4z-container\",nodeId:\"OdDhp1YUB\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Surveys and Questionnaires\",gMPxGbBNv:\"Atom\",height:\"100%\",id:\"OdDhp1YUB\",layoutId:\"OdDhp1YUB\",lq6j9JCSp:\"Collect what people say they do, not how they truly think and act under pressure.\",style:{width:\"100%\"},variant:\"p4Spn7i01\",width:\"100%\",xYKAp_GUD:\"Aspirational, Not Actual\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`min(${componentViewport?.width||\"100vw\"} - 100px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3647.52+50+0+0+171.18+0+1495}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tgdvc-container\",nodeId:\"cdkEsbZvo\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"360 Degree Feedback\",gMPxGbBNv:\"MagnifyingGlass\",height:\"100%\",id:\"cdkEsbZvo\",layoutId:\"cdkEsbZvo\",lq6j9JCSp:\"Organizational dynamics distort results, creating an unclear picture of true capabilities.\",style:{width:\"100%\"},variant:\"p4Spn7i01\",width:\"100%\",xYKAp_GUD:\"Politics Over Performance\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`min(${componentViewport?.width||\"100vw\"} - 100px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3647.52+50+0+0+171.18+0+598}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11akina-container\",nodeId:\"tqjdJU3_F\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Skills Test\",gMPxGbBNv:\"ArrowSquareUpRight\",height:\"100%\",id:\"tqjdJU3_F\",layoutId:\"tqjdJU3_F\",lq6j9JCSp:\"Technical abilities without decision-making context fail to predict real-world effectiveness.\",style:{width:\"100%\"},variant:\"p4Spn7i01\",width:\"100%\",xYKAp_GUD:\"Missing Complete Picture\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`min(${componentViewport?.width||\"100vw\"} - 100px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3647.52+50+0+0+171.18+0+1196}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1myfta0-container\",nodeId:\"fw5nVAWmK\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Interviews\",gMPxGbBNv:\"Star\",height:\"100%\",id:\"fw5nVAWmK\",layoutId:\"fw5nVAWmK\",lq6j9JCSp:\"Human bias skews results, missing crucial cognitive patterns that determine true cultural fit and long-term success.\",style:{width:\"100%\"},variant:\"p4Spn7i01\",width:\"100%\",xYKAp_GUD:\"Subjective & Inconsistent\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`min(${componentViewport?.width||\"100vw\"} - 100px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3647.52+50+0+0+171.18+0+299}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,children:/*#__PURE__*/_jsx(Container,{className:\"framer-whqpqk-container\",nodeId:\"Z2lGH3GW5\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Personality Tests\",gMPxGbBNv:\"Star\",height:\"100%\",id:\"Z2lGH3GW5\",layoutId:\"Z2lGH3GW5\",lq6j9JCSp:\"Self-reported preferences often differ significantly from actual workplace behavior\",style:{width:\"100%\"},variant:\"p4Spn7i01\",width:\"100%\",xYKAp_GUD:\"Self Reported\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I7gNqvqvG:{width:`min(${componentViewport?.width||\"100vw\"} - 100px, 1200px)`,y:(componentViewport?.y||0)+0+0+0+102+0+0+0+3647.52+50+0+0+171.18+0+897}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p9re3t-container\",nodeId:\"Agh5EGUx_\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Gamefied Assessments\",gMPxGbBNv:\"Star\",height:\"100%\",id:\"Agh5EGUx_\",layoutId:\"Agh5EGUx_\",lq6j9JCSp:\"Prioritizes entertainment over scientifically validated measurements that correlate with workplace success.\",style:{width:\"100%\"},variant:\"p4Spn7i01\",width:\"100%\",xYKAp_GUD:\"Engaging But Irrelevant\"})})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-n110gc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-byycfb\",\"data-styles-preset\":\"FFeuThTV6\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Meseekna reveals the cognitive processes of how people think and make decisions in real world, workplace applicable scenarios.\"})})}),className:\"framer-zssjjd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eiab3z hidden-1ur73j1\",\"data-framer-name\":\"Main (Desktop)\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f1m2fy\",\"data-framer-name\":\"Hero\",id:elementId13,ref:ref14,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1um3pq7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k1qu4v\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:\"framer-893b5o-container\",\"data-framer-appear-id\":\"893b5o\",initial:animation22,isModuleExternal:true,nodeId:\"Spp0wL5DA\",optimized:true,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"Spp0wL5DA\",intervalControl:1.5,itemAmount:1,layoutId:\"Spp0wL5DA\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aonws8\",\"data-framer-name\":\"Measure It\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Analyze \"})})}),className:\"framer-1uwyfv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f9287q\",\"data-framer-name\":\"Transform it\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 0%, var(--token-c82efad4-115c-4f92-a55f-9080fa4b31d1, rgb(250, 203, 50)) 100%)\"},children:\"Develop\"})})}),className:\"framer-1z8mku\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d7w5f\",\"data-framer-name\":\"Scale it\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1hjsfc0\",\"data-styles-preset\":\"xKc4kiYhO\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-c82efad4-115c-4f92-a55f-9080fa4b31d1, rgb(250, 203, 50)) 0%, var(--token-1cdd0232-b310-41ae-a56b-4dc581d31f8f, rgb(250, 170, 50)) 100%)\"},children:\"Retain\"})})}),className:\"framer-153seqy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{duration:0,type:\"tween\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation21,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\"},children:\"Meseekna's ADR Platform reveals individual thinking patterns that underlie your organizations performance to maximize hiring, optimize talent placement and curate personalized talent development plans.\"})}),className:\"framer-a5j5vb\",\"data-framer-appear-id\":\"a5j5vb\",fonts:[\"Inter\"],initial:animation22,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation21,className:\"framer-4200ve\",\"data-framer-appear-id\":\"4200ve\",initial:animation22,optimized:true,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":LNim3Rvuy\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{hash:\":LNim3Rvuy\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{hash:\":LNim3Rvuy\",webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+0+-400+221.25+0+313.5+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+0+0+83.5+0+322.9026+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+95+0+0+164.75+0+313.5+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p2v1x7-container\",nodeId:\"tKKWEq1w0\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{irjTUxnzh:resolvedLinks4[1]},HtK0xG_Tm:{irjTUxnzh:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(GetStartedButtonBlue,{height:\"100%\",hxNngob7m:\"pointer\",id:\"tKKWEq1w0\",irjTUxnzh:resolvedLinks4[0],layoutId:\"tKKWEq1w0\",style:{height:\"100%\"},tPielvAdm:\"Create Your Simulation\",variant:\"w7IujAxuh\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1apwv9b\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+0+-400+56.5+123.5),pixelHeight:2027,pixelWidth:2831,positionX:\"center\",positionY:\"center\",sizes:\"810px\",src:\"https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png\",srcSet:\"https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=512 512w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png 2831w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+0+0+0+70),pixelHeight:2027,pixelWidth:2831,positionX:\"center\",positionY:\"center\",sizes:\"598px\",src:\"https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png\",srcSet:\"https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=512 512w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png 2831w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation24,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+0+0+0+123.5),pixelHeight:2027,pixelWidth:2831,positionX:\"center\",positionY:\"center\",sizes:\"810px\",src:\"https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png\",srcSet:\"https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=512 512w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/kh4qbEnRVkqcqgTRlC2VZ4mCGpM.png 2831w\"},className:\"framer-765vrg\",\"data-framer-appear-id\":\"765vrg\",initial:animation4,optimized:true,whileHover:animation23})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+0+-400+56.5+60),pixelHeight:2517,pixelWidth:3184,positionX:\"center\",positionY:\"center\",sizes:\"630px\",src:\"https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png\",srcSet:\"https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png 3184w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+0+0+0+30.5),pixelHeight:2517,pixelWidth:3184,positionX:\"center\",positionY:\"center\",sizes:\"471px\",src:\"https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png\",srcSet:\"https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png 3184w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation25,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+0+0+0+60),pixelHeight:2517,pixelWidth:3184,positionX:\"center\",positionY:\"center\",sizes:\"630px\",src:\"https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png\",srcSet:\"https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/GlHFobf5j0g1k5sDXdgw4hZVaRM.png 3184w\"},className:\"framer-1xik83g\",\"data-framer-appear-id\":\"1xik83g\",initial:animation4,optimized:true,whileHover:animation23})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+0+-400+56.5+-.5),pixelHeight:3109,pixelWidth:2447,positionX:\"center\",positionY:\"center\",sizes:\"504px\",src:\"https://framerusercontent.com/images/fLDGsM7l3UqJRzCfoj7YmTm41XU.png\",srcSet:\"https://framerusercontent.com/images/fLDGsM7l3UqJRzCfoj7YmTm41XU.png?scale-down-to=1024 805w,https://framerusercontent.com/images/fLDGsM7l3UqJRzCfoj7YmTm41XU.png?scale-down-to=2048 1611w,https://framerusercontent.com/images/fLDGsM7l3UqJRzCfoj7YmTm41XU.png 2447w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+0+0+0+-.5),pixelHeight:1555,pixelWidth:1224,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/iNRzpJyyoWI3XGyzR3co9OHuc.png\",srcSet:\"https://framerusercontent.com/images/iNRzpJyyoWI3XGyzR3co9OHuc.png?scale-down-to=1024 806w,https://framerusercontent.com/images/iNRzpJyyoWI3XGyzR3co9OHuc.png 1224w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation3,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+0+0+0+-.5),pixelHeight:1555,pixelWidth:1224,positionX:\"center\",positionY:\"center\",sizes:\"504px\",src:\"https://framerusercontent.com/images/iNRzpJyyoWI3XGyzR3co9OHuc.png\",srcSet:\"https://framerusercontent.com/images/iNRzpJyyoWI3XGyzR3co9OHuc.png?scale-down-to=1024 806w,https://framerusercontent.com/images/iNRzpJyyoWI3XGyzR3co9OHuc.png 1224w\"},className:\"framer-f2r6s2\",\"data-framer-appear-id\":\"f2r6s2\",initial:animation26,optimized:true,whileHover:animation23})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nbd7jf\",\"data-framer-name\":\"Featured In\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3cmd8d\",\"data-framer-name\":\"Trusted By\",id:elementId14,ref:ref15,children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14ld9k7\",\"data-styles-preset\":\"Muxm0WXlx\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by organizations to optimize talent for 30,000+ employees\"})}),className:\"framer-gmiybv\",\"data-framer-appear-id\":\"gmiybv\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],initial:animation9,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+0+0+0+60+124.8},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+564+0+0+60+124.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:121,width:\"1060px\",y:(componentViewport?.y||0)+0+0+95+691+0+0+60+124.8,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation8,className:\"framer-1c2bpzs-container\",\"data-framer-appear-id\":\"1c2bpzs\",initial:animation9,nodeId:\"wgv22nAbS\",optimized:true,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TickerBrand,{height:\"100%\",id:\"wgv22nAbS\",layoutId:\"wgv22nAbS\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-byycfb\",\"data-styles-preset\":\"FFeuThTV6\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"The ADR Platform illuminates and aligns employee strengths directly with organizational goals and priorities. \"})})}),className:\"framer-13d6un2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o14ij3\",\"data-framer-name\":\"Scroll Section Original\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18t68jf\",\"data-framer-name\":\"Text Column\",id:\"18t68jf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+506.12+0+193+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+1070.12+0+487+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1500px) - 10px) / 3, 1px) - 44px)`,y:(componentViewport?.y||0)+0+0+95+1197.12+0+487+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pnhf2a-container\",id:elementId15,nodeId:\"ZxC_vON_R\",ref:ref16,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{variant:\"BXuF7ZF7r\"},HtK0xG_Tm:{DzqYb_3mJ:\"Utilize a science-backed simulation 7x more accurate than traditional methods to reveal the cognitive patterns that drive culture and performance.\"}},children:/*#__PURE__*/_jsx(ScrollTextComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref16,target:\"BXuF7ZF7r\"},{ref:ref17,target:\"vvlaOka9s\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DzqYb_3mJ:\"Transform your company values into predictive cognitive analytics using our science-backed simulation\u20147x more accurate than traditional methods\u2014to reveal the cognitive patterns driving performance.\",height:\"100%\",id:\"ZxC_vON_R\",layoutId:\"ZxC_vON_R\",m3fY0Vq9P:\"Analyze\",pYqjtfayJ:\"Predict performance with precision.\",style:{width:\"100%\"},variant:\"vvlaOka9s\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+506.12+0+193+534},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+1070.12+0+487+472}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1500px) - 10px) / 3, 1px) - 44px)`,y:(componentViewport?.y||0)+0+0+95+1197.12+0+487+472,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a092tv-container\",id:elementId16,nodeId:\"GuwBOYWU9\",ref:ref17,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{pYqjtfayJ:\"Workforce agility is the future. \"}},children:/*#__PURE__*/_jsx(ScrollTextComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref17,target:\"BXuF7ZF7r\"},{ref:ref18,target:\"vvlaOka9s\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DzqYb_3mJ:\"Discover the true value and potential within your human capital \u2013 and close the skill gap in your talent acquisition and allocation. \\n\\nThe Meseekna data offers a comprehensive cognitive skill breakdown, making upskilling and reallocation rapid and strategic. \",height:\"100%\",id:\"GuwBOYWU9\",layoutId:\"GuwBOYWU9\",m3fY0Vq9P:\"Develop\",pYqjtfayJ:\"Workforce agility is the future.\",style:{width:\"100%\"},variant:\"vvlaOka9s\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+506.12+0+193+1068},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+1070.12+0+487+944}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,width:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1500px) - 10px) / 3, 1px) - 44px)`,y:(componentViewport?.y||0)+0+0+95+1197.12+0+487+944,children:/*#__PURE__*/_jsx(Container,{className:\"framer-120sile-container\",id:elementId17,nodeId:\"pbEbzudty\",ref:ref18,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{DzqYb_3mJ:\"As the only people platform backed by decades of proprietary, peer-reviewed research \u2013  reliable data is our legacy and our promise.  Our benchmarked and validated data allows you to create a robust and repeatble ADR blueprint for your organizations success.\"},HtK0xG_Tm:{DzqYb_3mJ:\"As the only people platform backed by decades of proprietary, peer-reviewed research \u2013  reliable data is our legacy and our promise.  Our benchmarked and validated data allows you to create a robust and repeatable ADR blueprint for your organization's success.\"}},children:/*#__PURE__*/_jsx(ScrollTextComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref18,target:\"BXuF7ZF7r\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,DzqYb_3mJ:\"As the only people platform backed by decades of proprietary, peer-reviewed research \u2013  reliable data is our legacy and our promise.  Our benchmarked and validated data allows you to create a robust and repeatble ADR blueprint for your organization's success.\",height:\"100%\",id:\"pbEbzudty\",layoutId:\"pbEbzudty\",m3fY0Vq9P:\"Retain\",pYqjtfayJ:\"Data you can observe unfolding in real-time.\",style:{width:\"100%\"},variant:\"vvlaOka9s\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dh3oll\",\"data-framer-name\":\"Illustration Column\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10zmxvq\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-guwbny\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+506.12+0+0+0+125.375+0+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+1070.12+0+0+0+73.3148+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:`max(max((min(${componentViewport?.width||\"100vw\"}, 1500px) - 10px) / 1.5, 1px) - 48px, 1px)`,y:(componentViewport?.y||0)+0+0+95+1197.12+0+0+0+248.5+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-onhk1w-container\",nodeId:\"Om9b9EkBe\",rendersWithMotion:true,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(IllustrationScrollComponentAnsleaWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref16,target:\"fVx4qAwxz\"},{ref:ref17,target:\"sZFfDj9XL\"},{ref:ref18,target:\"tlV521LyY\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Om9b9EkBe\",layoutId:\"Om9b9EkBe\",style:{height:\"100%\",width:\"100%\"},variant:\"UfLMJuZgj\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5wakdy\",\"data-framer-name\":\"Create Your Sim\",id:elementId18,ref:ref19,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-blklcv\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v4qvtb\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"The ADR Platform Studio\"})})}),className:\"framer-1opanbd\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Minimal time investment. Maximum ROI.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",children:\"Minimal time investment. Maximum ROI.\"})}),className:\"framer-1v1vsnq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"center\"},children:\"Use the interactive studio below to design your custom assessment with tailored scenario gameplay. Launch in less than 10 minutes and start transforming your talent management today. \"})}),className:\"framer-1b90vhl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x36t7n-container\",id:elementId19,isAuthoredByUser:true,nodeId:\"Pe7_LRLHT\",ref:ref20,scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(MeasureValueWheel,{height:\"100%\",id:\"Pe7_LRLHT\",layoutId:\"Pe7_LRLHT\",width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f5gcc6 hidden-ljkfjx\",\"data-framer-name\":\"Featured In TICKER\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14ld9k7\",\"data-styles-preset\":\"Muxm0WXlx\",style:{\"--framer-text-alignment\":\"center\"},children:\"Featured In:\"})}),className:\"framer-1vpy59q\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5212.8+0+54.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:142,width:\"1000px\",y:(componentViewport?.y||0)+0+0+95+4501.8+0+54.8,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yko9me-container\",nodeId:\"g_SbdbCBa\",rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TickerBrand2,{height:\"100%\",id:\"g_SbdbCBa\",layoutId:\"g_SbdbCBa\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i9ezcf\",\"data-framer-name\":\"Simulation Advantage Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p5bmjg\",\"data-framer-name\":\"Process Section\",id:elementId20,ref:ref21,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wx7foc\",\"data-framer-name\":\"Heading & Description\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wcuaz7\",\"data-framer-name\":\"Heading & Small Heading\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation27,__framer__exit:animation28,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pr7hig\",\"data-framer-name\":\"Small Heading\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"The Simulation Advantage\"})})}),className:\"framer-1i222zx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Scientifically validated to outperform traditional assessment methods\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\"},children:\"Scientifically validated to outperform traditional assessment methods\"})}),className:\"framer-17e94mt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gw29id\",\"data-framer-name\":\"Process Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+331.8+100+209.18+0+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5409.6+0+0+100+209.18+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+95+4698.6+0+0+100+209.18+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2gos15-container\",nodeId:\"YzUdbjGVi\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{lq6j9JCSp:\"Collects what people say they do, not how they truly think and act under pressure.\"}},children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Surveys and Questionnaires\",gMPxGbBNv:\"ListBullets\",height:\"100%\",id:\"YzUdbjGVi\",layoutId:\"YzUdbjGVi\",lq6j9JCSp:\"Collect what people say they do, not how they truly think and act under pressure.\",style:{height:\"100%\",width:\"100%\"},variant:\"Mecpisiu7\",width:\"100%\",xYKAp_GUD:\"Aspirational, Not Actual\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+331.8+100+209.18+0+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5409.6+0+0+100+209.18+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+95+4698.6+0+0+100+209.18+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z48iay-container\",nodeId:\"WCuo3Xze2\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"360 Degree Feedback\",gMPxGbBNv:\"MagnifyingGlass\",height:\"100%\",id:\"WCuo3Xze2\",layoutId:\"WCuo3Xze2\",lq6j9JCSp:\"Organizational dynamics distort results, creating an unclear picture of true capabilities.\",style:{width:\"100%\"},variant:\"Mecpisiu7\",width:\"100%\",xYKAp_GUD:\"Politics Over Performance\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+331.8+100+209.18+0+299},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5409.6+0+0+100+209.18+0+299}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+95+4698.6+0+0+100+209.18+0+299,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1z0g1r9-container\",nodeId:\"h0NYKCOsE\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Skills Test\",gMPxGbBNv:\"ArrowSquareUpRight\",height:\"100%\",id:\"h0NYKCOsE\",layoutId:\"h0NYKCOsE\",lq6j9JCSp:\"Technical abilities without decision-making context fail to predict real-world effectiveness.\",style:{width:\"100%\"},variant:\"Mecpisiu7\",width:\"100%\",xYKAp_GUD:\"Missing the Complete Picture\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+331.8+100+209.18+0+299},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5409.6+0+0+100+209.18+0+299}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+95+4698.6+0+0+100+209.18+0+299,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1chhu4d-container\",nodeId:\"aiF7orTeB\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Interviews\",gMPxGbBNv:\"Student\",height:\"100%\",id:\"aiF7orTeB\",layoutId:\"aiF7orTeB\",lq6j9JCSp:\"Human bias skews results, missing crucial cognitive patterns that determine true cultural fit and long-term success.\",style:{width:\"100%\"},variant:\"Mecpisiu7\",width:\"100%\",xYKAp_GUD:\"Subjective & Inconsistent\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+331.8+100+209.18+0+598},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5409.6+0+0+100+209.18+0+598}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+95+4698.6+0+0+100+209.18+0+598,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ta65es-container\",nodeId:\"fysmKQZJS\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{lq6j9JCSp:\"Captures how people describe themselves, not how they actually perform when decisions matter.\",xYKAp_GUD:\"Self-Reported, Not Reality\"}},children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Personality Tests\",gMPxGbBNv:\"Person\",height:\"100%\",id:\"fysmKQZJS\",layoutId:\"fysmKQZJS\",lq6j9JCSp:\"Self-reported preferences often differ significantly from actual workplace behavior\",style:{width:\"100%\"},variant:\"Mecpisiu7\",width:\"100%\",xYKAp_GUD:\"Self Reported\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+331.8+100+209.18+0+598},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+5409.6+0+0+100+209.18+0+598}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:279,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) - 20px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+95+4698.6+0+0+100+209.18+0+598,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pno7r3-container\",nodeId:\"UyYsHkq91\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(ProcessCard,{cMLEvam8D:\"Gamefied Assessments\",gMPxGbBNv:\"Star\",height:\"100%\",id:\"UyYsHkq91\",layoutId:\"UyYsHkq91\",lq6j9JCSp:\"Prioritizes entertainment over scientifically validated measurements that correlate with workplace success.\",style:{width:\"100%\"},variant:\"Mecpisiu7\",width:\"100%\",xYKAp_GUD:\"Engaging But Irrelevant\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s9yw3n\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-byycfb\",\"data-styles-preset\":\"FFeuThTV6\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Meseekna reveals the cognitive processes of how people think and make decisions in real world, workplace applicable scenarios.\"})})}),className:\"framer-1fji8gk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ozgorg hidden-j3b93r hidden-50yyte\",\"data-framer-name\":\"Trusted By\",id:elementId21,ref:ref22,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17op8a8\",\"data-framer-name\":\"Featured In\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-14ld9k7\",\"data-styles-preset\":\"Muxm0WXlx\",style:{\"--framer-text-alignment\":\"center\"},children:\"Featured In:\"})}),className:\"framer-ghnkz4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+4210.8+0+0+30+0+0+54.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:142,width:\"893px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t5oflv-container\",nodeId:\"my8_eb94J\",rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TickerBrand2,{height:\"100%\",id:\"my8_eb94J\",layoutId:\"my8_eb94J\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1visb7s\",\"data-framer-name\":\"Spacer\"})]})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6xmgbz\",\"data-framer-name\":\"ROI Calculator\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10qacqx\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Unlock Hidden ROI in Your Talent Strategy\"})})}),className:\"framer-4y9i7e\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\"},children:\"How much could you gain by investing in Meseekna for your team?\"})}),className:\"framer-dluhct\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation16,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1omcle0\",\"data-framer-name\":\"ROI Calculator\",id:elementId22,ref:ref23,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-106e3ce-container\",isAuthoredByUser:true,nodeId:\"l7p3yMPbY\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(CultureImpactCalculator,{height:\"100%\",id:\"l7p3yMPbY\",layoutId:\"l7p3yMPbY\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ptwiqc\",\"data-framer-name\":\"Success Stories\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Success Stories\"})})}),className:\"framer-19casnm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"center\"},children:\" How Organizations Transform When Measuring Cognitive Processes Accurately\"})}),className:\"framer-f0fwk3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{width:`calc((${componentViewport?.width||\"100vw\"} - 80px) * 0.6)`,y:(componentViewport?.y||0)+0+0+95+6655.28+80+191.18},HtK0xG_Tm:{height:138.5143,width:\"564px\",y:(componentViewport?.y||0)+0+0+135+7614.28+80+121.9229}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1080,width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+0+95+6903.28+80+191.18,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p6588z-container\",nodeId:\"A0bf6wXU1\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CaseStudyAccordian,{height:\"100%\",id:\"A0bf6wXU1\",layoutId:\"A0bf6wXU1\",style:{width:\"100%\"},variant:\"HfA8Q6K65\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8n7zgh\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hEdqhq7Dq\"},implicitPathVariables:undefined},{href:{webPageId:\"hEdqhq7Dq\"},implicitPathVariables:undefined},{href:{webPageId:\"hEdqhq7Dq\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+6655.28+80+1311.18+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+7614.28+80+300.4372+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+0+0+95+6903.28+80+1311.18+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation18,className:\"framer-10h05or-container\",\"data-framer-appear-id\":\"10h05or\",initial:animation19,nodeId:\"to5YtqgHM\",optimized:true,rendersWithMotion:true,scopeId:\"t5rZj2jpK\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{irjTUxnzh:resolvedLinks5[1]},HtK0xG_Tm:{irjTUxnzh:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(UtilitiesButton,{faiccGhqj:11,height:\"100%\",id:\"to5YtqgHM\",irjTUxnzh:resolvedLinks5[0],layoutId:\"to5YtqgHM\",tPielvAdm:\"Pricing Guide\",variant:\"vn2e_cIF1\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+6655.28+80+1311.18+0},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+7614.28+80+300.4372+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"230px\",y:(componentViewport?.y||0)+0+0+95+6903.28+80+1311.18+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aikrp1-container\",nodeId:\"N6ZcoUWPf\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{irjTUxnzh:resolvedLinks6[1]},HtK0xG_Tm:{irjTUxnzh:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(GetStartedButtonBlue,{height:\"100%\",hxNngob7m:\"pointer\",id:\"N6ZcoUWPf\",irjTUxnzh:resolvedLinks6[0],layoutId:\"N6ZcoUWPf\",style:{height:\"100%\",width:\"100%\"},tPielvAdm:\"Build Your Simulation\",variant:\"w7IujAxuh\",width:\"100%\"})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mtxupa hidden-j3b93r hidden-50yyte\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jigsyy\",\"data-framer-name\":\"FAQ Template Original\",id:elementId23,ref:ref24,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Frequently Asked Questions\"})})}),className:\"framer-xl28ef\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-9vabui\",\"data-framer-appear-id\":\"9vabui\",\"data-framer-name\":\"What makes Meseekna's approach different from traditional culture surveys?\",initial:animation15,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1avh6ie\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ey540y\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-zix0fc\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+192+167.91+0+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+146+147.91+0+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+126+167.91+0+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-2cn3hc\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4x3xhs\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"What makes Meseekna's approach different from traditional surveys and assessment tools?\"})}),className:\"framer-pkpf83\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Meseekna simulations measures cognitive processes, not self-reported opinions. With 500+ peer-reviewed publications and fifty years of focused research, our technology  provides insights that pinpoint performance attributes and reveals capabilities traditional assessments are not powered to uncover. Unlike surveys that suffer from self-reporting bias and collect purported intent, we capture how people actually think and perform in immersive scenarios.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Our simulation measures cognitive processes, not self-reported opinions. With 500+ peer-reviewed publications and fifty years of focused research, our technology  provides insights that predict performance with statistical significance and reveals capabilities traditional assessments miss. Unlike surveys that suffer from self-reporting bias and collect what people say they do, we capture how they actually think in immersive scenarios.\"})}),className:\"framer-knntf2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gg06f1\",\"data-framer-name\":\"Apps\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+192+32+0+173),pixelHeight:768,pixelWidth:1143,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 125px) / 3, 1px)`,src:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png\",srcSet:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png 1143w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+146+12+0+215.5),pixelHeight:768,pixelWidth:1143,positionX:\"center\",positionY:\"center\",sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 125px) / 3, 1px)`,src:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png\",srcSet:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png 1143w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+126+32+0+179.5),pixelHeight:768,pixelWidth:1143,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 125px) / 3, 1px)`,src:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png\",srcSet:\"https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/peCZah57Bp4Y9i7SRejygwD5Y.png 1143w\"},className:\"framer-1a27mrc\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-ho8jcx\",\"data-framer-appear-id\":\"ho8jcx\",\"data-framer-name\":\"How accurate is your simulation compared to other assessment methods?\",initial:animation15,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4omkvb\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w4hkks\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-v2vsub\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+958+167.91+0+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+826+147.91+0+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+826+167.91+0+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-91h3g6\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p76au0\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How accurate is your simulation compared to other assessment methods?\"})}),className:\"framer-cupj73\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Our approach has been proven 7X more accurate than traditional interviews in predicting fit and performance. In a study of 200+ employees over two years, Meseekna\u2019s platform uncovered statistically significant correlation (p<0.03) between our simulation results and real-world performance, far outperforming surveys and conventional assessments in predictive power. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Our approach has been proven 7X more accurate than traditional interviews in predicting fit and performance. In a study of 200+ employees over two years, simulation results showed statistically significant correlation (p<0.03) with actual performance, far outperforming surveys and conventional assessments in predictive power. Over 68% of executives rate our assessment experience superior to any traditional method they've encountered.\"})}),className:\"framer-jpjv4b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xom0ad\",\"data-framer-name\":\"Apps\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+958+32+0+173),pixelHeight:1611,pixelWidth:2629,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 125px) / 3, 1px)`,src:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png\",srcSet:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png 2629w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+826+12+0+182),pixelHeight:1611,pixelWidth:2629,positionX:\"center\",positionY:\"center\",sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 125px) / 3, 1px)`,src:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png\",srcSet:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png 2629w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+826+32+0+179.5),pixelHeight:1611,pixelWidth:2629,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 125px) / 3, 1px)`,src:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png\",srcSet:\"https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/HM8qq68Alq0YkSYzSgyHYy6Czqo.png 2629w\"},className:\"framer-1a7eu4h\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17k2g43\",\"data-framer-name\":\"HOw Does it Measure Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ldb1fk\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9jzwg9\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18k60af\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+1724+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+1506+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+1526+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-1tdmsy7\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oxzig2\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Can the simulation be customized for specific industries or roles?\"})}),className:\"framer-1q7j07y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Select from 30 distinct cognitive measures to create assessments tailored to your industry, and specific roles. This customization ensures you will be able to measure the thinking patterns most relevant to your organization's unique needs and strategic objectives. The flexibility allows organizations from financial services to healthcare to technology to identify the specific cognitive patterns driving success in their context.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Yes. You can select from 30 distinct cognitive measures to create assessments tailored to your industry, culture, and specific roles. This customization ensures you're measuring the thinking patterns most relevant to your organization's unique needs and strategic objectives. The flexibility allows organizations from financial services to healthcare to technology to identify the specific cognitive patterns driving success in their context.\"})}),className:\"framer-182prdq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kr1mxo\",\"data-framer-name\":\"Desktop\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+1724+32+197),pixelHeight:1353,pixelWidth:2471,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9577, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png\",srcSet:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=512 512w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png 2471w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+1526+32+197),pixelHeight:1353,pixelWidth:2471,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9621, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png\",srcSet:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=512 512w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png 2471w\"},className:\"framer-gylbze hidden-50yyte\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate2})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+1724+32+194),pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9981, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+1526+32+194),pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9981, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"},className:\"framer-1fhxqwp hidden-50yyte\",\"data-framer-name\":\"Apple_Pro_Display_XDR\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14swddp\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+1506+9+0+0+250.2027),pixelHeight:1353,pixelWidth:2471,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) + 42px, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png\",srcSet:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=512 512w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png 2471w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:1353,pixelWidth:2471,src:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png\",srcSet:\"https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=512 512w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nfD1ePF4nYtlpBZSgPfNl549d0.png 2471w\"},className:\"framer-mcnfxl hidden-j3b93r hidden-ljkfjx\",\"data-framer-name\":\"Image\"})}),isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+1506+9+0+0+602-356),pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) + 50.5px, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:2382.5,intrinsicWidth:3158,pixelHeight:4765,pixelWidth:6316,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=512 512w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/1r6OvVpgKwhFXCqANown3Ws5ho.png 6316w\"},className:\"framer-19wmdcr hidden-j3b93r hidden-ljkfjx\",\"data-framer-name\":\"Apple_Pro_Display_XDR\"})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-109nbon\",\"data-framer-name\":\"How quickly can we implement and see results?\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8fgvnw\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1046zll\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15l36e4\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+2470+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+2206+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+2206+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-1u80uxj\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ltuv6\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How quickly can we implement and see results?\"})}),className:\"framer-14t3h6b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Setup takes less than ten minutes. Begin seeing impacts within the first month as you apply insights to team composition and development strategies. Our clients report significant performance improvements within 3-6 months, with statistical validation showing strong correlation between simulation results and long-term success. The implementation is designed to be frictionless while delivering rapid value.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Setup takes less than ten minutes. Most organizations begin seeing impacts within the first month as they apply insights to team composition and development strategies. Our clients typically report significant performance improvements within 3-6 months, with statistical validation showing strong correlation between simulation results and long-term success. The implementation is designed to be frictionless while delivering rapid value.\"})}),className:\"framer-1cbojix\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n2z9ri\",\"data-framer-name\":\"Desktop\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+2470+32+197),pixelHeight:1600,pixelWidth:2846,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9577, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg\",srcSet:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg 2846w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+2206+32+197),pixelHeight:1600,pixelWidth:2846,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9632, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg\",srcSet:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg 2846w\"},className:\"framer-74qt7v hidden-50yyte\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v9nc14\",children:isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+2206+9+0+237+0+0),pixelHeight:1600,pixelWidth:2846,positionX:\"center\",positionY:\"center\",sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px), max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg\",srcSet:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg 2846w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:1600,pixelWidth:2846,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg\",srcSet:\"https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yXdHhX0JTKdWtJTGRHmLI3EEQIY.jpg 2846w\"},className:\"framer-1eg7yjk hidden-j3b93r hidden-ljkfjx\",\"data-framer-name\":\"Image\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8fwtsy\",\"data-framer-name\":\"How do employees benefit from the simulation?\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-laf1ex\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iztryv\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fj6fri\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+3216+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+2906+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+2886+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-1fez2hu\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e7hjun\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How do employees benefit from the simulation?\"})}),className:\"framer-1m2ujkt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Employees discover their unique cognitive strengths, identify roles that naturally align with their thinking patterns, and receive tailored development recommendations. Your employees experience greater fulfillment, more effective collaboration, and accelerated career growth based on authentic strengths. Unlike traditional assessments that often feel like judgments, our simulation is experienced as an engaging discovery process that reveals capabilities employees may not even know they possess.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Employees discover their unique cognitive strengths, identify roles that naturally align with their thinking patterns, and receive tailored development recommendations. This leads to greater fulfillment, more effective collaboration, and accelerated career growth based on authentic strengths. Unlike traditional assessments that often feel like judgments, our simulation is experienced as an engaging discovery process that reveals capabilities employees may not even know they possess.\"})}),className:\"framer-1ljlrfv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10bmlw5\",\"data-framer-name\":\"Desktop\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+3216+32+197),pixelHeight:2686,pixelWidth:4763,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9577, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg 4763w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+2886+32+197),pixelHeight:2686,pixelWidth:4763,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9621, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg 4763w\"},className:\"framer-1roav4s hidden-50yyte\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nwf4em\",children:isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+2906+9+0+222.5+0+0),pixelHeight:2686,pixelWidth:4763,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px), max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg 4763w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:2686,pixelWidth:4763,src:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XXyWN2Q3C326JqGtlt2teIhc.jpg 4763w\"},className:\"framer-1ta8o9a hidden-j3b93r hidden-ljkfjx\",\"data-framer-name\":\"Image\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xegtxc\",\"data-framer-name\":\"How is employee privacy protected?\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8hezfk\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jpf7b0\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-o2o26\",\"data-framer-name\":\"Group 4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+3962+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}},HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+3606+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+3566+142.91+30+0+-5.35+-.65),pixelHeight:2084,pixelWidth:2084,sizes:\"44px\",src:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png\",srcSet:\"https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=512 512w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JrhiaKZPLr0Iqt4Llj5d5gSocw.png 2084w\"},className:\"framer-1142vvn\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqi1o7\",\"data-framer-name\":\"Copy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qq0wt\",\"data-styles-preset\":\"MMjfpDgMg\",style:{\"--framer-text-alignment\":\"left\"},children:\"How is employee privacy protected?\"})}),className:\"framer-1mqtegg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Privacy is central to our platform. Rather than analyze workplace communications, our approach respects user privacy. Our simulation is a contained, ethical assessment that employees consciously participate in, with all data secured by enterprise-grade encryption and never used to train AI models. We never monitor day-to-day communications, collect personal data, or create the psychological discomfort of workplace surveillance.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-6dtzfy\",\"data-styles-preset\":\"zqlTT5gVD\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-597bd3e0-a6d5-4b3a-a847-94e0ddd17b32, rgb(61, 86, 105))\"},children:\"Unlike competitors that analyze workplace communications, our approach respects privacy completely. Our simulation is a contained, ethical assessment that employees consciously participate in, with all data secured by enterprise-grade encryption and never used to train AI models. We never monitor day-to-day communications, collect personal data, or create the psychological discomfort of workplace surveillance.\"})}),className:\"framer-136lc8m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mqhx9f\",\"data-framer-name\":\"Desktop\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8210.46+80+3962+32+197),pixelHeight:4500,pixelWidth:8e3,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) * 0.9577, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+95+8404.46+80+3566+32+199),pixelHeight:4500,pixelWidth:8e3,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px), max((min(min(${componentViewport?.width||\"100vw\"}, 1400px) - 80px, 1220px) - 120px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg 8000w\"},className:\"framer-1si089i hidden-50yyte\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pzy43x\",children:isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HtK0xG_Tm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+135+8035.46+80+3606+9+0+0+237),pixelHeight:4500,pixelWidth:8e3,sizes:`max(max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) * 1.0045, max((min(min(${componentViewport?.width||\"100vw\"}, 1400px), 1220px) - 104px) / 3, 1px) / 4)`,src:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg 8000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1861,intrinsicWidth:3450,pixelHeight:4500,pixelWidth:8e3,src:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Wk1BVRMWCaYn4q7QmWR7z57FPTg.jpg 8000w\"},className:\"framer-14vzb3k hidden-j3b93r hidden-ljkfjx\",\"data-framer-name\":\"Image\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zbcs5z\",\"data-framer-name\":\"Measure What Drives Your Success\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-hig0k\",\"data-styles-preset\":\"yEpQJkUHt\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, var(--token-00e7f2d4-681e-4eb4-a460-a125b252a024, rgb(77, 134, 255)) 0%, var(--token-2d1a9ada-9e18-4861-ae5e-054e13afbaa5, rgb(146, 66, 184)) 100%)\"},children:\"Measure What Drives Your Success\"})})}),className:\"framer-wvb0k4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xosaom-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"d4zWC_PDd\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"d4zWC_PDd\",isMixedBorderRadius:false,layoutId:\"d4zWC_PDd\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/D02C1OKXviBXj8Z19ccegvPgcI.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined},{href:{webPageId:\"t5rZj2jpK\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+12912.46+60+712.5},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+12381.46+60+598.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+0+95+12710.46+60+712.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4yonw7-container\",nodeId:\"ysXSQuXND\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{irjTUxnzh:resolvedLinks7[1]},HtK0xG_Tm:{irjTUxnzh:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(GetStartedButtonBlue,{height:\"100%\",hxNngob7m:\"pointer\",id:\"ysXSQuXND\",irjTUxnzh:resolvedLinks7[0],layoutId:\"ysXSQuXND\",tPielvAdm:\"Build Your Simulation\",variant:\"w7IujAxuh\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{y:(componentViewport?.y||0)+0+0+95+13769.96},HtK0xG_Tm:{y:(componentViewport?.y||0)+0+0+135+13124.96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:382,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+95+13567.96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rajf5a-container\",nodeId:\"MnXl5rhh_\",scopeId:\"t5rZj2jpK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{az8Q2tdda:{variant:\"bSnjVhWQe\"},HtK0xG_Tm:{variant:\"CSJ8FQxgB\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"MnXl5rhh_\",layoutId:\"MnXl5rhh_\",style:{width:\"100%\"},variant:\"LtQpbX1LH\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lY0VC.framer-1jptbw4, .framer-lY0VC .framer-1jptbw4 { display: block; }\",\".framer-lY0VC.framer-j3b93r { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-lY0VC .framer-4rd895-container { flex: none; height: auto; left: -1px; position: fixed; right: -1px; top: 0px; z-index: 4; }\",\".framer-lY0VC .framer-1s3n2nl { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 10px 5px 10px; position: fixed; right: 11px; width: min-content; z-index: 4; }\",\".framer-lY0VC .framer-2vijl9 { border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; flex: none; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 60px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-1cksaya { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 9px; flex: none; height: 24px; left: calc(50.00000000000002% - 35px / 2); position: absolute; white-space: pre-wrap; width: 35px; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-7yk3aq-container { bottom: 19px; flex: none; left: calc(50.00000000000002% - 29px / 2); position: absolute; top: 0px; width: 29px; }\",\".framer-lY0VC .framer-wi3b1z { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-15fzo67-container { flex: none; height: auto; position: sticky; top: 0px; width: 375px; z-index: 4; }\",\".framer-lY0VC .framer-mqvyjz { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1e1e66-container, .framer-lY0VC .framer-1rajf5a-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-1h3mnaj { 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-lY0VC .framer-f1ksd5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-19mtt1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 310px; justify-content: center; overflow: hidden; padding: 10px 10px 10px 20px; position: relative; width: 99%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-1e68adw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-dp0lwg, .framer-lY0VC .framer-11068e0, .framer-lY0VC .framer-13scfez, .framer-lY0VC .framer-119av3i { 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-lY0VC .framer-l5uw0n-container { flex: none; height: 47px; position: relative; width: 75%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-1aonws8 { height: 65px; overflow: hidden; position: relative; width: 430px; }\",\".framer-lY0VC .framer-1uwyfv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-f9287q { height: 65px; overflow: hidden; position: relative; width: 394px; }\",\".framer-lY0VC .framer-1z8mku { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; left: 0px; position: absolute; right: -105px; top: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-d7w5f { height: 65px; overflow: hidden; position: relative; width: 320px; }\",\".framer-lY0VC .framer-153seqy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; left: -1px; position: absolute; right: -102px; top: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-olsukm { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 75%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-zbjwqv { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 50px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-12hxtco-container { flex: none; height: auto; position: relative; width: 75%; }\",\".framer-lY0VC .framer-2cbuib { align-content: center; align-items: center; background-color: #ebebeb; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; width: min-content; }\",\".framer-lY0VC .framer-62l0uy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lY0VC .framer-zptnd2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-lY0VC .framer-1s6673g, .framer-lY0VC .framer-xuc1es, .framer-lY0VC .framer-17qk9zh, .framer-lY0VC .framer-r0g9ks, .framer-lY0VC .framer-1arhmf2, .framer-lY0VC .framer-177gr0h, .framer-lY0VC .framer-1opanbd, .framer-lY0VC .framer-1vpy59q, .framer-lY0VC .framer-ghnkz4, .framer-lY0VC .framer-4y9i7e { --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-lY0VC .framer-rbske9-container, .framer-lY0VC .framer-p41sau-container, .framer-lY0VC .framer-14ivx0f-container, .framer-lY0VC .framer-1z03rxc-container, .framer-lY0VC .framer-1pslt4z-container, .framer-lY0VC .framer-1tgdvc-container, .framer-lY0VC .framer-11akina-container, .framer-lY0VC .framer-1myfta0-container, .framer-lY0VC .framer-whqpqk-container, .framer-lY0VC .framer-1p9re3t-container, .framer-lY0VC .framer-pnhf2a-container, .framer-lY0VC .framer-a092tv-container, .framer-lY0VC .framer-120sile-container, .framer-lY0VC .framer-106e3ce-container, .framer-lY0VC .framer-1p6588z-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lY0VC .framer-699ot7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 60px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-mgydg1, .framer-lY0VC .framer-gmiybv { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-tky787-container { flex: none; height: 121px; position: relative; width: 988px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-18ttmoz, .framer-lY0VC .framer-13d6un2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-1jmlsow, .framer-lY0VC .framer-1o14ij3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1500px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1hmhtnr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 24px 20px 20px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-5x2oxe, .framer-lY0VC .framer-1t304bu, .framer-lY0VC .framer-13tqxit { flex: none; height: 200px; overflow: hidden; position: relative; width: 390px; }\",\".framer-lY0VC .framer-1jsdeii { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1pospe4 { bottom: 16px; flex: none; height: 577px; left: calc(50.00000000000002% - 100.253807106599% / 2); overflow: visible; position: absolute; width: 100%; z-index: 0; }\",\".framer-lY0VC .framer-rvhpnu { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: var(--token-c82efad4-115c-4f92-a55f-9080fa4b31d1, #facb32); border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; border-top-left-radius: 500px; border-top-right-radius: 500px; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 511px); left: 21px; overflow: hidden; position: absolute; top: 48%; transform: translateY(-50%); width: 511px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lY0VC .framer-puvl65 { -webkit-filter: blur(100px); background-color: var(--token-1cdd0232-b310-41ae-a56b-4dc581d31f8f, #faaa32); border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; border-top-left-radius: 500px; border-top-right-radius: 500px; filter: blur(100px); flex: none; height: 673px; overflow: hidden; position: absolute; right: 0px; top: -187px; width: 384px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lY0VC .framer-1qarojl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-wdvcrs, .framer-lY0VC .framer-16j6bkt, .framer-lY0VC .framer-155qilr, .framer-lY0VC .framer-dluhct { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-pjko98-container, .framer-lY0VC .framer-qsqtkf-container, .framer-lY0VC .framer-17ee624-container, .framer-lY0VC .framer-4yonw7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lY0VC .framer-1e2j6lt { 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: 1400px; overflow: visible; padding: 30px 16px 0px 16px; position: relative; scroll-margin-top: 40px; width: 100%; }\",\".framer-lY0VC .framer-1mpw7ld { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 104px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-74haww, .framer-lY0VC .framer-uiuiy7 { align-content: center; align-items: center; background-color: var(--token-341791cd-2086-44c4-973e-1387b5160920, #ffffff); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 100px 16px 16px 14px; position: sticky; top: 112px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-lY0VC .framer-9dngh5, .framer-lY0VC .framer-etm553 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-ja3wux, .framer-lY0VC .framer-fqrwqr, .framer-lY0VC .framer-k0a03y, .framer-lY0VC .framer-19vho4q, .framer-lY0VC .framer-175y078, .framer-lY0VC .framer-15l92kq { 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: center; overflow: visible; padding: 0px 10px 20px 10px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-mpjx12, .framer-lY0VC .framer-y14q9s, .framer-lY0VC .framer-k0cp11, .framer-lY0VC .framer-10nxo80, .framer-lY0VC .framer-zlnz7x, .framer-lY0VC .framer-1n6w7o, .framer-lY0VC .framer-1sleb9b, .framer-lY0VC .framer-1uzdlro, .framer-lY0VC .framer-1geh8gx, .framer-lY0VC .framer-1ojmmnh, .framer-lY0VC .framer-tff4rk, .framer-lY0VC .framer-4fkbt0, .framer-lY0VC .framer-1dvq5p0, .framer-lY0VC .framer-w205am, .framer-lY0VC .framer-1rch8if, .framer-lY0VC .framer-1i222zx, .framer-lY0VC .framer-f0fwk3, .framer-lY0VC .framer-pkpf83, .framer-lY0VC .framer-knntf2, .framer-lY0VC .framer-cupj73, .framer-lY0VC .framer-jpjv4b, .framer-lY0VC .framer-1q7j07y, .framer-lY0VC .framer-182prdq, .framer-lY0VC .framer-14t3h6b, .framer-lY0VC .framer-1cbojix, .framer-lY0VC .framer-1m2ujkt, .framer-lY0VC .framer-1ljlrfv, .framer-lY0VC .framer-1mqtegg, .framer-lY0VC .framer-136lc8m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-irflu6 { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 207px; overflow: hidden; position: relative; width: 309px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lY0VC .framer-161wb8y, .framer-lY0VC .framer-1csqmdi, .framer-lY0VC .framer-1kfgtxm, .framer-lY0VC .framer-1qm286l, .framer-lY0VC .framer-19hgvvk, .framer-lY0VC .framer-1qtl4dg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 24px; overflow: visible; padding: 0px; position: absolute; top: 32px; width: min-content; }\",\".framer-lY0VC .framer-ql6zn7, .framer-lY0VC .framer-bqrik, .framer-lY0VC .framer-qrog0t, .framer-lY0VC .framer-1ct4m6b, .framer-lY0VC .framer-qxdbj9, .framer-lY0VC .framer-112q6dt { 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: min-content; }\",\".framer-lY0VC .framer-uyrtb0, .framer-lY0VC .framer-yd0rme, .framer-lY0VC .framer-10moyda, .framer-lY0VC .framer-p3pbi4, .framer-lY0VC .framer-1snlsb6, .framer-lY0VC .framer-ig9xc4, .framer-lY0VC .framer-2cn3hc, .framer-lY0VC .framer-91h3g6, .framer-lY0VC .framer-1tdmsy7, .framer-lY0VC .framer-1u80uxj, .framer-lY0VC .framer-1fez2hu, .framer-lY0VC .framer-1142vvn { flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-lY0VC .framer-uoqxf { align-content: center; align-items: center; background-color: #edf4ff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1220px; min-height: 620px; overflow: hidden; padding: 80px 16px 0px 14px; position: sticky; top: 112px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lY0VC .framer-1rmj88g, .framer-lY0VC .framer-1o0gzpz, .framer-lY0VC .framer-jrd33i, .framer-lY0VC .framer-1jh3v11 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-152o04 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 262px; justify-content: center; max-height: 556px; overflow: visible; padding: 0px; position: relative; width: 313px; }\",\".framer-lY0VC .framer-1lzel4g { flex: none; height: 172px; left: calc(50.159744408945706% - max(25%, 91.3738019169329%) / 2); min-width: 25%; overflow: visible; position: absolute; top: 33px; width: 91%; z-index: 0; }\",\".framer-lY0VC .framer-1cnfele { aspect-ratio: 1.3286516853932584 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 151px); left: 50%; min-width: 25%; overflow: visible; position: absolute; top: 22px; transform: translateX(-50%); width: 95%; z-index: 0; }\",\".framer-lY0VC .framer-1n7hg3h { align-content: center; align-items: center; background-color: #edf4ff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1220px; min-height: 620px; overflow: hidden; padding: 80px 16px 16px 14px; position: sticky; top: 112px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lY0VC .framer-5svxok { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 176px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 313px; }\",\".framer-lY0VC .framer-18t3ijh { aspect-ratio: 1.779527559055118 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 112px); left: 50%; min-width: 25%; overflow: visible; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-lY0VC .framer-1vvrck { align-content: center; align-items: center; background-color: #faefcd; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 100px 16px 32px 14px; position: sticky; top: 192px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-ajmdj3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 208px; justify-content: center; max-height: 556px; overflow: visible; padding: 0px; position: relative; width: 313px; }\",\".framer-lY0VC .framer-1um23e4 { aspect-ratio: 1.7785714285714285 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 112px); left: 50%; min-width: 25%; overflow: visible; position: absolute; top: -11px; transform: translateX(-50%); width: 92%; z-index: 0; }\",\".framer-lY0VC .framer-4qapq5 { aspect-ratio: 1.3286516853932584 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 151px); left: 50%; min-width: 25%; overflow: visible; position: absolute; top: -15px; transform: translateX(-50%); width: 95%; z-index: 0; }\",\".framer-lY0VC .framer-1jusdu7 { align-content: center; align-items: center; background-color: #fce2bb; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-height: 900px; max-width: 1220px; min-height: 620px; overflow: hidden; padding: 80px 16px 16px 14px; position: sticky; top: 112px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-lY0VC .framer-60k69s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 194px; justify-content: center; max-height: 556px; overflow: visible; padding: 0px; position: relative; width: 313px; }\",\".framer-lY0VC .framer-1llelne { aspect-ratio: 1.779527559055118 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 112px); left: 50%; min-width: 25%; overflow: visible; position: absolute; top: 17px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-lY0VC .framer-g7kmdx { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 174px; overflow: hidden; position: relative; width: 309px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lY0VC .framer-6awvoy, .framer-lY0VC .framer-zbcs5z { align-content: center; align-items: center; background-color: var(--token-341791cd-2086-44c4-973e-1387b5160920, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 31px 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1qfgvh1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1pyinx6-container { flex: none; height: auto; max-width: 125%; position: relative; width: 100%; }\",\".framer-lY0VC .framer-12qvvn8 { 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: 40px 80px 40px 80px; position: relative; width: 101%; }\",\".framer-lY0VC .framer-lrlyj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 150%; }\",\".framer-lY0VC .framer-b2tv7v, .framer-lY0VC .framer-6xmgbz, .framer-lY0VC .framer-1omcle0 { 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: 40px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1t7ms4c-container { flex: none; height: auto; position: relative; width: 180%; }\",\".framer-lY0VC .framer-jstqn6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 20px 60px 20px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-n2udf0, .framer-lY0VC .framer-19casnm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-lY0VC .framer-18ir6cx-container { flex: none; height: auto; position: relative; width: 380px; }\",\".framer-lY0VC .framer-xon7is { 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-lY0VC .framer-1waccm3-container, .framer-lY0VC .framer-10h05or-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-bamjh3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 50px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-lY0VC .framer-1kc9loq, .framer-lY0VC .framer-ntz37w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-14umqdg, .framer-lY0VC .framer-nbd7jf, .framer-lY0VC .framer-blklcv, .framer-lY0VC .framer-f5gcc6, .framer-lY0VC .framer-17op8a8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1nvxnac-container, .framer-lY0VC .framer-1x36t7n-container { flex: none; height: auto; pointer-events: none; position: relative; width: auto; z-index: 0; }\",\".framer-lY0VC .framer-eelwyp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; min-height: 201px; overflow: visible; padding: 0px; position: absolute; top: 75px; transform: translateX(-50%); width: 375px; z-index: 1; }\",\".framer-lY0VC .framer-x45pa7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 50px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-a87ma5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-lY0VC .framer-1k795sk, .framer-lY0VC .framer-1wx7foc { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-69rkhh { 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: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-1jj7mzd, .framer-lY0VC .framer-17e94mt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-kyi7qx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-n110gc { 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: 100px 0px 50px 0px; position: relative; width: 138%; }\",\".framer-lY0VC .framer-zssjjd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 0.85 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-eiab3z { 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: 95px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-f1m2fy { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 691px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1um3pq7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 30px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-k1qu4v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px 10px 0px 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-893b5o-container { flex: none; height: 65px; position: relative; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-a5j5vb { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-4200ve { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-p2v1x7-container { flex: none; height: 44px; position: relative; width: auto; }\",\".framer-lY0VC .framer-1apwv9b { flex: 3 0 0px; height: 687px; overflow: visible; position: relative; width: 1px; }\",\".framer-lY0VC .framer-765vrg { flex: none; height: 349px; overflow: visible; position: absolute; right: 16px; top: calc(43.377001455604095% - 349px / 2); width: 810px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-1xik83g { -webkit-filter: drop-shadow(-4px -1px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(-4px -1px 4px rgba(0, 0, 0, 0.25)); flex: none; height: 560px; overflow: visible; position: absolute; right: -13px; top: calc(49.49053857350803% - 560px / 2); width: 630px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-f2r6s2 { -webkit-filter: drop-shadow(-4px -1px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(-4px -1px 4px rgba(0, 0, 0, 0.25)); flex: none; height: 100%; overflow: visible; position: absolute; right: -2px; top: 0px; width: 504px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-3cmd8d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 0px 60px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-1c2bpzs-container { flex: none; height: 121px; position: relative; width: 1060px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-lY0VC .framer-18t68jf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 300px; height: min-content; justify-content: center; overflow: hidden; padding: 487px 24px 20px 20px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-dh3oll { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 2606px; justify-content: flex-start; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-10zmxvq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100.49999999999999vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-guwbny { 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: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-onhk1w-container { flex: none; height: 508px; position: relative; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-5wakdy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-lY0VC .framer-1v4qvtb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-lY0VC .framer-1v1vsnq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lY0VC .framer-1b90vhl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-1yko9me-container { flex: none; height: auto; position: relative; width: 1000px; }\",\".framer-lY0VC .framer-1i9ezcf { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1p5bmjg { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 113px 0px; position: relative; scroll-margin-top: 50px; width: 100%; }\",\".framer-lY0VC .framer-1wcuaz7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-pr7hig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 1px; min-width: 600px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-lY0VC .framer-gw29id { background-color: #ffffff; display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-2gos15-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-lY0VC .framer-z48iay-container, .framer-lY0VC .framer-1z0g1r9-container, .framer-lY0VC .framer-1chhu4d-container, .framer-lY0VC .framer-1ta65es-container, .framer-lY0VC .framer-pno7r3-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-lY0VC .framer-s9yw3n { 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: 200px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1fji8gk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 1080px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-ozgorg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 60px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-t5oflv-container { flex: none; height: auto; position: relative; width: 893px; }\",\".framer-lY0VC .framer-1visb7s { flex: none; height: 35px; overflow: hidden; position: relative; width: 584px; }\",\".framer-lY0VC .framer-10qacqx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1ptwiqc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 50px 40px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-8n7zgh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1aikrp1-container { flex: none; height: 60px; position: relative; width: 230px; }\",\".framer-lY0VC .framer-1mtxupa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 14px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 14px; }\",\".framer-lY0VC .framer-jigsyy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 80px 40px 40px 40px; position: relative; scroll-margin-top: 40px; width: 100%; }\",\".framer-lY0VC .framer-xl28ef { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 66px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-9vabui { align-content: center; align-items: center; background-color: var(--token-341791cd-2086-44c4-973e-1387b5160920, #ffffff); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 32px 40px 32px 40px; position: sticky; top: 72px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-lY0VC .framer-1avh6ie, .framer-lY0VC .framer-4omkvb { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-1ey540y, .framer-lY0VC .framer-w4hkks, .framer-lY0VC .framer-9jzwg9, .framer-lY0VC .framer-1046zll, .framer-lY0VC .framer-1iztryv, .framer-lY0VC .framer-1jpf7b0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lY0VC .framer-zix0fc, .framer-lY0VC .framer-v2vsub, .framer-lY0VC .framer-18k60af, .framer-lY0VC .framer-15l36e4, .framer-lY0VC .framer-fj6fri, .framer-lY0VC .framer-o2o26 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 43px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-lY0VC .framer-4x3xhs, .framer-lY0VC .framer-p76au0, .framer-lY0VC .framer-oxzig2, .framer-lY0VC .framer-7ltuv6, .framer-lY0VC .framer-1e7hjun, .framer-lY0VC .framer-1sqi1o7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-lY0VC .framer-1gg06f1, .framer-lY0VC .framer-1xom0ad { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 576px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-1a27mrc { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 217px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-lY0VC .framer-ho8jcx { align-content: center; align-items: center; background-color: #edf4ff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 32px 40px 32px 40px; position: sticky; top: 72px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-lY0VC .framer-1a7eu4h { flex: none; height: 217px; overflow: hidden; position: relative; width: 100%; }\",\".framer-lY0VC .framer-17k2g43 { align-content: center; align-items: center; background-color: #faefcd; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 32px 40px 32px 40px; position: sticky; top: 112px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-ldb1fk, .framer-lY0VC .framer-8fgvnw, .framer-lY0VC .framer-laf1ex, .framer-lY0VC .framer-8hezfk { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-1kr1mxo, .framer-lY0VC .framer-1n2z9ri, .framer-lY0VC .framer-10bmlw5, .framer-lY0VC .framer-1mqhx9f { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-height: 556px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-lY0VC .framer-gylbze { aspect-ratio: 1.7527472527472527 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 183px); left: 49%; min-width: 25%; overflow: visible; position: absolute; top: 197px; transform: translateX(-50%); width: 96%; z-index: 1; }\",\".framer-lY0VC .framer-1fhxqwp { aspect-ratio: 1.3286516853932584 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 251px); min-width: 25%; overflow: visible; position: absolute; right: 3px; top: 194px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-14swddp, .framer-lY0VC .framer-v9nc14, .framer-lY0VC .framer-nwf4em, .framer-lY0VC .framer-1pzy43x { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-lY0VC .framer-mcnfxl { flex: none; height: 148px; left: -40px; min-width: 25%; overflow: visible; position: absolute; right: -2px; top: calc(53.82059800664454% - 147.59447004608296px / 2); z-index: 1; }\",\".framer-lY0VC .framer-19wmdcr { aspect-ratio: 1.3286516853932584 / 1; bottom: 152px; flex: none; height: var(--framer-aspect-ratio-supported, 205px); left: -41px; min-width: 25%; overflow: visible; position: absolute; right: -9px; z-index: 1; }\",\".framer-lY0VC .framer-109nbon { align-content: center; align-items: center; background-color: #fce2bb; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 32px 40px 32px 40px; position: sticky; top: 112px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-74qt7v { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 217px; left: calc(48.86363636363639% - max(25%, 96.32214632214632%) / 2); min-width: 25%; overflow: visible; position: absolute; top: 197px; width: 96%; z-index: 1; }\",\".framer-lY0VC .framer-1eg7yjk { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 128px; left: calc(49.77375565610862% - max(25%, 1fr) / 2); min-width: 25%; overflow: visible; position: absolute; top: 0px; width: 1fr; z-index: 1; }\",\".framer-lY0VC .framer-8fwtsy { align-content: center; align-items: center; background-color: var(--token-341791cd-2086-44c4-973e-1387b5160920, #ffffff); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 32px 40px 32px 40px; position: sticky; top: 112px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-1roav4s { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 217px; left: calc(48.86363636363639% - max(25%, 96.21212121212122%) / 2); min-width: 25%; overflow: visible; position: absolute; top: 197px; width: 96%; z-index: 1; }\",\".framer-lY0VC .framer-1ta8o9a { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 157px; left: -28px; min-width: 25%; overflow: visible; position: absolute; right: -29px; top: -167px; z-index: 1; }\",\".framer-lY0VC .framer-1xegtxc { align-content: center; align-items: center; background-color: #edf4ff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1220px; min-height: 620px; overflow: visible; padding: 32px 40px 32px 40px; position: sticky; top: 112px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-1si089i { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 217px; left: calc(49.84984984984987% - max(25%, 100%) / 2); min-width: 25%; overflow: visible; position: absolute; top: 199px; width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-14vzb3k { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: 142px; left: calc(50.22624434389142% - max(25%, 100.4524886877828%) / 2); min-width: 25%; overflow: visible; position: absolute; top: calc(51.162790697674446% - 142px / 2); width: 100%; z-index: 1; }\",\".framer-lY0VC .framer-wvb0k4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 81%; word-break: break-word; word-wrap: break-word; }\",\".framer-lY0VC .framer-1xosaom-container { flex: none; height: 593px; position: relative; width: 1141px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 1920px) { .framer-lY0VC.framer-j3b93r { width: 1920px; } .framer-lY0VC .framer-4rd895-container, .framer-lY0VC .framer-pnhf2a-container, .framer-lY0VC .framer-onhk1w-container, .framer-lY0VC .framer-wvb0k4 { order: 0; } .framer-lY0VC .framer-1s3n2nl { bottom: 28px; order: 1; right: 81px; } .framer-lY0VC .framer-eiab3z, .framer-lY0VC .framer-1o14ij3, .framer-lY0VC .framer-1p5bmjg { order: 3; } .framer-lY0VC .framer-f1m2fy { height: min-content; min-height: 800px; order: 0; overflow: visible; } .framer-lY0VC .framer-1um3pq7 { flex: none; gap: unset; height: 800px; justify-content: space-around; left: calc(50.00000000000002% - 1440px / 2); padding: 0px 70px 0px 70px; position: absolute; top: calc(50.00000000000002% - 800px / 2); width: 1440px; z-index: 1; } .framer-lY0VC .framer-893b5o-container { width: 544px; } .framer-lY0VC .framer-a5j5vb { width: 504px; } .framer-lY0VC .framer-1apwv9b { overflow: hidden; } .framer-lY0VC .framer-nbd7jf, .framer-lY0VC .framer-120sile-container, .framer-lY0VC .framer-1x36t7n-container, .framer-lY0VC .framer-4yonw7-container { order: 2; } .framer-lY0VC .framer-13d6un2, .framer-lY0VC .framer-1b90vhl { max-width: 1080px; } .framer-lY0VC .framer-18t68jf { gap: 362px; padding: 193px 24px 114px 20px; } .framer-lY0VC .framer-a092tv-container, .framer-lY0VC .framer-blklcv, .framer-lY0VC .framer-1xosaom-container { order: 1; } .framer-lY0VC .framer-dh3oll { height: 2946px; } .framer-lY0VC .framer-10zmxvq { height: 75.875vh; } .framer-lY0VC .framer-5wakdy { order: 6; padding: 100px 0px 40px 0px; } .framer-lY0VC .framer-1v4qvtb, .framer-lY0VC .framer-10qacqx { order: 0; width: 75%; } .framer-lY0VC .framer-1v1vsnq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-lY0VC .framer-1i9ezcf { order: 9; } .framer-lY0VC .framer-s9yw3n { flex-direction: column; padding: 108px 0px 100px 0px; width: 90%; } .framer-lY0VC .framer-1fji8gk { flex: none; width: 75%; } .framer-lY0VC .framer-ozgorg { gap: 70px; order: 2; } .framer-lY0VC .framer-6xmgbz { order: 10; } .framer-lY0VC .framer-1omcle0 { order: 11; } .framer-lY0VC .framer-1ptwiqc { order: 12; } .framer-lY0VC .framer-1p6588z-container { width: 60%; } .framer-lY0VC .framer-jigsyy { gap: 126px; order: 13; } .framer-lY0VC .framer-xl28ef { white-space: pre; width: auto; } .framer-lY0VC .framer-1a27mrc, .framer-lY0VC .framer-1a7eu4h { height: 230px; } .framer-lY0VC .framer-gylbze { height: var(--framer-aspect-ratio-supported, 200px); left: 49%; width: 96%; } .framer-lY0VC .framer-1fhxqwp { height: var(--framer-aspect-ratio-supported, 275px); left: 49%; right: unset; transform: translateX(-50%); } .framer-lY0VC .framer-14swddp, .framer-lY0VC .framer-v9nc14, .framer-lY0VC .framer-nwf4em, .framer-lY0VC .framer-1pzy43x { flex: none; height: 265px; } .framer-lY0VC .framer-74qt7v, .framer-lY0VC .framer-1roav4s { height: 201px; left: calc(49.11323328785814% - max(25%, 95.77080491132332%) / 2); width: 96%; } .framer-lY0VC .framer-1si089i { height: 201px; left: calc(49.11323328785814% - max(25%, 95.77080491132332%) / 2); top: 197px; width: 96%; } .framer-lY0VC .framer-zbcs5z { order: 14; } .framer-lY0VC .framer-1rajf5a-container { order: 18; }}\",\"@media (min-width: 768px) and (max-width: 1199px) { .framer-lY0VC.framer-j3b93r { width: 768px; } .framer-lY0VC .framer-4rd895-container { left: 50%; right: unset; transform: translateX(-50%); width: 100%; } .framer-lY0VC .framer-eiab3z { padding: 135px 0px 0px 0px; } .framer-lY0VC .framer-f1m2fy { height: min-content; order: 0; width: 768px; } .framer-lY0VC .framer-1um3pq7 { flex: none; width: 766px; } .framer-lY0VC .framer-k1qu4v { flex: none; height: 397px; padding: 0px; width: 38%; } .framer-lY0VC .framer-893b5o-container { height: 11%; } .framer-lY0VC .framer-a5j5vb { width: 90%; } .framer-lY0VC .framer-1apwv9b { height: 564px; } .framer-lY0VC .framer-765vrg { height: 260px; right: 12px; top: calc(35.46099290780144% - 260px / 2); width: 598px; } .framer-lY0VC .framer-1xik83g { height: 396px; right: -23px; top: 31px; width: 471px; } .framer-lY0VC .framer-f2r6s2 { height: 79%; right: -38px; width: 425px; } .framer-lY0VC .framer-nbd7jf { order: 2; } .framer-lY0VC .framer-3cmd8d, .framer-lY0VC .framer-1p5bmjg, .framer-lY0VC .framer-10h05or-container { order: 0; } .framer-lY0VC .framer-1o14ij3 { order: 3; } .framer-lY0VC .framer-dh3oll { height: 2940px; } .framer-lY0VC .framer-10zmxvq { height: 65.46296296296296vh; } .framer-lY0VC .framer-5wakdy { order: 5; padding: 292px 0px 292px 0px; } .framer-lY0VC .framer-blklcv { padding: 0px 20px 0px 20px; } .framer-lY0VC .framer-f5gcc6 { order: 6; } .framer-lY0VC .framer-1i9ezcf { order: 7; } .framer-lY0VC .framer-6xmgbz { order: 8; } .framer-lY0VC .framer-1omcle0 { order: 9; } .framer-lY0VC .framer-1ptwiqc { order: 11; } .framer-lY0VC .framer-1p6588z-container { height: 48%; width: 564px; } .framer-lY0VC .framer-8n7zgh { gap: 45px; } .framer-lY0VC .framer-1aikrp1-container { order: 1; } .framer-lY0VC .framer-jigsyy { gap: 80px; order: 12; padding: 80px 0px 40px 0px; } .framer-lY0VC .framer-xl28ef { width: 708px; } .framer-lY0VC .framer-9vabui, .framer-lY0VC .framer-ho8jcx { height: 60vh; max-height: 600px; min-height: unset; } .framer-lY0VC .framer-4x3xhs, .framer-lY0VC .framer-p76au0, .framer-lY0VC .framer-oxzig2, .framer-lY0VC .framer-7ltuv6, .framer-lY0VC .framer-1e7hjun, .framer-lY0VC .framer-1sqi1o7 { padding: 0px; } .framer-lY0VC .framer-1a27mrc { height: 145px; } .framer-lY0VC .framer-1a7eu4h { height: 212px; } .framer-lY0VC .framer-17k2g43, .framer-lY0VC .framer-109nbon, .framer-lY0VC .framer-8fwtsy, .framer-lY0VC .framer-1xegtxc { max-height: 600px; padding: 32px 40px 32px 24px; } .framer-lY0VC .framer-1kr1mxo, .framer-lY0VC .framer-1n2z9ri, .framer-lY0VC .framer-10bmlw5, .framer-lY0VC .framer-1mqhx9f { align-self: unset; height: 602px; max-height: unset; } .framer-lY0VC .framer-v9nc14, .framer-lY0VC .framer-nwf4em { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; } .framer-lY0VC .framer-1eg7yjk { left: unset; position: relative; top: unset; width: 100%; } .framer-lY0VC .framer-1ta8o9a { left: unset; position: relative; right: unset; top: unset; width: 100%; } .framer-lY0VC .framer-zbcs5z { order: 13; } .framer-lY0VC .framer-1xosaom-container { height: 479px; width: 922px; } .framer-lY0VC .framer-1rajf5a-container { order: 18; }}\",\"@media (max-width: 767px) { .framer-lY0VC.framer-j3b93r { width: 375px; } .framer-lY0VC .framer-1s3n2nl { bottom: unset; left: 302px; order: 1; right: unset; top: 92%; transform: translateY(-50%); } .framer-lY0VC .framer-1cksaya { bottom: 4px; height: 23px; left: calc(50.00000000000002% - 31px / 2); width: 31px; } .framer-lY0VC .framer-7yk3aq-container { bottom: 15px; left: calc(50.00000000000002% - 32px / 2); width: 32px; } .framer-lY0VC .framer-wi3b1z, .framer-lY0VC .framer-1h3mnaj, .framer-lY0VC .framer-1mpw7ld, .framer-lY0VC .framer-irflu6, .framer-lY0VC .framer-a87ma5, .framer-lY0VC .framer-1pslt4z-container { order: 0; } .framer-lY0VC .framer-1e1e66-container, .framer-lY0VC .framer-f1ksd5, .framer-lY0VC .framer-1kc9loq, .framer-lY0VC .framer-whqpqk-container, .framer-lY0VC .framer-n110gc { order: 1; } .framer-lY0VC .framer-zptnd2 { order: 10; } .framer-lY0VC .framer-699ot7, .framer-lY0VC .framer-1vvrck, .framer-lY0VC .framer-1myfta0-container { order: 4; } .framer-lY0VC .framer-1jmlsow, .framer-lY0VC .framer-1jusdu7, .framer-lY0VC .framer-1tgdvc-container { order: 5; } .framer-lY0VC .framer-1e2j6lt { order: 15; } .framer-lY0VC .framer-74haww, .framer-lY0VC .framer-1nvxnac-container, .framer-lY0VC .framer-11akina-container { order: 2; } .framer-lY0VC .framer-uoqxf, .framer-lY0VC .framer-eelwyp, .framer-lY0VC .framer-1p9re3t-container { order: 3; } .framer-lY0VC .framer-1n7hg3h { order: 7; } .framer-lY0VC .framer-18t3ijh { height: var(--framer-aspect-ratio-supported, 175px); } .framer-lY0VC .framer-1um23e4 { height: var(--framer-aspect-ratio-supported, 162px); } .framer-lY0VC .framer-4qapq5 { height: var(--framer-aspect-ratio-supported, 223px); } .framer-lY0VC .framer-1llelne { height: var(--framer-aspect-ratio-supported, 176px); } .framer-lY0VC .framer-uiuiy7 { order: 6; } .framer-lY0VC .framer-6awvoy { order: 17; } .framer-lY0VC .framer-12qvvn8 { order: 12; } .framer-lY0VC .framer-b2tv7v { order: 13; } .framer-lY0VC .framer-jstqn6 { order: 14; } .framer-lY0VC .framer-bamjh3 { order: 9; } .framer-lY0VC .framer-x45pa7 { order: 11; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14331\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"az8Q2tdda\":{\"layout\":[\"fixed\",\"auto\"]},\"HtK0xG_Tm\":{\"layout\":[\"fixed\",\"auto\"]},\"I7gNqvqvG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Qlx9x63Il\":{\"pattern\":\":Qlx9x63Il\",\"name\":\"brand\"},\"iXaYdVEpK\":{\"pattern\":\":iXaYdVEpK\",\"name\":\"brand\"},\"Et8aGbfjj\":{\"pattern\":\":Et8aGbfjj\",\"name\":\"scrollimage1\"},\"IG11gDkFS\":{\"pattern\":\":IG11gDkFS\",\"name\":\"textscroll1\"},\"mmbxzAWBI\":{\"pattern\":\":mmbxzAWBI\",\"name\":\"scrollimage2\"},\"jAvkNWiAU\":{\"pattern\":\":jAvkNWiAU\",\"name\":\"textscroll2\"},\"sT0J3wHb6\":{\"pattern\":\":sT0J3wHb6\",\"name\":\"scrollimage3\"},\"oPHnEqsct\":{\"pattern\":\":oPHnEqsct\",\"name\":\"textscroll3\"},\"diQ1VVhMu\":{\"pattern\":\":diQ1VVhMu\",\"name\":\"simbuilder\"},\"ltboSYBK1\":{\"pattern\":\":ltboSYBK1\",\"name\":\"work\"},\"XxUd759YR\":{\"pattern\":\":XxUd759YR\",\"name\":\"createyoursim\"},\"ASl1gYqic\":{\"pattern\":\":ASl1gYqic\",\"name\":\"create-your-sim-mobile\"},\"lQnEQ2FD7\":{\"pattern\":\":lQnEQ2FD7\",\"name\":\"process\"},\"FZu5yC5u4\":{\"pattern\":\":FZu5yC5u4\",\"name\":\"hero\"},\"BchZNy0aK\":{\"pattern\":\":BchZNy0aK\",\"name\":\"brand\"},\"ZxC_vON_R\":{\"pattern\":\":ZxC_vON_R\",\"name\":\"2\"},\"GuwBOYWU9\":{\"pattern\":\":GuwBOYWU9\",\"name\":\"3\"},\"pbEbzudty\":{\"pattern\":\":pbEbzudty\",\"name\":\"4\"},\"LNim3Rvuy\":{\"pattern\":\":LNim3Rvuy\",\"name\":\"createyoursim\"},\"Pe7_LRLHT\":{\"pattern\":\":Pe7_LRLHT\",\"name\":\"adrplatformstudio\"},\"TS5jtAhT0\":{\"pattern\":\":TS5jtAhT0\",\"name\":\"process\"},\"G0F4qNdsl\":{\"pattern\":\":G0F4qNdsl\",\"name\":\"brand\"},\"NjfaqvFtf\":{\"pattern\":\":NjfaqvFtf\",\"name\":\"roicalculator\"},\"DCNc3g8l3\":{\"pattern\":\":DCNc3g8l3\",\"name\":\"work\"}}\n * @framerResponsiveScreen\n */const Framert5rZj2jpK=withCSS(Component,css,\"framer-lY0VC\");export default Framert5rZj2jpK;Framert5rZj2jpK.displayName=\"Home\";Framert5rZj2jpK.defaultProps={height:14331,width:1200};addFonts(Framert5rZj2jpK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]},...HeaderMainFonts,...FeatherFonts,...SectionFooterFonts,...SlideshowFonts,...GetStartedButtonBlueFonts,...TickerBrand2Fonts,...TickerBrandFonts,...ScrollTextComponentFonts,...MeasureValueWheelFonts,...VideoFonts,...CultureImpactCalculatorFonts,...CaseStudyAccordianFonts,...UtilitiesButtonFonts,...ProcessCardFonts,...IllustrationScrollComponentAnsleaFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert5rZj2jpK\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"az8Q2tdda\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HtK0xG_Tm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I7gNqvqvG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"14331\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"{\\\"Qlx9x63Il\\\":{\\\"pattern\\\":\\\":Qlx9x63Il\\\",\\\"name\\\":\\\"brand\\\"},\\\"iXaYdVEpK\\\":{\\\"pattern\\\":\\\":iXaYdVEpK\\\",\\\"name\\\":\\\"brand\\\"},\\\"Et8aGbfjj\\\":{\\\"pattern\\\":\\\":Et8aGbfjj\\\",\\\"name\\\":\\\"scrollimage1\\\"},\\\"IG11gDkFS\\\":{\\\"pattern\\\":\\\":IG11gDkFS\\\",\\\"name\\\":\\\"textscroll1\\\"},\\\"mmbxzAWBI\\\":{\\\"pattern\\\":\\\":mmbxzAWBI\\\",\\\"name\\\":\\\"scrollimage2\\\"},\\\"jAvkNWiAU\\\":{\\\"pattern\\\":\\\":jAvkNWiAU\\\",\\\"name\\\":\\\"textscroll2\\\"},\\\"sT0J3wHb6\\\":{\\\"pattern\\\":\\\":sT0J3wHb6\\\",\\\"name\\\":\\\"scrollimage3\\\"},\\\"oPHnEqsct\\\":{\\\"pattern\\\":\\\":oPHnEqsct\\\",\\\"name\\\":\\\"textscroll3\\\"},\\\"diQ1VVhMu\\\":{\\\"pattern\\\":\\\":diQ1VVhMu\\\",\\\"name\\\":\\\"simbuilder\\\"},\\\"ltboSYBK1\\\":{\\\"pattern\\\":\\\":ltboSYBK1\\\",\\\"name\\\":\\\"work\\\"},\\\"XxUd759YR\\\":{\\\"pattern\\\":\\\":XxUd759YR\\\",\\\"name\\\":\\\"createyoursim\\\"},\\\"ASl1gYqic\\\":{\\\"pattern\\\":\\\":ASl1gYqic\\\",\\\"name\\\":\\\"create-your-sim-mobile\\\"},\\\"lQnEQ2FD7\\\":{\\\"pattern\\\":\\\":lQnEQ2FD7\\\",\\\"name\\\":\\\"process\\\"},\\\"FZu5yC5u4\\\":{\\\"pattern\\\":\\\":FZu5yC5u4\\\",\\\"name\\\":\\\"hero\\\"},\\\"BchZNy0aK\\\":{\\\"pattern\\\":\\\":BchZNy0aK\\\",\\\"name\\\":\\\"brand\\\"},\\\"ZxC_vON_R\\\":{\\\"pattern\\\":\\\":ZxC_vON_R\\\",\\\"name\\\":\\\"2\\\"},\\\"GuwBOYWU9\\\":{\\\"pattern\\\":\\\":GuwBOYWU9\\\",\\\"name\\\":\\\"3\\\"},\\\"pbEbzudty\\\":{\\\"pattern\\\":\\\":pbEbzudty\\\",\\\"name\\\":\\\"4\\\"},\\\"LNim3Rvuy\\\":{\\\"pattern\\\":\\\":LNim3Rvuy\\\",\\\"name\\\":\\\"createyoursim\\\"},\\\"Pe7_LRLHT\\\":{\\\"pattern\\\":\\\":Pe7_LRLHT\\\",\\\"name\\\":\\\"adrplatformstudio\\\"},\\\"TS5jtAhT0\\\":{\\\"pattern\\\":\\\":TS5jtAhT0\\\",\\\"name\\\":\\\"process\\\"},\\\"G0F4qNdsl\\\":{\\\"pattern\\\":\\\":G0F4qNdsl\\\",\\\"name\\\":\\\"brand\\\"},\\\"NjfaqvFtf\\\":{\\\"pattern\\\":\\\":NjfaqvFtf\\\",\\\"name\\\":\\\"roicalculator\\\"},\\\"DCNc3g8l3\\\":{\\\"pattern\\\":\\\":DCNc3g8l3\\\",\\\"name\\\":\\\"work\\\"}}\"}},\"__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", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "Phosphor1Controls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "badgeText", "description", "height", "icon", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "gMPxGbBNv", "cMLEvam8D", "lq6j9JCSp", "xYKAp_GUD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerEqC0XLMeu", "withCSS", "EqC0XLMeu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerlwegFpTaD", "withCSS", "lwegFpTaD_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "body", "height", "id", "title", "title2", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "m3fY0Vq9P", "pYqjtfayJ", "DzqYb_3mJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerNrm9V2LeO", "withCSS", "Nrm9V2LeO_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "click2", "click3", "click4", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ILakDgkPa", "gYR_IeaGH", "EczqRbsLJ", "GB1if3TH_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaph9vm34", "args", "onTapvenwfq", "onTap1a63jc5", "onTap1koplay", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerIfcKeu_HF", "withCSS", "IfcKeu_HF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "click2", "click3", "click4", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "v4sy_ccbV", "uUbFRE9Oq", "jkv1HZBZv", "gM8L2g9bG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6q5yiy", "args", "onTap97j4zj", "onTap1ti5clu", "onTap1cgkdmo", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerkWdD7fSjd", "withCSS", "kWdD7fSjd_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "click2", "click3", "click4", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XRcLyPNLs", "kyozEdS6R", "fBkn7CrAA", "EMsviwKQ2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17c8lmh", "args", "onTaplezsp5", "onTapddbxcx", "onTap1mnlln", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerL0tm9z5mL", "withCSS", "L0tm9z5mL_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "click2", "click3", "click4", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "hGy2ef8Pw", "ZYtS0Iy_Y", "Dsaaac3d1", "IyyaxLMfe", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1daod51", "args", "onTaphy63u5", "onTapvbq941", "onTapz6219z", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "css", "FramerUvTAqv4rg", "withCSS", "UvTAqv4rg_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CaseStudiesBoostingExecutivesHoverFonts", "getFonts", "L0tm9z5mL_default", "CaseStudiesBeyondThePerfectResumeFonts", "kWdD7fSjd_default", "PredictingLongTermSuccessCollapsedFonts", "UvTAqv4rg_default", "CaseStudiesVirtualLeadershipDevelopmentCollapsedFonts", "IfcKeu_HF_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "XRcLyPNLs10pt2k4", "args", "kyozEdS6R10pt2k4", "fBkn7CrAA10pt2k4", "EMsviwKQ215eudtq", "onTap1soxs6t", "v4sy_ccbV172by6a", "uUbFRE9Oq172by6a", "jkv1HZBZv10pt2k4", "gM8L2g9bG15eudtq", "hGy2ef8Pw1adamoz", "ZYtS0Iy_Y10pt2k4", "Dsaaac3d110pt2k4", "IyyaxLMfe15eudtq", "onTap727e21", "ILakDgkPa1f3bw89", "gYR_IeaGH10pt2k4", "EczqRbsLJ10pt2k4", "GB1if3TH_15eudtq", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "css", "FramerSsU9CLkn_", "withCSS", "SsU9CLkn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "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", "Image2", "getLoadingLazyAtYPosition", "cx", "serializationHash", "css", "FramerYcT6RG55w", "withCSS", "MeseeknaLogoIcon_QdlD_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "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", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "Framerzb0OjRPc2", "withCSS", "A1_SimBuilder_Geopolitical_Scenario_Image_qmJY_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "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", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramerhJt6ZmbTz", "withCSS", "A2_SimBuilder_Business_Case_Scenario_Image_sMsi_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "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", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "css", "FramervlLBiqAET", "withCSS", "A3_SimBuilder_Custom_Image_BEyX_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerIuiLfY47s", "withCSS", "B1_Base_10_Users_Icon_k7rd_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerIGKRk0qn0", "withCSS", "B2_Add_Users_Icon_jaas_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "Framerq4Ot43fe6", "withCSS", "B3_Recruiter_Add_On_Icon_QBhb_default", "addFonts", "MeasureValueWheel", "props", "isLoaded", "setIsLoaded", "ye", "isVisible", "setIsVisible", "hasScrolled", "setHasScrolled", "isMobile", "setIsMobile", "isTablet", "setIsTablet", "containerWidth", "setContainerWidth", "selectedMeasures", "setSelectedMeasures", "expandedId", "setExpandedId", "showEmailPopup", "setShowEmailPopup", "email", "setEmail", "organization", "setOrganization", "selectedScenario", "setSelectedScenario", "isSubmitting", "setIsSubmitting", "emailError", "setEmailError", "inputValue", "setInputValue", "suggestions", "setSuggestions", "agreedToTerms", "setAgreedToTerms", "agreedToMarketing", "setAgreedToMarketing", "selectedKeywords", "showPrivacyModal", "setShowPrivacyModal", "showTermsModal", "setShowTermsModal", "tooltipContent", "setTooltipContent", "tooltipPosition", "setTooltipPosition", "mousePosition", "setMousePosition", "currentModalStep", "setCurrentModalStep", "participantCount", "setParticipantCount", "wantsRecruiterAccess", "setWantsRecruiterAccess", "totalPrice", "setTotalPrice", "billingPeriod", "setBillingPeriod", "billingDiscount", "searchResults", "setSearchResults", "searchQuery", "setSearchQuery", "showSuccessMessage", "setShowSuccessMessage", "successMessage", "setSuccessMessage", "ue", "handleScroll", "window", "checkResponsive", "mobile", "tablet", "handleMouseMove", "e", "handleSearchChange", "query", "directMatches", "keyword", "measureName", "VALUE_KEYWORDS", "measure", "MEASURES", "m", "combined", "handleAddMeasure", "measureId", "newSelectedMeasures", "measureInResults", "handleRemoveMeasure", "participantPrice", "measuresPrice", "recruiterPrice", "monthlyPrice", "calculatedPrice", "Developmental_Orientation_Icon_9Q8I_default", "Dependability_Icon_SyJj_default", "Innovation_Icon_KpZI_default", "Creative_Decisiveness_Icon_Wv3H_default", "Creative_Flexibility_Icon_XmiO_default", "Workplace_Engagement_Icon_cBQn_default", "People_Centrism_Icon_1eml_default", "Communication_Icon_3EW9_default", "Empathetic_Communication_Icon_fXJs_default", "Collaboration_52Pw_default", "Team_Orientation_Icon_CYj0_default", "Conflict_Approach_Icon_o8Pm_default", "Conflict_Response_Icon_zD8E_default", "Conflict_Management_Icon_u3xy_default", "Emotional_Resilience_Icon_X9AT_default", "Breadth_of_Approach_Icon_yK6B_default", "Resource_Management_Icon_RqCd_default", "Crisis_Preparedness_Icon_rZzG_default", "Crisis_Response_Icon_y0Rf_default", "Crisis_Recovery_Icon_XDEO_default", "Task_Management_Icon_ugV5_default", "Information_Management_Icon_iheA_default", "Strategic_Quantitative_Reasoning_Icon_F3Oh_default", "Stratecig_Thinking_Icon_qQXo_default", "Advanced_Strategy_Icon_CrDx_default", "Productivity_Icon_YZJr_default", "Proactivity_Icon_8ewK_default", "Initiative_Icon_2WOs_default", "Goal_Orientation_Icon_eoN2_default", "Goal_Management_Icon_9Umm_default", "getIconComponent", "Icon", "p", "renderParticipantIcon", "count", "B2_Add_Users_Icon_jaas_default", "B1_Base_10_Users_Icon_k7rd_default", "renderRecruiterIcon", "B3_Recruiter_Add_On_Icon_QBhb_default", "ScenarioCard", "scenario", "isSelected", "onClick", "u", "IconComponent", "getWheelSectionPath", "index", "totalMeasures", "anglePerSection", "startAngle", "endAngle", "outerRadius", "innerRadius", "startOuterX", "startOuterY", "endOuterX", "endOuterY", "startInnerX", "startInnerY", "endInnerX", "endInnerY", "largeArcFlag", "getSuggestions", "value", "item", "findMatchingMeasure", "normalizedInput", "matchedKeyword", "handleInputChange", "handleSuggestionClick", "suggestion", "element", "handleSubmit", "matchedMeasure", "validateEmail", "handleCreateSimulation", "selectedMeasuresData", "id", "response", "displaySuccessMessage", "resolve", "redirectToCheckout", "error", "handleWheelSectionHover", "handleWheelSectionLeave", "handleSaveConfiguration", "renderEmailModal", "maxModalHeight", "at", "step", "gu", "A1_SimBuilder_Geopolitical_Scenario_Image_qmJY_default", "A2_SimBuilder_Business_Case_Scenario_Image_sMsi_default", "A3_SimBuilder_Custom_Image_BEyX_default", "l", "Dd", "config", "renderPolicyModal", "type", "style", "message", "nl", "newSelected", "angle", "radius", "x", "y", "MeseeknaLogoIcon_QdlD_default", "Pd", "yt", "$a", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerBIUq8l3pA", "withCSS", "C3_Employee_Turnover_FBKZ_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerV2GLzaMOn", "withCSS", "C2_Emplopyee_Disengagement_ZKWC_default", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerstlRL4FBh", "withCSS", "C1_Hiring_Missteps_xbXr_default", "addFonts", "organizationTemplates", "isValidEmail", "email", "loadCalendlyScript", "window", "script", "link", "calculateROI", "totalCost", "employeeCount", "annualCostPerEmployee", "annualInvestment", "remainingEmployees", "tier1Employees", "tier2Employees", "potentialSavings", "roi", "Notification", "message", "type", "onClose", "u", "p", "PieChart", "data", "totalValue", "sum", "item", "startAngle", "index", "percentage", "endAngle", "x1", "y1", "x2", "y2", "largeArcFlag", "pathData", "path", "CultureImpactCalculator", "props", "ue", "style", "screenSize", "setScreenSize", "ye", "step", "setStep", "totalSteps", "setEmail", "selectedOrgName", "setSelectedOrgName", "teamTypes", "setTeamTypes", "disengagementRate", "setDisengagementRate", "turnoverRate", "setTurnoverRate", "cultureTurnoverRate", "setCultureTurnoverRate", "failedHireRate", "setFailedHireRate", "disengagementCost", "setDisengagementCost", "cultureTurnoverCost", "setCultureTurnoverCost", "failedHireCost", "setFailedHireCost", "setTotalCost", "turnoverCost", "setTurnoverCost", "perEmployeeCost", "setPerEmployeeCost", "percentageOfPayroll", "setPercentageOfPayroll", "showCitations", "setShowCitations", "showCalendly", "setShowCalendly", "showAssumptions", "setShowAssumptions", "selectedCard", "setSelectedCard", "isMounted", "setIsMounted", "setEmployeeCount", "notification", "setNotification", "activeSlide", "setActiveSlide", "isFlipped", "setIsFlipped", "isMobile", "setIsMobile", "mobileStep", "setMobileStep", "showValueModal", "setShowValueModal", "totalMobileSteps", "teamListStyle", "mainContainerStyle", "innerContainerStyle", "containerStyle", "teamCompositionStyle", "roiContainerStyle", "backButtonStyle", "valueCardHoverStyle", "roiDisplayStyle", "ctaContainerStyle", "callToActionButtonStyle", "secondaryActionButtonStyle", "emailSectionStyle", "inputStyle", "updateScreenSize", "width", "generateId", "t", "addTeamType", "removeTeamType", "id", "updateTeamType", "field", "value", "showNotification", "handleTurnoverRateChange", "newRate", "handleCultureTurnoverRateChange", "healthFactors", "totalCount", "totalDisengagementCost", "disengaged", "totalTurnoverCost", "turnover", "totalFailedHireCost", "failedHires", "newTotalCost", "newPerEmployeeCost", "totalPayroll", "newPercentageOfPayroll", "formatCurrency", "formatNumber", "CitationModal", "citations", "source", "CalendlyModal", "nextStep", "updatedTeamTypes", "prevStep", "totalEmployees", "avgSalary", "ProgressIndicator", "_", "i", "Tooltip", "content", "children", "show", "setShow", "renderSlider", "label", "onChange", "min", "max", "tooltip", "sliderColor", "labelColor", "customTrackStyle", "e", "renderAssumptionLevers", "renderStep", "OrganizationSelector", "teams", "name", "team", "teamType", "C3_Employee_Turnover_FBKZ_default", "C2_Emplopyee_Disengagement_ZKWC_default", "C1_Hiring_Missteps_xbXr_default", "valueCards", "card", "submitResults", "prev", "costColors", "control", "controlIndex", "roiData", "Logo_JHEo_default", "response", "error", "originalError", "args", "gridStyle", "onSelect", "selectedOrg", "setSelectedOrg", "key", "org", "ValueCardModal", "detail", "fontStore", "fonts", "css", "className", "HeaderMainFonts", "getFonts", "utILmMyn9_default", "FeatherFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "ContainerWithFX", "Container", "SectionFooterFonts", "tRBfij_uh_default", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "SlideshowFonts", "Slideshow", "ContainerWithOptimizedAppearEffect", "RichTextWithOptimizedAppearEffect", "RichText2", "GetStartedButtonBlueFonts", "HzvyUomze_default", "MotionDivWithOptimizedAppearEffect", "RichTextWithFX", "TickerBrand2Fonts", "EFdfKArQR_default", "TickerBrandFonts", "VTy7DZV4s_default", "ScrollTextComponentFonts", "Nrm9V2LeO_default", "ScrollTextComponentWithVariantAppearEffect", "withVariantAppearEffect", "MeasureValueWheelFonts", "MeasureValueWheel", "VideoFonts", "Video", "CultureImpactCalculatorFonts", "CultureImpactCalculator", "CaseStudyAccordianFonts", "SsU9CLkn_default", "UtilitiesButtonFonts", "pGJ5SRHJp_default", "ProcessCardFonts", "EqC0XLMeu_default", "IllustrationScrollComponentAnsleaFonts", "lwegFpTaD_default", "IllustrationScrollComponentAnsleaWithVariantAppearEffect", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "transition2", "animation1", "animation2", "animation3", "animation4", "animation5", "animation6", "animation7", "transition3", "transition4", "transition5", "animation8", "animation9", "animation10", "transition6", "animation11", "transition7", "animation12", "transition8", "animation13", "transition9", "transition10", "animation14", "animation15", "transformTemplate2", "animation16", "transition11", "animation17", "transition12", "animation18", "animation19", "transition13", "animation20", "animation21", "animation22", "animation23", "transition14", "animation24", "transition15", "animation25", "animation26", "animation27", "transition16", "animation28", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "elementId10", "ref11", "elementId11", "ref12", "elementId12", "ref13", "elementId13", "ref14", "elementId14", "ref15", "elementId15", "ref16", "ref17", "elementId16", "ref18", "elementId17", "elementId18", "ref19", "elementId19", "ref20", "isDisplayed2", "elementId20", "ref21", "isDisplayed3", "elementId21", "ref22", "elementId22", "ref23", "elementId23", "ref24", "isDisplayed4", "isDisplayed5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Link", "x", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "css", "Framert5rZj2jpK", "withCSS", "t5rZj2jpK_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
