{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/fdimDHUKfu3kRbEqOcGa/Zld25nSMM8CcS2FYfiik/o5hAmxFdv.js", "ssg:https://framerusercontent.com/modules/Lbogr1zruB3lwbftgXgn/p4DBtqUHDiWf3F3mrhrp/h5WP9EghV.js", "ssg:https://framerusercontent.com/modules/hrObwlckeyjZCVuQI08a/21Zwgzbx5n533LMRLtcB/zPF6lp6tK.js", "ssg:https://framerusercontent.com/modules/hcIzgBixRkcR8CcQvHkf/o1hldxRSkACCKL2iv0hj/Fli7J6zVA.js", "ssg:https://framerusercontent.com/modules/eOVNmFkn0LiX5ohXEzzF/2I1GtxphuRztOfTi00BJ/JlacMLJpz.js", "ssg:https://framerusercontent.com/modules/sOfE8i6G1FhTyedl8Kd0/IQJUCtcG9HzXvfY225wJ/pVnYORGtw.js", "ssg:https://framerusercontent.com/modules/s1QmPj2HooilXoqNt9s2/dllfszuVA9sOspS9XPy4/LlGZ8j6uh.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (9f55354)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"P0UR7sGbj\",\"ZeYqe5fp4\",\"i_WVefPpO\",\"nWPcUjdZF\"];const serializationHash=\"framer-N6a0y\";const variantClassNames={i_WVefPpO:\"framer-v-kk0odj\",nWPcUjdZF:\"framer-v-kq3cxl\",P0UR7sGbj:\"framer-v-1hba0qx\",ZeYqe5fp4:\"framer-v-y4in8b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={Huge:\"nWPcUjdZF\",Large:\"i_WVefPpO\",Medium:\"ZeYqe5fp4\",Small:\"P0UR7sGbj\"};const getProps=({height,id,photo,width,...props})=>{return{...props,lg92DkqiF:photo??props.lg92DkqiF??{src:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg 640w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"P0UR7sGbj\"};};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,lg92DkqiF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"P0UR7sGbj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:320,intrinsicWidth:320,loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:640,pixelWidth:640,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(lg92DkqiF),...{positionX:\"center\",positionY:\"center\"}},className:cx(scopingClassNames,\"framer-1hba0qx\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"P0UR7sGbj\",ref:ref??ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60,...style},variants:{nWPcUjdZF:{\"--border-bottom-width\":\"4px\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-top-width\":\"4px\"}},...addPropertyOverrides({i_WVefPpO:{\"data-framer-name\":\"Large\"},nWPcUjdZF:{\"data-framer-name\":\"Huge\"},ZeYqe5fp4:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-N6a0y.framer-k8zlf0, .framer-N6a0y .framer-k8zlf0 { display: block; }\",\".framer-N6a0y.framer-1hba0qx { height: 30px; overflow: visible; position: relative; width: 30px; }\",\".framer-N6a0y.framer-v-y4in8b.framer-1hba0qx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-N6a0y.framer-v-kk0odj.framer-1hba0qx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); width: 60px; }\",\".framer-N6a0y.framer-v-kq3cxl.framer-1hba0qx { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 120px); width: 120px; }\",'.framer-N6a0y[data-border=\"true\"]::after, .framer-N6a0y [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 30\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZeYqe5fp4\":{\"layout\":[\"fixed\",\"fixed\"]},\"i_WVefPpO\":{\"layout\":[\"fixed\",\"fixed\"]},\"nWPcUjdZF\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"lg92DkqiF\":\"photo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framero5hAmxFdv=withCSS(Component,css,\"framer-N6a0y\");export default Framero5hAmxFdv;Framero5hAmxFdv.displayName=\"Misc/Avatar\";Framero5hAmxFdv.defaultProps={height:30,width:30};addPropertyControls(Framero5hAmxFdv,{variant:{options:[\"P0UR7sGbj\",\"ZeYqe5fp4\",\"i_WVefPpO\",\"nWPcUjdZF\"],optionTitles:[\"Small\",\"Medium\",\"Large\",\"Huge\"],title:\"Variant\",type:ControlType.Enum},lg92DkqiF:{__defaultAssetReference:\"data:framer/asset-reference,SIeJsVlpejLBNn7ywI935ZZBoA.jpg?originalFilename=Radiant+Smile+in+Yellow.jpg&preferredSize=auto\",title:\"Photo\",type:ControlType.ResponsiveImage}});addFonts(Framero5hAmxFdv,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero5hAmxFdv\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZeYqe5fp4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i_WVefPpO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nWPcUjdZF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"lg92DkqiF\\\":\\\"photo\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"30\",\"framerIntrinsicWidth\":\"30\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./o5hAmxFdv.map", "// Generated by Framer (48da836)\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=[\"q64dQmYkL\",\"hZIrdUTlU\",\"Dfr8och0B\",\"DlfZJf4mQ\",\"lCzLPHJ_c\",\"weYni4xEH\",\"gLcenbI1i\",\"aphpA9UTK\",\"wyCStCTD0\",\"GuCUQ8gFs\",\"qWEXbwn5x\",\"nEPE616V3\",\"Xm1qDCf45\",\"ZqJwNT2zg\"];const serializationHash=\"framer-zpecG\";const variantClassNames={aphpA9UTK:\"framer-v-19y0p4b\",Dfr8och0B:\"framer-v-17i57e2\",DlfZJf4mQ:\"framer-v-fr3v39\",gLcenbI1i:\"framer-v-msqxqu\",GuCUQ8gFs:\"framer-v-zxzgxq\",hZIrdUTlU:\"framer-v-tgkero\",lCzLPHJ_c:\"framer-v-1nxdpd7\",nEPE616V3:\"framer-v-1tpa60j\",q64dQmYkL:\"framer-v-1o1fz56\",qWEXbwn5x:\"framer-v-j2snm9\",weYni4xEH:\"framer-v-1hqvmo3\",wyCStCTD0:\"framer-v-3vvgtt\",Xm1qDCf45:\"framer-v-1bjt7o2\",ZqJwNT2zg:\"framer-v-1mnqi5z\"};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 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={\"Small - Dark\":\"ZqJwNT2zg\",\"Small - Error\":\"GuCUQ8gFs\",\"Small - Light\":\"aphpA9UTK\",\"Small - Primary\":\"wyCStCTD0\",\"Small - Secondary\":\"Xm1qDCf45\",\"Small - Success\":\"nEPE616V3\",\"Small - Warning\":\"qWEXbwn5x\",Dark:\"gLcenbI1i\",Error:\"Dfr8och0B\",Light:\"q64dQmYkL\",Primary:\"hZIrdUTlU\",Secondary:\"weYni4xEH\",Success:\"lCzLPHJ_c\",Warning:\"DlfZJf4mQ\"};const getProps=({background,color,height,id,prefixIcon,showPrefix,showSuffix,suffixIcon,text,textColor,width,...props})=>{return{...props,cNdFrmQFP:showSuffix??props.cNdFrmQFP??true,JtI8J3yAL:background??props.JtI8J3yAL??\"var(--token-f9c33269-0d20-4b15-a66a-80367749c6ae, rgb(242, 247, 255))\",kVhilHy2l:color??props.kVhilHy2l??\"var(--token-36db49d3-d72f-403e-8d33-52a82ad85813, rgb(0, 102, 255))\",nwDKgX8cD:text??props.nwDKgX8cD??\"Badge\",NZ8iPYNZS:prefixIcon??props.NZ8iPYNZS??\"Info\",u76O4c73t:textColor??props.u76O4c73t??\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:showPrefix??props.UKe5Qe6cO??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"q64dQmYkL\",vfWQcwlZF:suffixIcon??props.vfWQcwlZF??\"ArrowRight\"};};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,UKe5Qe6cO,NZ8iPYNZS,cNdFrmQFP,vfWQcwlZF,nwDKgX8cD,kVhilHy2l,u76O4c73t,JtI8J3yAL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"q64dQmYkL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1o1fz56\",className,classNames),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"q64dQmYkL\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:JtI8J3yAL,borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,opacity:1,WebkitBackdropFilter:\"none\",...style},variants:{aphpA9UTK:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",opacity:1,WebkitBackdropFilter:\"none\"},Dfr8och0B:{backgroundColor:\"var(--token-3b238ddb-678a-49c3-925a-1a9e219e2bbc, rgb(227, 57, 57))\"},DlfZJf4mQ:{backgroundColor:\"var(--token-4eba2b13-f180-4bc7-9aae-49a0f4fc8d19, rgb(237, 154, 28))\"},gLcenbI1i:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-c18bedff-1a42-4277-9545-22a96a55c534, rgb(53, 56, 65))\",opacity:.8,WebkitBackdropFilter:\"blur(10px)\"},GuCUQ8gFs:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-3b238ddb-678a-49c3-925a-1a9e219e2bbc, rgb(227, 57, 57))\",opacity:1,WebkitBackdropFilter:\"none\"},hZIrdUTlU:{backgroundColor:kVhilHy2l},lCzLPHJ_c:{backgroundColor:\"var(--token-743613fe-a196-43e5-a2c6-a30ae62bea85, rgb(115, 212, 59))\"},nEPE616V3:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-743613fe-a196-43e5-a2c6-a30ae62bea85, rgb(115, 212, 59))\",opacity:1,WebkitBackdropFilter:\"none\"},qWEXbwn5x:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-4eba2b13-f180-4bc7-9aae-49a0f4fc8d19, rgb(237, 154, 28))\",opacity:1,WebkitBackdropFilter:\"none\"},weYni4xEH:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},wyCStCTD0:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:kVhilHy2l,opacity:1,WebkitBackdropFilter:\"none\"},Xm1qDCf45:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgb(255, 255, 255)\",opacity:1,WebkitBackdropFilter:\"none\"},ZqJwNT2zg:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-c18bedff-1a42-4277-9545-22a96a55c534, rgb(53, 56, 65))\",opacity:.8,WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({aphpA9UTK:{\"data-framer-name\":\"Small - Light\"},Dfr8och0B:{\"data-framer-name\":\"Error\"},DlfZJf4mQ:{\"data-framer-name\":\"Warning\"},gLcenbI1i:{\"data-framer-name\":\"Dark\"},GuCUQ8gFs:{\"data-framer-name\":\"Small - Error\"},hZIrdUTlU:{\"data-framer-name\":\"Primary\"},lCzLPHJ_c:{\"data-framer-name\":\"Success\"},nEPE616V3:{\"data-framer-name\":\"Small - Success\"},qWEXbwn5x:{\"data-framer-name\":\"Small - Warning\"},weYni4xEH:{\"data-border\":true,\"data-framer-name\":\"Secondary\"},wyCStCTD0:{\"data-framer-name\":\"Small - Primary\"},Xm1qDCf45:{\"data-border\":true,\"data-framer-name\":\"Small - Secondary\"},ZqJwNT2zg:{\"data-framer-name\":\"Small - Dark\"}},baseVariant,gestureVariant),children:[UKe5Qe6cO&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1md4hyu\",\"data-framer-name\":\"Prefix Icon\",layoutDependency:layoutDependency,layoutId:\"djoPjuRX6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5tq68h-container\",layoutDependency:layoutDependency,layoutId:\"jsctJwH5h-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:kVhilHy2l,height:\"100%\",iconSearch:\"House\",iconSelection:NZ8iPYNZS,id:\"jsctJwH5h\",layoutId:\"jsctJwH5h\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({Dfr8och0B:{color:u76O4c73t},DlfZJf4mQ:{color:u76O4c73t},gLcenbI1i:{color:\"rgb(255, 255, 255)\"},GuCUQ8gFs:{color:u76O4c73t},hZIrdUTlU:{color:u76O4c73t},lCzLPHJ_c:{color:u76O4c73t},nEPE616V3:{color:u76O4c73t},qWEXbwn5x:{color:u76O4c73t},weYni4xEH:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},wyCStCTD0:{color:u76O4c73t},Xm1qDCf45:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},ZqJwNT2zg:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-u76O4c73t-h5WP9EghV))\"},children:\"Badge\"})}),className:\"framer-1ltkor5\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"MEcqqTPsx\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-u76O4c73t-h5WP9EghV)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-u76O4c73t-h5WP9EghV\":u76O4c73t},text:nwDKgX8cD,variants:{gLcenbI1i:{\"--extracted-r6o4lv\":\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\"},weYni4xEH:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},Xm1qDCf45:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},ZqJwNT2zg:{\"--extracted-r6o4lv\":\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gLcenbI1i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255)))\"},children:\"Badge\"})})},weYni4xEH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138)))\"},children:\"Badge\"})})},Xm1qDCf45:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138)))\"},children:\"Badge\"})})},ZqJwNT2zg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255)))\"},children:\"Badge\"})})}},baseVariant,gestureVariant)}),cNdFrmQFP&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jtm6bj\",\"data-framer-name\":\"Suffix Icon\",layoutDependency:layoutDependency,layoutId:\"Nefh1aynd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rv1qik-container\",layoutDependency:layoutDependency,layoutId:\"s7f4lLO_W-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:kVhilHy2l,height:\"100%\",iconSearch:\"House\",iconSelection:vfWQcwlZF,id:\"s7f4lLO_W\",layoutId:\"s7f4lLO_W\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({Dfr8och0B:{color:u76O4c73t},DlfZJf4mQ:{color:u76O4c73t},gLcenbI1i:{color:\"rgb(255, 255, 255)\"},GuCUQ8gFs:{color:u76O4c73t},hZIrdUTlU:{color:u76O4c73t},lCzLPHJ_c:{color:u76O4c73t},nEPE616V3:{color:u76O4c73t},qWEXbwn5x:{color:u76O4c73t},weYni4xEH:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},wyCStCTD0:{color:u76O4c73t},Xm1qDCf45:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},ZqJwNT2zg:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zpecG.framer-tkuz4r, .framer-zpecG .framer-tkuz4r { display: block; }\",\".framer-zpecG.framer-1o1fz56 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 10px 20px 10px 20px; position: relative; width: min-content; }\",\".framer-zpecG .framer-1md4hyu, .framer-zpecG .framer-jtm6bj { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 16px; }\",\".framer-zpecG .framer-5tq68h-container, .framer-zpecG .framer-rv1qik-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-zpecG .framer-1ltkor5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-1o1fz56, .framer-zpecG .framer-1md4hyu, .framer-zpecG .framer-jtm6bj { gap: 0px; } .framer-zpecG.framer-1o1fz56 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zpecG.framer-1o1fz56 > :first-child, .framer-zpecG .framer-1md4hyu > :first-child, .framer-zpecG .framer-jtm6bj > :first-child { margin-left: 0px; } .framer-zpecG.framer-1o1fz56 > :last-child, .framer-zpecG .framer-1md4hyu > :last-child, .framer-zpecG .framer-jtm6bj > :last-child { margin-right: 0px; } .framer-zpecG .framer-1md4hyu > *, .framer-zpecG .framer-jtm6bj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-zpecG.framer-v-19y0p4b.framer-1o1fz56, .framer-zpecG.framer-v-3vvgtt.framer-1o1fz56, .framer-zpecG.framer-v-j2snm9.framer-1o1fz56, .framer-zpecG.framer-v-1tpa60j.framer-1o1fz56, .framer-zpecG.framer-v-1bjt7o2.framer-1o1fz56, .framer-zpecG.framer-v-1mnqi5z.framer-1o1fz56 { gap: 5px; padding: 6px 13px 6px 13px; }\",\".framer-zpecG.framer-v-19y0p4b .framer-1md4hyu, .framer-zpecG.framer-v-19y0p4b .framer-jtm6bj { aspect-ratio: unset; height: 14px; width: 14px; }\",\".framer-zpecG.framer-v-19y0p4b .framer-5tq68h-container, .framer-zpecG.framer-v-19y0p4b .framer-rv1qik-container, .framer-zpecG.framer-v-3vvgtt .framer-5tq68h-container, .framer-zpecG.framer-v-3vvgtt .framer-rv1qik-container, .framer-zpecG.framer-v-zxzgxq .framer-5tq68h-container, .framer-zpecG.framer-v-zxzgxq .framer-rv1qik-container, .framer-zpecG.framer-v-j2snm9 .framer-5tq68h-container, .framer-zpecG.framer-v-j2snm9 .framer-rv1qik-container, .framer-zpecG.framer-v-1tpa60j .framer-5tq68h-container, .framer-zpecG.framer-v-1tpa60j .framer-rv1qik-container, .framer-zpecG.framer-v-1bjt7o2 .framer-5tq68h-container, .framer-zpecG.framer-v-1bjt7o2 .framer-rv1qik-container, .framer-zpecG.framer-v-1mnqi5z .framer-5tq68h-container, .framer-zpecG.framer-v-1mnqi5z .framer-rv1qik-container { height: 14px; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-19y0p4b.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-19y0p4b.framer-1o1fz56 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zpecG.framer-v-19y0p4b.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-19y0p4b.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",\".framer-zpecG.framer-v-3vvgtt .framer-1md4hyu, .framer-zpecG.framer-v-3vvgtt .framer-jtm6bj, .framer-zpecG.framer-v-zxzgxq .framer-1md4hyu, .framer-zpecG.framer-v-zxzgxq .framer-jtm6bj, .framer-zpecG.framer-v-j2snm9 .framer-1md4hyu, .framer-zpecG.framer-v-j2snm9 .framer-jtm6bj, .framer-zpecG.framer-v-1tpa60j .framer-1md4hyu, .framer-zpecG.framer-v-1tpa60j .framer-jtm6bj, .framer-zpecG.framer-v-1bjt7o2 .framer-1md4hyu, .framer-zpecG.framer-v-1bjt7o2 .framer-jtm6bj, .framer-zpecG.framer-v-1mnqi5z .framer-1md4hyu, .framer-zpecG.framer-v-1mnqi5z .framer-jtm6bj { height: var(--framer-aspect-ratio-supported, 14px); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-3vvgtt.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-3vvgtt.framer-1o1fz56 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zpecG.framer-v-3vvgtt.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-3vvgtt.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",\".framer-zpecG.framer-v-zxzgxq.framer-1o1fz56 { gap: 6px; padding: 6px 13px 6px 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-zxzgxq.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-zxzgxq.framer-1o1fz56 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-zpecG.framer-v-zxzgxq.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-zxzgxq.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-j2snm9.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-j2snm9.framer-1o1fz56 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zpecG.framer-v-j2snm9.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-j2snm9.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-1tpa60j.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-1tpa60j.framer-1o1fz56 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zpecG.framer-v-1tpa60j.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-1tpa60j.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-1bjt7o2.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-1bjt7o2.framer-1o1fz56 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zpecG.framer-v-1bjt7o2.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-1bjt7o2.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zpecG.framer-v-1mnqi5z.framer-1o1fz56 { gap: 0px; } .framer-zpecG.framer-v-1mnqi5z.framer-1o1fz56 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zpecG.framer-v-1mnqi5z.framer-1o1fz56 > :first-child { margin-left: 0px; } .framer-zpecG.framer-v-1mnqi5z.framer-1o1fz56 > :last-child { margin-right: 0px; } }\",'.framer-zpecG[data-border=\"true\"]::after, .framer-zpecG [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 42.5\n * @framerIntrinsicWidth 133.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hZIrdUTlU\":{\"layout\":[\"auto\",\"auto\"]},\"Dfr8och0B\":{\"layout\":[\"auto\",\"auto\"]},\"DlfZJf4mQ\":{\"layout\":[\"auto\",\"auto\"]},\"lCzLPHJ_c\":{\"layout\":[\"auto\",\"auto\"]},\"weYni4xEH\":{\"layout\":[\"auto\",\"auto\"]},\"gLcenbI1i\":{\"layout\":[\"auto\",\"auto\"]},\"aphpA9UTK\":{\"layout\":[\"auto\",\"auto\"]},\"wyCStCTD0\":{\"layout\":[\"auto\",\"auto\"]},\"GuCUQ8gFs\":{\"layout\":[\"auto\",\"auto\"]},\"qWEXbwn5x\":{\"layout\":[\"auto\",\"auto\"]},\"nEPE616V3\":{\"layout\":[\"auto\",\"auto\"]},\"Xm1qDCf45\":{\"layout\":[\"auto\",\"auto\"]},\"ZqJwNT2zg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"UKe5Qe6cO\":\"showPrefix\",\"NZ8iPYNZS\":\"prefixIcon\",\"cNdFrmQFP\":\"showSuffix\",\"vfWQcwlZF\":\"suffixIcon\",\"nwDKgX8cD\":\"text\",\"kVhilHy2l\":\"color\",\"u76O4c73t\":\"textColor\",\"JtI8J3yAL\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerh5WP9EghV=withCSS(Component,css,\"framer-zpecG\");export default Framerh5WP9EghV;Framerh5WP9EghV.displayName=\"Badge/Badge 3\";Framerh5WP9EghV.defaultProps={height:42.5,width:133.5};addPropertyControls(Framerh5WP9EghV,{variant:{options:[\"q64dQmYkL\",\"hZIrdUTlU\",\"Dfr8och0B\",\"DlfZJf4mQ\",\"lCzLPHJ_c\",\"weYni4xEH\",\"gLcenbI1i\",\"aphpA9UTK\",\"wyCStCTD0\",\"GuCUQ8gFs\",\"qWEXbwn5x\",\"nEPE616V3\",\"Xm1qDCf45\",\"ZqJwNT2zg\"],optionTitles:[\"Light\",\"Primary\",\"Error\",\"Warning\",\"Success\",\"Secondary\",\"Dark\",\"Small - Light\",\"Small - Primary\",\"Small - Error\",\"Small - Warning\",\"Small - Success\",\"Small - Secondary\",\"Small - Dark\"],title:\"Variant\",type:ControlType.Enum},UKe5Qe6cO:{defaultValue:true,description:\"\",title:\"Show Prefix\",type:ControlType.Boolean},NZ8iPYNZS:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Info\",description:undefined,hidden:undefined,title:\"Prefix Icon\"},cNdFrmQFP:{defaultValue:true,description:\"\",title:\"Show Suffix\",type:ControlType.Boolean},vfWQcwlZF:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Suffix Icon\"},nwDKgX8cD:{defaultValue:\"Badge\",displayTextArea:false,title:\"Text\",type:ControlType.String},kVhilHy2l:{defaultValue:\"var(--token-36db49d3-d72f-403e-8d33-52a82ad85813, rgb(0, 102, 255))\",title:\"Color\",type:ControlType.Color},u76O4c73t:{defaultValue:'var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144)) /* {\"name\":\"T\\xfcrkis\"} */',title:\"Text Color\",type:ControlType.Color},JtI8J3yAL:{defaultValue:\"var(--token-f9c33269-0d20-4b15-a66a-80367749c6ae, rgb(242, 247, 255))\",title:\"Background\",type:ControlType.Color}});addFonts(Framerh5WP9EghV,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerh5WP9EghV\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"133.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hZIrdUTlU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Dfr8och0B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DlfZJf4mQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lCzLPHJ_c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"weYni4xEH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gLcenbI1i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aphpA9UTK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wyCStCTD0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GuCUQ8gFs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qWEXbwn5x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nEPE616V3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Xm1qDCf45\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZqJwNT2zg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"42.5\",\"framerVariables\":\"{\\\"UKe5Qe6cO\\\":\\\"showPrefix\\\",\\\"NZ8iPYNZS\\\":\\\"prefixIcon\\\",\\\"cNdFrmQFP\\\":\\\"showSuffix\\\",\\\"vfWQcwlZF\\\":\\\"suffixIcon\\\",\\\"nwDKgX8cD\\\":\\\"text\\\",\\\"kVhilHy2l\\\":\\\"color\\\",\\\"u76O4c73t\\\":\\\"textColor\\\",\\\"JtI8J3yAL\\\":\\\"background\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./h5WP9EghV.map", "// Generated by Framer (48da836)\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=[\"KynBvJ4cf\",\"EZuXniUp6\",\"RtFrOZvK9\",\"jR7zhytdd\",\"sXiCLfpqH\",\"fUOB_udlF\",\"R18cJIptj\",\"CpyEhpspf\",\"r6aDd_FnL\",\"CowXpHNVm\",\"dhgsavAH1\",\"DModDK9P6\",\"eNHgsQRDV\",\"x7cmWy9rz\"];const serializationHash=\"framer-d11fK\";const variantClassNames={CowXpHNVm:\"framer-v-12x3iil\",CpyEhpspf:\"framer-v-b43y19\",dhgsavAH1:\"framer-v-9nadn1\",DModDK9P6:\"framer-v-1v6ldus\",eNHgsQRDV:\"framer-v-ospf3\",EZuXniUp6:\"framer-v-1k6y64j\",fUOB_udlF:\"framer-v-habhw8\",jR7zhytdd:\"framer-v-1lk6mtc\",KynBvJ4cf:\"framer-v-lm2u66\",R18cJIptj:\"framer-v-i5ily\",r6aDd_FnL:\"framer-v-cbm2l0\",RtFrOZvK9:\"framer-v-d36djy\",sXiCLfpqH:\"framer-v-1m6tmbn\",x7cmWy9rz:\"framer-v-1ylvkvo\"};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 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={\"Small - Dark\":\"x7cmWy9rz\",\"Small - Error\":\"CowXpHNVm\",\"Small - Light\":\"CpyEhpspf\",\"Small - Primary\":\"r6aDd_FnL\",\"Small - Secondary\":\"eNHgsQRDV\",\"Small - Success\":\"DModDK9P6\",\"Small - Warning\":\"dhgsavAH1\",Dark:\"R18cJIptj\",Error:\"RtFrOZvK9\",Light:\"KynBvJ4cf\",Primary:\"EZuXniUp6\",Secondary:\"fUOB_udlF\",Success:\"sXiCLfpqH\",Warning:\"jR7zhytdd\"};const getProps=({background,color,height,id,prefixIcon,showPrefix,showSuffix,suffixIcon,text,textColor,width,...props})=>{return{...props,cNdFrmQFP:showSuffix??props.cNdFrmQFP??true,JtI8J3yAL:background??props.JtI8J3yAL??\"var(--token-f9c33269-0d20-4b15-a66a-80367749c6ae, rgb(242, 247, 255))\",kVhilHy2l:color??props.kVhilHy2l??\"var(--token-36db49d3-d72f-403e-8d33-52a82ad85813, rgb(0, 102, 255))\",nwDKgX8cD:text??props.nwDKgX8cD??\"Badge\",NZ8iPYNZS:prefixIcon??props.NZ8iPYNZS??\"Info\",u76O4c73t:textColor??props.u76O4c73t??\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\",UKe5Qe6cO:showPrefix??props.UKe5Qe6cO??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"KynBvJ4cf\",vfWQcwlZF:suffixIcon??props.vfWQcwlZF??\"ArrowRight\"};};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,UKe5Qe6cO,NZ8iPYNZS,cNdFrmQFP,vfWQcwlZF,nwDKgX8cD,kVhilHy2l,u76O4c73t,JtI8J3yAL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KynBvJ4cf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lm2u66\",className,classNames),\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"KynBvJ4cf\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:JtI8J3yAL,borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,opacity:1,WebkitBackdropFilter:\"none\",...style},variants:{CowXpHNVm:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-3b238ddb-678a-49c3-925a-1a9e219e2bbc, rgb(227, 57, 57))\",opacity:1,WebkitBackdropFilter:\"none\"},CpyEhpspf:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",opacity:1,WebkitBackdropFilter:\"none\"},dhgsavAH1:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-4eba2b13-f180-4bc7-9aae-49a0f4fc8d19, rgb(237, 154, 28))\",opacity:1,WebkitBackdropFilter:\"none\"},DModDK9P6:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-743613fe-a196-43e5-a2c6-a30ae62bea85, rgb(115, 212, 59))\",opacity:1,WebkitBackdropFilter:\"none\"},eNHgsQRDV:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgb(255, 255, 255)\",opacity:1,WebkitBackdropFilter:\"none\"},EZuXniUp6:{backgroundColor:kVhilHy2l},fUOB_udlF:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},jR7zhytdd:{backgroundColor:\"var(--token-4eba2b13-f180-4bc7-9aae-49a0f4fc8d19, rgb(237, 154, 28))\"},R18cJIptj:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-c18bedff-1a42-4277-9545-22a96a55c534, rgb(53, 56, 65))\",opacity:.8,WebkitBackdropFilter:\"blur(10px)\"},r6aDd_FnL:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:kVhilHy2l,opacity:1,WebkitBackdropFilter:\"none\"},RtFrOZvK9:{backgroundColor:\"var(--token-3b238ddb-678a-49c3-925a-1a9e219e2bbc, rgb(227, 57, 57))\"},sXiCLfpqH:{backgroundColor:\"var(--token-743613fe-a196-43e5-a2c6-a30ae62bea85, rgb(115, 212, 59))\"},x7cmWy9rz:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-c18bedff-1a42-4277-9545-22a96a55c534, rgb(53, 56, 65))\",opacity:.8,WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({CowXpHNVm:{\"data-framer-name\":\"Small - Error\"},CpyEhpspf:{\"data-framer-name\":\"Small - Light\"},dhgsavAH1:{\"data-framer-name\":\"Small - Warning\"},DModDK9P6:{\"data-framer-name\":\"Small - Success\"},eNHgsQRDV:{\"data-border\":true,\"data-framer-name\":\"Small - Secondary\"},EZuXniUp6:{\"data-framer-name\":\"Primary\"},fUOB_udlF:{\"data-border\":true,\"data-framer-name\":\"Secondary\"},jR7zhytdd:{\"data-framer-name\":\"Warning\"},R18cJIptj:{\"data-framer-name\":\"Dark\"},r6aDd_FnL:{\"data-framer-name\":\"Small - Primary\"},RtFrOZvK9:{\"data-framer-name\":\"Error\"},sXiCLfpqH:{\"data-framer-name\":\"Success\"},x7cmWy9rz:{\"data-framer-name\":\"Small - Dark\"}},baseVariant,gestureVariant),children:[UKe5Qe6cO&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ex0yf8\",\"data-framer-name\":\"Prefix Icon\",layoutDependency:layoutDependency,layoutId:\"hHLkCI6qd\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lkzz3-container\",layoutDependency:layoutDependency,layoutId:\"RYS3ybski-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:kVhilHy2l,height:\"100%\",iconSearch:\"House\",iconSelection:NZ8iPYNZS,id:\"RYS3ybski\",layoutId:\"RYS3ybski\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({CowXpHNVm:{color:u76O4c73t},dhgsavAH1:{color:u76O4c73t},DModDK9P6:{color:u76O4c73t},eNHgsQRDV:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},EZuXniUp6:{color:u76O4c73t},fUOB_udlF:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},jR7zhytdd:{color:u76O4c73t},R18cJIptj:{color:\"rgb(255, 255, 255)\"},r6aDd_FnL:{color:u76O4c73t},RtFrOZvK9:{color:u76O4c73t},sXiCLfpqH:{color:u76O4c73t},x7cmWy9rz:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-u76O4c73t-zPF6lp6tK))\"},children:\"Badge\"})}),className:\"framer-mz7ve0\",fonts:[\"GF;Figtree-500\"],layoutDependency:layoutDependency,layoutId:\"g545Se8R2\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-u76O4c73t-zPF6lp6tK)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-u76O4c73t-zPF6lp6tK\":u76O4c73t},text:nwDKgX8cD,variants:{eNHgsQRDV:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},fUOB_udlF:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},R18cJIptj:{\"--extracted-r6o4lv\":\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\"},x7cmWy9rz:{\"--extracted-r6o4lv\":\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eNHgsQRDV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138)))\"},children:\"Badge\"})})},fUOB_udlF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138)))\"},children:\"Badge\"})})},R18cJIptj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255)))\"},children:\"Badge\"})})},x7cmWy9rz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255)))\"},children:\"Badge\"})})}},baseVariant,gestureVariant)}),cNdFrmQFP&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10wjzig\",\"data-framer-name\":\"Suffix Icon\",layoutDependency:layoutDependency,layoutId:\"LgsJbYA5l\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cgup36-container\",layoutDependency:layoutDependency,layoutId:\"JwPhj9f53-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:kVhilHy2l,height:\"100%\",iconSearch:\"House\",iconSelection:vfWQcwlZF,id:\"JwPhj9f53\",layoutId:\"JwPhj9f53\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({CowXpHNVm:{color:u76O4c73t},dhgsavAH1:{color:u76O4c73t},DModDK9P6:{color:u76O4c73t},eNHgsQRDV:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},EZuXniUp6:{color:u76O4c73t},fUOB_udlF:{color:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},jR7zhytdd:{color:u76O4c73t},R18cJIptj:{color:\"rgb(255, 255, 255)\"},r6aDd_FnL:{color:u76O4c73t},RtFrOZvK9:{color:u76O4c73t},sXiCLfpqH:{color:u76O4c73t},x7cmWy9rz:{color:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-d11fK.framer-1daa403, .framer-d11fK .framer-1daa403 { display: block; }\",\".framer-d11fK.framer-lm2u66 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 10px 20px 10px 20px; position: relative; width: min-content; }\",\".framer-d11fK .framer-1ex0yf8, .framer-d11fK .framer-10wjzig { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 16px; }\",\".framer-d11fK .framer-1lkzz3-container, .framer-d11fK .framer-1cgup36-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-d11fK .framer-mz7ve0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-lm2u66, .framer-d11fK .framer-1ex0yf8, .framer-d11fK .framer-10wjzig { gap: 0px; } .framer-d11fK.framer-lm2u66 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-d11fK.framer-lm2u66 > :first-child, .framer-d11fK .framer-1ex0yf8 > :first-child, .framer-d11fK .framer-10wjzig > :first-child { margin-left: 0px; } .framer-d11fK.framer-lm2u66 > :last-child, .framer-d11fK .framer-1ex0yf8 > :last-child, .framer-d11fK .framer-10wjzig > :last-child { margin-right: 0px; } .framer-d11fK .framer-1ex0yf8 > *, .framer-d11fK .framer-10wjzig > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-d11fK.framer-v-b43y19.framer-lm2u66, .framer-d11fK.framer-v-cbm2l0.framer-lm2u66, .framer-d11fK.framer-v-9nadn1.framer-lm2u66, .framer-d11fK.framer-v-1v6ldus.framer-lm2u66, .framer-d11fK.framer-v-ospf3.framer-lm2u66, .framer-d11fK.framer-v-1ylvkvo.framer-lm2u66 { gap: 5px; padding: 6px 13px 6px 13px; }\",\".framer-d11fK.framer-v-b43y19 .framer-1ex0yf8, .framer-d11fK.framer-v-b43y19 .framer-10wjzig { aspect-ratio: unset; height: 14px; width: 14px; }\",\".framer-d11fK.framer-v-b43y19 .framer-1lkzz3-container, .framer-d11fK.framer-v-b43y19 .framer-1cgup36-container, .framer-d11fK.framer-v-cbm2l0 .framer-1lkzz3-container, .framer-d11fK.framer-v-cbm2l0 .framer-1cgup36-container, .framer-d11fK.framer-v-12x3iil .framer-1lkzz3-container, .framer-d11fK.framer-v-12x3iil .framer-1cgup36-container, .framer-d11fK.framer-v-9nadn1 .framer-1lkzz3-container, .framer-d11fK.framer-v-9nadn1 .framer-1cgup36-container, .framer-d11fK.framer-v-1v6ldus .framer-1lkzz3-container, .framer-d11fK.framer-v-1v6ldus .framer-1cgup36-container, .framer-d11fK.framer-v-ospf3 .framer-1lkzz3-container, .framer-d11fK.framer-v-ospf3 .framer-1cgup36-container, .framer-d11fK.framer-v-1ylvkvo .framer-1lkzz3-container, .framer-d11fK.framer-v-1ylvkvo .framer-1cgup36-container { height: 14px; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-b43y19.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-b43y19.framer-lm2u66 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-d11fK.framer-v-b43y19.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-b43y19.framer-lm2u66 > :last-child { margin-right: 0px; } }\",\".framer-d11fK.framer-v-cbm2l0 .framer-1ex0yf8, .framer-d11fK.framer-v-cbm2l0 .framer-10wjzig, .framer-d11fK.framer-v-12x3iil .framer-1ex0yf8, .framer-d11fK.framer-v-12x3iil .framer-10wjzig, .framer-d11fK.framer-v-9nadn1 .framer-1ex0yf8, .framer-d11fK.framer-v-9nadn1 .framer-10wjzig, .framer-d11fK.framer-v-1v6ldus .framer-1ex0yf8, .framer-d11fK.framer-v-1v6ldus .framer-10wjzig, .framer-d11fK.framer-v-ospf3 .framer-1ex0yf8, .framer-d11fK.framer-v-ospf3 .framer-10wjzig, .framer-d11fK.framer-v-1ylvkvo .framer-1ex0yf8, .framer-d11fK.framer-v-1ylvkvo .framer-10wjzig { height: var(--framer-aspect-ratio-supported, 14px); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-cbm2l0.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-cbm2l0.framer-lm2u66 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-d11fK.framer-v-cbm2l0.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-cbm2l0.framer-lm2u66 > :last-child { margin-right: 0px; } }\",\".framer-d11fK.framer-v-12x3iil.framer-lm2u66 { gap: 6px; padding: 6px 13px 6px 13px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-12x3iil.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-12x3iil.framer-lm2u66 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-d11fK.framer-v-12x3iil.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-12x3iil.framer-lm2u66 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-9nadn1.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-9nadn1.framer-lm2u66 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-d11fK.framer-v-9nadn1.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-9nadn1.framer-lm2u66 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-1v6ldus.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-1v6ldus.framer-lm2u66 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-d11fK.framer-v-1v6ldus.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-1v6ldus.framer-lm2u66 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-ospf3.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-ospf3.framer-lm2u66 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-d11fK.framer-v-ospf3.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-ospf3.framer-lm2u66 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-d11fK.framer-v-1ylvkvo.framer-lm2u66 { gap: 0px; } .framer-d11fK.framer-v-1ylvkvo.framer-lm2u66 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-d11fK.framer-v-1ylvkvo.framer-lm2u66 > :first-child { margin-left: 0px; } .framer-d11fK.framer-v-1ylvkvo.framer-lm2u66 > :last-child { margin-right: 0px; } }\",'.framer-d11fK[data-border=\"true\"]::after, .framer-d11fK [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 39.5\n * @framerIntrinsicWidth 127.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EZuXniUp6\":{\"layout\":[\"auto\",\"auto\"]},\"RtFrOZvK9\":{\"layout\":[\"auto\",\"auto\"]},\"jR7zhytdd\":{\"layout\":[\"auto\",\"auto\"]},\"sXiCLfpqH\":{\"layout\":[\"auto\",\"auto\"]},\"fUOB_udlF\":{\"layout\":[\"auto\",\"auto\"]},\"R18cJIptj\":{\"layout\":[\"auto\",\"auto\"]},\"CpyEhpspf\":{\"layout\":[\"auto\",\"auto\"]},\"r6aDd_FnL\":{\"layout\":[\"auto\",\"auto\"]},\"CowXpHNVm\":{\"layout\":[\"auto\",\"auto\"]},\"dhgsavAH1\":{\"layout\":[\"auto\",\"auto\"]},\"DModDK9P6\":{\"layout\":[\"auto\",\"auto\"]},\"eNHgsQRDV\":{\"layout\":[\"auto\",\"auto\"]},\"x7cmWy9rz\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"UKe5Qe6cO\":\"showPrefix\",\"NZ8iPYNZS\":\"prefixIcon\",\"cNdFrmQFP\":\"showSuffix\",\"vfWQcwlZF\":\"suffixIcon\",\"nwDKgX8cD\":\"text\",\"kVhilHy2l\":\"color\",\"u76O4c73t\":\"textColor\",\"JtI8J3yAL\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzPF6lp6tK=withCSS(Component,css,\"framer-d11fK\");export default FramerzPF6lp6tK;FramerzPF6lp6tK.displayName=\"Badge/Badge 2\";FramerzPF6lp6tK.defaultProps={height:39.5,width:127.5};addPropertyControls(FramerzPF6lp6tK,{variant:{options:[\"KynBvJ4cf\",\"EZuXniUp6\",\"RtFrOZvK9\",\"jR7zhytdd\",\"sXiCLfpqH\",\"fUOB_udlF\",\"R18cJIptj\",\"CpyEhpspf\",\"r6aDd_FnL\",\"CowXpHNVm\",\"dhgsavAH1\",\"DModDK9P6\",\"eNHgsQRDV\",\"x7cmWy9rz\"],optionTitles:[\"Light\",\"Primary\",\"Error\",\"Warning\",\"Success\",\"Secondary\",\"Dark\",\"Small - Light\",\"Small - Primary\",\"Small - Error\",\"Small - Warning\",\"Small - Success\",\"Small - Secondary\",\"Small - Dark\"],title:\"Variant\",type:ControlType.Enum},UKe5Qe6cO:{defaultValue:true,description:\"\",title:\"Show Prefix\",type:ControlType.Boolean},NZ8iPYNZS:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Info\",description:undefined,hidden:undefined,title:\"Prefix Icon\"},cNdFrmQFP:{defaultValue:true,description:\"\",title:\"Show Suffix\",type:ControlType.Boolean},vfWQcwlZF:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Suffix Icon\"},nwDKgX8cD:{defaultValue:\"Badge\",displayTextArea:false,title:\"Text\",type:ControlType.String},kVhilHy2l:{defaultValue:\"var(--token-36db49d3-d72f-403e-8d33-52a82ad85813, rgb(0, 102, 255))\",title:\"Color\",type:ControlType.Color},u76O4c73t:{defaultValue:\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\",title:\"Text Color\",type:ControlType.Color},JtI8J3yAL:{defaultValue:\"var(--token-f9c33269-0d20-4b15-a66a-80367749c6ae, rgb(242, 247, 255))\",title:\"Background\",type:ControlType.Color}});addFonts(FramerzPF6lp6tK,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzPF6lp6tK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"39.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"127.5\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EZuXniUp6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RtFrOZvK9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jR7zhytdd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sXiCLfpqH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fUOB_udlF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"R18cJIptj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CpyEhpspf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"r6aDd_FnL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CowXpHNVm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dhgsavAH1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DModDK9P6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eNHgsQRDV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x7cmWy9rz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"UKe5Qe6cO\\\":\\\"showPrefix\\\",\\\"NZ8iPYNZS\\\":\\\"prefixIcon\\\",\\\"cNdFrmQFP\\\":\\\"showSuffix\\\",\\\"vfWQcwlZF\\\":\\\"suffixIcon\\\",\\\"nwDKgX8cD\\\":\\\"text\\\",\\\"kVhilHy2l\\\":\\\"color\\\",\\\"u76O4c73t\\\":\\\"textColor\\\",\\\"JtI8J3yAL\\\":\\\"background\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zPF6lp6tK.map", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,CycleVariantState,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MiscAvatar from\"https://framerusercontent.com/modules/fdimDHUKfu3kRbEqOcGa/Zld25nSMM8CcS2FYfiik/o5hAmxFdv.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/wNforS6xOpd2IPC8EG6G/O2Ep5PQy1CtYwQlY9rTs/hcK8rkHHX.js\";import BadgeBadge3 from\"https://framerusercontent.com/modules/Lbogr1zruB3lwbftgXgn/p4DBtqUHDiWf3F3mrhrp/h5WP9EghV.js\";import BadgeBadge2 from\"https://framerusercontent.com/modules/hrObwlckeyjZCVuQI08a/21Zwgzbx5n533LMRLtcB/zPF6lp6tK.js\";const MiscAvatarFonts=getFonts(MiscAvatar);const BadgeBadge2Fonts=getFonts(BadgeBadge2);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const BadgeBadge3Fonts=getFonts(BadgeBadge3);const enabledGestures={EMrf4PVrV:{hover:true},f10qMaQQH:{hover:true},uJpBcoXp1:{hover:true}};const cycleOrder=[\"mzBy6ffHW\",\"uJpBcoXp1\",\"f10qMaQQH\",\"EMrf4PVrV\"];const serializationHash=\"framer-j5W3J\";const variantClassNames={EMrf4PVrV:\"framer-v-xjjbbg\",f10qMaQQH:\"framer-v-i3jvm1\",mzBy6ffHW:\"framer-v-1tilarw\",uJpBcoXp1:\"framer-v-1fhdwnf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.1,delay:0,duration:.3,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:100};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"mzBy6ffHW\",Variant:\"EMrf4PVrV\"};const getProps=({color,height,id,width,...props})=>{return{...props,iK8y4olMG:color??props.iK8y4olMG??\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"mzBy6ffHW\"};};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,iK8y4olMG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mzBy6ffHW\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearf382t5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),2e3);});const onAppear10usw7z=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),5e3);});useOnVariantChange(baseVariant,{default:onAppearf382t5,EMrf4PVrV:onAppear10usw7z});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"EMrf4PVrV-hover\",\"uJpBcoXp1-hover\",\"f10qMaQQH-hover\"].includes(gestureVariant))return true;if([\"uJpBcoXp1\",\"f10qMaQQH\",\"EMrf4PVrV\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"EMrf4PVrV-hover\",\"uJpBcoXp1-hover\",\"f10qMaQQH-hover\"].includes(gestureVariant))return false;if([\"uJpBcoXp1\",\"f10qMaQQH\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"EMrf4PVrV-hover\",\"uJpBcoXp1-hover\",\"f10qMaQQH-hover\"].includes(gestureVariant))return false;if(baseVariant===\"uJpBcoXp1\")return false;return true;};const isDisplayed3=()=>{if([\"EMrf4PVrV-hover\",\"f10qMaQQH-hover\"].includes(gestureVariant))return true;if([\"f10qMaQQH\",\"EMrf4PVrV\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"EMrf4PVrV-hover\",\"f10qMaQQH-hover\"].includes(gestureVariant))return false;if(baseVariant===\"f10qMaQQH\")return false;return true;};const isDisplayed5=()=>{if(gestureVariant===\"EMrf4PVrV-hover\")return true;if(baseVariant===\"EMrf4PVrV\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1tilarw\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mzBy6ffHW\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"EMrf4PVrV-hover\":{\"data-framer-name\":undefined},\"f10qMaQQH-hover\":{\"data-framer-name\":undefined},\"uJpBcoXp1-hover\":{\"data-framer-name\":undefined},EMrf4PVrV:{\"data-framer-name\":undefined},f10qMaQQH:{\"data-framer-name\":undefined},uJpBcoXp1:{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-6l1ey0\",\"data-border\":true,\"data-framer-appear-id\":\"6l1ey0\",\"data-framer-name\":\"Card 01\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"OohHiE3I6\",optimized:true,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(30, 32, 36, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,boxShadow:\"0px 0.7961918735236395px 0.7961918735236395px -0.9375px rgba(30, 32, 36, 0.07301), 0px 2.414506143104518px 2.414506143104518px -1.875px rgba(30, 32, 36, 0.06896), 0px 6.382653521484461px 6.382653521484461px -2.8125px rgba(30, 32, 36, 0.05904), 0px 20px 20px -3.75px rgba(30, 32, 36, 0.025)\",scale:1,WebkitBackdropFilter:\"none\"},transformTemplate:transformTemplate1,variants:{\"EMrf4PVrV-hover\":{backgroundColor:\"rgb(255, 255, 255)\",scale:1},\"f10qMaQQH-hover\":{backgroundColor:\"rgb(255, 255, 255)\",scale:1},\"uJpBcoXp1-hover\":{backgroundColor:\"rgb(255, 255, 255)\",scale:1},EMrf4PVrV:{backdropFilter:\"none\",backgroundColor:\"rgba(255, 255, 255, 0.4)\",scale:.7,WebkitBackdropFilter:\"none\"},f10qMaQQH:{backdropFilter:\"none\",backgroundColor:\"rgba(255, 255, 255, 0.6)\",scale:.8,WebkitBackdropFilter:\"none\"},uJpBcoXp1:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",scale:.9,WebkitBackdropFilter:\"blur(5px)\"}},...addPropertyOverrides({\"EMrf4PVrV-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"f10qMaQQH-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"uJpBcoXp1-hover\":{animate:undefined,initial:undefined,optimized:undefined},EMrf4PVrV:{animate:undefined,initial:undefined,optimized:undefined},f10qMaQQH:{animate:undefined,initial:undefined,optimized:undefined},uJpBcoXp1:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.8800000000000002-44.3)+15},\"f10qMaQQH-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.7546666666666669-44.3)+15},\"uJpBcoXp1-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6266666666666669-44.3)+15},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6986666666666669-44.3)+15},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6320000000000002-44.3)+15},uJpBcoXp1:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-44.3)+15}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vxkqmq-container\",layoutDependency:layoutDependency,layoutId:\"beFNLhXwr-container\",style:{opacity:1},variants:{\"EMrf4PVrV-hover\":{opacity:1},\"f10qMaQQH-hover\":{opacity:1},\"uJpBcoXp1-hover\":{opacity:1},EMrf4PVrV:{opacity:.4},f10qMaQQH:{opacity:.6},uJpBcoXp1:{opacity:.8}},children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"beFNLhXwr\",layoutId:\"beFNLhXwr\",lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/H0SIJdqAKXkcQkJ1aWcp2gx2JfI.png\",srcSet:\"https://framerusercontent.com/images/H0SIJdqAKXkcQkJ1aWcp2gx2JfI.png?scale-down-to=512 512w,https://framerusercontent.com/images/H0SIJdqAKXkcQkJ1aWcp2gx2JfI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/H0SIJdqAKXkcQkJ1aWcp2gx2JfI.png 1768w\"},\"\"),variant:\"i_WVefPpO\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4bu942\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"x9CbZ3VwW\",style:{opacity:1},variants:{\"EMrf4PVrV-hover\":{opacity:1},\"f10qMaQQH-hover\":{opacity:1},\"uJpBcoXp1-hover\":{opacity:1},EMrf4PVrV:{opacity:.4},f10qMaQQH:{opacity:.6},uJpBcoXp1:{opacity:.8}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3sxwih\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"RoOSK8c7d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0)))\"},children:\"Nick Stroh\"})}),className:\"framer-10zkpip\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"CvDXZxnn6\",style:{\"--extracted-r6o4lv\":\"var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15+0+0+0,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.8800000000000002-44.3)+15+0+0+0},\"f10qMaQQH-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.7546666666666669-44.3)+15+0+0+0},\"uJpBcoXp1-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6266666666666669-44.3)+15+0+0+0},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6986666666666669-44.3)+15+0+0+0},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6320000000000002-44.3)+15+0+0+0},uJpBcoXp1:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-44.3)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gltb27-container\",layoutDependency:layoutDependency,layoutId:\"zHQSeR2dr-container\",children:/*#__PURE__*/_jsx(BadgeBadge2,{cNdFrmQFP:false,height:\"100%\",id:\"zHQSeR2dr\",JtI8J3yAL:\"rgb(227, 255, 244)\",kVhilHy2l:iK8y4olMG,layoutId:\"zHQSeR2dr\",nwDKgX8cD:\"Neu\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"CpyEhpspf\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1c399f4\",\"data-styles-preset\":\"hcK8rkHHX\",children:\"5 Sterne auf Google\"})}),className:\"framer-t0f7q5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TerA9Brg4\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-1eu530l\",\"data-border\":true,\"data-framer-appear-id\":\"1eu530l\",\"data-framer-name\":\"Card 02\",layoutDependency:layoutDependency,layoutId:\"yRUo1zrTV\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(30, 32, 36, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.7961918735236395px 0.7961918735236395px -0.9375px rgba(30, 32, 36, 0.07301), 0px 2.414506143104518px 2.414506143104518px -1.875px rgba(30, 32, 36, 0.06896), 0px 6.382653521484461px 6.382653521484461px -2.8125px rgba(30, 32, 36, 0.05904), 0px 20px 20px -3.75px rgba(30, 32, 36, 0.025)\",scale:1,WebkitBackdropFilter:\"none\"},transformTemplate:transformTemplate1,variants:{\"EMrf4PVrV-hover\":{backgroundColor:\"rgb(255, 255, 255)\",scale:1},\"f10qMaQQH-hover\":{backgroundColor:\"rgb(255, 255, 255)\",scale:1},\"uJpBcoXp1-hover\":{backdropFilter:\"none\",scale:1,WebkitBackdropFilter:\"none\"},EMrf4PVrV:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.6)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,scale:.8,WebkitBackdropFilter:\"blur(5px)\"},f10qMaQQH:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,scale:.9,WebkitBackdropFilter:\"blur(5px)\"},uJpBcoXp1:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}},...addPropertyOverrides({uJpBcoXp1:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6266666666666669-44.3)+15},\"f10qMaQQH-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5013333333333335-44.3)+15},\"uJpBcoXp1-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.3733333333333336-44.3)+15},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6320000000000002-57)+15},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-45.8)+15},uJpBcoXp1:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qrepq0-container\",layoutDependency:layoutDependency,layoutId:\"LbGV7pGr4-container\",style:{opacity:1},variants:{\"EMrf4PVrV-hover\":{opacity:1},\"f10qMaQQH-hover\":{opacity:1},\"uJpBcoXp1-hover\":{opacity:1},EMrf4PVrV:{opacity:.6},f10qMaQQH:{opacity:.8}},children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"LbGV7pGr4\",layoutId:\"LbGV7pGr4\",lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/8sQ5FFuq2DLSza8j7XWObE2KvLw.jpeg\",srcSet:\"https://framerusercontent.com/images/8sQ5FFuq2DLSza8j7XWObE2KvLw.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/8sQ5FFuq2DLSza8j7XWObE2KvLw.jpeg 640w\"},\"\"),variant:\"i_WVefPpO\",width:\"100%\",...addPropertyOverrides({\"EMrf4PVrV-hover\":{lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png\",srcSet:\"https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png?scale-down-to=512 512w,https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png 1340w\"},\"\")},f10qMaQQH:{lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png\",srcSet:\"https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png?scale-down-to=512 512w,https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png 1340w\"},\"\")},uJpBcoXp1:{lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png\",srcSet:\"https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png?scale-down-to=512 512w,https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VHRlVPDsV7ooWichybnPq7eic.png 1340w\"},\"\")}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eo8lb5\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"EncOhH5PO\",style:{opacity:1},variants:{\"EMrf4PVrV-hover\":{opacity:1},\"f10qMaQQH-hover\":{opacity:1},\"uJpBcoXp1-hover\":{opacity:1},EMrf4PVrV:{opacity:.6},f10qMaQQH:{opacity:.8}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cjz0vw\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"JOGahIJdX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"David Miller\"})}),className:\"framer-g5h8su\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Vv44UoZsQ\",style:{\"--extracted-1w1cjl5\":\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{uJpBcoXp1:{\"--extracted-r6o4lv\":\"var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"EMrf4PVrV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"Waldemar Zielke\"})})},\"f10qMaQQH-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"Waldemar Zielke\"})})},uJpBcoXp1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0)))\"},children:\"Waldemar Zielke\"})}),fonts:[\"GF;Figtree-600\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,...addPropertyOverrides({EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6320000000000002-57)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-adhrgj-container\",layoutDependency:layoutDependency,layoutId:\"gvKKGOS4z-container\",children:/*#__PURE__*/_jsx(BadgeBadge3,{cNdFrmQFP:false,height:\"100%\",id:\"gvKKGOS4z\",JtI8J3yAL:\"var(--token-f9c33269-0d20-4b15-a66a-80367749c6ae, rgb(242, 247, 255))\",kVhilHy2l:\"var(--token-743613fe-a196-43e5-a2c6-a30ae62bea85, rgb(121, 194, 62))\",layoutId:\"gvKKGOS4z\",nwDKgX8cD:\"$39\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"aphpA9UTK\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,...addPropertyOverrides({EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6320000000000002-57)+15+0+0+0},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-45.8)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gb8pbd-container\",layoutDependency:layoutDependency,layoutId:\"ZFN654Hf6-container\",children:/*#__PURE__*/_jsx(BadgeBadge3,{cNdFrmQFP:false,height:\"100%\",id:\"ZFN654Hf6\",JtI8J3yAL:\"rgb(227, 255, 244)\",kVhilHy2l:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",layoutId:\"ZFN654Hf6\",nwDKgX8cD:\"Neu\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"q64dQmYkL\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6266666666666669-44.3)+15+0+0+0},\"f10qMaQQH-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5013333333333335-44.3)+15+0+0+0},\"uJpBcoXp1-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.3733333333333336-44.3)+15+0+0+0},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.6320000000000002-57)+15+0+0+1.5},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-45.8)+15+0+0+1.5},uJpBcoXp1:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yxxflx-container\",layoutDependency:layoutDependency,layoutId:\"fkDCxOk2S-container\",children:/*#__PURE__*/_jsx(BadgeBadge2,{cNdFrmQFP:false,height:\"100%\",id:\"fkDCxOk2S\",JtI8J3yAL:\"rgb(227, 255, 244)\",kVhilHy2l:iK8y4olMG,layoutId:\"fkDCxOk2S\",nwDKgX8cD:\"Neu\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"CpyEhpspf\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142)))\"},children:\"6 hours ago\"})}),className:\"framer-1y5qnrs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"A0NJv0sDd\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1c399f4\",\"data-styles-preset\":\"hcK8rkHHX\",children:\"5 Sterne auf Google\"})}),className:\"framer-pho1ln\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zM5eigXIo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-1x2ufyq\",\"data-border\":true,\"data-framer-appear-id\":\"1x2ufyq\",\"data-framer-name\":\"Card 03\",layoutDependency:layoutDependency,layoutId:\"EsCDFgyts\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(30, 32, 36, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"none\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.7961918735236395px 0.7961918735236395px -0.9375px rgba(30, 32, 36, 0.07301), 0px 2.414506143104518px 2.414506143104518px -1.875px rgba(30, 32, 36, 0.06896), 0px 6.382653521484461px 6.382653521484461px -2.8125px rgba(30, 32, 36, 0.05904), 0px 20px 20px -3.75px rgba(30, 32, 36, 0.025)\",scale:1,WebkitBackdropFilter:\"none\"},transformTemplate:transformTemplate1,variants:{\"EMrf4PVrV-hover\":{backgroundColor:\"rgb(255, 255, 255)\",scale:1},\"f10qMaQQH-hover\":{backdropFilter:\"none\",scale:1,WebkitBackdropFilter:\"none\"},EMrf4PVrV:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.8)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,scale:.9,WebkitBackdropFilter:\"blur(5px)\"},f10qMaQQH:{borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}},...addPropertyOverrides({f10qMaQQH:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.3733333333333336-44.3)+15},\"f10qMaQQH-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.24800000000000022-44.3)+15},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-57)+15},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ik0h8u-container\",layoutDependency:layoutDependency,layoutId:\"Xd33SmgRP-container\",style:{opacity:1},variants:{\"EMrf4PVrV-hover\":{opacity:1},\"f10qMaQQH-hover\":{opacity:1},EMrf4PVrV:{opacity:.8}},children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"Xd33SmgRP\",layoutId:\"Xd33SmgRP\",lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/4TMINlPnwQRJ1U2wxy7lvmXtpU.jpeg\",srcSet:\"https://framerusercontent.com/images/4TMINlPnwQRJ1U2wxy7lvmXtpU.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/4TMINlPnwQRJ1U2wxy7lvmXtpU.jpeg 640w\"},\"\"),variant:\"i_WVefPpO\",width:\"100%\",...addPropertyOverrides({\"EMrf4PVrV-hover\":{lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png\",srcSet:\"https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png?scale-down-to=512 512w,https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png 1118w\"},\"\")},f10qMaQQH:{lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png\",srcSet:\"https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png?scale-down-to=512 512w,https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EiUQ6AwEsdxA71khMT4kiKCisY.png 1118w\"},\"\")}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s6rmml\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"j61JlLSLt\",style:{opacity:1},variants:{\"EMrf4PVrV-hover\":{opacity:1},\"f10qMaQQH-hover\":{opacity:1},EMrf4PVrV:{opacity:.8}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1918otr\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"tiKYU0MJH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"Jillie Bernard\"})}),className:\"framer-l5x5gf\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Nug9824fq\",style:{\"--extracted-1w1cjl5\":\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{\"EMrf4PVrV-hover\":{\"--extracted-1w1cjl5\":\"var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0))\"},f10qMaQQH:{\"--extracted-r6o4lv\":\"var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"EMrf4PVrV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0)))\"},children:\"Torsten Vogt\"})}),fonts:[\"GF;Figtree-600\"]},f10qMaQQH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0)))\"},children:\"Torsten Vogt\"})}),fonts:[\"GF;Figtree-600\"]}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,...addPropertyOverrides({EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-57)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15cny8v-container\",layoutDependency:layoutDependency,layoutId:\"XNsMktmYk-container\",children:/*#__PURE__*/_jsx(BadgeBadge3,{cNdFrmQFP:false,height:\"100%\",id:\"XNsMktmYk\",JtI8J3yAL:\"var(--token-f9c33269-0d20-4b15-a66a-80367749c6ae, rgb(242, 247, 255))\",kVhilHy2l:\"var(--token-743613fe-a196-43e5-a2c6-a30ae62bea85, rgb(121, 194, 62))\",layoutId:\"XNsMktmYk\",nwDKgX8cD:\"$39\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"q64dQmYkL\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.3733333333333336-44.3)+15+0+0+0},\"f10qMaQQH-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.24800000000000022-44.3)+15+0+0+0},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-57)+15+0+0+1.5},f10qMaQQH:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x229hz-container\",layoutDependency:layoutDependency,layoutId:\"MuHFVzvoO-container\",children:/*#__PURE__*/_jsx(BadgeBadge2,{cNdFrmQFP:false,height:\"100%\",id:\"MuHFVzvoO\",JtI8J3yAL:\"rgb(227, 255, 244)\",kVhilHy2l:iK8y4olMG,layoutId:\"MuHFVzvoO\",nwDKgX8cD:\"Neu\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"CpyEhpspf\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,...addPropertyOverrides({EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5680000000000002-57)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hv12jq-container\",layoutDependency:layoutDependency,layoutId:\"dlc8HJrOW-container\",children:/*#__PURE__*/_jsx(BadgeBadge3,{cNdFrmQFP:false,height:\"100%\",id:\"dlc8HJrOW\",JtI8J3yAL:\"rgb(227, 255, 244)\",kVhilHy2l:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",layoutId:\"dlc8HJrOW\",nwDKgX8cD:\"Neu\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"q64dQmYkL\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142)))\"},children:\"Yesterday 9:28\"})}),className:\"framer-1t72pyl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cKWBptyRx\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1c399f4\",\"data-styles-preset\":\"hcK8rkHHX\",children:\"5 Sterne auf Google\"})}),className:\"framer-ustmr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PoSEtipfk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-pdibp2\",\"data-border\":true,\"data-framer-appear-id\":\"pdibp2\",\"data-framer-name\":\"Card 04\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Cek03Fo_C\",optimized:true,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(30, 32, 36, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,boxShadow:\"0px 0.7961918735236395px 0.7961918735236395px -0.9375px rgba(30, 32, 36, 0.07301), 0px 2.414506143104518px 2.414506143104518px -1.875px rgba(30, 32, 36, 0.06896), 0px 6.382653521484461px 6.382653521484461px -2.8125px rgba(30, 32, 36, 0.05904), 0px 20px 20px -3.75px rgba(30, 32, 36, 0.025)\"},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.12000000000000022-44.3)+15},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o13tju-container\",layoutDependency:layoutDependency,layoutId:\"hNZyhVU7p-container\",children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"hNZyhVU7p\",layoutId:\"hNZyhVU7p\",lg92DkqiF:addImageAlt({src:\"https://framerusercontent.com/images/eGzfzj7S1yzwrFe0GkmeZCy5Q.png\",srcSet:\"https://framerusercontent.com/images/eGzfzj7S1yzwrFe0GkmeZCy5Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/eGzfzj7S1yzwrFe0GkmeZCy5Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eGzfzj7S1yzwrFe0GkmeZCy5Q.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eGzfzj7S1yzwrFe0GkmeZCy5Q.png 2072w\"},\"\"),variant:\"i_WVefPpO\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a7gwjq\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"lGdJGIY8i\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cn7vvm\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"OEAQcHwFn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0)))\"},children:\"Thomas Westphal\"})}),className:\"framer-ioifov\",fonts:[\"GF;Figtree-600\"],layoutDependency:layoutDependency,layoutId:\"YZ8xFB_iU\",style:{\"--extracted-r6o4lv\":\"var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,...addPropertyOverrides({\"EMrf4PVrV-hover\":{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.12000000000000022-44.3)+15+0+0+0},EMrf4PVrV:{y:(componentViewport?.y||0)+((componentViewport?.height||375)*.5000000000000002-44.3)+15+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u1zj9v-container\",layoutDependency:layoutDependency,layoutId:\"GcZWKa7yZ-container\",children:/*#__PURE__*/_jsx(BadgeBadge2,{cNdFrmQFP:false,height:\"100%\",id:\"GcZWKa7yZ\",JtI8J3yAL:\"rgb(227, 255, 244)\",kVhilHy2l:iK8y4olMG,layoutId:\"GcZWKa7yZ\",nwDKgX8cD:\"Neu\",NZ8iPYNZS:\"Info\",u76O4c73t:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",UKe5Qe6cO:false,variant:\"CpyEhpspf\",vfWQcwlZF:\"ArrowRight\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1c399f4\",\"data-styles-preset\":\"hcK8rkHHX\",children:\"5 Sterne auf Google\"})}),className:\"framer-ok4uiy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y5PyCdyNu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j5W3J.framer-8u4ecd, .framer-j5W3J .framer-8u4ecd { display: block; }\",\".framer-j5W3J.framer-1tilarw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 375px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-j5W3J .framer-6l1ey0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 15px; position: absolute; top: 50%; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-j5W3J .framer-vxkqmq-container, .framer-j5W3J .framer-1qrepq0-container, .framer-j5W3J .framer-ik0h8u-container, .framer-j5W3J .framer-1o13tju-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-j5W3J .framer-4bu942, .framer-j5W3J .framer-eo8lb5, .framer-j5W3J .framer-s6rmml, .framer-j5W3J .framer-1a7gwjq { 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: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-j5W3J .framer-3sxwih, .framer-j5W3J .framer-cjz0vw, .framer-j5W3J .framer-1918otr, .framer-j5W3J .framer-1cn7vvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-j5W3J .framer-10zkpip, .framer-j5W3J .framer-t0f7q5, .framer-j5W3J .framer-g5h8su, .framer-j5W3J .framer-1y5qnrs, .framer-j5W3J .framer-pho1ln, .framer-j5W3J .framer-l5x5gf, .framer-j5W3J .framer-1t72pyl, .framer-j5W3J .framer-ustmr, .framer-j5W3J .framer-ioifov, .framer-j5W3J .framer-ok4uiy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-j5W3J .framer-gltb27-container, .framer-j5W3J .framer-adhrgj-container, .framer-j5W3J .framer-1gb8pbd-container, .framer-j5W3J .framer-1yxxflx-container, .framer-j5W3J .framer-15cny8v-container, .framer-j5W3J .framer-x229hz-container, .framer-j5W3J .framer-1hv12jq-container, .framer-j5W3J .framer-1u1zj9v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-j5W3J .framer-1eu530l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 15px; position: absolute; top: 50%; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-j5W3J .framer-1x2ufyq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 15px; position: absolute; top: 84%; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-j5W3J .framer-pdibp2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 15px; position: absolute; top: 50%; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j5W3J.framer-1tilarw, .framer-j5W3J .framer-6l1ey0, .framer-j5W3J .framer-4bu942, .framer-j5W3J .framer-1eu530l, .framer-j5W3J .framer-eo8lb5, .framer-j5W3J .framer-1x2ufyq, .framer-j5W3J .framer-s6rmml, .framer-j5W3J .framer-pdibp2, .framer-j5W3J .framer-1a7gwjq { gap: 0px; } .framer-j5W3J.framer-1tilarw > *, .framer-j5W3J .framer-6l1ey0 > *, .framer-j5W3J .framer-1eu530l > *, .framer-j5W3J .framer-1x2ufyq > *, .framer-j5W3J .framer-pdibp2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j5W3J.framer-1tilarw > :first-child, .framer-j5W3J .framer-6l1ey0 > :first-child, .framer-j5W3J .framer-1eu530l > :first-child, .framer-j5W3J .framer-1x2ufyq > :first-child, .framer-j5W3J .framer-pdibp2 > :first-child { margin-left: 0px; } .framer-j5W3J.framer-1tilarw > :last-child, .framer-j5W3J .framer-6l1ey0 > :last-child, .framer-j5W3J .framer-1eu530l > :last-child, .framer-j5W3J .framer-1x2ufyq > :last-child, .framer-j5W3J .framer-pdibp2 > :last-child { margin-right: 0px; } .framer-j5W3J .framer-4bu942 > *, .framer-j5W3J .framer-eo8lb5 > *, .framer-j5W3J .framer-s6rmml > *, .framer-j5W3J .framer-1a7gwjq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-j5W3J .framer-4bu942 > :first-child, .framer-j5W3J .framer-eo8lb5 > :first-child, .framer-j5W3J .framer-s6rmml > :first-child, .framer-j5W3J .framer-1a7gwjq > :first-child { margin-top: 0px; } .framer-j5W3J .framer-4bu942 > :last-child, .framer-j5W3J .framer-eo8lb5 > :last-child, .framer-j5W3J .framer-s6rmml > :last-child, .framer-j5W3J .framer-1a7gwjq > :last-child { margin-bottom: 0px; } }\",\".framer-j5W3J.framer-v-1fhdwnf.framer-1tilarw, .framer-j5W3J.framer-v-i3jvm1.framer-1tilarw, .framer-j5W3J.framer-v-xjjbbg.framer-1tilarw { aspect-ratio: 1.0666666666666667 / 1; cursor: pointer; height: var(--framer-aspect-ratio-supported, 375px); }\",\".framer-j5W3J.framer-v-1fhdwnf .framer-6l1ey0, .framer-j5W3J.framer-v-i3jvm1 .framer-1eu530l, .framer-j5W3J.framer-v-xjjbbg .framer-1x2ufyq { order: 1; top: 57%; }\",\".framer-j5W3J.framer-v-1fhdwnf .framer-1eu530l, .framer-j5W3J.framer-v-xjjbbg .framer-pdibp2 { order: 0; }\",\".framer-j5W3J.framer-v-i3jvm1 .framer-6l1ey0, .framer-j5W3J.framer-v-xjjbbg .framer-1eu530l { order: 2; top: 63%; }\",\".framer-j5W3J.framer-v-i3jvm1 .framer-1x2ufyq { order: 0; top: 50%; }\",\".framer-j5W3J.framer-v-xjjbbg .framer-6l1ey0 { order: 3; top: 70%; }\",\".framer-j5W3J.framer-v-xjjbbg.hover .framer-6l1ey0 { top: 88%; }\",\".framer-j5W3J.framer-v-xjjbbg.hover .framer-1eu530l, .framer-j5W3J.framer-v-1fhdwnf.hover .framer-6l1ey0 { top: 63%; }\",\".framer-j5W3J.framer-v-xjjbbg.hover .framer-1x2ufyq, .framer-j5W3J.framer-v-1fhdwnf.hover .framer-1eu530l { top: 37%; }\",\".framer-j5W3J.framer-v-xjjbbg.hover .framer-pdibp2 { top: 12%; }\",\".framer-j5W3J.framer-v-i3jvm1.hover .framer-6l1ey0 { top: 75%; }\",\".framer-j5W3J.framer-v-i3jvm1.hover .framer-1eu530l { top: 50%; }\",\".framer-j5W3J.framer-v-i3jvm1.hover .framer-1x2ufyq { top: 25%; }\",...sharedStyle.css,'.framer-j5W3J[data-border=\"true\"]::after, .framer-j5W3J [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 375\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"uJpBcoXp1\":{\"layout\":[\"fixed\",\"fixed\"]},\"f10qMaQQH\":{\"layout\":[\"fixed\",\"fixed\"]},\"EMrf4PVrV\":{\"layout\":[\"fixed\",\"fixed\"]},\"jnwguvwZV\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z6QkPSl0s\":{\"layout\":[\"fixed\",\"fixed\"]},\"t2OFLgYNS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"iK8y4olMG\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFli7J6zVA=withCSS(Component,css,\"framer-j5W3J\");export default FramerFli7J6zVA;FramerFli7J6zVA.displayName=\"Animation/Notifications\";FramerFli7J6zVA.defaultProps={height:375,width:400};addPropertyControls(FramerFli7J6zVA,{variant:{options:[\"mzBy6ffHW\",\"uJpBcoXp1\",\"f10qMaQQH\",\"EMrf4PVrV\"],optionTitles:[\"Variant 1\",\"Variant\",\"Variant\",\"Variant\"],title:\"Variant\",type:ControlType.Enum},iK8y4olMG:{defaultValue:'var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144)) /* {\"name\":\"T\\xfcrkis\"} */',title:\"Color\",type:ControlType.Color}});addFonts(FramerFli7J6zVA,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...MiscAvatarFonts,...BadgeBadge2Fonts,...BadgeBadge3Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFli7J6zVA\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uJpBcoXp1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"f10qMaQQH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EMrf4PVrV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jnwguvwZV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z6QkPSl0s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t2OFLgYNS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"400\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"iK8y4olMG\\\":\\\"color\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"375\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import MiscAvatar from\"https://framerusercontent.com/modules/fdimDHUKfu3kRbEqOcGa/Zld25nSMM8CcS2FYfiik/o5hAmxFdv.js\";const MiscAvatarFonts=getFonts(MiscAvatar);const cycleOrder=[\"Z_dnt_FWj\",\"MYmVM49g2\",\"xlBWDYyF8\"];const serializationHash=\"framer-Pic9o\";const variantClassNames={MYmVM49g2:\"framer-v-3tjf2i\",xlBWDYyF8:\"framer-v-fo9kmh\",Z_dnt_FWj:\"framer-v-hee60j\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={Large:\"xlBWDYyF8\",Medium:\"MYmVM49g2\",Small:\"Z_dnt_FWj\"};const getProps=({background,gap,height,id,image1,image2,image3,image4,image5,number,showNumber,textColor,width,...props})=>{return{...props,aB7aZBTBV:gap??props.aB7aZBTBV??5,B3wFVhBFD:background??props.B3wFVhBFD??\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",BGzuk8H8K:image5??props.BGzuk8H8K??{src:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg 640w\"},jsCHuA57w:image4??props.jsCHuA57w??{src:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg 640w\"},miaYta9EL:textColor??props.miaYta9EL??\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142))\",OVq4sjZj3:image1??props.OVq4sjZj3??{src:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg 640w\"},pdUb2y43k:number??props.pdUb2y43k??\"+5\",rOgLot90f:image3??props.rOgLot90f??{src:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg 640w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"Z_dnt_FWj\",XfkaEv7sl:showNumber??props.XfkaEv7sl??true,yZg795fOX:image2??props.yZg795fOX??{src:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/SIeJsVlpejLBNn7ywI935ZZBoA.jpg 640w\"}};};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,OVq4sjZj3,yZg795fOX,rOgLot90f,jsCHuA57w,BGzuk8H8K,XfkaEv7sl,pdUb2y43k,miaYta9EL,B3wFVhBFD,aB7aZBTBV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z_dnt_FWj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hee60j\",className,classNames),\"data-framer-name\":\"Small\",layoutDependency:layoutDependency,layoutId:\"Z_dnt_FWj\",ref:ref??ref1,style:{\"--1lkumgg\":aB7aZBTBV,...style},...addPropertyOverrides({MYmVM49g2:{\"data-framer-name\":\"Medium\"},xlBWDYyF8:{\"data-framer-name\":\"Large\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h6dznr\",\"data-framer-name\":\"Avatar 1\",layoutDependency:layoutDependency,layoutId:\"AcXcoHWCY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||30)-0-30)/2)+7105427357601002e-30,...addPropertyOverrides({MYmVM49g2:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+5.000000000000007},xlBWDYyF8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+15.000000000000014}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-igc0t9-container\",layoutDependency:layoutDependency,layoutId:\"v8n3Mg25X-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"v8n3Mg25X\",layoutId:\"v8n3Mg25X\",lg92DkqiF:toResponsiveImage(OVq4sjZj3),variant:\"P0UR7sGbj\",width:\"100%\",...addPropertyOverrides({MYmVM49g2:{variant:\"ZeYqe5fp4\"},xlBWDYyF8:{variant:\"i_WVefPpO\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lhi6pr\",\"data-framer-name\":\"Avatar 2\",layoutDependency:layoutDependency,layoutId:\"RE04cTnzY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||30)-0-30)/2)+7105427357601002e-30,...addPropertyOverrides({MYmVM49g2:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+5.000000000000007},xlBWDYyF8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+15.000000000000014}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7d9cis-container\",layoutDependency:layoutDependency,layoutId:\"qNgYSn0x9-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"qNgYSn0x9\",layoutId:\"qNgYSn0x9\",lg92DkqiF:toResponsiveImage(yZg795fOX),variant:\"P0UR7sGbj\",width:\"100%\",...addPropertyOverrides({MYmVM49g2:{variant:\"ZeYqe5fp4\"},xlBWDYyF8:{variant:\"i_WVefPpO\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8whqo9\",\"data-framer-name\":\"Avatar 3\",layoutDependency:layoutDependency,layoutId:\"fkcZ6r1h5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||30)-0-30)/2)+7105427357601002e-30,...addPropertyOverrides({MYmVM49g2:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+5.000000000000007},xlBWDYyF8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+15.000000000000014}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-89io42-container\",layoutDependency:layoutDependency,layoutId:\"bK4_Bopxt-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"bK4_Bopxt\",layoutId:\"bK4_Bopxt\",lg92DkqiF:toResponsiveImage(rOgLot90f),variant:\"P0UR7sGbj\",width:\"100%\",...addPropertyOverrides({MYmVM49g2:{variant:\"ZeYqe5fp4\"},xlBWDYyF8:{variant:\"i_WVefPpO\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ru1glb\",\"data-framer-name\":\"Avatar 4\",layoutDependency:layoutDependency,layoutId:\"uIxb8jYTw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||30)-0-30)/2)+7105427357601002e-30,...addPropertyOverrides({MYmVM49g2:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+5.000000000000007},xlBWDYyF8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+15.000000000000014}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14a43bt-container\",layoutDependency:layoutDependency,layoutId:\"l2qMksjjh-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"l2qMksjjh\",layoutId:\"l2qMksjjh\",lg92DkqiF:toResponsiveImage(jsCHuA57w),variant:\"P0UR7sGbj\",width:\"100%\",...addPropertyOverrides({MYmVM49g2:{variant:\"ZeYqe5fp4\"},xlBWDYyF8:{variant:\"i_WVefPpO\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kgjp7t\",\"data-framer-name\":\"Avatar 5\",layoutDependency:layoutDependency,layoutId:\"W8i1Sdd5S\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(0+((componentViewport?.height||30)-0-30)/2)+7105427357601002e-30,...addPropertyOverrides({MYmVM49g2:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||40)-0-40)/2)+5.000000000000007},xlBWDYyF8:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+15.000000000000014}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u7ovy3-container\",layoutDependency:layoutDependency,layoutId:\"PuiaChVlq-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MiscAvatar,{height:\"100%\",id:\"PuiaChVlq\",layoutId:\"PuiaChVlq\",lg92DkqiF:toResponsiveImage(BGzuk8H8K),variant:\"P0UR7sGbj\",width:\"100%\",...addPropertyOverrides({MYmVM49g2:{variant:\"ZeYqe5fp4\"},xlBWDYyF8:{variant:\"i_WVefPpO\"}},baseVariant,gestureVariant)})})})}),XfkaEv7sl&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zucpe3\",\"data-framer-name\":\"Add\",layoutDependency:layoutDependency,layoutId:\"uZbWASmCn\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3dxdin\",\"data-border\":true,\"data-framer-name\":\"Number\",layoutDependency:layoutDependency,layoutId:\"q1SSYBXdr\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:B3wFVhBFD,borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-miaYta9EL-JlacMLJpz))\"},children:\"+5\"})}),className:\"framer-1ehg97y\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"G9AWyebBc\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-miaYta9EL-JlacMLJpz)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-miaYta9EL-JlacMLJpz\":miaYta9EL},text:pdUb2y43k,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MYmVM49g2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-miaYta9EL-JlacMLJpz))\"},children:\"+5\"})}),fonts:[\"Inter\"]},xlBWDYyF8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-miaYta9EL-JlacMLJpz))\"},children:\"+5\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pic9o.framer-1707248, .framer-Pic9o .framer-1707248 { display: block; }\",\".framer-Pic9o.framer-hee60j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: calc(max(0, var(--1lkumgg)) * 1px); height: min-content; justify-content: center; overflow: hidden; padding: 0px 5px 0px 5px; position: relative; width: min-content; }\",\".framer-Pic9o .framer-1h6dznr, .framer-Pic9o .framer-1lhi6pr, .framer-Pic9o .framer-8whqo9, .framer-Pic9o .framer-ru1glb, .framer-Pic9o .framer-kgjp7t, .framer-Pic9o .framer-zucpe3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 30px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-Pic9o .framer-igc0t9-container, .framer-Pic9o .framer-7d9cis-container, .framer-Pic9o .framer-89io42-container, .framer-Pic9o .framer-14a43bt-container, .framer-Pic9o .framer-1u7ovy3-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; z-index: 1; }\",\".framer-Pic9o .framer-3dxdin { flex: none; height: 30px; left: calc(50.00000000000002% - 30px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 30px / 2); width: 30px; z-index: 6; }\",\".framer-Pic9o .framer-1ehg97y { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pic9o.framer-hee60j, .framer-Pic9o .framer-1h6dznr, .framer-Pic9o .framer-1lhi6pr, .framer-Pic9o .framer-8whqo9, .framer-Pic9o .framer-ru1glb, .framer-Pic9o .framer-kgjp7t, .framer-Pic9o .framer-zucpe3 { gap: 0px; } .framer-Pic9o.framer-hee60j > * { margin: 0px; margin-left: calc(calc(max(0, var(--1lkumgg)) * 1px) / 2); margin-right: calc(calc(max(0, var(--1lkumgg)) * 1px) / 2); } .framer-Pic9o.framer-hee60j > :first-child, .framer-Pic9o .framer-1h6dznr > :first-child, .framer-Pic9o .framer-1lhi6pr > :first-child, .framer-Pic9o .framer-8whqo9 > :first-child, .framer-Pic9o .framer-ru1glb > :first-child, .framer-Pic9o .framer-kgjp7t > :first-child, .framer-Pic9o .framer-zucpe3 > :first-child { margin-left: 0px; } .framer-Pic9o.framer-hee60j > :last-child, .framer-Pic9o .framer-1h6dznr > :last-child, .framer-Pic9o .framer-1lhi6pr > :last-child, .framer-Pic9o .framer-8whqo9 > :last-child, .framer-Pic9o .framer-ru1glb > :last-child, .framer-Pic9o .framer-kgjp7t > :last-child, .framer-Pic9o .framer-zucpe3 > :last-child { margin-right: 0px; } .framer-Pic9o .framer-1h6dznr > *, .framer-Pic9o .framer-1lhi6pr > *, .framer-Pic9o .framer-8whqo9 > *, .framer-Pic9o .framer-ru1glb > *, .framer-Pic9o .framer-kgjp7t > *, .framer-Pic9o .framer-zucpe3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-Pic9o.framer-v-3tjf2i.framer-hee60j { padding: 0px 10px 0px 10px; }\",\".framer-Pic9o.framer-v-3tjf2i .framer-1h6dznr, .framer-Pic9o.framer-v-3tjf2i .framer-1lhi6pr, .framer-Pic9o.framer-v-3tjf2i .framer-8whqo9, .framer-Pic9o.framer-v-3tjf2i .framer-ru1glb, .framer-Pic9o.framer-v-3tjf2i .framer-kgjp7t, .framer-Pic9o.framer-v-3tjf2i .framer-zucpe3 { height: 40px; }\",\".framer-Pic9o.framer-v-3tjf2i .framer-3dxdin { height: 40px; left: calc(50.00000000000002% - 40px / 2); top: calc(50.00000000000002% - 40px / 2); width: 40px; }\",\".framer-Pic9o.framer-v-fo9kmh.framer-hee60j { height: 60px; padding: 0px 20px 0px 20px; }\",\".framer-Pic9o.framer-v-fo9kmh .framer-1h6dznr, .framer-Pic9o.framer-v-fo9kmh .framer-1lhi6pr, .framer-Pic9o.framer-v-fo9kmh .framer-8whqo9, .framer-Pic9o.framer-v-fo9kmh .framer-ru1glb, .framer-Pic9o.framer-v-fo9kmh .framer-kgjp7t, .framer-Pic9o.framer-v-fo9kmh .framer-zucpe3 { height: 60px; }\",\".framer-Pic9o.framer-v-fo9kmh .framer-3dxdin { height: 60px; left: calc(50.00000000000002% - 60px / 2); top: calc(50.00000000000002% - 60px / 2); width: 60px; }\",'.framer-Pic9o[data-border=\"true\"]::after, .framer-Pic9o [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 30\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"MYmVM49g2\":{\"layout\":[\"auto\",\"auto\"]},\"xlBWDYyF8\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"OVq4sjZj3\":\"image1\",\"yZg795fOX\":\"image2\",\"rOgLot90f\":\"image3\",\"jsCHuA57w\":\"image4\",\"BGzuk8H8K\":\"image5\",\"XfkaEv7sl\":\"showNumber\",\"pdUb2y43k\":\"number\",\"miaYta9EL\":\"textColor\",\"B3wFVhBFD\":\"background\",\"aB7aZBTBV\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJlacMLJpz=withCSS(Component,css,\"framer-Pic9o\");export default FramerJlacMLJpz;FramerJlacMLJpz.displayName=\"Avatar Group\";FramerJlacMLJpz.defaultProps={height:30,width:155};addPropertyControls(FramerJlacMLJpz,{variant:{options:[\"Z_dnt_FWj\",\"MYmVM49g2\",\"xlBWDYyF8\"],optionTitles:[\"Small\",\"Medium\",\"Large\"],title:\"Variant\",type:ControlType.Enum},OVq4sjZj3:{__defaultAssetReference:\"data:framer/asset-reference,SIeJsVlpejLBNn7ywI935ZZBoA.jpg?originalFilename=Radiant+Smile+in+Yellow.jpg&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},yZg795fOX:{__defaultAssetReference:\"data:framer/asset-reference,SIeJsVlpejLBNn7ywI935ZZBoA.jpg?originalFilename=Radiant+Smile+in+Yellow.jpg&preferredSize=auto\",title:\"Image 2\",type:ControlType.ResponsiveImage},rOgLot90f:{__defaultAssetReference:\"data:framer/asset-reference,SIeJsVlpejLBNn7ywI935ZZBoA.jpg?originalFilename=Radiant+Smile+in+Yellow.jpg&preferredSize=auto\",title:\"Image 3\",type:ControlType.ResponsiveImage},jsCHuA57w:{__defaultAssetReference:\"data:framer/asset-reference,SIeJsVlpejLBNn7ywI935ZZBoA.jpg?originalFilename=Radiant+Smile+in+Yellow.jpg&preferredSize=auto\",title:\"Image 4\",type:ControlType.ResponsiveImage},BGzuk8H8K:{__defaultAssetReference:\"data:framer/asset-reference,SIeJsVlpejLBNn7ywI935ZZBoA.jpg?originalFilename=Radiant+Smile+in+Yellow.jpg&preferredSize=auto\",title:\"Image 5\",type:ControlType.ResponsiveImage},XfkaEv7sl:{defaultValue:true,title:\"Show Number\",type:ControlType.Boolean},pdUb2y43k:{defaultValue:\"+5\",displayTextArea:false,title:\"Number\",type:ControlType.String},miaYta9EL:{defaultValue:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142))\",title:\"Text Color\",type:ControlType.Color},B3wFVhBFD:{defaultValue:'var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232)) /* {\"name\":\"Dark 100\"} */',title:\"Background\",type:ControlType.Color},aB7aZBTBV:{defaultValue:5,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FramerJlacMLJpz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.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\"}]},...MiscAvatarFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJlacMLJpz\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MYmVM49g2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xlBWDYyF8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"OVq4sjZj3\\\":\\\"image1\\\",\\\"yZg795fOX\\\":\\\"image2\\\",\\\"rOgLot90f\\\":\\\"image3\\\",\\\"jsCHuA57w\\\":\\\"image4\\\",\\\"BGzuk8H8K\\\":\\\"image5\\\",\\\"XfkaEv7sl\\\":\\\"showNumber\\\",\\\"pdUb2y43k\\\":\\\"number\\\",\\\"miaYta9EL\\\":\\\"textColor\\\",\\\"B3wFVhBFD\\\":\\\"background\\\",\\\"aB7aZBTBV\\\":\\\"gap\\\"}\",\"framerIntrinsicHeight\":\"30\",\"framerIntrinsicWidth\":\"155\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JlacMLJpz.map", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vWfLh6ZWRu774H6oEcaZ/rIBNY8syCM5EOg0DT70Q/mk6BS47_m.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/82UPVVBcC5n4qVRDDrax/BX7ihAZtKwInQpQ3GA12/SUlCsOMYO.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/epqh9MGxhU4195Hbu87H/LkXcQDzsMWDau8Ip6Cbt/zHGq_UNcu.js\";import AnimationNotifications from\"https://framerusercontent.com/modules/hcIzgBixRkcR8CcQvHkf/o1hldxRSkACCKL2iv0hj/Fli7J6zVA.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/z9LgvbrxFfGnBFtJ9fNR/We1W2cihWLwcZcAyEGeJ/I38xkbcy3.js\";import AvatarGroup from\"https://framerusercontent.com/modules/eOVNmFkn0LiX5ohXEzzF/2I1GtxphuRztOfTi00BJ/JlacMLJpz.js\";const AvatarGroupFonts=getFonts(AvatarGroup);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const AnimationNotificationsFonts=getFonts(AnimationNotifications);const cycleOrder=[\"cVI_r3oIM\",\"L2s9pjR3G\",\"iWt_msHgl\"];const serializationHash=\"framer-wzh6c\";const variantClassNames={cVI_r3oIM:\"framer-v-37e5vy\",iWt_msHgl:\"framer-v-1r4l3e2\",L2s9pjR3G:\"framer-v-fv59ss\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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:\"cVI_r3oIM\",Phone:\"iWt_msHgl\",Tablet:\"L2s9pjR3G\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cVI_r3oIM\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cVI_r3oIM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-37e5vy\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"cVI_r3oIM\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({iWt_msHgl:{\"data-framer-name\":\"Phone\"},L2s9pjR3G:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nmnj2r\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ziuNXHwx5\",style:{background:'linear-gradient(294deg, rgba(30, 214, 144, 0.2) 0%, var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144)) /* {\"name\":\"T\\xfcrkis\"} */ 100%)',borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-timhh2\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Af5W0zanG\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+0+(((componentViewport?.height||436.5)-0-434.8)/2+0+0)+0+60+0,...addPropertyOverrides({iWt_msHgl:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||895.5)-0-749.8)/2+0+0)+0+0+30+0},L2s9pjR3G:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||836.5)-0-809.8)/2+0+0)+0+0+60+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-94t2bp-container\",layoutDependency:layoutDependency,layoutId:\"GJPszrblU-container\",nodeId:\"GJPszrblU\",rendersWithMotion:true,scopeId:\"pVnYORGtw\",children:/*#__PURE__*/_jsx(AvatarGroup,{aB7aZBTBV:20,B3wFVhBFD:\"rgb(255, 255, 255)\",BGzuk8H8K:addImageAlt({src:\"https://framerusercontent.com/images/8NPuLKoEgRE2gtqJK3m0VEoZBZo.jpg\",srcSet:\"https://framerusercontent.com/images/8NPuLKoEgRE2gtqJK3m0VEoZBZo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8NPuLKoEgRE2gtqJK3m0VEoZBZo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8NPuLKoEgRE2gtqJK3m0VEoZBZo.jpg 1600w\"},\"\"),height:\"100%\",id:\"GJPszrblU\",jsCHuA57w:addImageAlt({src:\"https://framerusercontent.com/images/HGD5qEKIpO3EyUfjqRNhvQDAZE.jpg\",srcSet:\"https://framerusercontent.com/images/HGD5qEKIpO3EyUfjqRNhvQDAZE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HGD5qEKIpO3EyUfjqRNhvQDAZE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HGD5qEKIpO3EyUfjqRNhvQDAZE.jpg 1600w\"},\"\"),layoutId:\"GJPszrblU\",miaYta9EL:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(123, 130, 142))\",OVq4sjZj3:addImageAlt({src:\"https://framerusercontent.com/images/BLzj6gc3jGtdGxf3npkrurPkvw.jpg\",srcSet:\"https://framerusercontent.com/images/BLzj6gc3jGtdGxf3npkrurPkvw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BLzj6gc3jGtdGxf3npkrurPkvw.jpg 891w\"},\"\"),pdUb2y43k:\"+5\",rOgLot90f:addImageAlt({src:\"https://framerusercontent.com/images/2oM4H1JN7jNRBeZDLlNkUvsj34o.jpeg\",srcSet:\"https://framerusercontent.com/images/2oM4H1JN7jNRBeZDLlNkUvsj34o.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/2oM4H1JN7jNRBeZDLlNkUvsj34o.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2oM4H1JN7jNRBeZDLlNkUvsj34o.jpeg 2000w\"},\"\"),variant:\"xlBWDYyF8\",width:\"100%\",XfkaEv7sl:false,yZg795fOX:addImageAlt({src:\"https://framerusercontent.com/images/jtC9qkN2HsKVYaBTj9qVxTDAms.jpg\",srcSet:\"https://framerusercontent.com/images/jtC9qkN2HsKVYaBTj9qVxTDAms.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jtC9qkN2HsKVYaBTj9qVxTDAms.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jtC9qkN2HsKVYaBTj9qVxTDAms.jpg 1600w\"},\"\")})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-bdd2r7\",\"data-styles-preset\":\"zHGq_UNcu\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-b88f797e-83f0-4cb1-8700-a0b0cc1e56a5, rgb(255, 255, 255)))\"},children:\"Schlie\\xdfen Sie sich hunderten gl\\xfccklichen Kunden an\"})}),className:\"framer-13zztr6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KYI02qocq\",style:{\"--extracted-a0htzi\":\"var(--token-b88f797e-83f0-4cb1-8700-a0b0cc1e56a5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({L2s9pjR3G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-bdd2r7\",\"data-styles-preset\":\"zHGq_UNcu\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-b88f797e-83f0-4cb1-8700-a0b0cc1e56a5, rgb(255, 255, 255)))\"},children:\"Schlie\\xdfen Sie sich hunderten gl\\xfccklichen Kunden an\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-mxzpv6\",\"data-styles-preset\":\"mk6BS47_m\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e5885ed2-da4b-42e3-9dee-7556e8b145fe, rgb(249, 249, 249)))\"},children:[\"Vereinbaren Sie jetzt Ihre \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PjhGMXL4f\"},motionChild:true,nodeId:\"RvKNBe64d\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-x0zq89\",\"data-styles-preset\":\"SUlCsOMYO\",children:\"pers\\xf6nliche Photovoltaikberatung\"})}),\" an und erleben Sie eine unabh\\xe4ngige Beratung.\"]})}),className:\"framer-1y0nz0f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RvKNBe64d\",style:{\"--extracted-r6o4lv\":\"var(--token-e5885ed2-da4b-42e3-9dee-7556e8b145fe, rgb(249, 249, 249))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({L2s9pjR3G:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-mxzpv6\",\"data-styles-preset\":\"mk6BS47_m\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e5885ed2-da4b-42e3-9dee-7556e8b145fe, rgb(249, 249, 249)))\"},children:[\"Vereinbaren Sie jetzt Ihre \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PjhGMXL4f\"},motionChild:true,nodeId:\"RvKNBe64d\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-x0zq89\",\"data-styles-preset\":\"SUlCsOMYO\",children:\"pers\\xf6nliche Photovoltaikberatung\"})}),\" an und erleben Sie eine unabh\\xe4ngige Beratung.\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PjhGMXL4f\"},implicitPathVariables:undefined},{href:{webPageId:\"PjhGMXL4f\"},implicitPathVariables:undefined},{href:{webPageId:\"PjhGMXL4f\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+(((componentViewport?.height||436.5)-0-434.8)/2+0+0)+0+60+262.8,...addPropertyOverrides({iWt_msHgl:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||895.5)-0-749.8)/2+0+0)+0+0+30+262.8},L2s9pjR3G:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||836.5)-0-809.8)/2+0+0)+0+0+60+262.8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ocf8xc-container\",layoutDependency:layoutDependency,layoutId:\"bk3RwkxVU-container\",nodeId:\"bk3RwkxVU\",rendersWithMotion:true,scopeId:\"pVnYORGtw\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{bu7Tmg2ov:\"var(--token-7bf2b337-f427-4a76-a75a-f39ae92c4865, rgb(0, 0, 0))\",height:\"100%\",i_R718eUo:true,id:\"bk3RwkxVU\",l5SUNbSHS:false,layoutId:\"bk3RwkxVU\",M7gzfh2vW:\"ArrowRight\",OSSo6hGiK:false,P4BBZAHYc:\"Beratung vereinbaren\",T7oGFZxdq:false,uea9upS2b:true,ukQZWXtui:\"var(--token-b88f797e-83f0-4cb1-8700-a0b0cc1e56a5, rgb(255, 255, 255))\",variant:\"wcGW3HjeU\",width:\"100%\",y0Af_y9dn:resolvedLinks[0],YihVjZ532:\"var(--token-e5885ed2-da4b-42e3-9dee-7556e8b145fe, rgb(249, 249, 249))\",yRPzCeLce:\"ArrowLeft\",...addPropertyOverrides({iWt_msHgl:{y0Af_y9dn:resolvedLinks[2]},L2s9pjR3G:{y0Af_y9dn:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h3hqfw\",\"data-framer-name\":\"Visual\",layoutDependency:layoutDependency,layoutId:\"LPVpWCWXh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:375,width:\"400px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||436.5)-0-434.8)/2+0+0)+29.900000000000006+0+0,...addPropertyOverrides({iWt_msHgl:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) * 0.9)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||895.5)-0-749.8)/2+0+0)+0+374.8+0+0},L2s9pjR3G:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||836.5)-0-809.8)/2+0+0)+0+434.8+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o9rft0-container\",layoutDependency:layoutDependency,layoutId:\"iU5vCH_Iq-container\",nodeId:\"iU5vCH_Iq\",rendersWithMotion:true,scopeId:\"pVnYORGtw\",children:/*#__PURE__*/_jsx(AnimationNotifications,{height:\"100%\",id:\"iU5vCH_Iq\",iK8y4olMG:\"var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, rgb(29, 214, 144))\",layoutId:\"iU5vCH_Iq\",style:{height:\"100%\",width:\"100%\"},variant:\"mzBy6ffHW\",width:\"100%\",...addPropertyOverrides({iWt_msHgl:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wzh6c.framer-1uzte4p, .framer-wzh6c .framer-1uzte4p { display: block; }\",\".framer-wzh6c.framer-37e5vy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-wzh6c .framer-nmnj2r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-wzh6c .framer-timhh2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 1px; }\",\".framer-wzh6c .framer-94t2bp-container, .framer-wzh6c .framer-ocf8xc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-wzh6c .framer-13zztr6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wzh6c .framer-1y0nz0f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-wzh6c .framer-1h3hqfw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wzh6c .framer-o9rft0-container { flex: none; height: 375px; position: relative; width: 400px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wzh6c.framer-37e5vy, .framer-wzh6c .framer-nmnj2r, .framer-wzh6c .framer-timhh2, .framer-wzh6c .framer-1h3hqfw { gap: 0px; } .framer-wzh6c.framer-37e5vy > *, .framer-wzh6c .framer-timhh2 > *, .framer-wzh6c .framer-1h3hqfw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wzh6c.framer-37e5vy > :first-child, .framer-wzh6c .framer-timhh2 > :first-child, .framer-wzh6c .framer-1h3hqfw > :first-child { margin-top: 0px; } .framer-wzh6c.framer-37e5vy > :last-child, .framer-wzh6c .framer-timhh2 > :last-child, .framer-wzh6c .framer-1h3hqfw > :last-child { margin-bottom: 0px; } .framer-wzh6c .framer-nmnj2r > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-wzh6c .framer-nmnj2r > :first-child { margin-left: 0px; } .framer-wzh6c .framer-nmnj2r > :last-child { margin-right: 0px; } }\",\".framer-wzh6c.framer-v-fv59ss.framer-37e5vy { width: 810px; }\",\".framer-wzh6c.framer-v-fv59ss .framer-nmnj2r, .framer-wzh6c.framer-v-1r4l3e2 .framer-nmnj2r { flex-direction: column; gap: 0px; }\",\".framer-wzh6c.framer-v-fv59ss .framer-timhh2 { align-content: center; align-items: center; flex: none; width: 100%; }\",\".framer-wzh6c.framer-v-fv59ss .framer-13zztr6 { width: 485px; }\",\".framer-wzh6c.framer-v-fv59ss .framer-1y0nz0f { width: 320px; }\",\".framer-wzh6c.framer-v-fv59ss .framer-1h3hqfw, .framer-wzh6c.framer-v-1r4l3e2 .framer-1h3hqfw { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wzh6c.framer-v-fv59ss .framer-nmnj2r { gap: 0px; } .framer-wzh6c.framer-v-fv59ss .framer-nmnj2r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wzh6c.framer-v-fv59ss .framer-nmnj2r > :first-child { margin-top: 0px; } .framer-wzh6c.framer-v-fv59ss .framer-nmnj2r > :last-child { margin-bottom: 0px; } }\",\".framer-wzh6c.framer-v-1r4l3e2.framer-37e5vy { width: 390px; }\",\".framer-wzh6c.framer-v-1r4l3e2 .framer-timhh2 { flex: none; padding: 30px; width: 100%; }\",\".framer-wzh6c.framer-v-1r4l3e2 .framer-o9rft0-container { height: auto; width: 90%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wzh6c.framer-v-1r4l3e2 .framer-nmnj2r { gap: 0px; } .framer-wzh6c.framer-v-1r4l3e2 .framer-nmnj2r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-wzh6c.framer-v-1r4l3e2 .framer-nmnj2r > :first-child { margin-top: 0px; } .framer-wzh6c.framer-v-1r4l3e2 .framer-nmnj2r > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 436.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"L2s9pjR3G\":{\"layout\":[\"fixed\",\"auto\"]},\"iWt_msHgl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpVnYORGtw=withCSS(Component,css,\"framer-wzh6c\");export default FramerpVnYORGtw;FramerpVnYORGtw.displayName=\"Section CTA/CTA 25\";FramerpVnYORGtw.defaultProps={height:436.5,width:1200};addPropertyControls(FramerpVnYORGtw,{variant:{options:[\"cVI_r3oIM\",\"L2s9pjR3G\",\"iWt_msHgl\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpVnYORGtw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...AvatarGroupFonts,...ButtonPrimaryButtonFonts,...AnimationNotificationsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpVnYORGtw\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L2s9pjR3G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iWt_msHgl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"436.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pVnYORGtw.map", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Figtree-600\",\"GF;Figtree-900\",\"GF;Figtree-900italic\",\"GF;Figtree-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Figtree\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},{family:\"Figtree\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15bwkEU4HTy.woff2\",weight:\"900\"},{family:\"Figtree\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3Ax8ayEA25WTybO8.woff2\",weight:\"900\"},{family:\"Figtree\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A2gayEA25WTybO8.woff2\",weight:\"600\"}]}];export const css=['.framer-etnoF .framer-styles-preset-1szeu20:not(.rich-text-wrapper), .framer-etnoF .framer-styles-preset-1szeu20.rich-text-wrapper h4 { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -2px; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, #1dd690); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-etnoF .framer-styles-preset-1szeu20:not(.rich-text-wrapper), .framer-etnoF .framer-styles-preset-1szeu20.rich-text-wrapper h4 { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -2px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, #1dd690); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-etnoF .framer-styles-preset-1szeu20:not(.rich-text-wrapper), .framer-etnoF .framer-styles-preset-1szeu20.rich-text-wrapper h4 { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -2px; --framer-line-height: 1.3em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-218d419e-8a1c-45ae-b1b0-613148f11209, #1dd690); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-etnoF\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "photo", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lg92DkqiF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "Framero5hAmxFdv", "withCSS", "o5hAmxFdv_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "color", "height", "id", "prefixIcon", "showPrefix", "showSuffix", "suffixIcon", "text", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UKe5Qe6cO", "NZ8iPYNZS", "cNdFrmQFP", "vfWQcwlZF", "nwDKgX8cD", "kVhilHy2l", "u76O4c73t", "JtI8J3yAL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "Framerh5WP9EghV", "withCSS", "h5WP9EghV_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "color", "height", "id", "prefixIcon", "showPrefix", "showSuffix", "suffixIcon", "text", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UKe5Qe6cO", "NZ8iPYNZS", "cNdFrmQFP", "vfWQcwlZF", "nwDKgX8cD", "kVhilHy2l", "u76O4c73t", "JtI8J3yAL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerzPF6lp6tK", "withCSS", "zPF6lp6tK_default", "addPropertyControls", "ControlType", "addFonts", "MiscAvatarFonts", "getFonts", "o5hAmxFdv_default", "BadgeBadge2Fonts", "zPF6lp6tK_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "BadgeBadge3Fonts", "h5WP9EghV_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "iK8y4olMG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearf382t5", "args", "CycleVariantState", "onAppear10usw7z", "useOnVariantChange", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerFli7J6zVA", "withCSS", "Fli7J6zVA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MiscAvatarFonts", "getFonts", "o5hAmxFdv_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "gap", "height", "id", "image1", "image2", "image3", "image4", "image5", "number", "showNumber", "textColor", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "OVq4sjZj3", "yZg795fOX", "rOgLot90f", "jsCHuA57w", "BGzuk8H8K", "XfkaEv7sl", "pdUb2y43k", "miaYta9EL", "B3wFVhBFD", "aB7aZBTBV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerJlacMLJpz", "withCSS", "JlacMLJpz_default", "addPropertyControls", "ControlType", "addFonts", "AvatarGroupFonts", "getFonts", "JlacMLJpz_default", "ButtonPrimaryButtonFonts", "I38xkbcy3_default", "AnimationNotificationsFonts", "Fli7J6zVA_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "css", "FramerpVnYORGtw", "withCSS", "pVnYORGtw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
