{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/KaaNZfP0jqc6fHZzdEn0/3PE8o6xzdW2qY9Vxfmoc/M1oehCxZH.js", "ssg:https://framerusercontent.com/modules/futdVBwyUK0st369S6Ij/enYQ33MCwgyq6GnHQtLZ/xfCUDpYqR.js", "ssg:https://framerusercontent.com/modules/D8JveWlvmcOEJs6zsZmf/tfc78BRplihUEnKS2NR2/eYBnESf8u.js", "ssg:https://framerusercontent.com/modules/2rchQmX4xvfMOujcdASK/JatlelbickwJ3x4BYhG9/augiA20Il.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 (1be12e0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"uH_pMWFXS\",\"xssbYz5s1\"];const serializationHash=\"framer-Be618\";const variantClassNames={uH_pMWFXS:\"framer-v-s6zn72\",xssbYz5s1:\"framer-v-z1u0ck\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Lock:\"xssbYz5s1\",Unlocked:\"uH_pMWFXS\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"uH_pMWFXS\"};};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:\"uH_pMWFXS\",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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-s6zn72\",className,classNames),\"data-framer-name\":\"Unlocked\",layoutDependency:layoutDependency,layoutId:\"uH_pMWFXS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({xssbYz5s1:{\"data-framer-name\":\"Lock\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5s5fhd\",\"data-framer-name\":\"Locked\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rKniNZDAw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 24\"><path d=\"M 11 22 C 9.895 22 9 21.105 9 20 L 9 13 C 9 11.895 9.895 11 11 11 L 25 11 C 26.105 11 27 11.895 27 13 L 27 20 C 27 21.105 26.105 22 25 22 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 4 11 L 4 7 C 4 4.239 6.239 2 9 2 C 11.761 2 14 4.239 14 7 L 14 11\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:9951079369,withExternalLayout:true,...addPropertyOverrides({xssbYz5s1:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 24\"><path d=\"M 8 22 C 6.895 22 6 21.105 6 20 L 6 13 C 6 11.895 6.895 11 8 11 L 22 11 C 23.105 11 24 11.895 24 13 L 24 20 C 24 21.105 23.105 22 22 22 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 10 11 L 10 7 C 10 4.239 12.239 2 15 2 C 17.761 2 20 4.239 20 7 L 20 11\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;White&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path><path d=\"\" fill=\"rgba(0,170,255,0.5)\" stroke=\"#0AF\"></path></svg>',svgContentId:11382181271}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Be618.framer-12e2vwa, .framer-Be618 .framer-12e2vwa { display: block; }\",\".framer-Be618.framer-s6zn72 { height: 24px; overflow: hidden; position: relative; width: 30px; }\",\".framer-Be618 .framer-5s5fhd { flex: none; height: 24px; left: calc(50.00000000000002% - 30px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 30px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"xssbYz5s1\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerM1oehCxZH=withCSS(Component,css,\"framer-Be618\");export default FramerM1oehCxZH;FramerM1oehCxZH.displayName=\"lock/Unlock\";FramerM1oehCxZH.defaultProps={height:24,width:30};addPropertyControls(FramerM1oehCxZH,{variant:{options:[\"uH_pMWFXS\",\"xssbYz5s1\"],optionTitles:[\"Unlocked\",\"Lock\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerM1oehCxZH,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM1oehCxZH\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"30\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xssbYz5s1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./M1oehCxZH.map", "// Generated by Framer (21e8ff0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/krOETgbGGuq4OiQiuTuc/wy7JMSPj3WmyqEiQMJgE/CuNZASCoK.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gvNaFK4f9XmvfR6Cf5M8/BJMDUp1x4PhXDRrShgxA/xZndidUCt.js\";import LockUnlock from\"https://framerusercontent.com/modules/KaaNZfP0jqc6fHZzdEn0/3PE8o6xzdW2qY9Vxfmoc/M1oehCxZH.js\";const VideoFonts=getFonts(Video);const FeatherFonts=getFonts(Feather);const LockUnlockFonts=getFonts(LockUnlock);const VideoControls=getPropertyControls(Video);const LockUnlockControls=getPropertyControls(LockUnlock);const enabledGestures={ukVSKaQJy:{hover:true},v4Wu9icjr:{hover:true}};const cycleOrder=[\"ukVSKaQJy\",\"v4Wu9icjr\"];const serializationHash=\"framer-zxFs8\";const variantClassNames={ukVSKaQJy:\"framer-v-b2c8yf\",v4Wu9icjr:\"framer-v-1yxit4j\"};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={delay:0,duration:.5,ease:[.3,0,.1,1],type:\"tween\"};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.create(React.Fragment);const humanReadableEnumMap={Lock:\"xssbYz5s1\",Unlocked:\"uH_pMWFXS\"};const humanReadableVariantMap={Default:\"ukVSKaQJy\",Video:\"v4Wu9icjr\"};const getProps=({date,height,id,link,lockUnlocked,thumbnail,title,videoSource,width,...props})=>{var _humanReadableEnumMap_lockUnlocked,_ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,avDIzxLCX:link!==null&&link!==void 0?link:props.avDIzxLCX,aZ8e_XtZy:(_ref1=(_ref=(_humanReadableEnumMap_lockUnlocked=humanReadableEnumMap[lockUnlocked])!==null&&_humanReadableEnumMap_lockUnlocked!==void 0?_humanReadableEnumMap_lockUnlocked:lockUnlocked)!==null&&_ref!==void 0?_ref:props.aZ8e_XtZy)!==null&&_ref1!==void 0?_ref1:\"uH_pMWFXS\",c1NhfAKzM:(_ref2=videoSource!==null&&videoSource!==void 0?videoSource:props.c1NhfAKzM)!==null&&_ref2!==void 0?_ref2:\"https://framerusercontent.com/assets/DI2J3UvDs1LQCkVySj0InbyX4c.mp4\",F74emY5RR:(_ref3=thumbnail!==null&&thumbnail!==void 0?thumbnail:props.F74emY5RR)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/M9b3lBkUcFHaEA96OIyY7iLj9Q.jpg?scale-down-to=512\"},iDyVtE1Gu:(_ref4=title!==null&&title!==void 0?title:props.iDyVtE1Gu)!==null&&_ref4!==void 0?_ref4:\"Project title goes here\",Uf3nsMSHM:(_ref5=date!==null&&date!==void 0?date:props.Uf3nsMSHM)!==null&&_ref5!==void 0?_ref5:\"Feb 2021\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"ukVSKaQJy\"};};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,iDyVtE1Gu,Uf3nsMSHM,avDIzxLCX,F74emY5RR,c1NhfAKzM,aZ8e_XtZy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ukVSKaQJy\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"v4Wu9icjr-hover\")return true;if(baseVariant===\"v4Wu9icjr\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"v4Wu9icjr-hover\")return false;if(baseVariant===\"v4Wu9icjr\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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__*/_jsx(Link,{href:avDIzxLCX,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-b2c8yf\",className,classNames)} framer-n0zf8k`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"ukVSKaQJy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"ukVSKaQJy-hover\":{\"data-framer-name\":undefined},\"v4Wu9icjr-hover\":{\"data-framer-name\":undefined},v4Wu9icjr:{\"data-framer-name\":\"Video\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bxbavi\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"KEL3zlNkV\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pt3t85-container\",layoutDependency:layoutDependency,layoutId:\"shLkKfcOd-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"shLkKfcOd\",isMixedBorderRadius:false,layoutId:\"shLkKfcOd\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:c1NhfAKzM,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3734,intrinsicWidth:5301,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||637)-24-718.8)/2+0+0)+0),pixelHeight:3734,pixelWidth:5301,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(F74emY5RR)},className:\"framer-17g969w\",\"data-framer-name\":\"Thumbnail\",layoutDependency:layoutDependency,layoutId:\"HqAhibrhW\",...addPropertyOverrides({\"ukVSKaQJy-hover\":{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3734,intrinsicWidth:5301,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||637)-24-718.8)/2+0+0)+-13.150000000000034),pixelHeight:3734,pixelWidth:5301,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.05)`,...toResponsiveImage(F74emY5RR)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10rdy8b\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"BZNyT7658\",style:{backgroundColor:\"var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(17, 17, 17))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:0},variants:{\"ukVSKaQJy-hover\":{opacity:1},\"v4Wu9icjr-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13mtc0u-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"Ta62QH6po-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"Ta62QH6po\",layoutId:\"Ta62QH6po\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9s58uq\",layoutDependency:layoutDependency,layoutId:\"g9VnGj552\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-166wx2j\",\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"qBO3bMn0z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sb5no8\",\"data-styles-preset\":\"CuNZASCoK\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255)))\"},children:\"Project title goes here\"})}),className:\"framer-xsod64\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wikzLAqeb\",style:{\"--extracted-1eung3n\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:iDyVtE1Gu,variants:{\"ukVSKaQJy-hover\":{\"--extracted-1eung3n\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"},\"v4Wu9icjr-hover\":{\"--extracted-1eung3n\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"},v4Wu9icjr:{\"--extracted-1eung3n\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ukVSKaQJy-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sb5no8\",\"data-styles-preset\":\"CuNZASCoK\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153)))\"},children:\"Project title goes here\"})})},\"v4Wu9icjr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sb5no8\",\"data-styles-preset\":\"CuNZASCoK\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153)))\"},children:\"Project title goes here\"})})},v4Wu9icjr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1sb5no8\",\"data-styles-preset\":\"CuNZASCoK\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0)))\"},children:\"Project title goes here\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153)))\"},children:\"Feb 2021\"})}),className:\"framer-aat8so\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oVsvUba1Q\",style:{\"--extracted-r6o4lv\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Uf3nsMSHM,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"30px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||637)-24-718.8)/2+526+24)+72.4,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ttof1g-container\",layoutDependency:layoutDependency,layoutId:\"rRaJKeENl-container\",children:/*#__PURE__*/_jsx(LockUnlock,{height:\"100%\",id:\"rRaJKeENl\",layoutId:\"rRaJKeENl\",style:{height:\"100%\",width:\"100%\"},variant:aZ8e_XtZy,width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zxFs8.framer-n0zf8k, .framer-zxFs8 .framer-n0zf8k { display: block; }\",\".framer-zxFs8.framer-b2c8yf { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 24px 0px; position: relative; text-decoration: none; width: 600px; }\",\".framer-zxFs8 .framer-bxbavi { -webkit-user-select: none; align-content: center; align-items: center; aspect-ratio: 1.1406844106463878 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 526px); justify-content: center; overflow: hidden; padding: 0px; position: relative; user-select: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-zxFs8 .framer-1pt3t85-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-zxFs8 .framer-17g969w { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; }\",\".framer-zxFs8 .framer-10rdy8b { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 16px; position: absolute; right: 24px; width: min-content; }\",\".framer-zxFs8 .framer-13mtc0u-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-zxFs8 .framer-9s58uq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: 100%; }\",\".framer-zxFs8 .framer-166wx2j { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; user-select: none; width: 1px; }\",\".framer-zxFs8 .framer-xsod64, .framer-zxFs8 .framer-aat8so { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zxFs8 .framer-ttof1g-container { flex: none; height: 24px; position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zxFs8.framer-b2c8yf, .framer-zxFs8 .framer-bxbavi, .framer-zxFs8 .framer-10rdy8b, .framer-zxFs8 .framer-9s58uq, .framer-zxFs8 .framer-166wx2j { gap: 0px; } .framer-zxFs8.framer-b2c8yf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zxFs8.framer-b2c8yf > :first-child, .framer-zxFs8 .framer-166wx2j > :first-child { margin-top: 0px; } .framer-zxFs8.framer-b2c8yf > :last-child, .framer-zxFs8 .framer-166wx2j > :last-child { margin-bottom: 0px; } .framer-zxFs8 .framer-bxbavi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zxFs8 .framer-bxbavi > :first-child, .framer-zxFs8 .framer-10rdy8b > :first-child, .framer-zxFs8 .framer-9s58uq > :first-child { margin-left: 0px; } .framer-zxFs8 .framer-bxbavi > :last-child, .framer-zxFs8 .framer-10rdy8b > :last-child, .framer-zxFs8 .framer-9s58uq > :last-child { margin-right: 0px; } .framer-zxFs8 .framer-10rdy8b > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zxFs8 .framer-9s58uq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-zxFs8 .framer-166wx2j > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-zxFs8.framer-v-b2c8yf.hover .framer-17g969w, .framer-zxFs8.framer-v-1yxit4j.hover .framer-1pt3t85-container { height: 105%; width: 105%; }\",\".framer-zxFs8.framer-v-b2c8yf.hover .framer-10rdy8b, .framer-zxFs8.framer-v-1yxit4j.hover .framer-10rdy8b { bottom: 24px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 637\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"v4Wu9icjr\":{\"layout\":[\"fixed\",\"auto\"]},\"Z285VRQUf\":{\"layout\":[\"fixed\",\"auto\"]},\"Z65oF4XDG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iDyVtE1Gu\":\"title\",\"Uf3nsMSHM\":\"date\",\"avDIzxLCX\":\"link\",\"F74emY5RR\":\"thumbnail\",\"c1NhfAKzM\":\"videoSource\",\"aZ8e_XtZy\":\"lockUnlocked\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxfCUDpYqR=withCSS(Component,css,\"framer-zxFs8\");export default FramerxfCUDpYqR;FramerxfCUDpYqR.displayName=\"Project\";FramerxfCUDpYqR.defaultProps={height:637,width:600};addPropertyControls(FramerxfCUDpYqR,{variant:{options:[\"ukVSKaQJy\",\"v4Wu9icjr\"],optionTitles:[\"Default\",\"Video\"],title:\"Variant\",type:ControlType.Enum},iDyVtE1Gu:{defaultValue:\"Project title goes here\",displayTextArea:false,placeholder:\"Project title goes here\",title:\"Title\",type:ControlType.String},Uf3nsMSHM:{defaultValue:\"Feb 2021\",displayTextArea:false,placeholder:\"Feb 2021\",title:\"Date\",type:ControlType.String},avDIzxLCX:{title:\"Link\",type:ControlType.Link},F74emY5RR:{__defaultAssetReference:\"data:framer/asset-reference,M9b3lBkUcFHaEA96OIyY7iLj9Q.jpg?originalFilename=mymind-tZCrFpSNiIQ-unsplash.jpg&preferredSize=small\",title:\"Thumbnail\",type:ControlType.ResponsiveImage},c1NhfAKzM:(VideoControls===null||VideoControls===void 0?void 0:VideoControls[\"srcFile\"])&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"data:framer/asset-reference,DI2J3UvDs1LQCkVySj0InbyX4c.mp4?originalFilename=Ren+Systems+compressed.mp4\",description:undefined,hidden:undefined,title:\"Video source\"},aZ8e_XtZy:(LockUnlockControls===null||LockUnlockControls===void 0?void 0:LockUnlockControls[\"variant\"])&&{...LockUnlockControls[\"variant\"],defaultValue:\"uH_pMWFXS\",description:undefined,hidden:undefined,title:\"Lock/Unlocked\"}});addFonts(FramerxfCUDpYqR,[{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\"}]},...VideoFonts,...FeatherFonts,...LockUnlockFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxfCUDpYqR\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v4Wu9icjr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z285VRQUf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z65oF4XDG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"iDyVtE1Gu\\\":\\\"title\\\",\\\"Uf3nsMSHM\\\":\\\"date\\\",\\\"avDIzxLCX\\\":\\\"link\\\",\\\"F74emY5RR\\\":\\\"thumbnail\\\",\\\"c1NhfAKzM\\\":\\\"videoSource\\\",\\\"aZ8e_XtZy\\\":\\\"lockUnlocked\\\"}\",\"framerIntrinsicHeight\":\"637\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xfCUDpYqR.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Project from\"https://framerusercontent.com/modules/futdVBwyUK0st369S6Ij/enYQ33MCwgyq6GnHQtLZ/xfCUDpYqR.js\";const ProjectFonts=getFonts(Project);const cycleOrder=[\"PBpSIuB4C\",\"M3z9qwo9y\",\"POpU6vWqI\"];const serializationHash=\"framer-Y53Qr\";const variantClassNames={M3z9qwo9y:\"framer-v-1eezhl6\",PBpSIuB4C:\"framer-v-538x99\",POpU6vWqI:\"framer-v-x2gidj\"};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 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:\"PBpSIuB4C\",Mobile:\"POpU6vWqI\",Tablet:\"M3z9qwo9y\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PBpSIuB4C\"};};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:\"PBpSIuB4C\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"M3z9qwo9y\",\"POpU6vWqI\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"M3z9qwo9y\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"POpU6vWqI\")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-538x99\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"PBpSIuB4C\",ref:ref??ref1,style:{...style},...addPropertyOverrides({M3z9qwo9y:{\"data-framer-name\":\"Tablet\"},POpU6vWqI:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"okf3ChPG5\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"516px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d95dxj-container\",layoutDependency:layoutDependency,layoutId:\"OOf8pljor-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/E5xetHTqzYHu3LEWKhcdRBZ3GVE.png\"},\"\"),height:\"100%\",id:\"OOf8pljor\",iDyVtE1Gu:\"Reports Reimagined\",layoutId:\"OOf8pljor\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NPYfWbnIl\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"516px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6wmr3t-container\",layoutDependency:layoutDependency,layoutId:\"hfNQAoPHc-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks1[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/yUSzRuPGYV6QXJNZIgHITXaTWt4.png\"},\"\"),height:\"100%\",id:\"hfNQAoPHc\",iDyVtE1Gu:\"Deep Dive Input Flow\",layoutId:\"hfNQAoPHc\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nLYgD8ks9\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"516px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dzxyko-container\",layoutDependency:layoutDependency,layoutId:\"GE9F20ETL-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks2[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/Grz7hdpYrqT20MtqldyP9rZvt0.png\"},\"\"),height:\"100%\",id:\"GE9F20ETL\",iDyVtE1Gu:\"Portfolio Dashboard\",layoutId:\"GE9F20ETL\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ix8yynCO_\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"516px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19u35k3-container\",layoutDependency:layoutDependency,layoutId:\"n67hqrsvF-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks3[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/C81dLB9R39FG3psdC50yZET6XmY.png\"},\"\"),height:\"100%\",id:\"n67hqrsvF\",iDyVtE1Gu:\"ITEM Secure App\",layoutId:\"n67hqrsvF\",style:{width:\"100%\"},Uf3nsMSHM:\"Item Secure Pvt Ltd\",variant:\"ukVSKaQJy\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B2eMfmobY\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"516px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ijvrxj-container\",layoutDependency:layoutDependency,layoutId:\"SE_DFH_pb-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks4[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({positionX:\"36%\",positionY:\"49.1%\",src:\"https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png\",srcSet:\"https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png 2000w\"},\"\"),height:\"100%\",id:\"SE_DFH_pb\",iDyVtE1Gu:\"Acciojob Website Revamp\",layoutId:\"SE_DFH_pb\",style:{width:\"100%\"},Uf3nsMSHM:\"Acciojob | Y Combinator | Freelance\",variant:\"ukVSKaQJy\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AhFDNpBon\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"516px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zzs4b5-container\",layoutDependency:layoutDependency,layoutId:\"srnC0Db4U-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks5[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/jvEkkcxtKUbxJaWrOmP36PlXmwg.png\"},\"\"),height:\"100%\",id:\"srnC0Db4U\",iDyVtE1Gu:\"ITEM Secure Website\",layoutId:\"srnC0Db4U\",style:{width:\"100%\"},Uf3nsMSHM:\"Item Secure Pvt Ltd\",variant:\"ukVSKaQJy\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y611c\",layoutDependency:layoutDependency,layoutId:\"ffHxbnmzr\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"okf3ChPG5\"},implicitPathVariables:undefined},{href:{webPageId:\"okf3ChPG5\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,...addPropertyOverrides({M3z9qwo9y:{width:\"672px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17m6cju-container\",layoutDependency:layoutDependency,layoutId:\"Lk9lOzBMx-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks6[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/E5xetHTqzYHu3LEWKhcdRBZ3GVE.png\"},\"\"),height:\"100%\",id:\"Lk9lOzBMx\",iDyVtE1Gu:\"Reports Reimagined\",layoutId:\"Lk9lOzBMx\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({M3z9qwo9y:{avDIzxLCX:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NPYfWbnIl\"},implicitPathVariables:undefined},{href:{webPageId:\"NPYfWbnIl\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,...addPropertyOverrides({M3z9qwo9y:{width:\"672px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rwoxws-container\",layoutDependency:layoutDependency,layoutId:\"Vdgu9ZwCP-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks7[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/yUSzRuPGYV6QXJNZIgHITXaTWt4.png\"},\"\"),height:\"100%\",id:\"Vdgu9ZwCP\",iDyVtE1Gu:\"Deep Dive Input Flow\",layoutId:\"Vdgu9ZwCP\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({M3z9qwo9y:{avDIzxLCX:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nLYgD8ks9\"},implicitPathVariables:undefined},{href:{webPageId:\"nLYgD8ks9\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,...addPropertyOverrides({M3z9qwo9y:{width:\"672px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-u1k397-container\",layoutDependency:layoutDependency,layoutId:\"XxqRwU_As-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks8[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/Grz7hdpYrqT20MtqldyP9rZvt0.png\"},\"\"),height:\"100%\",id:\"XxqRwU_As\",iDyVtE1Gu:\"Portfolio Dashboard & Real Time Simulation\",layoutId:\"XxqRwU_As\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({M3z9qwo9y:{avDIzxLCX:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B2eMfmobY\"},implicitPathVariables:undefined},{href:{webPageId:\"B2eMfmobY\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,...addPropertyOverrides({M3z9qwo9y:{width:\"672px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-103c8vz-container\",layoutDependency:layoutDependency,layoutId:\"qTBwVcXEM-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks9[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({positionX:\"42.6%\",positionY:\"50%\",src:\"https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png\",srcSet:\"https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png 2000w\"},\"\"),height:\"100%\",id:\"qTBwVcXEM\",iDyVtE1Gu:\"Acciojob Website Revamp\",layoutId:\"qTBwVcXEM\",style:{width:\"100%\"},Uf3nsMSHM:\"Freelance\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({M3z9qwo9y:{avDIzxLCX:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ix8yynCO_\"},implicitPathVariables:undefined},{href:{webPageId:\"ix8yynCO_\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,...addPropertyOverrides({M3z9qwo9y:{width:\"672px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jkngb7-container\",layoutDependency:layoutDependency,layoutId:\"Bd_8qrtcF-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks10[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/C81dLB9R39FG3psdC50yZET6XmY.png\"},\"\"),height:\"100%\",id:\"Bd_8qrtcF\",iDyVtE1Gu:\"ITEM Secure App\",layoutId:\"Bd_8qrtcF\",style:{width:\"100%\"},Uf3nsMSHM:\"Item Secure Pvt Ltd\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({M3z9qwo9y:{avDIzxLCX:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,...addPropertyOverrides({M3z9qwo9y:{width:\"672px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m3agq3-container\",layoutDependency:layoutDependency,layoutId:\"IOhsxcgUy-container\",children:/*#__PURE__*/_jsx(Project,{aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/jvEkkcxtKUbxJaWrOmP36PlXmwg.png\"},\"\"),height:\"100%\",id:\"IOhsxcgUy\",iDyVtE1Gu:\"ITEM Secure Website\",layoutId:\"IOhsxcgUy\",style:{width:\"100%\"},Uf3nsMSHM:\"Item Secure Pvt Ltd\",variant:\"ukVSKaQJy\",width:\"100%\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mv6rgk\",layoutDependency:layoutDependency,layoutId:\"pdhiyEUu1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"okf3ChPG5\"},implicitPathVariables:undefined},{href:{webPageId:\"okf3ChPG5\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"342px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p34df0-container\",layoutDependency:layoutDependency,layoutId:\"rY1xedFDb-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks11[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/E5xetHTqzYHu3LEWKhcdRBZ3GVE.png\"},\"\"),height:\"100%\",id:\"rY1xedFDb\",iDyVtE1Gu:\"Reports Reimagined\",layoutId:\"rY1xedFDb\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({POpU6vWqI:{avDIzxLCX:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NPYfWbnIl\"},implicitPathVariables:undefined},{href:{webPageId:\"NPYfWbnIl\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"342px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zfu7tj-container\",layoutDependency:layoutDependency,layoutId:\"eJPDwjtjs-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks12[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/yUSzRuPGYV6QXJNZIgHITXaTWt4.png\"},\"\"),height:\"100%\",id:\"eJPDwjtjs\",iDyVtE1Gu:\"Deep Dive Input Flow\",layoutId:\"eJPDwjtjs\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({POpU6vWqI:{avDIzxLCX:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nLYgD8ks9\"},implicitPathVariables:undefined},{href:{webPageId:\"nLYgD8ks9\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"342px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b4ifd9-container\",layoutDependency:layoutDependency,layoutId:\"HTDe5wg78-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks13[0],aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/Grz7hdpYrqT20MtqldyP9rZvt0.png\"},\"\"),height:\"100%\",id:\"HTDe5wg78\",iDyVtE1Gu:\"Portfolio Dashboard & Real Time Simulation\",layoutId:\"HTDe5wg78\",style:{width:\"100%\"},Uf3nsMSHM:\"Analytic-Edge | CX100\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({POpU6vWqI:{avDIzxLCX:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B2eMfmobY\"},implicitPathVariables:undefined},{href:{webPageId:\"B2eMfmobY\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"342px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14yyol2-container\",layoutDependency:layoutDependency,layoutId:\"e1I98fmMh-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks14[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({positionX:\"41%\",positionY:\"49.8%\",src:\"https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png\",srcSet:\"https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PCJZkqgNN9vAHvTjqdawRm3CnLg.png 2000w\"},\"\"),height:\"100%\",id:\"e1I98fmMh\",iDyVtE1Gu:\"Acciojob Website Revamp\",layoutId:\"e1I98fmMh\",style:{width:\"100%\"},Uf3nsMSHM:\"Freelance\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({POpU6vWqI:{avDIzxLCX:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ix8yynCO_\"},implicitPathVariables:undefined},{href:{webPageId:\"ix8yynCO_\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"342px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bik2wb-container\",layoutDependency:layoutDependency,layoutId:\"nROSpSR5d-container\",children:/*#__PURE__*/_jsx(Project,{avDIzxLCX:resolvedLinks15[0],aZ8e_XtZy:\"uH_pMWFXS\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/C81dLB9R39FG3psdC50yZET6XmY.png\"},\"\"),height:\"100%\",id:\"nROSpSR5d\",iDyVtE1Gu:\"ITEM Secure App\",layoutId:\"nROSpSR5d\",style:{width:\"100%\"},Uf3nsMSHM:\"Item Secure Pvt Ltd\",variant:\"ukVSKaQJy\",width:\"100%\",...addPropertyOverrides({POpU6vWqI:{avDIzxLCX:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:637,width:\"342px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j19g7q-container\",layoutDependency:layoutDependency,layoutId:\"xOD4jCC_0-container\",children:/*#__PURE__*/_jsx(Project,{aZ8e_XtZy:\"xssbYz5s1\",F74emY5RR:addImageAlt({src:\"https://framerusercontent.com/images/jvEkkcxtKUbxJaWrOmP36PlXmwg.png\"},\"\"),height:\"100%\",id:\"xOD4jCC_0\",iDyVtE1Gu:\"ITEM Secure Website\",layoutId:\"xOD4jCC_0\",style:{width:\"100%\"},Uf3nsMSHM:\"Item Secure Pvt Ltd\",variant:\"ukVSKaQJy\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Y53Qr.framer-5u7pce, .framer-Y53Qr .framer-5u7pce { display: block; }\",\".framer-Y53Qr.framer-538x99 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1152px; }\",\".framer-Y53Qr .framer-1d95dxj-container, .framer-Y53Qr .framer-6wmr3t-container, .framer-Y53Qr .framer-dzxyko-container, .framer-Y53Qr .framer-19u35k3-container, .framer-Y53Qr .framer-1ijvrxj-container, .framer-Y53Qr .framer-zzs4b5-container { flex: none; height: auto; position: relative; width: 516px; }\",\".framer-Y53Qr .framer-y611c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 4362px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 672px; }\",\".framer-Y53Qr .framer-17m6cju-container, .framer-Y53Qr .framer-rwoxws-container, .framer-Y53Qr .framer-u1k397-container, .framer-Y53Qr .framer-103c8vz-container, .framer-Y53Qr .framer-jkngb7-container, .framer-Y53Qr .framer-m3agq3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Y53Qr .framer-1mv6rgk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 342px; }\",\".framer-Y53Qr .framer-p34df0-container, .framer-Y53Qr .framer-zfu7tj-container, .framer-Y53Qr .framer-1b4ifd9-container, .framer-Y53Qr .framer-14yyol2-container, .framer-Y53Qr .framer-bik2wb-container, .framer-Y53Qr .framer-1j19g7q-container { flex: none; height: auto; position: relative; width: 342px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Y53Qr.framer-538x99, .framer-Y53Qr .framer-y611c, .framer-Y53Qr .framer-1mv6rgk { gap: 0px; } .framer-Y53Qr.framer-538x99 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Y53Qr.framer-538x99 > :first-child { margin-left: 0px; } .framer-Y53Qr.framer-538x99 > :last-child { margin-right: 0px; } .framer-Y53Qr .framer-y611c > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Y53Qr .framer-y611c > :first-child, .framer-Y53Qr .framer-1mv6rgk > :first-child { margin-top: 0px; } .framer-Y53Qr .framer-y611c > :last-child, .framer-Y53Qr .framer-1mv6rgk > :last-child { margin-bottom: 0px; } .framer-Y53Qr .framer-1mv6rgk > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } }\",\".framer-Y53Qr.framer-v-1eezhl6.framer-538x99 { width: 672px; }\",\".framer-Y53Qr.framer-v-1eezhl6 .framer-17m6cju-container, .framer-Y53Qr.framer-v-x2gidj .framer-p34df0-container { order: 0; }\",\".framer-Y53Qr.framer-v-1eezhl6 .framer-rwoxws-container, .framer-Y53Qr.framer-v-x2gidj .framer-zfu7tj-container { order: 1; }\",\".framer-Y53Qr.framer-v-1eezhl6 .framer-u1k397-container, .framer-Y53Qr.framer-v-x2gidj .framer-1b4ifd9-container { order: 2; }\",\".framer-Y53Qr.framer-v-1eezhl6 .framer-103c8vz-container, .framer-Y53Qr.framer-v-x2gidj .framer-14yyol2-container { order: 4; }\",\".framer-Y53Qr.framer-v-1eezhl6 .framer-jkngb7-container, .framer-Y53Qr.framer-v-x2gidj .framer-bik2wb-container { order: 3; }\",\".framer-Y53Qr.framer-v-1eezhl6 .framer-m3agq3-container, .framer-Y53Qr.framer-v-x2gidj .framer-1j19g7q-container { order: 5; }\",\".framer-Y53Qr.framer-v-x2gidj.framer-538x99 { width: 342px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1770.5\n * @framerIntrinsicWidth 1152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M3z9qwo9y\":{\"layout\":[\"fixed\",\"auto\"]},\"POpU6vWqI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereYBnESf8u=withCSS(Component,css,\"framer-Y53Qr\");export default FramereYBnESf8u;FramereYBnESf8u.displayName=\"Project tiles\";FramereYBnESf8u.defaultProps={height:1770.5,width:1152};addPropertyControls(FramereYBnESf8u,{variant:{options:[\"PBpSIuB4C\",\"M3z9qwo9y\",\"POpU6vWqI\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramereYBnESf8u,[{explicitInter:true,fonts:[]},...ProjectFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereYBnESf8u\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1152\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M3z9qwo9y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"POpU6vWqI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1770.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eYBnESf8u.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import ProjectTiles from\"#framer/local/canvasComponent/eYBnESf8u/eYBnESf8u.js\";import Navigation from\"#framer/local/canvasComponent/qcjmy68NP/qcjmy68NP.js\";import*as sharedStyle from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const DownloadFonts=getFonts(Download);const ProjectTilesFonts=getFonts(ProjectTiles);const FeatherFonts=getFonts(Feather);const breakpoints={b4TXGGF0J:\"(max-width: 767px)\",bbrkIfuPr:\"(min-width: 768px) and (max-width: 1199px)\",hQSGOIyO5:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-WHcSQ\";const variantClassNames={b4TXGGF0J:\"framer-v-s9n3as\",bbrkIfuPr:\"framer-v-1hpxych\",hQSGOIyO5:\"framer-v-1hcol87\"};const transition1={damping:50,delay:0,mass:.8,stiffness:200,type:\"spring\"};const animation={opacity:.2,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"hQSGOIyO5\",Phone:\"b4TXGGF0J\",Tablet:\"bbrkIfuPr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hQSGOIyO5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"ilLUd9vdX\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"eTJ5m1k42\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"b4TXGGF0J\")return true;return false;};const elementId2=useRouteElementId(\"hUCZS2l0h\");const ref4=React.useRef(null);const ref5=React.useRef(null);const elementId3=useRouteElementId(\"PgMlL8ST5\");const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"bbrkIfuPr\")return true;return false;};const elementId4=useRouteElementId(\"H0bWfE6tu\");const ref6=React.useRef(null);const ref7=React.useRef(null);const elementId5=useRouteElementId(\"MZmbzJDFc\");const isDisplayed2=()=>{if(!isBrowser())return true;if([\"b4TXGGF0J\",\"bbrkIfuPr\"].includes(baseVariant))return false;return true;};const elementId6=useRouteElementId(\"AxLjBmHNx\");const ref8=React.useRef(null);const ref9=React.useRef(null);const elementId7=useRouteElementId(\"VBBDy2muh\");const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"hQSGOIyO5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(17, 17, 17)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1hcol87\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b2atnn-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{variant:\"BtrdPCh87\"},bbrkIfuPr:{variant:\"MESY6mj0m\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"pKphfjo62\",layoutId:\"pKphfjo62\",style:{width:\"100%\"},variant:\"E9eZPMwYxl6VyjV0ZA\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1x7dfuh\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-14sj1t3\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ncmo90\",\"data-framer-name\":\"Top Line\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"74px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Shimoli\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"120px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Shimoli\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-2e3,y:0}}],__framer__transformTrigger:\"onScroll\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"200px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Shimoli\"})}),className:\"framer-clf7h4\",fonts:[\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vjjfir\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:\"Product Designer\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(89, 89, 89))\"},children:\"based in San Francisco, CA\"})]})},bbrkIfuPr:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:\"Product Designer\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(89, 89, 89))\"},children:\"based in San Francisco, CA\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:\"Product Designer\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"27px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(89, 89, 89))\"},children:\"based in San Francisco, CA\"})]}),className:\"framer-sy28pz\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19gioxu\",\"data-framer-name\":\"Bottom Line\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"77px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Joshi\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"120px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Joshi\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:2e3,y:0}}],__framer__transformTrigger:\"onScroll\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"200px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Joshi\"})}),className:\"framer-1swlztc\",fonts:[\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wbg5ij\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7fs37e\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-iipd9r\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 875 875\"><path d=\"M 437.5 1.108 C 678.513 1.108 873.892 196.487 873.892 437.5 C 873.892 678.513 678.513 873.892 437.5 873.892 C 196.487 873.892 1.108 678.513 1.108 437.5 C 1.108 196.487 196.487 1.108 437.5 1.108 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-5fba9fd4-74fb-4759-83cb-dc420548ed93, rgb(242, 242, 242)) /* {&quot;name&quot;:&quot;Input&quot;} */\"></path></svg>',svgContentId:11065997115,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8mp9gw\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 581 581\"><path d=\"M 290.5 1.026 C 450.372 1.026 579.974 130.628 579.974 290.5 C 579.974 450.372 450.372 579.974 290.5 579.974 C 130.628 579.974 1.026 450.372 1.026 290.5 C 1.026 130.628 130.628 1.026 290.5 1.026 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-5fba9fd4-74fb-4759-83cb-dc420548ed93, rgb(242, 242, 242)) /* {&quot;name&quot;:&quot;Input&quot;} */\"></path></svg>',svgContentId:8966195628,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zswr5q\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 223 223\"><path d=\"M 111.5 1.5 C 172.251 1.5 221.5 50.749 221.5 111.5 C 221.5 172.251 172.251 221.5 111.5 221.5 C 50.749 221.5 1.5 172.251 1.5 111.5 C 1.5 50.749 50.749 1.5 111.5 1.5 Z\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-5fba9fd4-74fb-4759-83cb-dc420548ed93, rgb(242, 242, 242)) /* {&quot;name&quot;:&quot;Input&quot;} */\"></path></svg>',svgContentId:9331948283,withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.75,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:2,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"165%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Driven by \"}),\"curiosity\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\", \"}),\"empathy\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\", \"}),\"collaboration\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\" and \"}),\"process\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\", I craft intuitive solutions that \"}),\"resonate with people\"]})}),className:\"framer-186xwqi\",fonts:[\"GF;Inter-500\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1meg604\",\"data-framer-name\":\"Experience\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wzdnlk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Experience\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Experience\"})}),className:\"framer-1nundvw\",\"data-framer-name\":\"Experience\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:[\"With 4+ years of experience, I\u2019m passionate about building products from ground up and designing user-centric\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:\" \"}),\"experiences\"]})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:[\"With 4+ years of experience, I\u2019m passionate about building products from ground up and designing user-centric\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:\" \"}),\"experiences\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:[\"With 4+ years of experience, I\u2019m passionate about building products from ground up and designing user-centric\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:\" \"}),\"experiences\"]})}),className:\"framer-6bkavc\",\"data-framer-name\":\"Experience\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mhsnrf-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgb(51, 51, 51)\",color:\"rgb(255, 255, 255)\",scale:1.1,transition:{damping:60,delay:0,mass:1,stiffness:600,type:\"spring\"}},id:\"W0ZP3AkOk\",layoutId:\"W0ZP3AkOk\",srcFile:\"https://framerusercontent.com/assets/Pq2njsm9bSjfcUpJ9IeIzlrbbU.pdf\",srcType:\"URL\",srcURL:\"https://drive.google.com/file/d/1SNeBbipT3yzKLvZo4kSP0ONyfwZPdZXt/view?usp=sharing\",styleOptions:{backgroundColor:\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:15,paddingPerSide:true,paddingRight:15,paddingTop:10},text:\"Resume\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jsi3ff\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gihc59\",\"data-border\":true,\"data-framer-name\":\"Work\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Red Tent PMDD\"})}),fonts:[\"Inter-Medium\"]},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Red Tent PMDD\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Red Tent PMDD\"})}),className:\"framer-1pj0xlu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r004fn\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Senior Product Designer\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Senior Product Designer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Senior Product Designer\"})}),className:\"framer-16jo9ba\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-3e687dd3-ddfd-4d7e-b554-39fd74c15aa0, rgb(0, 128, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2024-\"}),\"Current\"]})}),className:\"framer-1134urf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kpns94\",\"data-border\":true,\"data-framer-name\":\"Work\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Analytic Edge \"})}),fonts:[\"Inter-Medium\"]},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Analytic Edge | CX100\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Analytic Edge | CX100\"})}),className:\"framer-hw5pk5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dojo18\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Product Designer L3\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Product Designer L3\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Product Designer L3\"})}),className:\"framer-1iapscz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2022-2024\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2022-2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2022-2024\"})}),className:\"framer-7ze97k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i9mrkh\",\"data-border\":true,\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-135w76w\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Item Secure\"})}),fonts:[\"Inter-Medium\"]},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Item Secure\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Item Secure\"})}),className:\"framer-1vgeizg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9otg8i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Product Designer\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Product Designer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Product Designer\"})}),className:\"framer-kv6dhz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2020-2022\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2020-2022\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"2020-2022\"})}),className:\"framer-cmhd31\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n5x1av\",\"data-border\":true,\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ao09cd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Acciojob | Freelance\"})}),fonts:[\"Inter-Medium\"]},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Acciojob | Freelance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Acciojob | Freelance\"})}),className:\"framer-1sep7n9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tqy9hm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Design Consultant\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Design Consultant\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Design Consultant\"})}),className:\"framer-1s17hmg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"06 Months\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"06 Months\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"06 Months\"})}),className:\"framer-1s7idfj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j0mrvw\",\"data-border\":true,\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xqqkaa\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Spreeh | Freelance\"})}),fonts:[\"Inter-Medium\"]},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Spreeh | Freelance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Spreeh | Freelance\"})}),className:\"framer-1daslqv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r398eo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Website Designer\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Website Designer\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"Website Designer\"})}),className:\"framer-43ypzf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"04 Months\"})})},bbrkIfuPr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"04 Months\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\"},children:\"04 Months\"})}),className:\"framer-2z1ql6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r3wmls\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"center\"},children:\"Selected Works\"})}),className:\"framer-13ofv4x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{width:\"342px\",y:(componentViewport?.y||0)+0+0+136+2513.2+100+137.6},bbrkIfuPr:{width:undefined,y:(componentViewport?.y||0)+0+0+180+2132.6+100+115.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1770,width:\"1152px\",y:(componentViewport?.y||0)+0+0+160+2340+100+137.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9yebdf-container\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b4TXGGF0J:{variant:\"POpU6vWqI\"},bbrkIfuPr:{variant:\"M3z9qwo9y\"}},children:/*#__PURE__*/_jsx(ProjectTiles,{height:\"100%\",id:\"eTJ5m1k42\",layoutId:\"eTJ5m1k42\",style:{width:\"100%\"},variant:\"PBpSIuB4C\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-12wggcf hidden-1hcol87 hidden-1hpxych\",\"data-framer-name\":\"Footer\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13c0qjd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g1rqel\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ehxw3q\",\"data-framer-name\":\"Col 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Let's talk about the next big thing!\"})}),className:\"framer-1sibgs9\",fonts:[\"FS;Poppins-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lm0ymg\",\"data-framer-name\":\"Col 3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d2cv9f\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))\"},children:\"shimoli95@gmail.com\"})}),className:\"framer-s4j999\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fc31iv\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15koqm2\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8842098570,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhkx7c\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"LinkedIn\"})}),className:\"framer-1l9lpx8\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1obf0ap\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hqn269\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10392745537,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vaejmk\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Resume\"})}),className:\"framer-mfn7bk\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wn6ugc\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xhknrf\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10392745537,withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fpgixq\",\"data-framer-name\":\"Cirlces and Text\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref5,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.01,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-93o2wg\",\"data-framer-name\":\"Blue\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.01,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-831g4v\",\"data-framer-name\":\"White\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11qzuiq\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12dmf5c\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hvvr5t\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-orwbed\",\"data-framer-name\":\"s\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 44 52\"><path d=\"M 23.274 51.97 C 18.844 51.97 14.899 51.216 11.44 49.709 C 7.981 48.202 5.25 46.152 3.247 43.559 C 1.579 41.351 0.522 38.934 0.074 36.308 C -0.073 35.444 0.63 34.697 1.512 34.697 L 13.895 34.697 C 14.672 34.697 15.301 35.291 15.545 36.025 C 15.927 37.178 16.652 38.151 17.721 38.947 C 19.178 40.032 20.968 40.575 23.092 40.575 C 25.034 40.575 26.521 40.213 27.553 39.49 C 28.646 38.706 29.192 37.711 29.192 36.506 C 29.192 35.059 28.433 34.003 26.916 33.34 C 25.399 32.617 22.941 31.833 19.542 30.989 C 15.901 30.145 12.866 29.271 10.439 28.366 C 8.011 27.402 5.917 25.925 4.157 23.935 C 2.397 21.885 1.517 19.142 1.517 15.706 C 1.517 12.812 2.306 10.189 3.884 7.838 C 5.523 5.426 7.89 3.527 10.985 2.14 C 14.141 0.754 17.873 0.06 22.182 0.06 C 28.554 0.06 33.561 1.628 37.203 4.763 C 40.502 7.557 42.548 11.164 43.34 15.586 C 43.499 16.467 42.791 17.244 41.891 17.244 L 30.514 17.244 C 29.755 17.244 29.135 16.678 28.896 15.965 C 28.507 14.804 27.816 13.844 26.825 13.083 C 25.55 12.058 23.851 11.546 21.727 11.546 C 19.906 11.546 18.51 11.907 17.539 12.631 C 16.568 13.294 16.083 14.228 16.083 15.434 C 16.083 16.881 16.841 17.966 18.359 18.69 C 19.937 19.413 22.364 20.137 25.641 20.86 C 29.404 21.825 32.469 22.79 34.836 23.754 C 37.203 24.659 39.266 26.166 41.026 28.276 C 42.847 30.326 43.788 33.099 43.848 36.596 C 43.848 39.55 42.999 42.203 41.299 44.554 C 39.661 46.845 37.263 48.654 34.108 49.98 C 31.012 51.307 27.401 51.97 23.274 51.97 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:11069150612,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7xbdjs\",\"data-framer-name\":\"h\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 67\"><path d=\"M 30.588 16.05 C 36.235 16.05 40.765 17.977 44.176 21.831 C 47.588 25.626 49.294 30.865 49.294 37.55 L 49.294 65.494 C 49.294 66.326 48.636 67 47.824 67 L 35.765 67 C 34.953 67 34.294 66.326 34.294 65.494 L 34.294 39.628 C 34.294 36.255 33.441 33.636 31.735 31.769 C 30.029 29.902 27.735 28.968 24.853 28.968 C 21.971 28.968 19.676 29.902 17.971 31.769 C 16.265 33.636 15.412 36.255 15.412 39.628 L 15.412 65.494 C 15.412 66.326 14.753 67 13.941 67 L 1.794 67 C 0.982 67 0.324 66.326 0.324 65.494 L 0.324 1.656 C 0.324 0.825 0.982 0.151 1.794 0.151 L 13.941 0.151 C 14.753 0.151 15.412 0.825 15.412 1.656 L 15.412 18.606 C 15.412 20.077 17.487 20.848 18.628 19.953 C 19.579 19.213 20.601 18.571 21.676 18.037 C 24.324 16.712 27.294 16.05 30.588 16.05 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9100804926,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-97ukm8\",\"data-framer-name\":\"i\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 51\"><path d=\"M 14.138 0.12 C 14.942 0.12 15.593 0.792 15.593 1.62 L 15.593 48.84 C 15.593 49.668 14.942 50.34 14.138 50.34 L 2.124 50.34 C 1.32 50.34 0.669 49.668 0.669 48.84 L 0.669 1.62 C 0.669 0.792 1.32 0.12 2.124 0.12 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:12026375164,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-x156gl\",\"data-framer-name\":\"m\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 85 51\"><path d=\"M 64.033 0.24 C 70.237 0.24 75.158 2.13 78.796 5.91 C 82.495 9.69 84.344 14.94 84.344 21.66 L 84.344 49.5 C 84.344 50.328 83.676 51 82.853 51 L 70.625 51 C 69.801 51 69.133 50.328 69.133 49.5 L 69.133 23.73 C 69.133 20.49 68.268 18 66.539 16.26 C 64.868 14.46 62.542 13.56 59.56 13.56 C 56.577 13.56 54.221 14.46 52.491 16.26 C 50.821 18 49.986 20.49 49.986 23.73 L 49.986 49.5 C 49.986 50.328 49.318 51 48.495 51 L 36.267 51 C 35.443 51 34.775 50.328 34.775 49.5 L 34.775 23.73 C 34.775 20.49 33.911 18 32.181 16.26 C 30.511 14.46 28.184 13.56 25.202 13.56 C 22.219 13.56 19.863 14.46 18.133 16.26 C 16.463 18 15.628 20.49 15.628 23.73 L 15.628 49.5 C 15.628 50.328 14.96 51 14.137 51 L 1.819 51 C 0.996 51 0.328 50.328 0.328 49.5 L 0.328 2.28 C 0.328 1.452 0.996 0.78 1.819 0.78 L 14.137 0.78 C 14.96 0.78 15.628 1.452 15.628 2.28 L 15.628 2.545 C 15.628 3.99 17.652 4.747 18.804 3.883 C 19.714 3.204 20.688 2.617 21.712 2.13 C 24.218 0.87 27.051 0.24 30.212 0.24 C 33.97 0.24 37.311 1.05 40.233 2.67 C 42.474 3.886 44.344 5.493 45.844 7.489 C 46.526 8.396 47.962 8.434 48.683 7.558 C 50.204 5.709 52.071 4.139 54.281 2.85 C 57.263 1.11 60.514 0.24 64.033 0.24 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9951767802,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8lmw3u\",\"data-framer-name\":\"o\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51 52\"><path d=\"M 25.442 51.97 C 20.662 51.97 16.349 50.915 12.502 48.805 C 8.714 46.694 5.712 43.68 3.497 39.761 C 1.341 35.842 0.262 31.26 0.262 26.015 C 0.262 20.83 1.37 16.278 3.585 12.359 C 5.799 8.38 8.83 5.336 12.677 3.226 C 16.524 1.115 20.837 0.06 25.617 0.06 C 30.396 0.06 34.709 1.115 38.556 3.226 C 42.403 5.336 45.434 8.38 47.649 12.359 C 49.863 16.278 50.971 20.83 50.971 26.015 C 50.971 31.2 49.834 35.782 47.561 39.761 C 45.346 43.68 42.286 46.694 38.381 48.805 C 34.534 50.915 30.221 51.97 25.442 51.97 Z M 25.442 38.586 C 28.298 38.586 30.717 37.5 32.698 35.33 C 34.738 33.159 35.758 30.054 35.758 26.015 C 35.758 21.976 34.767 18.871 32.786 16.7 C 30.862 14.53 28.473 13.445 25.617 13.445 C 22.702 13.445 20.283 14.53 18.36 16.7 C 16.437 18.81 15.475 21.915 15.475 26.015 C 15.475 30.054 16.407 33.159 18.273 35.33 C 20.196 37.5 22.586 38.586 25.442 38.586 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:11550571150,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b8wk2p\",\"data-framer-name\":\"l\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 67\"><path d=\"M 14.446 0.151 C 15.287 0.151 15.97 0.825 15.97 1.656 L 15.97 65.494 C 15.97 66.326 15.287 67 14.446 67 L 1.859 67 C 1.017 67 0.335 66.326 0.335 65.494 L 0.335 1.656 C 0.335 0.825 1.017 0.151 1.859 0.151 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9795966701,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hlp7e9\",\"data-framer-name\":\"i_with_dot\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 72\"><path d=\"M 9.698 17.132 C 6.962 17.132 4.712 16.36 2.949 14.816 C 1.246 13.212 0.395 11.253 0.395 8.937 C 0.395 6.562 1.246 4.602 2.949 3.058 C 4.712 1.455 6.962 0.653 9.698 0.653 C 12.373 0.653 14.562 1.455 16.264 3.058 C 18.027 4.602 18.909 6.562 18.909 8.937 C 18.909 11.253 18.027 13.212 16.264 14.816 C 14.562 16.36 12.373 17.132 9.698 17.132 Z M 15.93 22.298 C 16.769 22.298 17.45 22.962 17.45 23.782 L 17.45 70.515 C 17.45 71.335 16.769 72 15.93 72 L 3.374 72 C 2.535 72 1.854 71.335 1.854 70.515 L 1.854 23.782 C 1.854 22.962 2.535 22.298 3.374 22.298 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:12241941686,withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lun5mc\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tboueu\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mjkzra\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"},children:\"\\xa92024 Shimoli Joshi / All Rights Reserved\"})}),className:\"framer-ph1c42\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-78hirk\",\"data-framer-name\":\"Trigger\",id:elementId3,ref:ref5}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rkytui\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:shimoli95@gmail.com\",nodeId:\"fXIIshaEh\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1qkecg1 framer-lux5qc\",\"data-framer-name\":\"Email\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j2dew0\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f1x9ce-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-07170591-2068-4164-88e4-466ff54ff10c, rgb(19, 146, 214))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"mail\",id:\"dVWyqog6p\",layoutId:\"dVWyqog6p\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.14em\",\"--framer-text-color\":\"var(--token-07170591-2068-4164-88e4-466ff54ff10c, rgb(19, 146, 214))\"},children:\"Shimoli95@gmail.com\"})}),className:\"framer-12n59if\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"www.linkedin.com/in/shimoli-joshi\",nodeId:\"FtX6r11Jb\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1kc5gv3 framer-lux5qc\",\"data-framer-name\":\"linkedin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jzs4fh\",\"data-framer-name\":\"Linkedin\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g66x1m-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"linkedin\",id:\"FbdKdl6Ji\",layoutId:\"FbdKdl6Ji\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"LinkedIn\"})}),className:\"framer-1bzhp4b\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/1PEknMajf4mP5Q4yvw59NMfdHPWymNgry/view?usp=drive_link\",nodeId:\"a6BbhgSrd\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-15mnymv framer-lux5qc\",\"data-framer-name\":\"Resume\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zxatw\",\"data-framer-name\":\"Download icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2mphjf-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"download\",id:\"TzGE0o8Yj\",layoutId:\"TzGE0o8Yj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Resume\"})}),className:\"framer-ghrkom\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-cs8mck hidden-1hcol87 hidden-s9n3as\",\"data-framer-name\":\"Footer\",id:elementId4,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8b4u7\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2mb5qn\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hwewlj\",\"data-framer-name\":\"Col 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Let's talk about the next big thing!\"})}),className:\"framer-b06jgr\",fonts:[\"FS;Poppins-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c6a9vx\",\"data-framer-name\":\"Col 3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h5q8tu\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lvoxgq\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ybteyi\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8842098570,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-a042497d-749d-4d03-8d3a-78930210d354, rgb(0, 128, 255))\"},children:\"shimoli95@gmail.com\"})}),className:\"framer-iyejj7\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ao50fx\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hbapbr\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ej6oe7\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10392745537,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"LinkedIn\"})}),className:\"framer-1ob2vel\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y37apq\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h7y934\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dnb4oh\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10392745537,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Resume\"})}),className:\"framer-jipzmz\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ce85lc\",\"data-framer-name\":\"Cirlces and Text\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref7,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.02,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wu9ph8\",\"data-framer-name\":\"Blue\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref6,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.02,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19tqhtf\",\"data-framer-name\":\"White\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-co6fzc\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cgym8j\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ro5ys\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-15th4g\",\"data-framer-name\":\"s\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 93 110\"><path d=\"M 49.194 109.936 C 39.83 109.936 31.492 108.342 24.18 105.154 C 16.868 101.965 11.096 97.629 6.863 92.145 C 3.338 87.474 1.103 82.36 0.157 76.806 C -0.154 74.977 1.332 73.397 3.196 73.397 L 29.369 73.397 C 31.012 73.397 32.342 74.655 32.856 76.206 C 33.664 78.645 35.197 80.705 37.457 82.388 C 40.535 84.684 44.319 85.832 48.809 85.832 C 52.914 85.832 56.057 85.067 58.237 83.536 C 60.546 81.878 61.701 79.774 61.701 77.223 C 61.701 74.162 60.097 71.93 56.89 70.528 C 53.683 68.997 48.488 67.339 41.305 65.554 C 33.608 63.768 27.194 61.919 22.063 60.006 C 16.932 57.965 12.507 54.841 8.787 50.632 C 5.067 46.296 3.207 40.493 3.207 33.223 C 3.207 27.101 4.874 21.554 8.21 16.58 C 11.673 11.478 16.676 7.461 23.218 4.528 C 29.888 1.594 37.777 0.128 46.885 0.128 C 60.354 0.128 70.937 3.443 78.633 10.075 C 85.606 15.985 89.931 23.617 91.605 32.97 C 91.94 34.833 90.444 36.477 88.542 36.477 L 64.495 36.477 C 62.892 36.477 61.58 35.281 61.075 33.772 C 60.253 31.317 58.794 29.286 56.698 27.675 C 54.004 25.507 50.412 24.423 45.923 24.423 C 42.074 24.423 39.124 25.188 37.072 26.719 C 35.019 28.122 33.993 30.099 33.993 32.649 C 33.993 35.71 35.597 38.006 38.803 39.536 C 42.139 41.067 47.27 42.597 54.197 44.128 C 62.15 46.168 68.628 48.209 73.63 50.249 C 78.633 52.162 82.994 55.351 86.714 59.814 C 90.563 64.151 92.551 70.017 92.679 77.414 C 92.679 83.664 90.883 89.275 87.292 94.249 C 83.828 99.096 78.761 102.922 72.091 105.728 C 65.549 108.533 57.917 109.936 49.194 109.936 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:10132303734,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ce06aw\",\"data-framer-name\":\"h\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 106 141\"><path d=\"M 64.847 33.777 C 76.819 33.777 86.421 37.832 93.654 45.944 C 100.887 53.929 104.504 64.955 104.504 79.023 L 104.504 137.831 C 104.504 139.581 103.108 141 101.386 141 L 75.821 141 C 74.099 141 72.704 139.581 72.704 137.831 L 72.704 83.396 C 72.704 76.298 70.895 70.785 67.279 66.856 C 63.662 62.927 58.799 60.963 52.688 60.963 C 46.578 60.963 41.714 62.927 38.098 66.856 C 34.481 70.785 32.673 76.298 32.673 83.396 L 32.673 137.831 C 32.673 139.581 31.277 141 29.555 141 L 3.804 141 C 2.082 141 0.686 139.581 0.686 137.831 L 0.686 3.485 C 0.686 1.735 2.082 0.317 3.804 0.317 L 29.555 0.317 C 31.277 0.317 32.673 1.735 32.673 3.485 L 32.673 39.155 C 32.673 42.251 37.072 43.873 39.491 41.991 C 41.508 40.432 43.673 39.082 45.954 37.959 C 51.566 35.171 57.864 33.777 64.847 33.777 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9589411229,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-im6ovo\",\"data-framer-name\":\"i\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 107\"><path d=\"M 30.927 0.252 C 32.685 0.252 34.109 1.661 34.109 3.399 L 34.109 102.468 C 34.109 104.206 32.685 105.615 30.927 105.615 L 4.645 105.615 C 2.888 105.615 1.464 104.206 1.464 102.468 L 1.464 3.399 C 1.464 1.661 2.888 0.252 4.645 0.252 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:10100493155,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1aag5od\",\"data-framer-name\":\"m\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 181 107\"><path d=\"M 136.353 0.504 C 149.563 0.504 160.042 4.469 167.79 12.399 C 175.665 20.33 179.603 31.345 179.603 45.444 L 179.603 103.853 C 179.603 105.591 178.181 107 176.427 107 L 150.389 107 C 148.635 107 147.213 105.591 147.213 103.853 L 147.213 49.786 C 147.213 42.989 145.372 37.765 141.688 34.114 C 138.132 30.338 133.178 28.449 126.827 28.449 C 120.476 28.449 115.459 30.338 111.775 34.114 C 108.219 37.765 106.441 42.989 106.441 49.786 L 106.441 103.853 C 106.441 105.591 105.019 107 103.265 107 L 77.227 107 C 75.473 107 74.051 105.591 74.051 103.853 L 74.051 49.786 C 74.051 42.989 72.209 37.765 68.526 34.114 C 64.969 30.338 60.016 28.449 53.665 28.449 C 47.314 28.449 42.297 30.338 38.613 34.114 C 35.057 37.765 33.279 42.989 33.279 49.786 L 33.279 103.853 C 33.279 105.591 31.857 107 30.103 107 L 3.874 107 C 2.12 107 0.699 105.591 0.699 103.853 L 0.699 4.784 C 0.699 3.045 2.12 1.636 3.874 1.636 L 30.103 1.636 C 31.857 1.636 33.279 3.045 33.279 4.784 L 33.279 5.341 C 33.279 8.371 37.589 9.96 40.041 8.148 C 41.978 6.723 44.053 5.491 46.234 4.469 C 51.569 1.825 57.602 0.504 64.334 0.504 C 72.336 0.504 79.449 2.203 85.673 5.602 C 90.444 8.154 94.426 11.525 97.621 15.712 C 99.074 17.616 102.13 17.696 103.665 15.858 C 106.906 11.978 110.88 8.684 115.586 5.979 C 121.937 2.329 128.859 0.504 136.353 0.504 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9964843580,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13ypbp7\",\"data-framer-name\":\"o\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 110 110\"><path d=\"M 54.874 109.936 C 44.566 109.936 35.263 107.704 26.966 103.241 C 18.794 98.777 12.32 92.4 7.543 84.11 C 2.891 75.82 0.566 66.128 0.566 55.032 C 0.566 44.064 2.954 34.435 7.731 26.145 C 12.509 17.728 19.046 11.287 27.343 6.823 C 35.64 2.359 44.943 0.128 55.251 0.128 C 65.56 0.128 74.863 2.359 83.16 6.823 C 91.457 11.287 97.994 17.728 102.771 26.145 C 107.549 34.435 109.937 44.064 109.937 55.032 C 109.937 66 107.486 75.693 102.583 84.11 C 97.806 92.4 91.206 98.777 82.783 103.241 C 74.486 107.704 65.183 109.936 54.874 109.936 Z M 54.874 81.623 C 61.034 81.623 66.251 79.328 70.526 74.736 C 74.926 70.145 77.126 63.577 77.126 55.032 C 77.126 46.487 74.989 39.919 70.714 35.328 C 66.566 30.736 61.411 28.441 55.251 28.441 C 48.966 28.441 43.749 30.736 39.6 35.328 C 35.451 39.791 33.377 46.359 33.377 55.032 C 33.377 63.577 35.389 70.145 39.411 74.736 C 43.56 79.328 48.714 81.623 54.874 81.623 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9166943598,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11b3psr\",\"data-framer-name\":\"l\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 141\"><path d=\"M 28.891 0.317 C 30.575 0.317 31.939 1.735 31.939 3.485 L 31.939 137.831 C 31.939 139.581 30.575 141 28.891 141 L 3.718 141 C 2.035 141 0.67 139.581 0.67 137.831 L 0.67 3.485 C 0.67 1.735 2.035 0.317 3.718 0.317 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:11497342017,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5jtli8\",\"data-framer-name\":\"i_with_dot\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 41 153\"><path d=\"M 20.926 36.405 C 15.022 36.405 10.168 34.764 6.363 31.483 C 2.69 28.076 0.853 23.912 0.853 18.991 C 0.853 13.944 2.69 9.779 6.363 6.499 C 10.168 3.092 15.022 1.388 20.926 1.388 C 26.699 1.388 31.422 3.092 35.096 6.499 C 38.901 9.779 40.803 13.944 40.803 18.991 C 40.803 23.912 38.901 28.076 35.096 31.483 C 31.422 34.764 26.699 36.405 20.926 36.405 Z M 34.374 47.383 C 36.186 47.383 37.654 48.795 37.654 50.537 L 37.654 149.845 C 37.654 151.588 36.186 153 34.374 153 L 7.282 153 C 5.47 153 4.002 151.588 4.002 149.845 L 4.002 50.537 C 4.002 48.795 5.47 47.383 7.282 47.383 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:10572614536,withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mnrp9l\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yokyld\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-iwypjw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"},children:\"\\xa92024 Shimoli Joshi / All Rights Reserved\"})}),className:\"framer-1fhiyh6\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fd3k6y\",\"data-framer-name\":\"Trigger\",id:elementId5,ref:ref7}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d4j1cw\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:shimoli95@gmail.com\",nodeId:\"Wbvwg5G7u\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-y0w0t6 framer-lux5qc\",\"data-framer-name\":\"Email\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ab7wb\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14xmrss-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-d436b889-82c9-42d7-ad52-8a334bbb46e0, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"mail\",id:\"IGc6pVdzj\",layoutId:\"IGc6pVdzj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.14em\",\"--framer-text-color\":\"var(--token-07170591-2068-4164-88e4-466ff54ff10c, rgb(19, 146, 214))\"},children:\"Shimoli95@gmail.com\"})}),className:\"framer-ckhoj4\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"www.linkedin.com/in/shimoli-joshi\",nodeId:\"c9cL9kLJR\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1x3l89f framer-lux5qc\",\"data-framer-name\":\"linkedin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e0u54v\",\"data-framer-name\":\"Linkedin\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jn2270-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"linkedin\",id:\"xHobHaCmN\",layoutId:\"xHobHaCmN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"LinkedIn\"})}),className:\"framer-15utwar\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/1PEknMajf4mP5Q4yvw59NMfdHPWymNgry/view?usp=drive_link\",nodeId:\"xwF33KsFX\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-wp0xn1 framer-lux5qc\",\"data-framer-name\":\"Resume\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ol8oky\",\"data-framer-name\":\"Download icon\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tlpjv7-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"download\",id:\"kaBTqBaPb\",layoutId:\"kaBTqBaPb\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Resume\"})}),className:\"framer-1m8c34u\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-ddigbz hidden-s9n3as hidden-1hpxych\",\"data-framer-name\":\"Footer\",id:elementId6,ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5c0c1k\",\"data-framer-name\":\"Col 3 Coppy\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:shimoli95@gmail.com\",nodeId:\"PvNp6dsuz\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-g509co framer-lux5qc\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-07170591-2068-4164-88e4-466ff54ff10c, rgb(19, 146, 214))\"},children:\"shimoli95@gmail.com\"})}),className:\"framer-745lqf\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yg9b1w\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hlbjix\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8842098570,withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/shimoli-joshi/\",nodeId:\"NycVV1tRO\",openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1jjcwvb framer-lux5qc\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"LinkedIn\"})}),className:\"framer-1yrec2w\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p8mazz\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qjbejt\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8671089434,withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://drive.google.com/file/d/1PEknMajf4mP5Q4yvw59NMfdHPWymNgry/view?usp=drive_link\",nodeId:\"zc6JtZraC\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-dq9ba5 framer-lux5qc\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Resume\"})}),className:\"framer-1l1amyt\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-crrnfh\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-znf1vn\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8671089434,withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y77clf\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vewmwt\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-157123j\",\"data-framer-name\":\"Col 1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Let's talk about the next big thing!\"})}),className:\"framer-1yr9fn2\",fonts:[\"FS;Poppins-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a1ukfh\",\"data-framer-name\":\"Col 3\",children:[/*#__PURE__*/_jsx(Link,{href:\"mailto:shimoli95@gmail.com\",nodeId:\"vOrD10mhr\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1kxhsil framer-lux5qc\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-07170591-2068-4164-88e4-466ff54ff10c, rgb(19, 146, 214))\"},children:\"shimoli95@gmail.com\"})}),className:\"framer-1o17k3d\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p03dzv\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-utp8mm\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8842098570,withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/shimoli-joshi/\",nodeId:\"s_UF7JqqZ\",openInNewTab:true,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1bz4jtg framer-lux5qc\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"LinkedIn\"})}),className:\"framer-1e60r8o\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vvqnyo\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vn63ms\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8671089434,withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gck126\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"},children:\"Resume\"})}),className:\"framer-npjg31\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5fzvln\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8rkpef\",\"data-framer-name\":\"SVG\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12 10.667 L 12 4 L 5.333 4 M 4 12 L 11.667 4.333\" fill=\"transparent\" stroke-width=\"1.35\" stroke=\"var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;Background&quot;} */\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8671089434,withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lx072a\",\"data-framer-name\":\"Cirlces and Text\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.02,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rb44bp\",\"data-framer-name\":\"Blue\",style:{transformPerspective:1200},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref8,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.02,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1469l77\",\"data-framer-name\":\"White\",style:{transformPerspective:1200},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yrrrsc\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3e7qft\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15bc0f6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xz1uhp\",\"data-framer-name\":\"s\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 107 127\"><path d=\"M 56.599 126.926 C 45.826 126.926 36.232 125.086 27.82 121.405 C 19.408 117.723 12.766 112.717 7.896 106.386 C 3.841 100.993 1.269 95.088 0.181 88.675 C -0.177 86.564 1.533 84.74 3.677 84.74 L 33.79 84.74 C 35.681 84.74 37.21 86.193 37.802 87.983 C 38.732 90.799 40.496 93.178 43.095 95.121 C 46.637 97.772 50.991 99.097 56.157 99.097 C 60.879 99.097 64.495 98.213 67.004 96.446 C 69.661 94.532 70.989 92.103 70.989 89.158 C 70.989 85.624 69.144 83.047 65.454 81.427 C 61.765 79.66 55.788 77.746 47.523 75.685 C 38.668 73.623 31.288 71.488 25.385 69.279 C 19.481 66.923 14.39 63.316 10.11 58.457 C 5.83 53.45 3.69 46.751 3.69 38.358 C 3.69 31.29 5.608 24.885 9.446 19.142 C 13.43 13.252 19.186 8.614 26.713 5.227 C 34.388 1.841 43.464 0.147 53.943 0.147 C 69.439 0.147 81.615 3.976 90.47 11.632 C 98.493 18.455 103.469 27.266 105.395 38.065 C 105.781 40.217 104.059 42.114 101.871 42.114 L 74.204 42.114 C 72.36 42.114 70.851 40.734 70.269 38.991 C 69.323 36.156 67.644 33.811 65.233 31.952 C 62.134 29.449 58.001 28.198 52.836 28.198 C 48.408 28.198 45.014 29.081 42.652 30.848 C 40.291 32.468 39.11 34.75 39.11 37.695 C 39.11 41.229 40.955 43.879 44.645 45.646 C 48.482 47.413 54.386 49.18 62.355 50.947 C 71.506 53.303 78.959 55.659 84.714 58.015 C 90.47 60.224 95.488 63.905 99.768 69.059 C 104.196 74.065 106.483 80.838 106.631 89.379 C 106.631 96.594 104.565 103.072 100.432 108.815 C 96.448 114.41 90.618 118.828 82.943 122.067 C 75.417 125.307 66.635 126.926 56.599 126.926 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:11609360187,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cdl1f0\",\"data-framer-name\":\"h\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 124 163\"><path d=\"M 75.859 39.047 C 89.864 39.047 101.096 43.735 109.558 53.112 C 118.019 62.343 122.249 75.09 122.249 91.353 L 122.249 159.337 C 122.249 161.36 120.617 163 118.602 163 L 88.696 163 C 86.682 163 85.049 161.36 85.049 159.337 L 85.049 96.408 C 85.049 88.203 82.934 81.83 78.704 77.288 C 74.473 72.746 68.784 70.475 61.635 70.475 C 54.487 70.475 48.798 72.746 44.567 77.288 C 40.336 81.83 38.221 88.203 38.221 96.408 L 38.221 159.337 C 38.221 161.36 36.588 163 34.574 163 L 4.449 163 C 2.435 163 0.802 161.36 0.802 159.337 L 0.802 4.029 C 0.802 2.006 2.435 0.366 4.449 0.366 L 34.574 0.366 C 36.588 0.366 38.221 2.006 38.221 4.029 L 38.221 45.265 C 38.221 48.843 43.367 50.719 46.197 48.543 C 48.557 46.741 51.09 45.18 53.758 43.882 C 60.322 40.658 67.689 39.047 75.859 39.047 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:12557110090,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ugkxo1\",\"data-framer-name\":\"i\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 124\"><path d=\"M 35.345 0.292 C 37.354 0.292 38.982 1.925 38.982 3.939 L 38.982 118.748 C 38.982 120.762 37.354 122.395 35.345 122.395 L 5.309 122.395 C 3.301 122.395 1.673 120.762 1.673 118.748 L 1.673 3.939 C 1.673 1.925 3.301 0.292 5.309 0.292 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:12276748190,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yzizyt\",\"data-framer-name\":\"m\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 210 124\"><path d=\"M 158.2 0.584 C 173.526 0.584 185.684 5.179 194.674 14.369 C 203.811 23.56 208.379 36.325 208.379 52.664 L 208.379 120.353 C 208.379 122.367 206.729 124 204.695 124 L 174.484 124 C 172.449 124 170.8 122.367 170.8 120.353 L 170.8 57.696 C 170.8 49.819 168.663 43.765 164.389 39.534 C 160.263 35.158 154.516 32.969 147.147 32.969 C 139.779 32.969 133.958 35.158 129.684 39.534 C 125.558 43.765 123.495 49.819 123.495 57.696 L 123.495 120.353 C 123.495 122.367 121.845 124 119.811 124 L 89.6 124 C 87.565 124 85.916 122.367 85.916 120.353 L 85.916 57.696 C 85.916 49.819 83.779 43.765 79.505 39.534 C 75.379 35.158 69.632 32.969 62.263 32.969 C 54.895 32.969 49.074 35.158 44.8 39.534 C 40.674 43.765 38.611 49.819 38.611 57.696 L 38.611 120.353 C 38.611 122.367 36.961 124 34.926 124 L 4.495 124 C 2.46 124 0.811 122.367 0.811 120.353 L 0.811 5.544 C 0.811 3.529 2.46 1.896 4.495 1.896 L 34.926 1.896 C 36.961 1.896 38.611 3.529 38.611 5.544 L 38.611 6.189 C 38.611 9.701 43.612 11.543 46.456 9.442 C 48.704 7.791 51.111 6.363 53.642 5.179 C 59.832 2.115 66.832 0.584 74.642 0.584 C 83.926 0.584 92.179 2.553 99.4 6.492 C 104.936 9.45 109.556 13.356 113.262 18.208 C 114.947 20.414 118.493 20.507 120.275 18.378 C 124.034 13.881 128.645 10.064 134.105 6.929 C 141.474 2.699 149.505 0.584 158.2 0.584 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:10804090615,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x0bumk\",\"data-framer-name\":\"o\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 127 127\"><path d=\"M 63.355 126.926 C 51.453 126.926 40.713 124.35 31.133 119.196 C 21.699 114.042 14.224 106.68 8.709 97.109 C 3.338 87.538 0.653 76.347 0.653 63.537 C 0.653 50.874 3.411 39.757 8.926 30.186 C 14.442 20.467 21.989 13.031 31.569 7.878 C 41.148 2.724 51.889 0.147 63.79 0.147 C 75.692 0.147 86.433 2.724 96.012 7.878 C 105.591 13.031 113.139 20.467 118.654 30.186 C 124.17 39.757 126.927 50.874 126.927 63.537 C 126.927 76.2 124.097 87.391 118.437 97.109 C 112.921 106.68 105.301 114.042 95.577 119.196 C 85.997 124.35 75.257 126.926 63.355 126.926 Z M 63.355 94.238 C 70.467 94.238 76.49 91.587 81.425 86.286 C 86.505 80.986 89.045 73.402 89.045 63.537 C 89.045 53.671 86.578 46.088 81.643 40.787 C 76.853 35.486 70.902 32.836 63.79 32.836 C 56.533 32.836 50.51 35.486 45.72 40.787 C 40.93 45.941 38.535 53.524 38.535 63.537 C 38.535 73.402 40.858 80.986 45.502 86.286 C 50.292 91.587 56.243 94.238 63.355 94.238 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:9606123454,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q2kaxv\",\"data-framer-name\":\"l\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37 163\"><path d=\"M 33.406 0.366 C 35.352 0.366 36.93 2.006 36.93 4.029 L 36.93 159.337 C 36.93 161.36 35.352 163 33.406 163 L 4.299 163 C 2.353 163 0.775 161.36 0.775 159.337 L 0.775 4.029 C 0.775 2.006 2.353 0.366 4.299 0.366 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:12686068002,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-567mu6\",\"data-framer-name\":\"i_with_dot\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 178\"><path d=\"M 24.499 42.353 C 17.587 42.353 11.904 40.445 7.45 36.628 C 3.149 32.664 0.998 27.819 0.998 22.094 C 0.998 16.222 3.149 11.377 7.45 7.56 C 11.904 3.597 17.587 1.615 24.499 1.615 C 31.258 1.615 36.787 3.597 41.088 7.56 C 45.542 11.377 47.77 16.222 47.77 22.094 C 47.77 27.819 45.542 32.664 41.088 36.628 C 36.787 40.445 31.258 42.353 24.499 42.353 Z M 40.243 55.125 C 42.364 55.125 44.083 56.768 44.083 58.795 L 44.083 174.33 C 44.083 176.357 42.364 178 40.243 178 L 8.525 178 C 6.404 178 4.685 176.357 4.685 174.33 L 4.685 58.795 C 4.685 56.768 6.404 55.125 8.525 55.125 Z\" fill=\"var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, rgb(0, 0, 0))\"></path></svg>',svgContentId:10758848175,withExternalLayout:true})]})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yuqqjr\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v086j3\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9trxzf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-84002464-baa0-40a1-a1a1-82899aec539a, rgb(155, 161, 165))\"},children:\"\\xa92024 Shimoli Joshi / All Rights Reserved\"})}),className:\"framer-14p3nlr\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b9cjss\",\"data-framer-name\":\"Trigger\",id:elementId7,ref:ref9})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WHcSQ.framer-lux5qc, .framer-WHcSQ .framer-lux5qc { display: block; }\",\".framer-WHcSQ.framer-1hcol87 { align-content: center; align-items: center; background-color: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, #111111); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-WHcSQ .framer-1b2atnn-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-WHcSQ .framer-1x7dfuh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 160px 64px 160px 64px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-14sj1t3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 490px; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-1ncmo90 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-clf7h4, .framer-WHcSQ .framer-1swlztc, .framer-WHcSQ .framer-1pj0xlu, .framer-WHcSQ .framer-16jo9ba, .framer-WHcSQ .framer-1134urf, .framer-WHcSQ .framer-hw5pk5, .framer-WHcSQ .framer-1iapscz, .framer-WHcSQ .framer-7ze97k, .framer-WHcSQ .framer-1vgeizg, .framer-WHcSQ .framer-kv6dhz, .framer-WHcSQ .framer-cmhd31, .framer-WHcSQ .framer-1sep7n9, .framer-WHcSQ .framer-1s17hmg, .framer-WHcSQ .framer-1s7idfj, .framer-WHcSQ .framer-1daslqv, .framer-WHcSQ .framer-43ypzf, .framer-WHcSQ .framer-2z1ql6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WHcSQ .framer-vjjfir { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 374px; }\",\".framer-WHcSQ .framer-sy28pz { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-19gioxu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-wbg5ij { flex: none; height: 875px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-WHcSQ .framer-7fs37e { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1170px); left: 50%; overflow: visible; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 1170px; }\",\".framer-WHcSQ .framer-iipd9r { flex: none; height: 875px; left: calc(50.00000000000002% - 875px / 2); position: absolute; top: calc(50.00000000000002% - 875px / 2); width: 875px; }\",\".framer-WHcSQ .framer-8mp9gw { flex: none; height: 581px; left: calc(50.00000000000002% - 581px / 2); position: absolute; top: calc(50.00000000000002% - 581px / 2); width: 581px; }\",\".framer-WHcSQ .framer-zswr5q { flex: none; height: 223px; left: calc(50.00000000000002% - 223px / 2); position: absolute; top: calc(50.00000000000002% - 223px / 2); width: 223px; }\",\".framer-WHcSQ .framer-186xwqi { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 831px; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-1meg604 { 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-WHcSQ .framer-1wzdnlk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 9px; position: relative; width: 1px; }\",\".framer-WHcSQ .framer-1nundvw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 331px; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-6bkavc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 424px; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-1mhsnrf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-WHcSQ .framer-1jsi3ff { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 521px; }\",\".framer-WHcSQ .framer-1gihc59, .framer-WHcSQ .framer-1kpns94, .framer-WHcSQ .framer-1i9mrkh, .framer-WHcSQ .framer-1n5x1av, .framer-WHcSQ .framer-j0mrvw { --border-bottom-width: 1px; --border-color: var(--token-dfb22173-d582-4552-9b72-2222d9908871, #222222); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-r004fn, .framer-WHcSQ .framer-1dojo18, .framer-WHcSQ .framer-9otg8i, .framer-WHcSQ .framer-tqy9hm, .framer-WHcSQ .framer-r398eo { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WHcSQ .framer-135w76w, .framer-WHcSQ .framer-1ao09cd, .framer-WHcSQ .framer-1xqqkaa { align-content: flex-start; align-items: flex-start; 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-WHcSQ .framer-r3wmls { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-13ofv4x { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 709px; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-9yebdf-container { flex: none; height: auto; position: relative; scroll-margin-top: 110px; width: 1152px; }\",\".framer-WHcSQ .framer-12wggcf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 844px; justify-content: center; overflow: hidden; padding: 76px 16px 16px 16px; position: relative; width: 390px; }\",\".framer-WHcSQ .framer-13c0qjd { align-content: center; align-items: center; background-color: var(--token-5fba9fd4-74fb-4759-83cb-dc420548ed93, #f2f2f2); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 120px 24px 0px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-1g1rqel, .framer-WHcSQ .framer-2mb5qn { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-1ehxw3q, .framer-WHcSQ .framer-1hwewlj { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-1sibgs9, .framer-WHcSQ .framer-b06jgr, .framer-WHcSQ .framer-1yr9fn2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-lm0ymg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-1d2cv9f, .framer-WHcSQ .framer-fhkx7c, .framer-WHcSQ .framer-vaejmk, .framer-WHcSQ .framer-h5q8tu, .framer-WHcSQ .framer-1ao50fx, .framer-WHcSQ .framer-1y37apq, .framer-WHcSQ .framer-1gck126 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-WHcSQ .framer-s4j999, .framer-WHcSQ .framer-1l9lpx8, .framer-WHcSQ .framer-mfn7bk, .framer-WHcSQ .framer-12n59if, .framer-WHcSQ .framer-1bzhp4b, .framer-WHcSQ .framer-ghrkom, .framer-WHcSQ .framer-iyejj7, .framer-WHcSQ .framer-1ob2vel, .framer-WHcSQ .framer-jipzmz, .framer-WHcSQ .framer-1fhiyh6, .framer-WHcSQ .framer-ckhoj4, .framer-WHcSQ .framer-15utwar, .framer-WHcSQ .framer-1m8c34u, .framer-WHcSQ .framer-745lqf, .framer-WHcSQ .framer-1yrec2w, .framer-WHcSQ .framer-1l1amyt, .framer-WHcSQ .framer-1o17k3d, .framer-WHcSQ .framer-1e60r8o, .framer-WHcSQ .framer-npjg31, .framer-WHcSQ .framer-14p3nlr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WHcSQ .framer-1fc31iv, .framer-WHcSQ .framer-1lvoxgq { align-content: center; align-items: center; background-color: var(--token-a042497d-749d-4d03-8d3a-78930210d354, #0080ff); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-15koqm2, .framer-WHcSQ .framer-1hqn269, .framer-WHcSQ .framer-xhknrf, .framer-WHcSQ .framer-1ybteyi, .framer-WHcSQ .framer-ej6oe7, .framer-WHcSQ .framer-dnb4oh, .framer-WHcSQ .framer-hlbjix, .framer-WHcSQ .framer-1qjbejt, .framer-WHcSQ .framer-znf1vn, .framer-WHcSQ .framer-utp8mm, .framer-WHcSQ .framer-1vn63ms, .framer-WHcSQ .framer-8rkpef { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-WHcSQ .framer-1obf0ap, .framer-WHcSQ .framer-1wn6ugc, .framer-WHcSQ .framer-1hbapbr, .framer-WHcSQ .framer-1h7y934 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-fpgixq, .framer-WHcSQ .framer-ce85lc, .framer-WHcSQ .framer-1lx072a { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 696px; justify-content: center; left: calc(50.00000000000002% - 1088px / 2); overflow: visible; padding: 0px; position: absolute; width: 1088px; }\",\".framer-WHcSQ .framer-93o2wg { aspect-ratio: 1 / 1; background-color: var(--token-a042497d-749d-4d03-8d3a-78930210d354, #0080ff); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: -938px; flex: none; height: var(--framer-aspect-ratio-supported, 2000px); left: -505px; overflow: hidden; position: absolute; width: 2000px; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-WHcSQ .framer-831g4v { aspect-ratio: 1 / 1; background-color: var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, #000000); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: -938px; flex: none; height: var(--framer-aspect-ratio-supported, 2000px); left: -505px; overflow: hidden; position: absolute; width: 2000px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-WHcSQ .framer-11qzuiq { bottom: -80px; flex: none; height: 216px; left: calc(50.00000000000002% - 1088px / 2); overflow: hidden; position: absolute; width: 1088px; z-index: 1; }\",\".framer-WHcSQ .framer-12dmf5c { bottom: 13px; flex: none; height: 133px; left: 0px; overflow: hidden; position: absolute; width: 1087px; }\",\".framer-WHcSQ .framer-hvvr5t { flex: none; height: 72px; left: calc(49.95400183992643% - 333px / 2); overflow: hidden; position: absolute; top: 0px; width: 333px; }\",\".framer-WHcSQ .framer-orwbed { flex: none; height: 52px; left: 0px; position: absolute; top: calc(63.88888888888891% - 52px / 2); width: 44px; }\",\".framer-WHcSQ .framer-7xbdjs { flex: none; height: 67px; left: 51px; position: absolute; top: 5px; width: 50px; }\",\".framer-WHcSQ .framer-97ukm8 { flex: none; height: 51px; left: 110px; position: absolute; top: calc(63.88888888888891% - 51px / 2); width: 16px; }\",\".framer-WHcSQ .framer-x156gl { flex: none; height: 51px; left: calc(53.75375375375378% - 85px / 2); position: absolute; top: calc(63.88888888888891% - 51px / 2); width: 85px; }\",\".framer-WHcSQ .framer-8lmw3u { flex: none; height: 52px; left: 230px; position: absolute; top: calc(63.88888888888891% - 52px / 2); width: 51px; }\",\".framer-WHcSQ .framer-1b8wk2p { flex: none; height: 67px; left: 291px; position: absolute; top: 5px; width: 16px; }\",\".framer-WHcSQ .framer-1hlp7e9 { flex: none; height: 72px; left: 314px; position: absolute; top: 0px; width: 19px; }\",\".framer-WHcSQ .framer-1lun5mc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-1tboueu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WHcSQ .framer-mjkzra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-ph1c42 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-WHcSQ .framer-78hirk, .framer-WHcSQ .framer-1fd3k6y, .framer-WHcSQ .framer-1b9cjss { bottom: 0px; flex: none; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 450px; }\",\".framer-WHcSQ .framer-rkytui { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 136px; justify-content: center; left: calc(50.00000000000002% - 330px / 2); opacity: 0; overflow: hidden; padding: 0px; position: absolute; top: 262px; width: 330px; z-index: 1; }\",\".framer-WHcSQ .framer-1qkecg1, .framer-WHcSQ .framer-y0w0t6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 32px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 330px; }\",\".framer-WHcSQ .framer-j2dew0, .framer-WHcSQ .framer-ab7wb { align-content: center; align-items: center; background-color: var(--token-07170591-2068-4164-88e4-466ff54ff10c, #1392d6); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-1f1x9ce-container, .framer-WHcSQ .framer-1g66x1m-container, .framer-WHcSQ .framer-2mphjf-container, .framer-WHcSQ .framer-14xmrss-container, .framer-WHcSQ .framer-jn2270-container, .framer-WHcSQ .framer-tlpjv7-container { flex: none; height: 11px; position: relative; width: 11px; }\",\".framer-WHcSQ .framer-1kc5gv3, .framer-WHcSQ .framer-1x3l89f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 32px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 140px; }\",\".framer-WHcSQ .framer-1jzs4fh, .framer-WHcSQ .framer-zxatw, .framer-WHcSQ .framer-e0u54v, .framer-WHcSQ .framer-1ol8oky, .framer-WHcSQ .framer-1p8mazz, .framer-WHcSQ .framer-crrnfh, .framer-WHcSQ .framer-1vvqnyo, .framer-WHcSQ .framer-5fzvln { align-content: center; align-items: center; background-color: var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, #000000); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-15mnymv, .framer-WHcSQ .framer-wp0xn1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 33px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 135px; }\",\".framer-WHcSQ .framer-cs8mck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 810px; justify-content: center; overflow: hidden; padding: 86px 24px 24px 24px; position: relative; width: 810px; }\",\".framer-WHcSQ .framer-1h8b4u7 { align-content: center; align-items: center; background-color: var(--token-5fba9fd4-74fb-4759-83cb-dc420548ed93, #f2f2f2); border-bottom-left-radius: 70px; border-bottom-right-radius: 70px; border-top-left-radius: 70px; border-top-right-radius: 70px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 120px 48px 0px 48px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-1c6a9vx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 666px; }\",\".framer-WHcSQ .framer-1wu9ph8 { background-color: var(--token-a042497d-749d-4d03-8d3a-78930210d354, #0080ff); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: -870px; flex: none; height: 2000px; left: -558px; overflow: hidden; position: absolute; width: 2000px; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-WHcSQ .framer-19tqhtf { aspect-ratio: 1 / 1; background-color: var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, #000000); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: -870px; flex: none; height: var(--framer-aspect-ratio-supported, 2000px); left: -558px; overflow: hidden; position: absolute; width: 2000px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-WHcSQ .framer-co6fzc { bottom: -70px; flex: none; height: 216px; left: calc(50.00000000000002% - 1088px / 2); overflow: hidden; position: absolute; width: 1088px; z-index: 1; }\",\".framer-WHcSQ .framer-cgym8j, .framer-WHcSQ .framer-3e7qft { flex: none; height: 215px; left: 0px; overflow: hidden; position: absolute; top: -12px; width: 1087px; }\",\".framer-WHcSQ .framer-ro5ys { flex: none; height: 178px; left: calc(50.04599816007362% - 708px / 2); overflow: hidden; position: absolute; top: 0px; width: 708px; }\",\".framer-WHcSQ .framer-15th4g { bottom: 12px; flex: none; height: 110px; left: 0px; position: absolute; width: 93px; }\",\".framer-WHcSQ .framer-ce06aw { flex: none; height: 141px; left: 108px; position: absolute; top: calc(53.370786516853954% - 141px / 2); width: 106px; }\",\".framer-WHcSQ .framer-im6ovo { bottom: 12px; flex: none; height: 107px; left: 234px; position: absolute; width: 35px; }\",\".framer-WHcSQ .framer-1aag5od { bottom: 12px; flex: none; height: 107px; left: calc(53.954802259887025% - 181px / 2); position: absolute; width: 181px; }\",\".framer-WHcSQ .framer-13ypbp7 { bottom: 12px; flex: none; height: 110px; left: 489px; position: absolute; width: 110px; }\",\".framer-WHcSQ .framer-11b3psr { flex: none; height: 141px; left: 619px; position: absolute; top: calc(53.370786516853954% - 141px / 2); width: 32px; }\",\".framer-WHcSQ .framer-5jtli8 { flex: none; height: 153px; left: 667px; position: absolute; top: calc(50.00000000000002% - 153px / 2); width: 41px; }\",\".framer-WHcSQ .framer-1mnrp9l, .framer-WHcSQ .framer-1yuqqjr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 76px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-1yokyld, .framer-WHcSQ .framer-1v086j3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WHcSQ .framer-iwypjw, .framer-WHcSQ .framer-9trxzf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-WHcSQ .framer-1d4j1cw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 136px; justify-content: center; left: 72px; opacity: 0; overflow: hidden; padding: 0px; position: absolute; top: 268px; width: 330px; z-index: 1; }\",\".framer-WHcSQ .framer-ddigbz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 595px; justify-content: center; overflow: hidden; padding: 86px 24px 24px 24px; position: relative; width: 1200px; }\",\".framer-WHcSQ .framer-5c0c1k { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; opacity: 0; overflow: hidden; padding: 0px; position: absolute; right: 98px; top: 135px; width: 1152px; z-index: 1; }\",\".framer-WHcSQ .framer-g509co, .framer-WHcSQ .framer-1jjcwvb, .framer-WHcSQ .framer-dq9ba5, .framer-WHcSQ .framer-1kxhsil, .framer-WHcSQ .framer-1bz4jtg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-WHcSQ .framer-yg9b1w, .framer-WHcSQ .framer-1p03dzv { align-content: center; align-items: center; background-color: var(--token-07170591-2068-4164-88e4-466ff54ff10c, #1392d6); border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-y77clf { align-content: center; align-items: center; background-color: var(--token-5fba9fd4-74fb-4759-83cb-dc420548ed93, #f2f2f2); border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; border-top-left-radius: 120px; border-top-right-radius: 120px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 50px 48px 0px 48px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-WHcSQ .framer-1vewmwt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: 1px; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WHcSQ .framer-157123j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WHcSQ .framer-a1ukfh { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WHcSQ .framer-1rb44bp { aspect-ratio: 1 / 1; background-color: var(--token-07170591-2068-4164-88e4-466ff54ff10c, #1392d6); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 2499px); left: 39%; overflow: hidden; position: absolute; top: 80%; transform: translate(-50%, -50%); width: 2499px; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-WHcSQ .framer-1469l77 { aspect-ratio: 1 / 1; background-color: var(--token-97f4c48b-70cd-4950-b82f-bf1cf6d7dd92, #000000); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 2499px); left: 39%; overflow: hidden; position: absolute; top: 80%; transform: translate(-50%, -50%); width: 2499px; will-change: var(--framer-will-change-override, transform); z-index: 5; }\",\".framer-WHcSQ .framer-yrrrsc { bottom: -80px; flex: none; height: 245px; left: calc(50.00000000000002% - 1088px / 2); overflow: hidden; position: absolute; width: 1088px; z-index: 1; }\",\".framer-WHcSQ .framer-15bc0f6 { flex: none; height: 178px; left: calc(50.04599816007362% - 822px / 2); overflow: hidden; position: absolute; top: calc(50.23255813953491% - 178px / 2); width: 822px; }\",\".framer-WHcSQ .framer-xz1uhp { bottom: 0px; flex: none; height: 127px; left: 0px; position: absolute; width: 107px; }\",\".framer-WHcSQ .framer-cdl1f0 { bottom: 0px; flex: none; height: 163px; left: 125px; position: absolute; width: 124px; }\",\".framer-WHcSQ .framer-ugkxo1 { bottom: 0px; flex: none; height: 124px; left: 272px; position: absolute; width: 40px; }\",\".framer-WHcSQ .framer-yzizyt { bottom: 0px; flex: none; height: 124px; left: calc(54.01459854014601% - 210px / 2); position: absolute; width: 210px; }\",\".framer-WHcSQ .framer-1x0bumk { bottom: 0px; flex: none; height: 127px; left: 568px; position: absolute; width: 127px; }\",\".framer-WHcSQ .framer-q2kaxv { bottom: 0px; flex: none; height: 163px; left: 719px; position: absolute; width: 37px; }\",\".framer-WHcSQ .framer-567mu6 { flex: none; height: 178px; position: absolute; right: 0px; top: calc(50.00000000000002% - 178px / 2); width: 48px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WHcSQ.framer-1hcol87, .framer-WHcSQ .framer-1x7dfuh, .framer-WHcSQ .framer-14sj1t3, .framer-WHcSQ .framer-vjjfir, .framer-WHcSQ .framer-19gioxu, .framer-WHcSQ .framer-1wzdnlk, .framer-WHcSQ .framer-1jsi3ff, .framer-WHcSQ .framer-r004fn, .framer-WHcSQ .framer-1dojo18, .framer-WHcSQ .framer-9otg8i, .framer-WHcSQ .framer-tqy9hm, .framer-WHcSQ .framer-r398eo, .framer-WHcSQ .framer-r3wmls, .framer-WHcSQ .framer-12wggcf, .framer-WHcSQ .framer-13c0qjd, .framer-WHcSQ .framer-1g1rqel, .framer-WHcSQ .framer-1ehxw3q, .framer-WHcSQ .framer-lm0ymg, .framer-WHcSQ .framer-1d2cv9f, .framer-WHcSQ .framer-1fc31iv, .framer-WHcSQ .framer-fhkx7c, .framer-WHcSQ .framer-1obf0ap, .framer-WHcSQ .framer-vaejmk, .framer-WHcSQ .framer-1wn6ugc, .framer-WHcSQ .framer-fpgixq, .framer-WHcSQ .framer-1lun5mc, .framer-WHcSQ .framer-1tboueu, .framer-WHcSQ .framer-mjkzra, .framer-WHcSQ .framer-rkytui, .framer-WHcSQ .framer-1qkecg1, .framer-WHcSQ .framer-j2dew0, .framer-WHcSQ .framer-1kc5gv3, .framer-WHcSQ .framer-1jzs4fh, .framer-WHcSQ .framer-15mnymv, .framer-WHcSQ .framer-zxatw, .framer-WHcSQ .framer-cs8mck, .framer-WHcSQ .framer-1h8b4u7, .framer-WHcSQ .framer-2mb5qn, .framer-WHcSQ .framer-1hwewlj, .framer-WHcSQ .framer-1c6a9vx, .framer-WHcSQ .framer-h5q8tu, .framer-WHcSQ .framer-1lvoxgq, .framer-WHcSQ .framer-1ao50fx, .framer-WHcSQ .framer-1hbapbr, .framer-WHcSQ .framer-1y37apq, .framer-WHcSQ .framer-1h7y934, .framer-WHcSQ .framer-ce85lc, .framer-WHcSQ .framer-1mnrp9l, .framer-WHcSQ .framer-iwypjw, .framer-WHcSQ .framer-1d4j1cw, .framer-WHcSQ .framer-y0w0t6, .framer-WHcSQ .framer-ab7wb, .framer-WHcSQ .framer-1x3l89f, .framer-WHcSQ .framer-e0u54v, .framer-WHcSQ .framer-wp0xn1, .framer-WHcSQ .framer-1ol8oky, .framer-WHcSQ .framer-ddigbz, .framer-WHcSQ .framer-5c0c1k, .framer-WHcSQ .framer-g509co, .framer-WHcSQ .framer-yg9b1w, .framer-WHcSQ .framer-1jjcwvb, .framer-WHcSQ .framer-1p8mazz, .framer-WHcSQ .framer-dq9ba5, .framer-WHcSQ .framer-crrnfh, .framer-WHcSQ .framer-y77clf, .framer-WHcSQ .framer-1vewmwt, .framer-WHcSQ .framer-157123j, .framer-WHcSQ .framer-a1ukfh, .framer-WHcSQ .framer-1kxhsil, .framer-WHcSQ .framer-1p03dzv, .framer-WHcSQ .framer-1bz4jtg, .framer-WHcSQ .framer-1vvqnyo, .framer-WHcSQ .framer-1gck126, .framer-WHcSQ .framer-5fzvln, .framer-WHcSQ .framer-1lx072a, .framer-WHcSQ .framer-1yuqqjr, .framer-WHcSQ .framer-9trxzf { gap: 0px; } .framer-WHcSQ.framer-1hcol87 > *, .framer-WHcSQ .framer-14sj1t3 > *, .framer-WHcSQ .framer-cs8mck > *, .framer-WHcSQ .framer-ddigbz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WHcSQ.framer-1hcol87 > :first-child, .framer-WHcSQ .framer-1x7dfuh > :first-child, .framer-WHcSQ .framer-14sj1t3 > :first-child, .framer-WHcSQ .framer-1wzdnlk > :first-child, .framer-WHcSQ .framer-1jsi3ff > :first-child, .framer-WHcSQ .framer-r004fn > :first-child, .framer-WHcSQ .framer-1dojo18 > :first-child, .framer-WHcSQ .framer-9otg8i > :first-child, .framer-WHcSQ .framer-tqy9hm > :first-child, .framer-WHcSQ .framer-r398eo > :first-child, .framer-WHcSQ .framer-r3wmls > :first-child, .framer-WHcSQ .framer-12wggcf > :first-child, .framer-WHcSQ .framer-13c0qjd > :first-child, .framer-WHcSQ .framer-1g1rqel > :first-child, .framer-WHcSQ .framer-1ehxw3q > :first-child, .framer-WHcSQ .framer-lm0ymg > :first-child, .framer-WHcSQ .framer-1fc31iv > :first-child, .framer-WHcSQ .framer-1obf0ap > :first-child, .framer-WHcSQ .framer-1wn6ugc > :first-child, .framer-WHcSQ .framer-1tboueu > :first-child, .framer-WHcSQ .framer-rkytui > :first-child, .framer-WHcSQ .framer-j2dew0 > :first-child, .framer-WHcSQ .framer-1jzs4fh > :first-child, .framer-WHcSQ .framer-zxatw > :first-child, .framer-WHcSQ .framer-cs8mck > :first-child, .framer-WHcSQ .framer-1h8b4u7 > :first-child, .framer-WHcSQ .framer-2mb5qn > :first-child, .framer-WHcSQ .framer-1hwewlj > :first-child, .framer-WHcSQ .framer-1c6a9vx > :first-child, .framer-WHcSQ .framer-1lvoxgq > :first-child, .framer-WHcSQ .framer-1hbapbr > :first-child, .framer-WHcSQ .framer-1h7y934 > :first-child, .framer-WHcSQ .framer-1d4j1cw > :first-child, .framer-WHcSQ .framer-ab7wb > :first-child, .framer-WHcSQ .framer-e0u54v > :first-child, .framer-WHcSQ .framer-1ol8oky > :first-child, .framer-WHcSQ .framer-ddigbz > :first-child, .framer-WHcSQ .framer-5c0c1k > :first-child, .framer-WHcSQ .framer-yg9b1w > :first-child, .framer-WHcSQ .framer-1p8mazz > :first-child, .framer-WHcSQ .framer-crrnfh > :first-child, .framer-WHcSQ .framer-y77clf > :first-child, .framer-WHcSQ .framer-157123j > :first-child, .framer-WHcSQ .framer-a1ukfh > :first-child, .framer-WHcSQ .framer-1p03dzv > :first-child, .framer-WHcSQ .framer-1vvqnyo > :first-child, .framer-WHcSQ .framer-5fzvln > :first-child { margin-top: 0px; } .framer-WHcSQ.framer-1hcol87 > :last-child, .framer-WHcSQ .framer-1x7dfuh > :last-child, .framer-WHcSQ .framer-14sj1t3 > :last-child, .framer-WHcSQ .framer-1wzdnlk > :last-child, .framer-WHcSQ .framer-1jsi3ff > :last-child, .framer-WHcSQ .framer-r004fn > :last-child, .framer-WHcSQ .framer-1dojo18 > :last-child, .framer-WHcSQ .framer-9otg8i > :last-child, .framer-WHcSQ .framer-tqy9hm > :last-child, .framer-WHcSQ .framer-r398eo > :last-child, .framer-WHcSQ .framer-r3wmls > :last-child, .framer-WHcSQ .framer-12wggcf > :last-child, .framer-WHcSQ .framer-13c0qjd > :last-child, .framer-WHcSQ .framer-1g1rqel > :last-child, .framer-WHcSQ .framer-1ehxw3q > :last-child, .framer-WHcSQ .framer-lm0ymg > :last-child, .framer-WHcSQ .framer-1fc31iv > :last-child, .framer-WHcSQ .framer-1obf0ap > :last-child, .framer-WHcSQ .framer-1wn6ugc > :last-child, .framer-WHcSQ .framer-1tboueu > :last-child, .framer-WHcSQ .framer-rkytui > :last-child, .framer-WHcSQ .framer-j2dew0 > :last-child, .framer-WHcSQ .framer-1jzs4fh > :last-child, .framer-WHcSQ .framer-zxatw > :last-child, .framer-WHcSQ .framer-cs8mck > :last-child, .framer-WHcSQ .framer-1h8b4u7 > :last-child, .framer-WHcSQ .framer-2mb5qn > :last-child, .framer-WHcSQ .framer-1hwewlj > :last-child, .framer-WHcSQ .framer-1c6a9vx > :last-child, .framer-WHcSQ .framer-1lvoxgq > :last-child, .framer-WHcSQ .framer-1hbapbr > :last-child, .framer-WHcSQ .framer-1h7y934 > :last-child, .framer-WHcSQ .framer-1d4j1cw > :last-child, .framer-WHcSQ .framer-ab7wb > :last-child, .framer-WHcSQ .framer-e0u54v > :last-child, .framer-WHcSQ .framer-1ol8oky > :last-child, .framer-WHcSQ .framer-ddigbz > :last-child, .framer-WHcSQ .framer-5c0c1k > :last-child, .framer-WHcSQ .framer-yg9b1w > :last-child, .framer-WHcSQ .framer-1p8mazz > :last-child, .framer-WHcSQ .framer-crrnfh > :last-child, .framer-WHcSQ .framer-y77clf > :last-child, .framer-WHcSQ .framer-157123j > :last-child, .framer-WHcSQ .framer-a1ukfh > :last-child, .framer-WHcSQ .framer-1p03dzv > :last-child, .framer-WHcSQ .framer-1vvqnyo > :last-child, .framer-WHcSQ .framer-5fzvln > :last-child { margin-bottom: 0px; } .framer-WHcSQ .framer-1x7dfuh > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-WHcSQ .framer-vjjfir > *, .framer-WHcSQ .framer-19gioxu > *, .framer-WHcSQ .framer-fpgixq > *, .framer-WHcSQ .framer-1lun5mc > *, .framer-WHcSQ .framer-ce85lc > *, .framer-WHcSQ .framer-1mnrp9l > *, .framer-WHcSQ .framer-1lx072a > *, .framer-WHcSQ .framer-1yuqqjr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WHcSQ .framer-vjjfir > :first-child, .framer-WHcSQ .framer-19gioxu > :first-child, .framer-WHcSQ .framer-1d2cv9f > :first-child, .framer-WHcSQ .framer-fhkx7c > :first-child, .framer-WHcSQ .framer-vaejmk > :first-child, .framer-WHcSQ .framer-fpgixq > :first-child, .framer-WHcSQ .framer-1lun5mc > :first-child, .framer-WHcSQ .framer-mjkzra > :first-child, .framer-WHcSQ .framer-1qkecg1 > :first-child, .framer-WHcSQ .framer-1kc5gv3 > :first-child, .framer-WHcSQ .framer-15mnymv > :first-child, .framer-WHcSQ .framer-h5q8tu > :first-child, .framer-WHcSQ .framer-1ao50fx > :first-child, .framer-WHcSQ .framer-1y37apq > :first-child, .framer-WHcSQ .framer-ce85lc > :first-child, .framer-WHcSQ .framer-1mnrp9l > :first-child, .framer-WHcSQ .framer-iwypjw > :first-child, .framer-WHcSQ .framer-y0w0t6 > :first-child, .framer-WHcSQ .framer-1x3l89f > :first-child, .framer-WHcSQ .framer-wp0xn1 > :first-child, .framer-WHcSQ .framer-g509co > :first-child, .framer-WHcSQ .framer-1jjcwvb > :first-child, .framer-WHcSQ .framer-dq9ba5 > :first-child, .framer-WHcSQ .framer-1vewmwt > :first-child, .framer-WHcSQ .framer-1kxhsil > :first-child, .framer-WHcSQ .framer-1bz4jtg > :first-child, .framer-WHcSQ .framer-1gck126 > :first-child, .framer-WHcSQ .framer-1lx072a > :first-child, .framer-WHcSQ .framer-1yuqqjr > :first-child, .framer-WHcSQ .framer-9trxzf > :first-child { margin-left: 0px; } .framer-WHcSQ .framer-vjjfir > :last-child, .framer-WHcSQ .framer-19gioxu > :last-child, .framer-WHcSQ .framer-1d2cv9f > :last-child, .framer-WHcSQ .framer-fhkx7c > :last-child, .framer-WHcSQ .framer-vaejmk > :last-child, .framer-WHcSQ .framer-fpgixq > :last-child, .framer-WHcSQ .framer-1lun5mc > :last-child, .framer-WHcSQ .framer-mjkzra > :last-child, .framer-WHcSQ .framer-1qkecg1 > :last-child, .framer-WHcSQ .framer-1kc5gv3 > :last-child, .framer-WHcSQ .framer-15mnymv > :last-child, .framer-WHcSQ .framer-h5q8tu > :last-child, .framer-WHcSQ .framer-1ao50fx > :last-child, .framer-WHcSQ .framer-1y37apq > :last-child, .framer-WHcSQ .framer-ce85lc > :last-child, .framer-WHcSQ .framer-1mnrp9l > :last-child, .framer-WHcSQ .framer-iwypjw > :last-child, .framer-WHcSQ .framer-y0w0t6 > :last-child, .framer-WHcSQ .framer-1x3l89f > :last-child, .framer-WHcSQ .framer-wp0xn1 > :last-child, .framer-WHcSQ .framer-g509co > :last-child, .framer-WHcSQ .framer-1jjcwvb > :last-child, .framer-WHcSQ .framer-dq9ba5 > :last-child, .framer-WHcSQ .framer-1vewmwt > :last-child, .framer-WHcSQ .framer-1kxhsil > :last-child, .framer-WHcSQ .framer-1bz4jtg > :last-child, .framer-WHcSQ .framer-1gck126 > :last-child, .framer-WHcSQ .framer-1lx072a > :last-child, .framer-WHcSQ .framer-1yuqqjr > :last-child, .framer-WHcSQ .framer-9trxzf > :last-child { margin-right: 0px; } .framer-WHcSQ .framer-1wzdnlk > *, .framer-WHcSQ .framer-1g1rqel > *, .framer-WHcSQ .framer-2mb5qn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WHcSQ .framer-1jsi3ff > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-WHcSQ .framer-r004fn > *, .framer-WHcSQ .framer-1dojo18 > *, .framer-WHcSQ .framer-9otg8i > *, .framer-WHcSQ .framer-tqy9hm > *, .framer-WHcSQ .framer-r398eo > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-WHcSQ .framer-r3wmls > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WHcSQ .framer-12wggcf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-WHcSQ .framer-13c0qjd > *, .framer-WHcSQ .framer-lm0ymg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WHcSQ .framer-1ehxw3q > *, .framer-WHcSQ .framer-1fc31iv > *, .framer-WHcSQ .framer-1obf0ap > *, .framer-WHcSQ .framer-1wn6ugc > *, .framer-WHcSQ .framer-j2dew0 > *, .framer-WHcSQ .framer-1jzs4fh > *, .framer-WHcSQ .framer-zxatw > *, .framer-WHcSQ .framer-1h8b4u7 > *, .framer-WHcSQ .framer-1hwewlj > *, .framer-WHcSQ .framer-1lvoxgq > *, .framer-WHcSQ .framer-1hbapbr > *, .framer-WHcSQ .framer-1h7y934 > *, .framer-WHcSQ .framer-ab7wb > *, .framer-WHcSQ .framer-e0u54v > *, .framer-WHcSQ .framer-1ol8oky > *, .framer-WHcSQ .framer-yg9b1w > *, .framer-WHcSQ .framer-1p8mazz > *, .framer-WHcSQ .framer-crrnfh > *, .framer-WHcSQ .framer-y77clf > *, .framer-WHcSQ .framer-157123j > *, .framer-WHcSQ .framer-1p03dzv > *, .framer-WHcSQ .framer-1vvqnyo > *, .framer-WHcSQ .framer-5fzvln > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WHcSQ .framer-1d2cv9f > *, .framer-WHcSQ .framer-fhkx7c > *, .framer-WHcSQ .framer-vaejmk > *, .framer-WHcSQ .framer-1qkecg1 > *, .framer-WHcSQ .framer-1kc5gv3 > *, .framer-WHcSQ .framer-15mnymv > *, .framer-WHcSQ .framer-h5q8tu > *, .framer-WHcSQ .framer-1ao50fx > *, .framer-WHcSQ .framer-1y37apq > *, .framer-WHcSQ .framer-y0w0t6 > *, .framer-WHcSQ .framer-1x3l89f > *, .framer-WHcSQ .framer-wp0xn1 > *, .framer-WHcSQ .framer-g509co > *, .framer-WHcSQ .framer-1jjcwvb > *, .framer-WHcSQ .framer-dq9ba5 > *, .framer-WHcSQ .framer-1kxhsil > *, .framer-WHcSQ .framer-1bz4jtg > *, .framer-WHcSQ .framer-1gck126 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-WHcSQ .framer-1tboueu > *, .framer-WHcSQ .framer-rkytui > *, .framer-WHcSQ .framer-1c6a9vx > *, .framer-WHcSQ .framer-1d4j1cw > *, .framer-WHcSQ .framer-5c0c1k > *, .framer-WHcSQ .framer-a1ukfh > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-WHcSQ .framer-mjkzra > *, .framer-WHcSQ .framer-iwypjw > *, .framer-WHcSQ .framer-9trxzf > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-WHcSQ .framer-1vewmwt > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } }\",...sharedStyle.css,'.framer-WHcSQ[data-border=\"true\"]::after, .framer-WHcSQ [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; }',\"@media (max-width: 767px) { .framer-WHcSQ.framer-1hcol87 { width: 390px; } .framer-WHcSQ .framer-1x7dfuh { gap: 80px; padding: 136px 24px 0px 24px; } .framer-WHcSQ .framer-14sj1t3 { width: 370px; } .framer-WHcSQ .framer-1ncmo90 { gap: 0px; justify-content: center; width: min-content; } .framer-WHcSQ .framer-vjjfir { padding: 0px 0px 11px 0px; width: 130px; } .framer-WHcSQ .framer-1swlztc, .framer-WHcSQ .framer-1fc31iv, .framer-WHcSQ .framer-1obf0ap, .framer-WHcSQ .framer-1wn6ugc, .framer-WHcSQ .framer-rkytui { order: 0; } .framer-WHcSQ .framer-186xwqi { width: 319px; } .framer-WHcSQ .framer-1meg604 { flex-direction: column; gap: 80px; justify-content: flex-start; } .framer-WHcSQ .framer-1wzdnlk { align-content: center; align-items: center; flex: none; width: 100%; } .framer-WHcSQ .framer-6bkavc, .framer-WHcSQ .framer-9yebdf-container { width: 342px; } .framer-WHcSQ .framer-1jsi3ff { gap: 50px; width: 100%; } .framer-WHcSQ .framer-13c0qjd, .framer-WHcSQ .framer-s4j999, .framer-WHcSQ .framer-1l9lpx8, .framer-WHcSQ .framer-mfn7bk { order: 1; } .framer-WHcSQ .framer-1lun5mc { order: 2; } .framer-WHcSQ .framer-78hirk { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WHcSQ .framer-1x7dfuh, .framer-WHcSQ .framer-1ncmo90, .framer-WHcSQ .framer-1meg604, .framer-WHcSQ .framer-1jsi3ff { gap: 0px; } .framer-WHcSQ .framer-1x7dfuh > *, .framer-WHcSQ .framer-1meg604 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WHcSQ .framer-1x7dfuh > :first-child, .framer-WHcSQ .framer-1meg604 > :first-child, .framer-WHcSQ .framer-1jsi3ff > :first-child { margin-top: 0px; } .framer-WHcSQ .framer-1x7dfuh > :last-child, .framer-WHcSQ .framer-1meg604 > :last-child, .framer-WHcSQ .framer-1jsi3ff > :last-child { margin-bottom: 0px; } .framer-WHcSQ .framer-1ncmo90 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-WHcSQ .framer-1ncmo90 > :first-child { margin-left: 0px; } .framer-WHcSQ .framer-1ncmo90 > :last-child { margin-right: 0px; } .framer-WHcSQ .framer-1jsi3ff > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}\",\"@media (min-width: 768px) and (max-width: 1199px) { .framer-WHcSQ.framer-1hcol87 { width: 768px; } .framer-WHcSQ .framer-1b2atnn-container, .framer-WHcSQ .framer-1d4j1cw { order: 0; } .framer-WHcSQ .framer-1x7dfuh { order: 1; padding: 180px 48px 0px 48px; } .framer-WHcSQ .framer-14sj1t3 { height: 365px; max-width: 1299.99px; order: 0; } .framer-WHcSQ .framer-vjjfir { flex: 1 0 0px; padding: 0px 0px 14px 0px; width: 1px; } .framer-WHcSQ .framer-wbg5ij, .framer-WHcSQ .framer-1h8b4u7 { order: 1; } .framer-WHcSQ .framer-186xwqi { width: 582px; } .framer-WHcSQ .framer-1meg604, .framer-WHcSQ .framer-1mnrp9l { order: 2; } .framer-WHcSQ .framer-1nundvw { width: 203px; } .framer-WHcSQ .framer-6bkavc { width: 261px; } .framer-WHcSQ .framer-1jsi3ff { gap: 50px; width: 380px; } .framer-WHcSQ .framer-r3wmls { gap: 58px; order: 4; } .framer-WHcSQ .framer-9yebdf-container { width: auto; } .framer-WHcSQ .framer-cs8mck { order: 5; } .framer-WHcSQ .framer-1fd3k6y { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WHcSQ .framer-1jsi3ff, .framer-WHcSQ .framer-r3wmls { gap: 0px; } .framer-WHcSQ .framer-1jsi3ff > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-WHcSQ .framer-1jsi3ff > :first-child, .framer-WHcSQ .framer-r3wmls > :first-child { margin-top: 0px; } .framer-WHcSQ .framer-1jsi3ff > :last-child, .framer-WHcSQ .framer-r3wmls > :last-child { margin-bottom: 0px; } .framer-WHcSQ .framer-r3wmls > * { margin: 0px; margin-bottom: calc(58px / 2); margin-top: calc(58px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5263.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"b4TXGGF0J\":{\"layout\":[\"fixed\",\"auto\"]},\"bbrkIfuPr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ilLUd9vdX\":{\"pattern\":\":ilLUd9vdX\",\"name\":\"experience\"},\"eTJ5m1k42\":{\"pattern\":\":eTJ5m1k42\",\"name\":\"projects\"},\"hUCZS2l0h\":{\"pattern\":\":hUCZS2l0h\",\"name\":\"footer\"},\"PgMlL8ST5\":{\"pattern\":\":PgMlL8ST5\",\"name\":\"footer-2\"},\"H0bWfE6tu\":{\"pattern\":\":H0bWfE6tu\",\"name\":\"footer\"},\"MZmbzJDFc\":{\"pattern\":\":MZmbzJDFc\",\"name\":\"footer-2\"},\"AxLjBmHNx\":{\"pattern\":\":AxLjBmHNx\",\"name\":\"footer\"},\"VBBDy2muh\":{\"pattern\":\":VBBDy2muh\",\"name\":\"footer-2\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-WHcSQ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5263.5,width:1200};addFonts(FrameraugiA20Il,[{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/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\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.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\"},{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:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...NavigationFonts,...DownloadFonts,...ProjectTilesFonts,...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"5263.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b4TXGGF0J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bbrkIfuPr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"ilLUd9vdX\\\":{\\\"pattern\\\":\\\":ilLUd9vdX\\\",\\\"name\\\":\\\"experience\\\"},\\\"eTJ5m1k42\\\":{\\\"pattern\\\":\\\":eTJ5m1k42\\\",\\\"name\\\":\\\"projects\\\"},\\\"hUCZS2l0h\\\":{\\\"pattern\\\":\\\":hUCZS2l0h\\\",\\\"name\\\":\\\"footer\\\"},\\\"PgMlL8ST5\\\":{\\\"pattern\\\":\\\":PgMlL8ST5\\\",\\\"name\\\":\\\"footer-2\\\"},\\\"H0bWfE6tu\\\":{\\\"pattern\\\":\\\":H0bWfE6tu\\\",\\\"name\\\":\\\"footer\\\"},\\\"MZmbzJDFc\\\":{\\\"pattern\\\":\\\":MZmbzJDFc\\\",\\\"name\\\":\\\"footer-2\\\"},\\\"AxLjBmHNx\\\":{\\\"pattern\\\":\\\":AxLjBmHNx\\\",\\\"name\\\":\\\"footer\\\"},\\\"VBBDy2muh\\\":{\\\"pattern\\\":\\\":VBBDy2muh\\\",\\\"name\\\":\\\"footer-2\\\"}}\"}},\"Props\":{\"type\":\"tsType\",\"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", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerM1oehCxZH", "withCSS", "M1oehCxZH_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "FeatherFonts", "Icon", "LockUnlockFonts", "M1oehCxZH_default", "VideoControls", "getPropertyControls", "LockUnlockControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "date", "height", "id", "link", "lockUnlocked", "thumbnail", "title", "videoSource", "width", "props", "_humanReadableEnumMap_lockUnlocked", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "iDyVtE1Gu", "Uf3nsMSHM", "avDIzxLCX", "F74emY5RR", "c1NhfAKzM", "aZ8e_XtZy", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerxfCUDpYqR", "withCSS", "xfCUDpYqR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ProjectFonts", "getFonts", "xfCUDpYqR_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", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "css", "FramereYBnESf8u", "withCSS", "eYBnESf8u_default", "addPropertyControls", "ControlType", "addFonts", "NavigationFonts", "getFonts", "qcjmy68NP_default", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "DownloadFonts", "Download", "ProjectTilesFonts", "eYBnESf8u_default", "FeatherFonts", "Icon", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "transition2", "animation2", "transition3", "animation3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed", "elementId2", "ref4", "ref5", "elementId3", "isDisplayed1", "elementId4", "ref6", "ref7", "elementId5", "isDisplayed2", "elementId6", "ref8", "ref9", "elementId7", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "SVG", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
