{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/GPxe92EPbTzxleXzFu6x/3Nl1kFrrs8qgNQxOFhYm/Hover3D.js", "ssg:https://framerusercontent.com/modules/Mugq5EyZ74tL1NvlMlQE/EoxSCtnYn71rs2FhUjgc/Ix6daX2XG.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js", "ssg:https://framerusercontent.com/modules/NcKxWRP14iuTJV7RTjZi/y7F2xWjrlIWrwEYVFB7U/xLCkKjCXI.js", "ssg:https://framerusercontent.com/modules/EKckvRYpR7z9PQFHYset/rZqg5U1to15Iq9Ny09Rw/RotateTowards.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion,useMotionValue,useTransform,animate}from\"framer-motion\";import{useState,cloneElement}from\"react\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function Hover3D(props){var _props_layer;const{angle,directions,transition}=props;const[isHovering,setIsHovering]=useState(false);const rotateX=useMotionValue(0);const rotateY=useMotionValue(0);const hoverInfluence=useMotionValue(0);let layer=(_props_layer=props.layer)===null||_props_layer===void 0?void 0:_props_layer[0];if(layer&&props.style&&(props.style.width||props.style.height)){layer=/*#__PURE__*/cloneElement(layer,{style:{...layer.props.style,...props.style}});}function handleMouseEnter(){setIsHovering(true);animate(hoverInfluence,1,transition);}function handleMouseLeave(){setIsHovering(false);animate(hoverInfluence,0,transition);}function handleMouseMove(event){const{clientX,clientY}=event;const rect=event.currentTarget.getBoundingClientRect();const centerX=rect.left+rect.width/2;const centerY=rect.top+rect.height/2;if(directions==\"vertical\"||directions==\"all\"){rotateX.set((clientY-centerY)/rect.height*angle*-2);}if(directions==\"horizontal\"||directions==\"all\"){rotateY.set(-(clientX-centerX)/rect.width*angle*-2);}}return /*#__PURE__*/_jsx(motion.div,{onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,onMouseMove:handleMouseMove,style:{perspective:`${props.perspective}px`,transformStyle:\"preserve-3d\",...props.style},children:/*#__PURE__*/_jsx(motion.div,{transition:transition,style:{rotateX:useTransform([rotateX,hoverInfluence],([rotate,influence])=>Number(rotate)*Number(influence)),rotateY:useTransform([rotateY,hoverInfluence],([rotate,influence])=>Number(rotate)*Number(influence)),transformStyle:\"preserve-3d\",...props.style},children:layer})});}Hover3D.displayName=\"3D Hover\";addPropertyControls(Hover3D,{layer:{type:ControlType.ComponentInstance},angle:{type:ControlType.Number,defaultValue:12,min:-45,max:45,unit:\"\\xb0\"},directions:{type:ControlType.Enum,defaultValue:\"all\",options:[\"all\",\"vertical\",\"horizontal\"],optionIcons:[\"direction-all\",\"direction-horizontal\",\"direction-vertical\"],displaySegmentedControl:true},// horizontal: {\n//     type: ControlType.Boolean,\n//     defaultValue: true,\n// },\n// vertical: {\n//     type: ControlType.Boolean,\n//     defaultValue: true,\n// },\nperspective:{type:ControlType.Number,defaultValue:1e3,min:500,max:5e3},transition:{type:ControlType.Transition}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Hover3D\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hover3D.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import AnimatedGradientBorder from\"https://framerusercontent.com/modules/SxrZhyHmflScduklhPJC/Gl95KRO4YyNA49JGSB2t/AnimatedGradientBorder.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const AnimatedGradientBorderFonts=getFonts(AnimatedGradientBorder);const VideoFonts=getFonts(Video);const PhosphorFonts=getFonts(Phosphor);const serializationHash=\"framer-xJNel\";const variantClassNames={GyxuyqxIi:\"framer-v-yl9jd8\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(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:\"GyxuyqxIi\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-yl9jd8\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GyxuyqxIi\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-5333d6f3-310f-4a70-8d78-a8a05431c2e6, rgb(101, 82, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 0.6021873017743928px 2.2883117467426928px -0.08333333333333333px rgba(0, 0, 0, 0.02605), 0px 2.288533303243457px 8.696426552325137px -0.16666666666666666px rgba(0, 0, 0, 0.06399), 0px 10px 38px -0.25px rgba(0, 0, 0, 0.2375), inset 0px 0px 0px 0.5px rgba(0, 0, 0, 0.3)\",...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ki66wh-container\",layoutDependency:layoutDependency,layoutId:\"sQxDoLYEZ-container\",children:/*#__PURE__*/_jsx(AnimatedGradientBorder,{borderColor:\"var(--token-5333d6f3-310f-4a70-8d78-a8a05431c2e6, rgb(101, 82, 255))\",borderWidth:1,direction:\"cw\",duration:5,fill:\"var(--token-5333d6f3-310f-4a70-8d78-a8a05431c2e6, rgb(101, 82, 255))\",height:\"100%\",id:\"sQxDoLYEZ\",layoutId:\"sQxDoLYEZ\",radius:16,radiusBottomLeft:16,radiusBottomRight:16,radiusIsMixed:false,radiusTopLeft:16,radiusTopRight:16,randomize:true,shadows:\"\",shineColor:\"rgb(177, 140, 255)\",shineRange:45,shineStyle:\"sharp\",startAngle:0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-225izu\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"gyzRkdvFb\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(61, 41, 214)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ub77my-container\",layoutDependency:layoutDependency,layoutId:\"hGI94XGqI-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"hGI94XGqI\",isMixedBorderRadius:false,layoutId:\"hGI94XGqI\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/XKyHqnI9zuVprJnbptss3s8VhM.mp4\",srcType:\"URL\",srcUrl:\"https://xgjzloifyvgpbmyonaya.supabase.co/storage/v1/object/public/files/Zoeb6wyDVT/original\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hmlfsf\",\"data-framer-name\":\"Chat Top Bar/Expanded\",layoutDependency:layoutDependency,layoutId:\"FuDwPbITY\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ub2cdv\",\"data-framer-name\":\"Clickable Area\",layoutDependency:layoutDependency,layoutId:\"A_5wdHHcv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t2xn23\",\"data-framer-name\":\"User Avatar\",layoutDependency:layoutDependency,layoutId:\"WafcCasKL\",style:{borderBottomLeftRadius:38.4,borderBottomRightRadius:38.4,borderTopLeftRadius:38.4,borderTopRightRadius:38.4,boxShadow:\"0px 1.5999999046325684px 3.1999998092651367px -0.7999999523162842px rgba(0, 0, 0, 0.029999999329447746), 0px 3.1999998092651367px 4.799999713897705px -0.7999999523162842px rgba(0, 0, 0, 0.05000000074505806)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jgbl2k\",\"data-border\":true,\"data-framer-name\":\"User Image\",layoutDependency:layoutDependency,layoutId:\"I4299:26739;450:37424\",style:{\"--border-bottom-width\":\"0.7999999523162842px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"0.7999999523162842px\",\"--border-right-width\":\"0.7999999523162842px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.7999999523162842px\",backgroundColor:\"rgb(30, 39, 73)\",borderBottomLeftRadius:38.4,borderBottomRightRadius:38.4,borderTopLeftRadius:38.4,borderTopRightRadius:38.4},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+6+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||430)-12-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||430)-12-0)/1)*1+0))/2+0+0)+0+12+0+0+8.799999237060547+-8.799999237060547),pixelHeight:320,pixelWidth:320,src:\"https://framerusercontent.com/images/pahJvSCJQnzJLyBnbDyMxHklv3A.png\"},className:\"framer-1yjyhtb\",\"data-framer-name\":\"_User Avatar/People\",layoutDependency:layoutDependency,layoutId:\"I4299:26739;450:37434\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rxioza\",\"data-framer-name\":\"User Info\",layoutDependency:layoutDependency,layoutId:\"ipF0doY_g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Bella\"})}),className:\"framer-beg42k\",\"data-framer-name\":\"User Name\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"sTO6tyRdN\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",textShadow:\"0px 1px 2px rgba(0,0,0,0.25)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"AI Rep\"})}),className:\"framer-njsocn\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"yfAeJ7IRL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",textShadow:\"0px 1px 2px rgba(0,0,0,0.25)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f7aj1s-container\",layoutDependency:layoutDependency,layoutId:\"fAOc07uFP-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"fAOc07uFP\",layoutId:\"fAOc07uFP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fl841y\",layoutDependency:layoutDependency,layoutId:\"xNcN_WfVs\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"2.2em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d624bab6-2e79-4b2b-942d-b7a193232c83, rgb(255, 255, 255)))\"},children:\"Try it live!\"})}),className:\"framer-j4e8n9\",fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"E7NgKk4nd\",style:{\"--extracted-r6o4lv\":\"var(--token-d624bab6-2e79-4b2b-942d-b7a193232c83, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",textShadow:\"0px 1px 2px rgba(0,0,0,0.25)\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xJNel.framer-uy5jpg, .framer-xJNel .framer-uy5jpg { display: block; }\",\".framer-xJNel.framer-yl9jd8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 430px; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: 280px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xJNel .framer-ki66wh-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-xJNel .framer-225izu { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-xJNel .framer-ub77my-container { bottom: -61px; flex: none; left: -24px; position: absolute; right: -34px; top: -19px; }\",\".framer-xJNel .framer-hmlfsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: -1px; overflow: hidden; padding: 12px 12px 32px 12px; position: absolute; right: 0px; top: 0px; }\",\".framer-xJNel .framer-1ub2cdv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xJNel .framer-1t2xn23 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 32px; }\",\".framer-xJNel .framer-jgbl2k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 32px; justify-content: center; overflow: hidden; padding: 8.799999237060547px 0px 8.799999237060547px 0px; position: relative; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xJNel .framer-1yjyhtb { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-xJNel .framer-rxioza { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xJNel .framer-beg42k, .framer-xJNel .framer-njsocn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xJNel .framer-1f7aj1s-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-xJNel .framer-fl841y { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 116px; justify-content: center; left: 0px; overflow: hidden; padding: 0px 12px 32px 12px; position: absolute; width: 100%; }\",\".framer-xJNel .framer-j4e8n9 { flex: none; height: auto; left: 50%; position: absolute; top: 1px; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xJNel.framer-yl9jd8, .framer-xJNel .framer-hmlfsf, .framer-xJNel .framer-1ub2cdv, .framer-xJNel .framer-1t2xn23, .framer-xJNel .framer-jgbl2k, .framer-xJNel .framer-rxioza, .framer-xJNel .framer-fl841y { gap: 0px; } .framer-xJNel.framer-yl9jd8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xJNel.framer-yl9jd8 > :first-child, .framer-xJNel .framer-jgbl2k > :first-child, .framer-xJNel .framer-rxioza > :first-child { margin-top: 0px; } .framer-xJNel.framer-yl9jd8 > :last-child, .framer-xJNel .framer-jgbl2k > :last-child, .framer-xJNel .framer-rxioza > :last-child { margin-bottom: 0px; } .framer-xJNel .framer-hmlfsf > *, .framer-xJNel .framer-1ub2cdv > *, .framer-xJNel .framer-fl841y > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-xJNel .framer-hmlfsf > :first-child, .framer-xJNel .framer-1ub2cdv > :first-child, .framer-xJNel .framer-1t2xn23 > :first-child, .framer-xJNel .framer-fl841y > :first-child { margin-left: 0px; } .framer-xJNel .framer-hmlfsf > :last-child, .framer-xJNel .framer-1ub2cdv > :last-child, .framer-xJNel .framer-1t2xn23 > :last-child, .framer-xJNel .framer-fl841y > :last-child { margin-right: 0px; } .framer-xJNel .framer-1t2xn23 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xJNel .framer-jgbl2k > * { margin: 0px; margin-bottom: calc(6.399999618530273px / 2); margin-top: calc(6.399999618530273px / 2); } .framer-xJNel .framer-rxioza > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",'.framer-xJNel[data-border=\"true\"]::after, .framer-xJNel [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 430\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIx6daX2XG=withCSS(Component,css,\"framer-xJNel\");export default FramerIx6daX2XG;FramerIx6daX2XG.displayName=\"WidgetPreview\";FramerIx6daX2XG.defaultProps={height:430,width:280};addFonts(FramerIx6daX2XG,[{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:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]},...AnimatedGradientBorderFonts,...VideoFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIx6daX2XG\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"280\",\"framerIntrinsicHeight\":\"430\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ix6daX2XG.map", "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 (d95cfb1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"Lc_1nYs0a\",\"oolBkWVci\",\"MrEmSawg2\",\"yCW34EfLe\"];const serializationHash=\"framer-tIbSM\";const variantClassNames={Lc_1nYs0a:\"framer-v-1gyudww\",MrEmSawg2:\"framer-v-1tq751x\",oolBkWVci:\"framer-v-1lrz3dv\",yCW34EfLe:\"framer-v-vn6kbk\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={damping:40,delay:.075,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Bubble - Fit\":\"Lc_1nYs0a\",\"Bubble - Fixed\":\"oolBkWVci\",\"Icon - Left\":\"MrEmSawg2\",\"Icon - Right\":\"yCW34EfLe\"};const getProps=({background,height,icon,iconColor,id,padding,radius,text,textColor,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_humanReadableVariantMap_props_variant,_ref7;return{...props,DPyTgkCk4:(_ref=padding!==null&&padding!==void 0?padding:props.DPyTgkCk4)!==null&&_ref!==void 0?_ref:\"12px 16px 12px 16px\",E0Kfdpa8Z:(_ref1=textColor!==null&&textColor!==void 0?textColor:props.E0Kfdpa8Z)!==null&&_ref1!==void 0?_ref1:\"var(--token-8600bd4a-2601-4d0d-aeb5-81c2fa93656d, rgb(22, 21, 37))\",gyYO6tLhW:(_ref2=iconColor!==null&&iconColor!==void 0?iconColor:props.gyYO6tLhW)!==null&&_ref2!==void 0?_ref2:\"var(--token-5333d6f3-310f-4a70-8d78-a8a05431c2e6, rgb(101, 82, 255))\",IVsAS8pU2:(_ref3=icon!==null&&icon!==void 0?icon:props.IVsAS8pU2)!==null&&_ref3!==void 0?_ref3:\"House\",KCFq5leVM:(_ref4=background!==null&&background!==void 0?background:props.KCFq5leVM)!==null&&_ref4!==void 0?_ref4:\"rgb(255, 255, 255)\",oIMtHKzpc:(_ref5=radius!==null&&radius!==void 0?radius:props.oIMtHKzpc)!==null&&_ref5!==void 0?_ref5:\"16px 16px 16px 4px\",qY7WoG3MT:(_ref6=text!==null&&text!==void 0?text:props.qY7WoG3MT)!==null&&_ref6!==void 0?_ref6:\"Create AI Twins of your team members\",variant:(_ref7=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref7!==void 0?_ref7:\"Lc_1nYs0a\"};};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,qY7WoG3MT,oIMtHKzpc,DPyTgkCk4,KCFq5leVM,E0Kfdpa8Z,gyYO6tLhW,IVsAS8pU2,AZcgON0wWM2sHlesc3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Lc_1nYs0a\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"MrEmSawg2\",\"yCW34EfLe\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gyudww\",className,classNames),\"data-framer-name\":\"Bubble - Fit\",layoutDependency:layoutDependency,layoutId:\"Lc_1nYs0a\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--86slgf\":numberToPixelString(DPyTgkCk4),...style},...addPropertyOverrides({MrEmSawg2:{\"data-framer-name\":\"Icon - Left\"},oolBkWVci:{\"data-framer-name\":\"Bubble - Fixed\"},yCW34EfLe:{\"data-framer-name\":\"Icon - Right\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kwuk00\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"XzddF_sXR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-E0Kfdpa8Z-xLCkKjCXI))\"},children:\"Create AI Twins of your team members\"})}),className:\"framer-wd9xfw\",effect:textEffect,fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"xFht10MI9\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-E0Kfdpa8Z-xLCkKjCXI)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-E0Kfdpa8Z-xLCkKjCXI\":E0Kfdpa8Z},text:qY7WoG3MT,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xhdrrf\",\"data-framer-name\":\"Icon Wrapper\",layoutDependency:layoutDependency,layoutId:\"WigwBXCOB\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vex\",\"data-framer-name\":\"Icon Frame\",layoutDependency:layoutDependency,layoutId:\"FbPZu4MsF\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a3asjr-container\",layoutDependency:layoutDependency,layoutId:\"KRUW9tbba-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d624bab6-2e79-4b2b-942d-b7a193232c83, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:AZcgON0wWM2sHlesc3,id:\"KRUW9tbba\",layoutId:\"KRUW9tbba\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\",...addPropertyOverrides({MrEmSawg2:{iconSelection:IVsAS8pU2},yCW34EfLe:{iconSelection:IVsAS8pU2}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ijs5vc\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"A0GMgjAAI\",style:{backgroundColor:gyYO6tLhW}})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ebvgg5\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"GqVfhf6T1\",style:{backgroundColor:KCFq5leVM,borderBottomLeftRadius:radiusForCorner(oIMtHKzpc,3),borderBottomRightRadius:radiusForCorner(oIMtHKzpc,2),borderTopLeftRadius:radiusForCorner(oIMtHKzpc,0),borderTopRightRadius:radiusForCorner(oIMtHKzpc,1),boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.4166666666666665px rgba(0, 0, 0, 0.20196), 0px 2.288533303243457px 2.288533303243457px -2.833333333333333px rgba(0, 0, 0, 0.17245), 0px 10px 10px -4.25px rgba(0, 0, 0, 0.0375), 0px 0px 0px 1px rgba(0, 0, 0, 0.1)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tIbSM.framer-soeajh, .framer-tIbSM .framer-soeajh { display: block; }\",\".framer-tIbSM.framer-1gyudww { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: var(--86slgf); position: relative; width: min-content; }\",\".framer-tIbSM .framer-1kwuk00 { align-content: center; align-items: center; align-self: stretch; 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: auto; z-index: 1; }\",\".framer-tIbSM .framer-wd9xfw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tIbSM .framer-1xhdrrf { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: center; overflow: hidden; padding: 4px; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-tIbSM .framer-vex { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-tIbSM .framer-1a3asjr-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-tIbSM .framer-1ijs5vc { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-tIbSM .framer-ebvgg5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 12px 16px 12px 16px; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tIbSM.framer-1gyudww, .framer-tIbSM .framer-1kwuk00, .framer-tIbSM .framer-1xhdrrf, .framer-tIbSM .framer-vex, .framer-tIbSM .framer-ebvgg5 { gap: 0px; } .framer-tIbSM.framer-1gyudww > *, .framer-tIbSM .framer-1kwuk00 > *, .framer-tIbSM .framer-ebvgg5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tIbSM.framer-1gyudww > :first-child, .framer-tIbSM .framer-1kwuk00 > :first-child, .framer-tIbSM .framer-ebvgg5 > :first-child { margin-top: 0px; } .framer-tIbSM.framer-1gyudww > :last-child, .framer-tIbSM .framer-1kwuk00 > :last-child, .framer-tIbSM .framer-ebvgg5 > :last-child { margin-bottom: 0px; } .framer-tIbSM .framer-1xhdrrf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-tIbSM .framer-1xhdrrf > :first-child, .framer-tIbSM .framer-vex > :first-child { margin-left: 0px; } .framer-tIbSM .framer-1xhdrrf > :last-child, .framer-tIbSM .framer-vex > :last-child { margin-right: 0px; } .framer-tIbSM .framer-vex > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-tIbSM.framer-v-1lrz3dv.framer-1gyudww { width: 250px; }\",\".framer-tIbSM.framer-v-1lrz3dv .framer-1kwuk00 { align-self: unset; width: 100%; }\",\".framer-tIbSM.framer-v-1lrz3dv .framer-wd9xfw { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tIbSM.framer-v-1tq751x .framer-1kwuk00, .framer-tIbSM.framer-v-vn6kbk .framer-1kwuk00 { flex-direction: row; }\",\".framer-tIbSM.framer-v-1tq751x .framer-wd9xfw, .framer-tIbSM.framer-v-vn6kbk .framer-1xhdrrf { order: 1; }\",\".framer-tIbSM.framer-v-1tq751x .framer-1xhdrrf, .framer-tIbSM.framer-v-vn6kbk .framer-wd9xfw { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tIbSM.framer-v-1tq751x .framer-1kwuk00 { gap: 0px; } .framer-tIbSM.framer-v-1tq751x .framer-1kwuk00 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tIbSM.framer-v-1tq751x .framer-1kwuk00 > :first-child { margin-left: 0px; } .framer-tIbSM.framer-v-1tq751x .framer-1kwuk00 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tIbSM.framer-v-vn6kbk .framer-1kwuk00 { gap: 0px; } .framer-tIbSM.framer-v-vn6kbk .framer-1kwuk00 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tIbSM.framer-v-vn6kbk .framer-1kwuk00 > :first-child { margin-left: 0px; } .framer-tIbSM.framer-v-vn6kbk .framer-1kwuk00 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 252\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"oolBkWVci\":{\"layout\":[\"fixed\",\"auto\"]},\"MrEmSawg2\":{\"layout\":[\"auto\",\"auto\"]},\"yCW34EfLe\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"qY7WoG3MT\":\"text\",\"oIMtHKzpc\":\"radius\",\"DPyTgkCk4\":\"padding\",\"KCFq5leVM\":\"background\",\"E0Kfdpa8Z\":\"textColor\",\"gyYO6tLhW\":\"iconColor\",\"IVsAS8pU2\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxLCkKjCXI=withCSS(Component,css,\"framer-tIbSM\");export default FramerxLCkKjCXI;FramerxLCkKjCXI.displayName=\"ChatBubble\";FramerxLCkKjCXI.defaultProps={height:38,width:252};addPropertyControls(FramerxLCkKjCXI,{variant:{options:[\"Lc_1nYs0a\",\"oolBkWVci\",\"MrEmSawg2\",\"yCW34EfLe\"],optionTitles:[\"Bubble - Fit\",\"Bubble - Fixed\",\"Icon - Left\",\"Icon - Right\"],title:\"Variant\",type:ControlType.Enum},qY7WoG3MT:{defaultValue:\"Create AI Twins of your team members\",displayTextArea:false,title:\"Text\",type:ControlType.String},oIMtHKzpc:{defaultValue:\"16px 16px 16px 4px\",title:\"Radius\",type:ControlType.BorderRadius},DPyTgkCk4:{defaultValue:\"12px 16px 12px 16px\",title:\"Padding\",type:ControlType.Padding},KCFq5leVM:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},E0Kfdpa8Z:{defaultValue:\"var(--token-8600bd4a-2601-4d0d-aeb5-81c2fa93656d, rgb(22, 21, 37))\",title:\"Text Color\",type:ControlType.Color},gyYO6tLhW:{defaultValue:'var(--token-5333d6f3-310f-4a70-8d78-a8a05431c2e6, rgb(101, 82, 255)) /* {\"name\":\"Theme\"} */',title:\"Icon Color\",type:ControlType.Color},IVsAS8pU2:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(FramerxLCkKjCXI,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxLCkKjCXI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"38\",\"framerVariables\":\"{\\\"qY7WoG3MT\\\":\\\"text\\\",\\\"oIMtHKzpc\\\":\\\"radius\\\",\\\"DPyTgkCk4\\\":\\\"padding\\\",\\\"KCFq5leVM\\\":\\\"background\\\",\\\"E0Kfdpa8Z\\\":\\\"textColor\\\",\\\"gyYO6tLhW\\\":\\\"iconColor\\\",\\\"IVsAS8pU2\\\":\\\"icon\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oolBkWVci\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MrEmSawg2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yCW34EfLe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"252\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xLCkKjCXI.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";const targetId=\"rotatehere\";export function RotateTowardTarget(Component){return props=>{const[rotation,setRotation]=useState(0);const ref=useRef(null);const calculateRotation=()=>{if(ref.current){const targetElement=document.getElementById(targetId);if(targetElement){const targetRect=targetElement.getBoundingClientRect();const rect=ref.current.getBoundingClientRect();const dx=targetRect.left+targetRect.width/2-(rect.left+rect.width/2);const dy=targetRect.top+targetRect.height/2-(rect.top+rect.height/2);const angle=Math.atan2(dy,dx)*180/Math.PI+90;setRotation(angle);}}};useEffect(()=>{const intervalId=setInterval(calculateRotation,100)// Adjust the interval as needed\n;return()=>{clearInterval(intervalId);};},[]);return /*#__PURE__*/_jsx(Component,{...props,ref:ref,style:{...props.style,transform:`rotate(${rotation}deg)`}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"RotateTowardTarget\":{\"type\":\"reactHoc\",\"name\":\"RotateTowardTarget\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RotateTowards.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "Hover3D", "props", "_props_layer", "angle", "directions", "transition", "isHovering", "setIsHovering", "ye", "rotateX", "useMotionValue", "rotateY", "hoverInfluence", "layer", "q", "handleMouseEnter", "animate", "handleMouseLeave", "handleMouseMove", "event", "clientX", "clientY", "rect", "centerX", "centerY", "p", "motion", "useTransform", "rotate", "influence", "addPropertyControls", "ControlType", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "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", "AnimatedGradientBorderFonts", "getFonts", "AnimatedGradientBorder", "VideoFonts", "Video", "PhosphorFonts", "Icon", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "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", "u", "cx", "serializationHash", "ComponentViewportProvider", "AnimatedGradientBorder", "Video", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Icon", "css", "FramerIx6daX2XG", "withCSS", "Ix6daX2XG_default", "addFonts", "AnimatedGradientBorderFonts", "VideoFonts", "PhosphorFonts", "init_ssg_sandbox_shims", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "animation", "transition2", "textEffect", "radiusForCorner", "cornerIndex", "segments", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "icon", "iconColor", "id", "padding", "radius", "text", "textColor", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_humanReadableVariantMap_props_variant", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qY7WoG3MT", "oIMtHKzpc", "DPyTgkCk4", "KCFq5leVM", "E0Kfdpa8Z", "gyYO6tLhW", "IVsAS8pU2", "AZcgON0wWM2sHlesc3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerxLCkKjCXI", "withCSS", "xLCkKjCXI_default", "addPropertyControls", "ControlType", "addFonts", "init_ssg_sandbox_shims", "targetId", "RotateTowardTarget", "Component", "props", "rotation", "setRotation", "ye", "ref", "pe", "calculateRotation", "targetElement", "targetRect", "rect", "dx", "dy", "angle", "ue", "intervalId", "p"]
}
