{"version":3,"file":"LPfDsE6mq.BBsR3qZi.mjs","names":["addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","Phosphor","Pulse","Stat","Image"],"sources":["https:/framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js","https:/framerusercontent.com/modules/KAQ4V67vdw12OQ3vAmpe/xUYYk2u2noIV4Nv6mZ12/z_AIVsk_k.js","https:/framerusercontent.com/modules/dFpKOoBpmuIZcxB9odTU/oPL6vQsUfmo9dP71LdGJ/LPfDsE6mq.js"],"sourcesContent":["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on 𝕏\n *\n * Full terms here ↴\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;// Pass 'once' to useInView\nconst isInView=useInView(ref,{once});const[hasAnimated,setHasAnimated]=useState(false);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{// Determine if animation should play\nif(!isCanvas&&(playOnLoad||isInView)&&!hasAnimated){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));},onComplete:()=>{if(once){setHasAnimated(true);}}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType,once,hasAnimated]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#FFF\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"↳ Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:64,lineHeight:\"1.5em\",letterSpacing:\"Medium\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"Play on Load\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map","// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js\";const AnimatedCounterFonts=getFonts(AnimatedCounter);const cycleOrder=[\"qT_JFq3UU\",\"Nq8uhGkHv\",\"TCoDqvzrq\"];const serializationHash=\"framer-r4Bjn\";const variantClassNames={Nq8uhGkHv:\"framer-v-1ux17mx\",qT_JFq3UU:\"framer-v-6bov56\",TCoDqvzrq:\"framer-v-1q4y3ly\"};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={Desktop:\"qT_JFq3UU\",Phone:\"TCoDqvzrq\",Tablet:\"Nq8uhGkHv\"};const getProps=({height,id,number,serfix,title,width,...props})=>{return{...props,EeYKrl6Xn:number??props.EeYKrl6Xn??20,HNhPDeroM:title??props.HNhPDeroM??\"Kinds of research\",nkPDAwnOs:serfix??props.nkPDAwnOs??\"K+\",variant:humanReadableVariantMap[props.variant]??props.variant??\"qT_JFq3UU\"};};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,EeYKrl6Xn,nkPDAwnOs,HNhPDeroM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qT_JFq3UU\",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-6bov56\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qT_JFq3UU\",ref:refBinding,style:{...style},...addPropertyOverrides({Nq8uhGkHv:{\"data-framer-name\":\"Tablet\"},TCoDqvzrq:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15s44cd\",\"data-framer-name\":\"Counter\",layoutDependency:layoutDependency,layoutId:\"jNz8qVBEC\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18eahis-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kyXcxgq3O-container\",nodeId:\"kyXcxgq3O\",rendersWithMotion:true,scopeId:\"z_AIVsk_k\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-04f4fe0d-0b30-4ebe-a050-41ddae672342, rgb(0, 0, 0))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"75px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-2px\",lineHeight:\"1.15em\"},from:0,height:\"100%\",id:\"kyXcxgq3O\",layoutId:\"kyXcxgq3O\",once:true,playOnLoad:false,to:EeYKrl6Xn,width:\"100%\",...addPropertyOverrides({Nq8uhGkHv:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-1px\",lineHeight:\"1.15em\"}},TCoDqvzrq:{font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.5px\",lineHeight:\"1.15em\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.82px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-04f4fe0d-0b30-4ebe-a050-41ddae672342, rgb(0, 0, 0)))\"},children:\"K+\"})}),className:\"framer-i05pwo\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"w69nv8OiZ\",style:{\"--extracted-1of0zx5\":\"var(--token-04f4fe0d-0b30-4ebe-a050-41ddae672342, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:nkPDAwnOs,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-de3e2da4-4212-4f92-a522-2babca9067a5, rgb(59, 59, 59)))\"},children:\"Kinds of research\"})}),className:\"framer-4adrzp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eld0qfOJi\",style:{\"--extracted-r6o4lv\":\"var(--token-de3e2da4-4212-4f92-a522-2babca9067a5, rgb(59, 59, 59))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:HNhPDeroM,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-r4Bjn.framer-wilrly, .framer-r4Bjn .framer-wilrly { display: block; }\",\".framer-r4Bjn.framer-6bov56 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-r4Bjn .framer-15s44cd { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-r4Bjn .framer-18eahis-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-r4Bjn .framer-i05pwo, .framer-r4Bjn .framer-4adrzp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-r4Bjn.framer-v-1q4y3ly.framer-6bov56 { gap: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 133\n * @framerIntrinsicWidth 166.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Nq8uhGkHv\":{\"layout\":[\"auto\",\"auto\"]},\"TCoDqvzrq\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"EeYKrl6Xn\":\"number\",\"nkPDAwnOs\":\"serfix\",\"HNhPDeroM\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerz_AIVsk_k=withCSS(Component,css,\"framer-r4Bjn\");export default Framerz_AIVsk_k;Framerz_AIVsk_k.displayName=\"Stat\";Framerz_AIVsk_k.defaultProps={height:133,width:166.5};addPropertyControls(Framerz_AIVsk_k,{variant:{options:[\"qT_JFq3UU\",\"Nq8uhGkHv\",\"TCoDqvzrq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},EeYKrl6Xn:{defaultValue:20,displayStepper:true,min:0,step:.1,title:\"Number\",type:ControlType.Number},nkPDAwnOs:{defaultValue:\"K+\",displayTextArea:false,title:\"Serfix\",type:ControlType.String},HNhPDeroM:{defaultValue:\"Kinds of research\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerz_AIVsk_k,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{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\"}]},...AnimatedCounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerz_AIVsk_k\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"133\",\"framerIntrinsicWidth\":\"166.5\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"EeYKrl6Xn\\\":\\\"number\\\",\\\"nkPDAwnOs\\\":\\\"serfix\\\",\\\"HNhPDeroM\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Nq8uhGkHv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TCoDqvzrq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./z_AIVsk_k.map","// Generated by Framer (55cf326)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Pulse from\"https://framerusercontent.com/modules/oE6hVqCummm21WrtqdpF/wxeunXuLgm7fIQujXhUQ/Pulse.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Stat from\"https://framerusercontent.com/modules/KAQ4V67vdw12OQ3vAmpe/xUYYk2u2noIV4Nv6mZ12/z_AIVsk_k.js\";const VideoFonts=getFonts(Video);const PhosphorFonts=getFonts(Phosphor);const PulseFonts=getFonts(Pulse);const StatFonts=getFonts(Stat);const MotionAWithFX=withFX(motion.a);const PhosphorControls=getPropertyControls(Phosphor);const VideoControls=getPropertyControls(Video);const enabledGestures={Ame1Aohvl:{hover:true},IQZ3qUg2O:{hover:true},khQQkIcvt:{hover:true},mlOuR_b1_:{hover:true}};const cycleOrder=[\"khQQkIcvt\",\"GZovakWx2\",\"U_s919eqo\",\"Ame1Aohvl\",\"EJ2jzm3gL\",\"JyLOrkMzL\",\"IUSs6rxrv\",\"mlOuR_b1_\",\"IQZ3qUg2O\"];const serializationHash=\"framer-lUudq\";const variantClassNames={Ame1Aohvl:\"framer-v-1tr5sp2\",EJ2jzm3gL:\"framer-v-2lyt4u\",GZovakWx2:\"framer-v-xadwp\",IQZ3qUg2O:\"framer-v-x7wm9l\",IUSs6rxrv:\"framer-v-jh9ky8\",JyLOrkMzL:\"framer-v-13jdoh3\",khQQkIcvt:\"framer-v-zs55ta\",mlOuR_b1_:\"framer-v-c4o9p8\",U_s919eqo:\"framer-v-ynvwqa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition2={damping:50,delay:.1,mass:1,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:24};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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={\"BIG NUMBERS\":\"EJ2jzm3gL\",\"DESKTOP SQUARE\":\"mlOuR_b1_\",\"LONG ORIENTATION LANDSCAPE\":\"Ame1Aohvl\",\"phone square\":\"IUSs6rxrv\",\"SQUARE ORIENTATION VIDEO\":\"GZovakWx2\",\"SQUARE ORIENTATION\":\"khQQkIcvt\",\"Variant 6\":\"JyLOrkMzL\",\"Variant 9\":\"IQZ3qUg2O\",\"VERTICAL ORIENTATION\":\"U_s919eqo\"};const getProps=({click2,height,icon,id,image,link3,number,serfix,subtext,title,title2,video,width,...props})=>{return{...props,EcU870K0T:title2??props.EcU870K0T??\"Hours of Clinical Experience\",eRDR1j8zv:click2??props.eRDR1j8zv,g4gYr8qrg:image??props.g4gYr8qrg??{alt:\"\",pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/6ncu3N2OPOX3SyPEbqv5SP6hGUA.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6ncu3N2OPOX3SyPEbqv5SP6hGUA.png?scale-down-to=512 512w,https://framerusercontent.com/images/6ncu3N2OPOX3SyPEbqv5SP6hGUA.png 1024w\"},GH1Wo4atz:icon??props.GH1Wo4atz??\"AirplaneTakeoff\",iA6Xvg7pr:serfix??props.iA6Xvg7pr??\"K+\",jpKEXKyib:title??props.jpKEXKyib??\"@marcus\",LXaBpazL1:number??props.LXaBpazL1??20,variant:humanReadableVariantMap[props.variant]??props.variant??\"khQQkIcvt\",wvn9ar9v5:video??props.wvn9ar9v5,Y1kWns34T:link3??props.Y1kWns34T,ZjKSleWii:subtext??props.ZjKSleWii??\"5,215 followers\"};};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,jpKEXKyib,ZjKSleWii,GH1Wo4atz,eRDR1j8zv,g4gYr8qrg,wvn9ar9v5,LXaBpazL1,iA6Xvg7pr,EcU870K0T,Y1kWns34T,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"khQQkIcvt\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap4uu6rf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(eRDR1j8zv){const res=await eRDR1j8zv(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"khQQkIcvt-hover\")return true;if(baseVariant===\"GZovakWx2\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"U_s919eqo\")return true;return false;};const isDisplayed2=()=>{if([\"khQQkIcvt-hover\",\"Ame1Aohvl-hover\"].includes(gestureVariant))return false;if([\"GZovakWx2\",\"EJ2jzm3gL\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(gestureVariant===\"Ame1Aohvl-hover\")return false;if([\"IQZ3qUg2O-hover\",\"mlOuR_b1_-hover\"].includes(gestureVariant))return true;if([\"Ame1Aohvl\",\"IUSs6rxrv\",\"mlOuR_b1_\",\"IQZ3qUg2O\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"Ame1Aohvl-hover\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"EJ2jzm3gL\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"khQQkIcvt\",scopeId:\"LPfDsE6mq\",...addPropertyOverrides({IUSs6rxrv:{href:Y1kWns34T},mlOuR_b1_:{href:Y1kWns34T}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionAWithFX,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-zs55ta\",className,classNames)} framer-11gpg5n`,\"data-framer-name\":\"SQUARE ORIENTATION\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"khQQkIcvt\",onTap:onTap4uu6rf,ref:refBinding,style:{backgroundColor:\"var(--token-3f01bec1-aa6c-4fd5-8cfb-202f22af0cb3, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(0, 0, 0, 0.04)\",...style},...addPropertyOverrides({\"Ame1Aohvl-hover\":{\"data-framer-name\":undefined},\"IQZ3qUg2O-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onTap:undefined},\"khQQkIcvt-hover\":{\"data-framer-name\":undefined},\"mlOuR_b1_-hover\":{\"data-framer-name\":undefined},Ame1Aohvl:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"LONG ORIENTATION LANDSCAPE\"},EJ2jzm3gL:{\"data-framer-name\":\"BIG NUMBERS\"},GZovakWx2:{\"data-framer-name\":\"SQUARE ORIENTATION VIDEO\"},IQZ3qUg2O:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"Variant 9\",\"data-highlight\":undefined,onTap:undefined},IUSs6rxrv:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"phone square\"},JyLOrkMzL:{\"data-framer-name\":\"Variant 6\"},mlOuR_b1_:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"DESKTOP SQUARE\"},U_s919eqo:{\"data-framer-name\":\"VERTICAL ORIENTATION\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mwqgow-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"EZid9CAnA-container\",nodeId:\"EZid9CAnA\",rendersWithMotion:true,scopeId:\"LPfDsE6mq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"EZid9CAnA\",isMixedBorderRadius:false,layoutId:\"EZid9CAnA\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/daucTv3pbr2Sp4JKVaPABqkj0.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vbv50g-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WJGPecY9P-container\",nodeId:\"WJGPecY9P\",rendersWithMotion:true,scopeId:\"LPfDsE6mq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"WJGPecY9P\",isMixedBorderRadius:false,layoutId:\"WJGPecY9P\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m8plya-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QCIsSTmLM-container\",nodeId:\"QCIsSTmLM\",rendersWithMotion:true,scopeId:\"LPfDsE6mq\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fef952ef-2378-4120-b314-2c1853c0306a, rgb(16, 16, 20))\",height:\"100%\",iconSearch:\"House\",iconSelection:GH1Wo4atz,id:\"QCIsSTmLM\",layoutId:\"QCIsSTmLM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kt1pho\",\"data-framer-name\":\"Text Container\",layoutDependency:layoutDependency,layoutId:\"LCI57MeTR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c0c6063f-99de-4982-a866-e8d552315ca4, rgb(39, 39, 42)))\"},children:\"@marcus\"})}),className:\"framer-ah3t07\",\"data-framer-name\":\"@marcus\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"vDBL0k_Pc\",style:{\"--extracted-r6o4lv\":\"var(--token-c0c6063f-99de-4982-a866-e8d552315ca4, rgb(39, 39, 42))\"},text:jpKEXKyib,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({mlOuR_b1_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c0c6063f-99de-4982-a866-e8d552315ca4, rgb(39, 39, 42)))\"},children:\"@marcus\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35403b2d-35a0-4561-ad8a-f65e4637bffa, rgb(153, 153, 153)))\"},children:\"5,215 followers\"})}),className:\"framer-ip67n3\",\"data-framer-name\":\"5,215 followers\",fonts:[\"FS;Manrope-medium\"],layoutDependency:layoutDependency,layoutId:\"Pjm9naRDp\",style:{\"--extracted-r6o4lv\":\"var(--token-35403b2d-35a0-4561-ad8a-f65e4637bffa, rgb(153, 153, 153))\"},text:ZjKSleWii,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({mlOuR_b1_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1tZWRpdW0=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-35403b2d-35a0-4561-ad8a-f65e4637bffa, rgb(153, 153, 153)))\"},children:\"5,215 followers\"})})}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w9zpe3\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Us96vgKkE\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-189isxg-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nTZw0cAFh-container\",nodeId:\"nTZw0cAFh\",rendersWithMotion:true,scopeId:\"LPfDsE6mq\",children:/*#__PURE__*/_jsx(Pulse,{borderWidth:5,color:\"var(--token-e839ed55-41fa-474e-a35d-99d03c0535fe, rgb(43, 150, 237))\",delay:1,direction:\"out\",height:\"100%\",id:\"nTZw0cAFh\",layoutId:\"nTZw0cAFh\",pulseOpacity:.5,pulseSize:10,radiusType:\"full\",radiusValue:20,style:\"solid\",transition:{damping:60,delay:0,mass:1,stiffness:150,type:\"spring\"},width:\"100%\",...addPropertyOverrides({Ame1Aohvl:{color:\"rgb(214, 200, 182)\"},IQZ3qUg2O:{color:\"rgb(214, 200, 182)\"},IUSs6rxrv:{color:\"rgb(214, 200, 182)\"},mlOuR_b1_:{color:\"rgb(214, 200, 182)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-aieq9i\",\"data-styles-preset\":\"NIHd3UXqz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e2c15eb3-99b8-4246-be0e-fac2deca63fc, rgb(128, 128, 128)))\"},children:\"Available Today\"})}),className:\"framer-2sf67v\",\"data-framer-name\":\"Available for freelance projects\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NU_xCU5h7\",style:{\"--extracted-r6o4lv\":\"var(--token-e2c15eb3-99b8-4246-be0e-fac2deca63fc, rgb(128, 128, 128))\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1024,pixelWidth:1024,...toResponsiveImage(g4gYr8qrg)},className:\"framer-asgxwd\",layoutDependency:layoutDependency,layoutId:\"ix2GWV13o\",style:{rotate:17},...addPropertyOverrides({\"IQZ3qUg2O-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),pixelHeight:1024,pixelWidth:1024,sizes:\"181px\",...toResponsiveImage(g4gYr8qrg)}},\"mlOuR_b1_-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||309)-225),pixelHeight:1024,pixelWidth:1024,sizes:\"269px\",...toResponsiveImage(g4gYr8qrg)}},Ame1Aohvl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||153)-127.5),pixelHeight:1024,pixelWidth:1024,sizes:\"144px\",...toResponsiveImage(g4gYr8qrg)}},IQZ3qUg2O:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||153)-127.5),pixelHeight:1024,pixelWidth:1024,sizes:\"144px\",...toResponsiveImage(g4gYr8qrg)}},IUSs6rxrv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||309)-125),pixelHeight:1024,pixelWidth:1024,sizes:\"164px\",...toResponsiveImage(g4gYr8qrg)}},mlOuR_b1_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||309)-161.4625),pixelHeight:1024,pixelWidth:1024,sizes:\"206px\",...toResponsiveImage(g4gYr8qrg)}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s9bplf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rO2myLwTC-container\",nodeId:\"rO2myLwTC\",rendersWithMotion:true,scopeId:\"LPfDsE6mq\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"rO2myLwTC\",isMixedBorderRadius:false,layoutId:\"rO2myLwTC\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:wvn9ar9v5,srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5xrpp2\",layoutDependency:layoutDependency,layoutId:\"wRj8s9wQE\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(61, 61, 61) 100%)\"}}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EJ2jzm3gL:{height:133,y:(componentViewport?.y||0)+0+(((componentViewport?.height||272)-0-133)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14a9dpo-container\",layoutDependency:layoutDependency,layoutId:\"IctcEavEL-container\",nodeId:\"IctcEavEL\",rendersWithMotion:true,scopeId:\"LPfDsE6mq\",children:/*#__PURE__*/_jsx(Stat,{EeYKrl6Xn:LXaBpazL1,height:\"100%\",HNhPDeroM:EcU870K0T,id:\"IctcEavEL\",layoutId:\"IctcEavEL\",nkPDAwnOs:iA6Xvg7pr,variant:\"qT_JFq3UU\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lUudq.framer-11gpg5n, .framer-lUudq .framer-11gpg5n { display: block; }\",\".framer-lUudq.framer-zs55ta { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 212px; justify-content: space-between; overflow: visible; padding: 16px; position: relative; width: 229px; }\",\".framer-lUudq .framer-1mwqgow-container, .framer-lUudq .framer-1s9bplf-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-lUudq .framer-1vbv50g-container { flex: none; height: 484px; position: relative; width: 317px; }\",\".framer-lUudq .framer-m8plya-container { flex: none; height: 31px; position: relative; width: 26px; }\",\".framer-lUudq .framer-kt1pho { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lUudq .framer-ah3t07, .framer-lUudq .framer-ip67n3 { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lUudq .framer-1w9zpe3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lUudq .framer-189isxg-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-lUudq .framer-2sf67v { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-lUudq .framer-asgxwd { bottom: -13px; flex: none; height: 141px; overflow: hidden; position: absolute; right: 18px; width: 144px; z-index: 1; }\",\".framer-lUudq .framer-5xrpp2 { bottom: 0px; flex: none; height: 354px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-lUudq .framer-14a9dpo-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-lUudq.framer-v-xadwp.framer-zs55ta { padding: 0px; }\",\".framer-lUudq.framer-v-ynvwqa.framer-zs55ta { height: 650px; width: 350px; }\",\".framer-lUudq.framer-v-1tr5sp2.framer-zs55ta, .framer-lUudq.framer-v-x7wm9l.framer-zs55ta { height: 153px; overflow: hidden; width: 560px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lUudq.framer-v-1tr5sp2 .framer-m8plya-container, .framer-lUudq.framer-v-jh9ky8 .framer-m8plya-container, .framer-lUudq.framer-v-x7wm9l .framer-m8plya-container { order: 3; }\",\".framer-lUudq.framer-v-1tr5sp2 .framer-kt1pho, .framer-lUudq.framer-v-jh9ky8 .framer-kt1pho, .framer-lUudq.framer-v-c4o9p8 .framer-kt1pho, .framer-lUudq.framer-v-x7wm9l .framer-kt1pho { order: 4; }\",\".framer-lUudq.framer-v-1tr5sp2 .framer-1w9zpe3, .framer-lUudq.framer-v-jh9ky8 .framer-1w9zpe3, .framer-lUudq.framer-v-c4o9p8 .framer-1w9zpe3, .framer-lUudq.framer-v-x7wm9l .framer-1w9zpe3 { order: 5; }\",\".framer-lUudq.framer-v-1tr5sp2 .framer-asgxwd, .framer-lUudq.framer-v-x7wm9l .framer-asgxwd { order: 0; }\",\".framer-lUudq.framer-v-2lyt4u.framer-zs55ta { align-content: center; align-items: center; gap: 0px; height: 272px; justify-content: center; padding: 0px; width: 313px; }\",\".framer-lUudq.framer-v-13jdoh3.framer-zs55ta { aspect-ratio: 1.080188679245283 / 1; height: var(--framer-aspect-ratio-supported, 519px); width: 561px; }\",\".framer-lUudq.framer-v-jh9ky8.framer-zs55ta, .framer-lUudq.framer-v-c4o9p8.framer-zs55ta { gap: 24px; height: 309px; justify-content: flex-start; overflow: hidden; text-decoration: none; width: 391px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lUudq.framer-v-jh9ky8 .framer-asgxwd { bottom: -42px; height: 167px; order: 0; overflow: visible; right: -7px; width: 164px; }\",\".framer-lUudq.framer-v-c4o9p8 .framer-m8plya-container { height: 53px; order: 3; width: 50px; }\",\".framer-lUudq.framer-v-c4o9p8 .framer-ip67n3 { width: 246px; }\",\".framer-lUudq.framer-v-c4o9p8 .framer-asgxwd { bottom: -37px; height: 198px; order: 0; overflow: visible; right: -12px; width: 206px; }\",\".framer-lUudq.framer-v-zs55ta.hover.framer-zs55ta { height: 504px; padding: 0px; width: 558px; }\",\".framer-lUudq.framer-v-1tr5sp2.hover.framer-zs55ta { height: 556px; padding: 0px; }\",\".framer-lUudq.framer-v-1tr5sp2.hover .framer-1s9bplf-container { order: 6; }\",\".framer-lUudq.framer-v-1tr5sp2.hover .framer-5xrpp2 { order: 7; }\",\".framer-lUudq.framer-v-x7wm9l.hover .framer-asgxwd { bottom: -9px; height: unset; right: 13px; top: 0px; width: 181px; }\",\".framer-lUudq.framer-v-c4o9p8.hover .framer-asgxwd { bottom: -29px; height: 254px; right: -22px; width: 269px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 212\n * @framerIntrinsicWidth 229\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GZovakWx2\":{\"layout\":[\"fixed\",\"fixed\"]},\"U_s919eqo\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ame1Aohvl\":{\"layout\":[\"fixed\",\"fixed\"]},\"EJ2jzm3gL\":{\"layout\":[\"fixed\",\"fixed\"]},\"JyLOrkMzL\":{\"layout\":[\"fixed\",\"fixed\"]},\"IUSs6rxrv\":{\"layout\":[\"fixed\",\"fixed\"]},\"mlOuR_b1_\":{\"layout\":[\"fixed\",\"fixed\"]},\"IQZ3qUg2O\":{\"layout\":[\"fixed\",\"fixed\"]},\"RB661DwfQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"lcjpr7MdV\":{\"layout\":[\"fixed\",\"fixed\"]},\"b84UBu7Dk\":{\"layout\":[\"fixed\",\"fixed\"]},\"jYPfEgSim\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"jpKEXKyib\":\"title\",\"ZjKSleWii\":\"subtext\",\"GH1Wo4atz\":\"icon\",\"eRDR1j8zv\":\"click2\",\"g4gYr8qrg\":\"image\",\"wvn9ar9v5\":\"video\",\"LXaBpazL1\":\"number\",\"iA6Xvg7pr\":\"serfix\",\"EcU870K0T\":\"title2\",\"Y1kWns34T\":\"link3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerLPfDsE6mq=withCSS(Component,css,\"framer-lUudq\");export default FramerLPfDsE6mq;FramerLPfDsE6mq.displayName=\"BENTO BOX\";FramerLPfDsE6mq.defaultProps={height:212,width:229};addPropertyControls(FramerLPfDsE6mq,{variant:{options:[\"khQQkIcvt\",\"GZovakWx2\",\"U_s919eqo\",\"Ame1Aohvl\",\"EJ2jzm3gL\",\"JyLOrkMzL\",\"IUSs6rxrv\",\"mlOuR_b1_\",\"IQZ3qUg2O\"],optionTitles:[\"SQUARE ORIENTATION\",\"SQUARE ORIENTATION VIDEO\",\"VERTICAL ORIENTATION\",\"LONG ORIENTATION LANDSCAPE\",\"BIG NUMBERS\",\"Variant 6\",\"phone square\",\"DESKTOP SQUARE\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum},jpKEXKyib:{defaultValue:\"@marcus\",displayTextArea:false,title:\"Title\",type:ControlType.String},ZjKSleWii:{defaultValue:\"5,215 followers\",displayTextArea:false,title:\"Subtext\",type:ControlType.String},GH1Wo4atz:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"AirplaneTakeoff\",description:undefined,hidden:undefined,title:\"Icon\"},eRDR1j8zv:{title:\"Click 2\",type:ControlType.EventHandler},g4gYr8qrg:{__defaultAssetReference:\"data:framer/asset-reference,6ncu3N2OPOX3SyPEbqv5SP6hGUA.png?originalFilename=image.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,6ncu3N2OPOX3SyPEbqv5SP6hGUA.png?originalFilename=image.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},wvn9ar9v5:VideoControls?.[\"srcFile\"]&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video\"},LXaBpazL1:{defaultValue:20,displayStepper:true,min:0,step:.1,title:\"Number\",type:ControlType.Number},iA6Xvg7pr:{defaultValue:\"K+\",displayTextArea:false,title:\"Serfix\",type:ControlType.String},EcU870K0T:{defaultValue:\"Hours of Clinical Experience\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},Y1kWns34T:{title:\"Link 3\",type:ControlType.Link}});addFonts(FramerLPfDsE6mq,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BNWG6MUI4RTC6WEND2VPDH4MHMIVU3XZ/R5YXY5FMVG6PXU36GNEEA24MIPMEPGSM/CIM4KQCLZSMMLWPVH25IDDSTY4ENPHEY.woff2\",weight:\"500\"},{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\"}]},...VideoFonts,...PhosphorFonts,...PulseFonts,...StatFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLPfDsE6mq\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GZovakWx2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U_s919eqo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ame1Aohvl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EJ2jzm3gL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JyLOrkMzL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IUSs6rxrv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mlOuR_b1_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IQZ3qUg2O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RB661DwfQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lcjpr7MdV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b84UBu7Dk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jYPfEgSim\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"212\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"229\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"jpKEXKyib\\\":\\\"title\\\",\\\"ZjKSleWii\\\":\\\"subtext\\\",\\\"GH1Wo4atz\\\":\\\"icon\\\",\\\"eRDR1j8zv\\\":\\\"click2\\\",\\\"g4gYr8qrg\\\":\\\"image\\\",\\\"wvn9ar9v5\\\":\\\"video\\\",\\\"LXaBpazL1\\\":\\\"number\\\",\\\"iA6Xvg7pr\\\":\\\"serfix\\\",\\\"EcU870K0T\\\":\\\"title2\\\",\\\"Y1kWns34T\\\":\\\"link3\\\"}\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LPfDsE6mq.map"],"mappings":"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"}