{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/w626flZLS8vSKX5xmxTb/5IXgW1ShWvq7xOFc5V8w/Rating.js", "ssg:https://framerusercontent.com/modules/ki3Roj2sdeGI04KAS2BH/LwiIVCiX0pB3cw04Y0Et/kz3F1I8DP.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function Rating(props){const{mode}=props;let{filledStar,emptyStar}=props;const sizeString=`${props.size}px`;if(mode==\"default\"){filledStar=/*#__PURE__*/_jsx(\"div\",{style:{width:sizeString,height:sizeString,color:props.filledColor},children:starSvg(sizeString,props.filledColor)});emptyStar=/*#__PURE__*/_jsx(\"div\",{style:{width:sizeString,height:sizeString,color:props.emptyColor},children:starSvg(sizeString,props.emptyColor)});}let stars=[];let filledStarCount=Math.min(props.totalStars,Math.floor(props.value));for(let i=0;i<filledStarCount;i++){// Add filled star\nstars.push(filledStar);}if(stars.length<props.totalStars&&props.value%1!=0){// Add partially filled star\nconst percent=props.value%1*100;const maskFilled=`linear-gradient(to right, white 0 ${percent}%, transparent ${percent}% 100%)`;const maskEmpty=`linear-gradient(to right, transparent 0 ${percent}%, white ${percent}% 100%)`;stars.push(/*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{WebkitMaskImage:maskFilled,maskImage:maskFilled},children:filledStar}),/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,WebkitMaskImage:maskEmpty,maskImage:maskEmpty},children:emptyStar})]}));}for(let i=stars.length;i<props.totalStars;i++){// Add empty star\nstars.push(emptyStar);}return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"row\",gap:props.gap},children:stars});}addPropertyControls(Rating,{mode:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true},filledStar:{type:ControlType.ComponentInstance,title:\"Filled\",hidden(props){return props.mode!==\"custom\";}},emptyStar:{type:ControlType.ComponentInstance,title:\"Empty\",hidden(props){return props.mode!==\"custom\";}},filledColor:{type:ControlType.Color,defaultValue:\"#FFB92E\",title:\"Filled\",hidden(props){return props.mode!==\"default\";}},emptyColor:{type:ControlType.Color,defaultValue:\"#EBEBEB\",title:\"Empty\",hidden(props){return props.mode!==\"default\";}},size:{type:ControlType.Number,defaultValue:24,min:1,step:1,hidden(props){return props.mode!==\"default\";}},gap:{type:ControlType.Number,defaultValue:4,min:0},value:{type:ControlType.Number,defaultValue:3.5,min:0,max:100,step:.1,displayStepper:true},totalStars:{type:ControlType.Number,defaultValue:5,min:1,max:100,step:1,displayStepper:true}});function starSvg(size,color){return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 40 40\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 18.097 2.289 C 18.693 0.441 21.307 0.441 21.903 2.289 L 25.136 12.312 C 25.403 13.14 26.174 13.7 27.044 13.698 L 37.575 13.675 C 39.517 13.671 40.325 16.158 38.751 17.296 L 30.218 23.467 C 29.513 23.977 29.219 24.884 29.489 25.71 L 32.765 35.719 C 33.37 37.565 31.254 39.101 29.686 37.957 L 21.179 31.748 C 20.477 31.235 19.523 31.235 18.821 31.748 L 10.314 37.957 C 8.746 39.101 6.63 37.565 7.235 35.719 L 10.511 25.71 C 10.781 24.884 10.487 23.977 9.782 23.467 L 1.249 17.296 C -0.325 16.158 0.483 13.671 2.425 13.675 L 12.956 13.698 C 13.826 13.7 14.597 13.14 14.864 12.312 Z\",fill:color})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Rating\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rating.map", "// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Rating from\"https://framerusercontent.com/modules/w626flZLS8vSKX5xmxTb/5IXgW1ShWvq7xOFc5V8w/Rating.js\";const RatingFonts=getFonts(Rating);const serializationHash=\"framer-t0HMF\";const variantClassNames={IJ3cgkn9v:\"framer-v-1gyxzio\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:600,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-5};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({avatar1,avatar2,avatar3,avatar4,avatar5,borderColor,height,id,rating,text,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7;return{...props,a1tj_6HP7:(_ref=avatar4!==null&&avatar4!==void 0?avatar4:props.a1tj_6HP7)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/B0X4cKXb4ueMTd9uTy6o2qD3Sw.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/B0X4cKXb4ueMTd9uTy6o2qD3Sw.jpg?scale-down-to=1024 1014w,https://framerusercontent.com/images/B0X4cKXb4ueMTd9uTy6o2qD3Sw.jpg?scale-down-to=2048 2029w,https://framerusercontent.com/images/B0X4cKXb4ueMTd9uTy6o2qD3Sw.jpg 3744w\"},b0j6ufhar:(_ref1=avatar1!==null&&avatar1!==void 0?avatar1:props.b0j6ufhar)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/mbKN11rX9GcEUfza0w5RJleXhno.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/mbKN11rX9GcEUfza0w5RJleXhno.jpg?scale-down-to=1024 896w,https://framerusercontent.com/images/mbKN11rX9GcEUfza0w5RJleXhno.jpg?scale-down-to=2048 1793w,https://framerusercontent.com/images/mbKN11rX9GcEUfza0w5RJleXhno.jpg?scale-down-to=4096 3587w,https://framerusercontent.com/images/mbKN11rX9GcEUfza0w5RJleXhno.jpg 4016w\"},GPFe0cQYd:(_ref2=rating!==null&&rating!==void 0?rating:props.GPFe0cQYd)!==null&&_ref2!==void 0?_ref2:5,KlS1b0Vwb:(_ref3=avatar5!==null&&avatar5!==void 0?avatar5:props.KlS1b0Vwb)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg 6000w\"},o6Lq03SbU:(_ref4=text!==null&&text!==void 0?text:props.o6Lq03SbU)!==null&&_ref4!==void 0?_ref4:\"Trusted by 10,000+ customers\",QTnxAiP01:(_ref5=avatar2!==null&&avatar2!==void 0?avatar2:props.QTnxAiP01)!==null&&_ref5!==void 0?_ref5:{src:\"https://framerusercontent.com/images/9RENSL4FUgdiNYo5Ghz5FuHg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/9RENSL4FUgdiNYo5Ghz5FuHg.jpg?scale-down-to=1024 773w,https://framerusercontent.com/images/9RENSL4FUgdiNYo5Ghz5FuHg.jpg?scale-down-to=2048 1547w,https://framerusercontent.com/images/9RENSL4FUgdiNYo5Ghz5FuHg.jpg?scale-down-to=4096 3095w,https://framerusercontent.com/images/9RENSL4FUgdiNYo5Ghz5FuHg.jpg 4000w\"},VANkLYmo3:(_ref6=avatar3!==null&&avatar3!==void 0?avatar3:props.VANkLYmo3)!==null&&_ref6!==void 0?_ref6:{src:\"https://framerusercontent.com/images/6vqryr0BhDqsIEYWnYkcHZDLKA.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/6vqryr0BhDqsIEYWnYkcHZDLKA.jpg?scale-down-to=1024 681w,https://framerusercontent.com/images/6vqryr0BhDqsIEYWnYkcHZDLKA.jpg?scale-down-to=2048 1362w,https://framerusercontent.com/images/6vqryr0BhDqsIEYWnYkcHZDLKA.jpg?scale-down-to=4096 2725w,https://framerusercontent.com/images/6vqryr0BhDqsIEYWnYkcHZDLKA.jpg 3819w\"},XjNKhkJBf:(_ref7=borderColor!==null&&borderColor!==void 0?borderColor:props.XjNKhkJBf)!==null&&_ref7!==void 0?_ref7:\"rgb(255, 255, 255)\"};};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,o6Lq03SbU,GPFe0cQYd,b0j6ufhar,QTnxAiP01,VANkLYmo3,a1tj_6HP7,KlS1b0Vwb,XjNKhkJBf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"IJ3cgkn9v\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gyxzio\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IJ3cgkn9v\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1acz3rr\",layoutDependency:layoutDependency,layoutId:\"PLTZuqeWp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-unnj56\",layoutDependency:layoutDependency,layoutId:\"gpffbjuQV\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pob60h\",layoutDependency:layoutDependency,layoutId:\"gmWTdUgei\",style:{backgroundColor:XjNKhkJBf,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},whileHover:animation,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-50)/2)+0+0+2),pixelHeight:4585,pixelWidth:4016,sizes:\"46px\",...toResponsiveImage(b0j6ufhar)},className:\"framer-1j4iepl\",layoutDependency:layoutDependency,layoutId:\"AJ8F1t7I0\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qrreiu\",layoutDependency:layoutDependency,layoutId:\"xY3faAVY5\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-de75vi\",layoutDependency:layoutDependency,layoutId:\"fhQr_zMxE\",style:{backgroundColor:XjNKhkJBf,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},whileHover:animation,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-50)/2)+0+0+2),pixelHeight:4585,pixelWidth:4016,sizes:\"46px\",...toResponsiveImage(QTnxAiP01)},className:\"framer-160qta0\",layoutDependency:layoutDependency,layoutId:\"YJwVnJlj2\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dwjtx4\",layoutDependency:layoutDependency,layoutId:\"UStWNZaNA\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yarcth\",layoutDependency:layoutDependency,layoutId:\"IyvaZxIvk\",style:{backgroundColor:XjNKhkJBf,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},whileHover:animation,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-50)/2)+0+0+2),pixelHeight:4585,pixelWidth:4016,sizes:\"46px\",...toResponsiveImage(VANkLYmo3)},className:\"framer-1bo8auq\",layoutDependency:layoutDependency,layoutId:\"wzPcS0DC9\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7knyu\",layoutDependency:layoutDependency,layoutId:\"Ishf7TWYc\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19lj46e\",layoutDependency:layoutDependency,layoutId:\"GCG8PigTF\",style:{backgroundColor:XjNKhkJBf,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},whileHover:animation,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-50)/2)+0+0+2),pixelHeight:4585,pixelWidth:4016,sizes:\"46px\",...toResponsiveImage(a1tj_6HP7)},className:\"framer-ngj7hk\",layoutDependency:layoutDependency,layoutId:\"GBzT6K5qQ\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12lttc6\",layoutDependency:layoutDependency,layoutId:\"nwjXP741f\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10a6iw5\",layoutDependency:layoutDependency,layoutId:\"PApoWaWPC\",style:{backgroundColor:XjNKhkJBf,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},whileHover:animation,children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-50)/2)+0+0+2),pixelHeight:4585,pixelWidth:4016,sizes:\"46px\",...toResponsiveImage(KlS1b0Vwb)},className:\"framer-nh3hdg\",layoutDependency:layoutDependency,layoutId:\"olMg7GQe8\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qt8za9\",layoutDependency:layoutDependency,layoutId:\"tq9PcBSYx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-agu1bn-container\",layoutDependency:layoutDependency,layoutId:\"z6QNQ28_9-container\",children:/*#__PURE__*/_jsx(Rating,{emptyColor:\"rgb(235, 235, 235)\",emptyStar:[],filledColor:\"rgb(255, 185, 46)\",filledStar:[],gap:3,height:\"100%\",id:\"z6QNQ28_9\",layoutId:\"z6QNQ28_9\",mode:\"default\",size:20,totalStars:5,value:GPFe0cQYd,width:\"100%\"})})}),/*#__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\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.7))\"},children:\"Trusted by 10,000+ customers\"})}),className:\"framer-utlhqu\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Zvzqs1plx\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:o6Lq03SbU,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t0HMF.framer-1tv98lp, .framer-t0HMF .framer-1tv98lp { display: block; }\",\".framer-t0HMF.framer-1gyxzio { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-t0HMF .framer-1acz3rr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 0px; position: relative; width: min-content; }\",\".framer-t0HMF .framer-unnj56, .framer-t0HMF .framer-qrreiu, .framer-t0HMF .framer-dwjtx4, .framer-t0HMF .framer-a7knyu, .framer-t0HMF .framer-12lttc6 { flex: none; height: 50px; position: relative; width: 40px; }\",\".framer-t0HMF .framer-pob60h, .framer-t0HMF .framer-de75vi, .framer-t0HMF .framer-1yarcth, .framer-t0HMF .framer-19lj46e, .framer-t0HMF .framer-10a6iw5 { bottom: 0px; flex: none; left: 0px; position: absolute; right: -10px; top: 0px; }\",\".framer-t0HMF .framer-1j4iepl, .framer-t0HMF .framer-160qta0, .framer-t0HMF .framer-1bo8auq, .framer-t0HMF .framer-ngj7hk, .framer-t0HMF .framer-nh3hdg { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 2px; }\",\".framer-t0HMF .framer-1qt8za9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-t0HMF .framer-agu1bn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-t0HMF .framer-utlhqu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-t0HMF.framer-1gyxzio, .framer-t0HMF .framer-1acz3rr, .framer-t0HMF .framer-1qt8za9 { gap: 0px; } .framer-t0HMF.framer-1gyxzio > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-t0HMF.framer-1gyxzio > :first-child, .framer-t0HMF .framer-1acz3rr > :first-child { margin-left: 0px; } .framer-t0HMF.framer-1gyxzio > :last-child, .framer-t0HMF .framer-1acz3rr > :last-child { margin-right: 0px; } .framer-t0HMF .framer-1acz3rr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-t0HMF .framer-1qt8za9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-t0HMF .framer-1qt8za9 > :first-child { margin-top: 0px; } .framer-t0HMF .framer-1qt8za9 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 427\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"o6Lq03SbU\":\"text\",\"GPFe0cQYd\":\"rating\",\"b0j6ufhar\":\"avatar1\",\"QTnxAiP01\":\"avatar2\",\"VANkLYmo3\":\"avatar3\",\"a1tj_6HP7\":\"avatar4\",\"KlS1b0Vwb\":\"avatar5\",\"XjNKhkJBf\":\"borderColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerkz3F1I8DP=withCSS(Component,css,\"framer-t0HMF\");export default Framerkz3F1I8DP;Framerkz3F1I8DP.displayName=\"Social Proof Avatars\";Framerkz3F1I8DP.defaultProps={height:50,width:427};addPropertyControls(Framerkz3F1I8DP,{o6Lq03SbU:{defaultValue:\"Trusted by 10,000+ customers\",title:\"Text\",type:ControlType.String},GPFe0cQYd:{defaultValue:5,displayStepper:true,max:100,min:0,step:.1,title:\"Rating\",type:ControlType.Number},b0j6ufhar:{__defaultAssetReference:\"data:framer/asset-reference,mbKN11rX9GcEUfza0w5RJleXhno.jpg?originalFilename=photo-1637684666772-1f215bfd0f5d%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw2fHxidXNpbmVzc21hbnxlbnwwfHx8fDE3MTcyNDI0NzN8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Avatar 1\",type:ControlType.ResponsiveImage},QTnxAiP01:{__defaultAssetReference:\"data:framer/asset-reference,9RENSL4FUgdiNYo5Ghz5FuHg.jpg?originalFilename=photo-1592214534258-0067435006d8%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw4MHx8d29tYW58ZW58MHx8fHwxNzE3MjI2NTgzfDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Avatar 2\",type:ControlType.ResponsiveImage},VANkLYmo3:{__defaultAssetReference:\"data:framer/asset-reference,6vqryr0BhDqsIEYWnYkcHZDLKA.jpg?originalFilename=photo-1589156191108-c762ff4b96ab%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw3MHx8d29tYW58ZW58MHx8fHwxNzE3MjI2NTc4fDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Avatar 3\",type:ControlType.ResponsiveImage},a1tj_6HP7:{__defaultAssetReference:\"data:framer/asset-reference,B0X4cKXb4ueMTd9uTy6o2qD3Sw.jpg?originalFilename=photo-1506794778202-cad84cf45f1d%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwyNnx8ZmFjZXxlbnwwfHx8fDE3MTcyNjIxMzh8MA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Avatar 4\",type:ControlType.ResponsiveImage},KlS1b0Vwb:{__defaultAssetReference:\"data:framer/asset-reference,MmGrf8ysKLgt7WYL0OdoM7ZbOQ.jpg?originalFilename=photo-1600486913747-55e5470d6f40%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxNHx8bWFufGVufDB8fHx8MTcxNzIyNjQ3MHww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Avatar 5\",type:ControlType.ResponsiveImage},XjNKhkJBf:{defaultValue:\"rgb(255, 255, 255)\",title:\"Border Color\",type:ControlType.Color}});addFonts(Framerkz3F1I8DP,[{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\"}]},...RatingFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerkz3F1I8DP\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"50\",\"framerVariables\":\"{\\\"o6Lq03SbU\\\":\\\"text\\\",\\\"GPFe0cQYd\\\":\\\"rating\\\",\\\"b0j6ufhar\\\":\\\"avatar1\\\",\\\"QTnxAiP01\\\":\\\"avatar2\\\",\\\"VANkLYmo3\\\":\\\"avatar3\\\",\\\"a1tj_6HP7\\\":\\\"avatar4\\\",\\\"KlS1b0Vwb\\\":\\\"avatar5\\\",\\\"XjNKhkJBf\\\":\\\"borderColor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"427\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kz3F1I8DP.map"],
  "mappings": "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",
  "names": ["Rating", "props", "mode", "filledStar", "emptyStar", "sizeString", "p", "starSvg", "stars", "filledStarCount", "i", "percent", "maskFilled", "maskEmpty", "u", "addPropertyControls", "ControlType", "size", "color", "RatingFonts", "getFonts", "Rating", "serializationHash", "variantClassNames", "transition1", "transition2", "animation", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "avatar1", "avatar2", "avatar3", "avatar4", "avatar5", "borderColor", "height", "id", "rating", "text", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "o6Lq03SbU", "GPFe0cQYd", "b0j6ufhar", "QTnxAiP01", "VANkLYmo3", "a1tj_6HP7", "KlS1b0Vwb", "XjNKhkJBf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Rating", "RichText2", "css", "Framerkz3F1I8DP", "withCSS", "kz3F1I8DP_default", "addPropertyControls", "ControlType", "addFonts", "RatingFonts"]
}
