{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dJw4agmU5rCIBsQLQVqU/HbmgbzMVLyU3ujxcIJrD/Search_Profile.js", "ssg:https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm.js", "ssg:https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm-0.js", "ssg:https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm-1.js", "ssg:https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm-2.js", "ssg:https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm-3.js", "ssg:https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm-4.js", "ssg:https://framerusercontent.com/modules/BHxBt6wApAQBIKelWxw8/S5e1GPotu11gcNQryp5V/rvUvmdFGq.js", "ssg:https://framerusercontent.com/modules/ImaUrL1d2y3rQf0RB5cu/wnakELNyyyWEdyPEM21i/IU4PeLMrZ.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";const baseUrl=\"https://api.metlnt.com\";const talentUrl=\"https://cdn.metlnt.com/talent\";const token=\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0ZTIxNzBjMWQyNTI5YzgyMTAyYzM4ZSIsInR5cGUiOiJ3ZWIiLCJpYXQiOjE2OTY1ODI4Njl9.RW7ktvs1Jgdz_LtIY5Fc7xfWKjuN5_K2gz01XbITngw\";function useTalentData(keyword){const[talents,setTalents]=useState(null);useEffect(()=>{async function loadTalent(){try{const options={method:\"GET\",headers:{accept:\"application/json\",Authorization:token}};const response=await fetch(`${baseUrl}/api/v1/talent/?keyword=${keyword}`,options);const data=await response.json();setTalents({keyword:keyword,talents:data});}catch(error){console.error(\"Error fetching data:\",error);}}loadTalent();},[keyword]);return talents;}export function withTalent(Component){return props=>{var _talentData_talents,_skills_,_skills_1,_skills_2;// \u0418\u0437\u0432\u043B\u0435\u0447\u0435\u043D\u0438\u0435 index \u0438 keyword \u0438\u0437 props \u0441 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u043E\u0439 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E\nconst{index=0,keyword=\"iOS\"}=props;// \u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435 \u0434\u0430\u043D\u043D\u044B\u0445 \u043E \u0442\u0430\u043B\u0430\u043D\u0442\u0430\u0445 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u043E\u0433\u043E \u0441\u043B\u043E\u0432\u0430\nconst talentData=useTalentData(keyword);// \u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0430\u043D\u043D\u044B\u0445 \u0438 \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0441\u0442\u044C \u0438\u043D\u0434\u0435\u043A\u0441\u0430\nif(!(talentData===null||talentData===void 0?void 0:(_talentData_talents=talentData.talents)===null||_talentData_talents===void 0?void 0:_talentData_talents[index])){return /*#__PURE__*/_jsx(Component,{...props});}// \u0414\u0435\u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0438\u0437\u0430\u0446\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445 \u043E \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u043C \u0442\u0430\u043B\u0430\u043D\u0442\u0435\nconst{_id,firstName,lastName,position,bio,clientRate,photoUrl,skills}=talentData.talents[index];// \u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u043C\u0438\u043B\u0438\u0438\nconst formattedLastName=lastName?`${lastName.charAt(0)}.`:\"\";return /*#__PURE__*/_jsx(Component,{...props,position:position,description:bio,avatar:photoUrl,fullname:`${firstName} ${formattedLastName}`,rate:clientRate,link:`${talentUrl}/${_id}`,skillOne:(_skills_=skills[0])===null||_skills_===void 0?void 0:_skills_.title,skillTwo:(_skills_1=skills[1])===null||_skills_1===void 0?void 0:_skills_1.title,skillThird:(_skills_2=skills[2])===null||_skills_2===void 0?void 0:_skills_2.title,skillCount:`${Math.max(skills.length-3,1)}+`});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withTalent\":{\"type\":\"reactHoc\",\"name\":\"withTalent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Search_Profile.map", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,ResolveLinks,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ComponentButton from\"https://framerusercontent.com/modules/u3IvFjF6cOzTwa6I4sra/rUus0gXWei43QgPGhQFv/gcZx7UDFO.js\";import*as localizedValues from\"./igVTVcecm-0.js\";import*as localizedValues1 from\"./igVTVcecm-1.js\";import*as localizedValues2 from\"./igVTVcecm-2.js\";import*as localizedValues3 from\"./igVTVcecm-3.js\";import*as localizedValues4 from\"./igVTVcecm-4.js\";import ComponentSkillTag from\"https://framerusercontent.com/modules/BHxBt6wApAQBIKelWxw8/S5e1GPotu11gcNQryp5V/rvUvmdFGq.js\";const ComponentButtonFonts=getFonts(ComponentButton);const ComponentSkillTagFonts=getFonts(ComponentSkillTag);const serializationHash=\"framer-O4FTf\";const variantClassNames={Ps6xtvqx7:\"framer-v-1kj5abq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ak6NfV6GF:localizedValues1,eLlFPT80S:localizedValues3,k0q42njcH:localizedValues,oobaQegsE:localizedValues2,YucrRhnYm:localizedValues4};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};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(React.Fragment);const getProps=({avatar,description,fullname,height,id,idn,index,keyword,link,position,rate,skillCount,skillOne,skillThird,skillTwo,width,...props})=>{return{...props,aIzLjl8Pb:skillTwo??props.aIzLjl8Pb??\"Two\",cY84Kw92w:description??props.cY84Kw92w??\"My primary skill-set is Apple platform-specific: *Swift*, *Objective-C*, and different types first-and third-party frameworks on iOS, watchOS, and tvOS platforms. My clients include numerous SV startups as well as large companies like Harley-Davidson. I have an in-depth knowledge of...\",e2Cdvz1pq:position??props.e2Cdvz1pq,IL_b6O_KN:index??props.IL_b6O_KN??\"0\",obWvBeCVN:skillCount??props.obWvBeCVN??\"4+\",oN6yat6d6:fullname??props.oN6yat6d6??\"Rauf Huseinov\",OOP0vsPUK:avatar??props.OOP0vsPUK??{src:\"https://framerusercontent.com/images/89W3vS3PI6Sxt82LeOGAhmm6PJ8.svg\"},qw50JUR1w:rate??props.qw50JUR1w??10,r_MgPoffU:keyword??props.r_MgPoffU??\"iOS Developer\",ver3lUe91:link??props.ver3lUe91,vmq9Dl5jJ:skillOne??props.vmq9Dl5jJ??\"One\",wp_ZKpiV3:skillThird??props.wp_ZKpiV3??\"Third\",wuy34bQ3U:idn??props.wuy34bQ3U??\"66955673fdde9ef5fb2c7b89\"};};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,OOP0vsPUK,oN6yat6d6,e2Cdvz1pq,cY84Kw92w,qw50JUR1w,ver3lUe91,wuy34bQ3U,IL_b6O_KN,r_MgPoffU,vmq9Dl5jJ,aIzLjl8Pb,wp_ZKpiV3,obWvBeCVN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Ps6xtvqx7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const visible=isSet(e2Cdvz1pq);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=prefix(numberToString(qw50JUR1w,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),getLocalizedValue(\"v0\",activeLocale)??\"USD \");const router=useRouter();const visible1=isSet(vmq9Dl5jJ);const visible2=isSet(aIzLjl8Pb);const visible3=isSet(wp_ZKpiV3);const visible4=isSet(obWvBeCVN);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:visible&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kj5abq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Ps6xtvqx7\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.3010936508871964px 0.3010936508871964px -1.25px rgba(0, 0, 0, 0.17997), 0px 1.1442666516217286px 1.1442666516217286px -2.5px rgba(0, 0, 0, 0.15889), 0px 5px 5px -3.75px rgba(0, 0, 0, 0.0625)\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y4wfg9\",layoutDependency:layoutDependency,layoutId:\"ssJvBf3mV\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:126,pixelWidth:108,sizes:\"48px\",...toResponsiveImage(OOP0vsPUK),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-hx6z78\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"PoER0Wofh\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ziiern\",layoutDependency:layoutDependency,layoutId:\"bq0GgfGLm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\"},children:\"Rauf Huseinov\"})}),className:\"framer-ua2icp\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"aNZcwrxiW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:oN6yat6d6,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"left\"},children:\"USD 10\"})}),className:\"framer-1xvvbuw\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"TlFOius8V\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dfl35r-container\",layoutDependency:layoutDependency,layoutId:\"b3hc6eGO0-container\",children:/*#__PURE__*/_jsx(ComponentButton,{height:\"100%\",hVGXkjeXK:\"\",id:\"b3hc6eGO0\",layoutId:\"b3hc6eGO0\",mDAq2m6t3:\"Open CV\",MQizYOwko:\"8px 16px 8px 16px\",p2gKLl5o9:\"rgba(0, 0, 0, 0.4)\",Rej_RuK4b:addImageAlt({src:\"https://framerusercontent.com/images/d52PzUgVIakqrFUSpgdTzkwPwk.svg\"},\"\"),variant:\"NKwh8kaEX\",width:\"100%\",XS25kqFcc:ver3lUe91})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nRD7CrR7o\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wuuq2x-container\",layoutDependency:layoutDependency,layoutId:\"RCxonPc5V-container\",children:/*#__PURE__*/_jsx(ComponentButton,{height:\"100%\",hVGXkjeXK:\"\",id:\"RCxonPc5V\",layoutId:\"RCxonPc5V\",mDAq2m6t3:prefix(oN6yat6d6,\"Hire \"),MQizYOwko:\"8px 16px 8px 16px\",p2gKLl5o9:\"rgba(0, 0, 0, 0.4)\",variant:\"IJEwuulrf\",width:\"100%\",XS25kqFcc:resolvedLinks[0]})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p5mdpf\",layoutDependency:layoutDependency,layoutId:\"IIJvkEWOD\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\"},children:\"iOS Developer\"})}),className:\"framer-kib2dh\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"uLF_9Gwi2\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:e2Cdvz1pq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"0px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"0.1em\"},children:\"iOS Developer\"})}),className:\"framer-1kh0lu4\",\"data-framer-name\":\"idn\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"hPEZyrW1n\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:wuy34bQ3U,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"0px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"0.1em\"},children:\"iOS Developer\"})}),className:\"framer-8xo30\",\"data-framer-name\":\"index\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"TLss3EUob\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:IL_b6O_KN,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"0px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"0.1em\"},children:\"iOS Developer\"})}),className:\"framer-12ehcg9\",\"data-framer-name\":\"keyword\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"xnWshAj3r\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:r_MgPoffU,verticalAlignment:\"top\",withExternalLayout:true})]}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"iOS Developer\"})}),className:\"framer-1uylezy\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"uBWWteDtm\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cY84Kw92w,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m298vg\",layoutDependency:layoutDependency,layoutId:\"iLGus_Xje\",children:[visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h77o5a-container\",layoutDependency:layoutDependency,layoutId:\"StOd9O5KS-container\",children:/*#__PURE__*/_jsx(ComponentSkillTag,{height:\"100%\",id:\"StOd9O5KS\",K4V3cqxPk:vmq9Dl5jJ,layoutId:\"StOd9O5KS\",width:\"100%\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vv9f6i-container\",layoutDependency:layoutDependency,layoutId:\"WvzZhOJjh-container\",children:/*#__PURE__*/_jsx(ComponentSkillTag,{height:\"100%\",id:\"WvzZhOJjh\",K4V3cqxPk:aIzLjl8Pb,layoutId:\"WvzZhOJjh\",width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b6qd0c-container\",layoutDependency:layoutDependency,layoutId:\"KJ8sRTxi1-container\",children:/*#__PURE__*/_jsx(ComponentSkillTag,{height:\"100%\",id:\"KJ8sRTxi1\",K4V3cqxPk:wp_ZKpiV3,layoutId:\"KJ8sRTxi1\",width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uz22bk-container\",layoutDependency:layoutDependency,layoutId:\"tYBDlmrWe-container\",children:/*#__PURE__*/_jsx(ComponentSkillTag,{height:\"100%\",id:\"tYBDlmrWe\",K4V3cqxPk:obWvBeCVN,layoutId:\"tYBDlmrWe\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O4FTf.framer-s8px7a, .framer-O4FTf .framer-s8px7a { display: block; }\",\".framer-O4FTf.framer-1kj5abq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 600px; }\",\".framer-O4FTf .framer-1y4wfg9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O4FTf .framer-hx6z78 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; }\",\".framer-O4FTf .framer-ziiern { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; min-width: 100px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-O4FTf .framer-ua2icp, .framer-O4FTf .framer-1uylezy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O4FTf .framer-1xvvbuw { flex: none; height: auto; min-width: 60px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O4FTf .framer-1dfl35r-container, .framer-O4FTf .framer-1wuuq2x-container, .framer-O4FTf .framer-h77o5a-container, .framer-O4FTf .framer-1vv9f6i-container, .framer-O4FTf .framer-1b6qd0c-container, .framer-O4FTf .framer-1uz22bk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-O4FTf .framer-1p5mdpf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O4FTf .framer-kib2dh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-O4FTf .framer-1kh0lu4, .framer-O4FTf .framer-8xo30, .framer-O4FTf .framer-12ehcg9 { flex: none; height: 1px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-O4FTf .framer-1m298vg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-O4FTf.framer-1kj5abq, .framer-O4FTf .framer-1y4wfg9, .framer-O4FTf .framer-ziiern, .framer-O4FTf .framer-1p5mdpf, .framer-O4FTf .framer-1m298vg { gap: 0px; } .framer-O4FTf.framer-1kj5abq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-O4FTf.framer-1kj5abq > :first-child, .framer-O4FTf .framer-ziiern > :first-child { margin-top: 0px; } .framer-O4FTf.framer-1kj5abq > :last-child, .framer-O4FTf .framer-ziiern > :last-child { margin-bottom: 0px; } .framer-O4FTf .framer-1y4wfg9 > *, .framer-O4FTf .framer-1m298vg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-O4FTf .framer-1y4wfg9 > :first-child, .framer-O4FTf .framer-1p5mdpf > :first-child, .framer-O4FTf .framer-1m298vg > :first-child { margin-left: 0px; } .framer-O4FTf .framer-1y4wfg9 > :last-child, .framer-O4FTf .framer-1p5mdpf > :last-child, .framer-O4FTf .framer-1m298vg > :last-child { margin-right: 0px; } .framer-O4FTf .framer-ziiern > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-O4FTf .framer-1p5mdpf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-O4FTf[data-border=\"true\"]::after, .framer-O4FTf [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 237.5\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"OOP0vsPUK\":\"avatar\",\"oN6yat6d6\":\"fullname\",\"e2Cdvz1pq\":\"position\",\"cY84Kw92w\":\"description\",\"qw50JUR1w\":\"rate\",\"ver3lUe91\":\"link\",\"wuy34bQ3U\":\"idn\",\"IL_b6O_KN\":\"index\",\"r_MgPoffU\":\"keyword\",\"vmq9Dl5jJ\":\"skillOne\",\"aIzLjl8Pb\":\"skillTwo\",\"wp_ZKpiV3\":\"skillThird\",\"obWvBeCVN\":\"skillCount\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerigVTVcecm=withCSS(Component,css,\"framer-O4FTf\");export default FramerigVTVcecm;FramerigVTVcecm.displayName=\"Component/Profile: Detail\";FramerigVTVcecm.defaultProps={height:237.5,width:600};addPropertyControls(FramerigVTVcecm,{OOP0vsPUK:{__defaultAssetReference:\"data:framer/asset-reference,89W3vS3PI6Sxt82LeOGAhmm6PJ8.svg?originalFilename=download+1.svg&preferredSize=auto\",title:\"Avatar\",type:ControlType.ResponsiveImage},oN6yat6d6:{defaultValue:\"Rauf Huseinov\",placeholder:\"\",title:\"Fullname\",type:ControlType.String},e2Cdvz1pq:{defaultValue:\"\",displayTextArea:false,placeholder:\"\",title:\"Position\",type:ControlType.String},cY84Kw92w:{defaultValue:\"My primary skill-set is Apple platform-specific: *Swift*, *Objective-C*, and different types first-and third-party frameworks on iOS, watchOS, and tvOS platforms. My clients include numerous SV startups as well as large companies like Harley-Davidson. I have an in-depth knowledge of...\",description:\"\",displayTextArea:false,placeholder:\"\",title:\"Description\",type:ControlType.String},qw50JUR1w:{defaultValue:10,title:\"Rate\",type:ControlType.Number},ver3lUe91:{title:\"Link\",type:ControlType.Link},wuy34bQ3U:{defaultValue:\"66955673fdde9ef5fb2c7b89\",description:\"\",title:\"Idn\",type:ControlType.String},IL_b6O_KN:{defaultValue:\"0\",displayTextArea:false,placeholder:\"\",title:\"Index\",type:ControlType.String},r_MgPoffU:{defaultValue:\"iOS Developer\",displayTextArea:false,title:\"Keyword\",type:ControlType.String},vmq9Dl5jJ:{defaultValue:\"One\",title:\"SkillOne\",type:ControlType.String},aIzLjl8Pb:{defaultValue:\"Two\",title:\"SkillTwo\",type:ControlType.String},wp_ZKpiV3:{defaultValue:\"Third\",title:\"SkillThird\",type:ControlType.String},obWvBeCVN:{defaultValue:\"4+\",title:\"SkillCount\",type:ControlType.String}});addFonts(FramerigVTVcecm,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"}]},...ComponentButtonFonts,...ComponentSkillTagFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerigVTVcecm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"237.5\",\"framerVariables\":\"{\\\"OOP0vsPUK\\\":\\\"avatar\\\",\\\"oN6yat6d6\\\":\\\"fullname\\\",\\\"e2Cdvz1pq\\\":\\\"position\\\",\\\"cY84Kw92w\\\":\\\"description\\\",\\\"qw50JUR1w\\\":\\\"rate\\\",\\\"ver3lUe91\\\":\\\"link\\\",\\\"wuy34bQ3U\\\":\\\"idn\\\",\\\"IL_b6O_KN\\\":\\\"index\\\",\\\"r_MgPoffU\\\":\\\"keyword\\\",\\\"vmq9Dl5jJ\\\":\\\"skillOne\\\",\\\"aIzLjl8Pb\\\":\\\"skillTwo\\\",\\\"wp_ZKpiV3\\\":\\\"skillThird\\\",\\\"obWvBeCVN\\\":\\\"skillCount\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u0414\u043E\u043B\u0430\u0440 \u0421\u0428\u0410 \";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"USD \";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"USD \";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"USD \";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"USD\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-8fJSm\";const variantClassNames={zXVvRijVn:\"framer-v-11e0h1f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,title,width,...props})=>{return{...props,K4V3cqxPk:title??props.K4V3cqxPk??\"iOS Developer\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,K4V3cqxPk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"zXVvRijVn\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-11e0h1f\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"zXVvRijVn\",ref:refBinding,style:{backgroundColor:\"rgb(245, 245, 245)\",borderBottomLeftRadius:9999,borderBottomRightRadius:9999,borderTopLeftRadius:9999,borderTopRightRadius:9999,...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\"},children:\"iOS Developer\"})}),className:\"framer-sauvo9\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"jfbs9OT5f\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:K4V3cqxPk,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8fJSm.framer-1e19i3f, .framer-8fJSm .framer-1e19i3f { display: block; }\",\".framer-8fJSm.framer-11e0h1f { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-8fJSm .framer-sauvo9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8fJSm.framer-11e0h1f { gap: 0px; } .framer-8fJSm.framer-11e0h1f > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-8fJSm.framer-11e0h1f > :first-child { margin-left: 0px; } .framer-8fJSm.framer-11e0h1f > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 31\n * @framerIntrinsicWidth 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"K4V3cqxPk\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerrvUvmdFGq=withCSS(Component,css,\"framer-8fJSm\");export default FramerrvUvmdFGq;FramerrvUvmdFGq.displayName=\"Component/Skill Tag\";FramerrvUvmdFGq.defaultProps={height:31,width:118};addPropertyControls(FramerrvUvmdFGq,{K4V3cqxPk:{defaultValue:\"iOS Developer\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerrvUvmdFGq,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrvUvmdFGq\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"31\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"118\",\"framerVariables\":\"{\\\"K4V3cqxPk\\\":\\\"title\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rvUvmdFGq.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withTalent}from\"https://framerusercontent.com/modules/dJw4agmU5rCIBsQLQVqU/HbmgbzMVLyU3ujxcIJrD/Search_Profile.js\";import ComponentButton from\"https://framerusercontent.com/modules/u3IvFjF6cOzTwa6I4sra/rUus0gXWei43QgPGhQFv/gcZx7UDFO.js\";import ComponentProfileDetail,*as ComponentProfileDetailInfo from\"https://framerusercontent.com/modules/jBRr7unVgx0La8hdDJIK/py55ddjDvdH0vIY7PVfO/igVTVcecm.js\";import*as localizedValues from\"./IU4PeLMrZ-0.js\";import*as localizedValues1 from\"./IU4PeLMrZ-1.js\";import*as localizedValues2 from\"./IU4PeLMrZ-2.js\";import*as localizedValues3 from\"./IU4PeLMrZ-3.js\";import*as localizedValues4 from\"./IU4PeLMrZ-4.js\";const ComponentProfileDetailFonts=getFonts(ComponentProfileDetail);const ComponentProfileDetailWithTalentWithMappedReactPropsdgli92=withMappedReactProps(withTalent(ComponentProfileDetail),ComponentProfileDetailInfo);const ComponentButtonFonts=getFonts(ComponentButton);const serializationHash=\"framer-p7txc\";const variantClassNames={uU8zYFE8t:\"framer-v-n41ycu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={ak6NfV6GF:localizedValues1,eLlFPT80S:localizedValues3,k0q42njcH:localizedValues,oobaQegsE:localizedValues2,YucrRhnYm:localizedValues4};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};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(React.Fragment);const getProps=({height,id,keyword,padding,title,width,...props})=>{return{...props,fhkQWSBIr:title??props.fhkQWSBIr,lJJFpUk8w:padding??props.lJJFpUk8w??\"32px 64px 32px 64px\",U1vuSUgvc:keyword??props.U1vuSUgvc??\"webflow\"};};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,fhkQWSBIr,U1vuSUgvc,lJJFpUk8w,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"uU8zYFE8t\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const textContent=suffix(prefix(fhkQWSBIr,\"Discover More Freelance \"),\" Developers and Engineers Today\");const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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(serializationHash,...sharedStyleClassNames,\"framer-n41ycu\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"uU8zYFE8t\",ref:ref??ref1,style:{\"--zgv9ua\":numberToPixelString(lJJFpUk8w),backgroundColor:\"rgb(247, 247, 247)\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q026e2\",layoutDependency:layoutDependency,layoutId:\"IXUUrbibh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,width:`max(${componentViewport?.width||\"100vw\"} - ${lJJFpUk8w*2}px, 200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pvvboa-container\",layoutDependency:layoutDependency,layoutId:\"QlByZPQBS-container\",children:/*#__PURE__*/_jsx(ComponentProfileDetailWithTalentWithMappedReactPropsdgli92,{aIzLjl8Pb:\"\",cY84Kw92w:\"\",e2Cdvz1pq:\"\",height:\"100%\",id:\"QlByZPQBS\",IL_b6O_KN:\"0\",layoutId:\"QlByZPQBS\",obWvBeCVN:\"\",oN6yat6d6:\"\",qw50JUR1w:10,r_MgPoffU:U1vuSUgvc,style:{width:\"100%\"},vmq9Dl5jJ:\"\",width:\"100%\",wp_ZKpiV3:\"\",wuy34bQ3U:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,width:`max(${componentViewport?.width||\"100vw\"} - ${lJJFpUk8w*2}px, 200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m6mrkb-container\",layoutDependency:layoutDependency,layoutId:\"gqZbZiBCz-container\",children:/*#__PURE__*/_jsx(ComponentProfileDetailWithTalentWithMappedReactPropsdgli92,{aIzLjl8Pb:\"\",cY84Kw92w:\"\",e2Cdvz1pq:\"\",height:\"100%\",id:\"gqZbZiBCz\",IL_b6O_KN:\"1\",layoutId:\"gqZbZiBCz\",obWvBeCVN:\"4+\",oN6yat6d6:\"\",qw50JUR1w:10,r_MgPoffU:U1vuSUgvc,style:{width:\"100%\"},vmq9Dl5jJ:\"\",width:\"100%\",wp_ZKpiV3:\"\",wuy34bQ3U:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,width:`max(${componentViewport?.width||\"100vw\"} - ${lJJFpUk8w*2}px, 200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-evzlk6-container\",layoutDependency:layoutDependency,layoutId:\"Tfc6TWjOz-container\",children:/*#__PURE__*/_jsx(ComponentProfileDetailWithTalentWithMappedReactPropsdgli92,{aIzLjl8Pb:\"\",cY84Kw92w:\"\",e2Cdvz1pq:\"\",height:\"100%\",id:\"Tfc6TWjOz\",IL_b6O_KN:\"2\",layoutId:\"Tfc6TWjOz\",obWvBeCVN:\"4+\",oN6yat6d6:\"\",qw50JUR1w:10,r_MgPoffU:U1vuSUgvc,style:{width:\"100%\"},vmq9Dl5jJ:\"\",width:\"100%\",wp_ZKpiV3:\"\",wuy34bQ3U:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,width:`max(${componentViewport?.width||\"100vw\"} - ${lJJFpUk8w*2}px, 200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ypbgic-container\",layoutDependency:layoutDependency,layoutId:\"AUqsMq8_z-container\",children:/*#__PURE__*/_jsx(ComponentProfileDetailWithTalentWithMappedReactPropsdgli92,{aIzLjl8Pb:\"\",cY84Kw92w:\"\",e2Cdvz1pq:\"\",height:\"100%\",id:\"AUqsMq8_z\",IL_b6O_KN:\"3\",layoutId:\"AUqsMq8_z\",obWvBeCVN:\"4+\",oN6yat6d6:\"\",qw50JUR1w:10,r_MgPoffU:U1vuSUgvc,style:{width:\"100%\"},vmq9Dl5jJ:\"\",width:\"100%\",wp_ZKpiV3:\"\",wuy34bQ3U:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,width:`max(${componentViewport?.width||\"100vw\"} - ${lJJFpUk8w*2}px, 200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n8srpq-container\",layoutDependency:layoutDependency,layoutId:\"hEzw_BooR-container\",children:/*#__PURE__*/_jsx(ComponentProfileDetailWithTalentWithMappedReactPropsdgli92,{aIzLjl8Pb:\"\",cY84Kw92w:\"\",e2Cdvz1pq:\"\",height:\"100%\",id:\"hEzw_BooR\",IL_b6O_KN:\"4\",layoutId:\"hEzw_BooR\",obWvBeCVN:\"4+\",oN6yat6d6:\"\",qw50JUR1w:10,r_MgPoffU:U1vuSUgvc,style:{width:\"100%\"},vmq9Dl5jJ:\"\",width:\"100%\",wp_ZKpiV3:\"\",wuy34bQ3U:\"\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hpxa74\",layoutDependency:layoutDependency,layoutId:\"vVWKMTf7D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Discover More Freelance Objective-C Developers and Engineers Today\"})}),className:\"framer-1ii0w7n\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"HdDeWrLZZ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nRD7CrR7o\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wginag-container\",layoutDependency:layoutDependency,layoutId:\"DtIMBrNVb-container\",children:/*#__PURE__*/_jsx(ComponentButton,{height:\"100%\",hVGXkjeXK:\"\",id:\"DtIMBrNVb\",layoutId:\"DtIMBrNVb\",mDAq2m6t3:\"Start Hiring\",MQizYOwko:\"8px 16px 8px 16px\",p2gKLl5o9:\"rgba(0, 0, 0, 0.4)\",variant:\"IJEwuulrf\",width:\"100%\",XS25kqFcc:resolvedLinks[0]})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b5cr3y\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"AB5ug59WV\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18uaa3f\",layoutDependency:layoutDependency,layoutId:\"T4jAOceby\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Connect with great talent now\"})}),className:\"framer-5i2ztx\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"yF_rImTWu\",style:{\"--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,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"1,500+ talent are available for hire\"})}),className:\"framer-xpa36r\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"KjOuYwvOw\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nRD7CrR7o\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kryk9p-container\",layoutDependency:layoutDependency,layoutId:\"EL9MF8zph-container\",children:/*#__PURE__*/_jsx(ComponentButton,{height:\"100%\",hVGXkjeXK:\"\",id:\"EL9MF8zph\",layoutId:\"EL9MF8zph\",mDAq2m6t3:\"Get Started\",MQizYOwko:\"8px 16px 8px 16px\",p2gKLl5o9:\"rgba(0, 0, 0, 0.4)\",variant:\"IJEwuulrf\",width:\"100%\",XS25kqFcc:resolvedLinks1[0]})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p7txc.framer-b7b10b, .framer-p7txc .framer-b7b10b { display: block; }\",\".framer-p7txc.framer-n41ycu { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: var(--zgv9ua); position: relative; width: 448px; }\",\".framer-p7txc .framer-q026e2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; min-width: 200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-p7txc .framer-pvvboa-container, .framer-p7txc .framer-m6mrkb-container, .framer-p7txc .framer-evzlk6-container, .framer-p7txc .framer-1ypbgic-container, .framer-p7txc .framer-n8srpq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-p7txc .framer-hpxa74 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-p7txc .framer-1ii0w7n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-p7txc .framer-wginag-container, .framer-p7txc .framer-1kryk9p-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-p7txc .framer-1b5cr3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: sticky; top: 16px; width: min-content; will-change: transform; z-index: 1; }\",\".framer-p7txc .framer-18uaa3f { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-p7txc .framer-5i2ztx, .framer-p7txc .framer-xpa36r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p7txc.framer-n41ycu, .framer-p7txc .framer-q026e2, .framer-p7txc .framer-hpxa74, .framer-p7txc .framer-1b5cr3y, .framer-p7txc .framer-18uaa3f { gap: 0px; } .framer-p7txc.framer-n41ycu > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-p7txc.framer-n41ycu > :first-child { margin-left: 0px; } .framer-p7txc.framer-n41ycu > :last-child { margin-right: 0px; } .framer-p7txc .framer-q026e2 > *, .framer-p7txc .framer-hpxa74 > *, .framer-p7txc .framer-1b5cr3y > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-p7txc .framer-q026e2 > :first-child, .framer-p7txc .framer-hpxa74 > :first-child, .framer-p7txc .framer-1b5cr3y > :first-child, .framer-p7txc .framer-18uaa3f > :first-child { margin-top: 0px; } .framer-p7txc .framer-q026e2 > :last-child, .framer-p7txc .framer-hpxa74 > :last-child, .framer-p7txc .framer-1b5cr3y > :last-child, .framer-p7txc .framer-18uaa3f > :last-child { margin-bottom: 0px; } .framer-p7txc .framer-18uaa3f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",'.framer-p7txc[data-border=\"true\"]::after, .framer-p7txc [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 480\n * @framerIntrinsicWidth 448\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fhkQWSBIr\":\"title\",\"U1vuSUgvc\":\"keyword\",\"lJJFpUk8w\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIU4PeLMrZ=withCSS(Component,css,\"framer-p7txc\");export default FramerIU4PeLMrZ;FramerIU4PeLMrZ.displayName=\"Block/Talent: Search\";FramerIU4PeLMrZ.defaultProps={height:480,width:448};addPropertyControls(FramerIU4PeLMrZ,{fhkQWSBIr:{defaultValue:\"\",title:\"Title\",type:ControlType.String},U1vuSUgvc:{defaultValue:\"webflow\",description:\"\",displayTextArea:false,placeholder:\"\",title:\"Keyword\",type:ControlType.String},lJJFpUk8w:{defaultValue:\"32px 64px 32px 64px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerIU4PeLMrZ,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]},...ComponentProfileDetailFonts,...ComponentButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIU4PeLMrZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"480\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"fhkQWSBIr\\\":\\\"title\\\",\\\"U1vuSUgvc\\\":\\\"keyword\\\",\\\"lJJFpUk8w\\\":\\\"padding\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"448\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["baseUrl", "talentUrl", "token", "useTalentData", "keyword", "talents", "setTalents", "ye", "ue", "loadTalent", "options", "data", "error", "withTalent", "Component", "props", "_talentData_talents", "_skills_", "_skills_1", "_skills_2", "index", "talentData", "p", "_id", "firstName", "lastName", "position", "bio", "clientRate", "photoUrl", "skills", "formattedLastName", "igVTVcecm_exports", "__export", "__FramerMetadata__", "igVTVcecm_default", "igVTVcecm_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "igVTVcecm_1_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "igVTVcecm_2_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "igVTVcecm_3_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "igVTVcecm_4_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "K4V3cqxPk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "RichText2", "css", "FramerrvUvmdFGq", "withCSS", "rvUvmdFGq_default", "addPropertyControls", "ControlType", "addFonts", "ComponentButtonFonts", "getFonts", "gcZx7UDFO_default", "ComponentSkillTagFonts", "rvUvmdFGq_default", "serializationHash", "variantClassNames", "valuesByLocaleId", "igVTVcecm_1_exports", "igVTVcecm_3_exports", "igVTVcecm_0_exports", "igVTVcecm_2_exports", "igVTVcecm_4_exports", "getLocalizedValue", "key", "locale", "values", "value", "isSet", "transition1", "toResponsiveImage", "numberToString", "options", "activeLocale", "fallbackLocale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "prefix", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "avatar", "description", "fullname", "height", "id", "idn", "index", "keyword", "link", "position", "rate", "skillCount", "skillOne", "skillThird", "skillTwo", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "className", "layoutId", "variant", "OOP0vsPUK", "oN6yat6d6", "e2Cdvz1pq", "cY84Kw92w", "qw50JUR1w", "ver3lUe91", "wuy34bQ3U", "IL_b6O_KN", "r_MgPoffU", "vmq9Dl5jJ", "aIzLjl8Pb", "wp_ZKpiV3", "obWvBeCVN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "visible", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "visible1", "visible2", "visible3", "visible4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "Image2", "RichText2", "ComponentViewportProvider", "gcZx7UDFO_default", "ResolveLinks", "resolvedLinks", "rvUvmdFGq_default", "css", "FramerigVTVcecm", "withCSS", "igVTVcecm_default", "addPropertyControls", "ControlType", "addFonts", "ComponentButtonFonts", "ComponentSkillTagFonts", "__FramerMetadata__", "ComponentProfileDetailFonts", "getFonts", "igVTVcecm_default", "ComponentProfileDetailWithTalentWithMappedReactPropsdgli92", "withMappedReactProps", "withTalent", "igVTVcecm_exports", "ComponentButtonFonts", "gcZx7UDFO_default", "serializationHash", "variantClassNames", "numberToPixelString", "value", "transition1", "prefix", "suffix", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "keyword", "padding", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "fhkQWSBIr", "U1vuSUgvc", "lJJFpUk8w", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "textContent", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "ComponentProfileDetailWithTalentWithMappedReactPropsdgli92", "RichText2", "ResolveLinks", "resolvedLinks", "gcZx7UDFO_default", "resolvedLinks1", "css", "FramerIU4PeLMrZ", "withCSS", "IU4PeLMrZ_default", "addPropertyControls", "ControlType", "addFonts", "ComponentProfileDetailFonts", "ComponentButtonFonts"]
}
