{"version":3,"file":"XOola3qydUJbTmmnXi99_rq9j_ZfXlci9lEz_Evyieo.BhyFVJVm.mjs","names":["serializationHash","variantClassNames","getProps","Component","useRef","className","css","NavigationBar","ResumeExperience","Footer","useRef","metadata","metadataProvider","className","PropertyOverrides","Image"],"sources":["https:/framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js","https:/framerusercontent.com/modules/7Nu1tRFYF2IQYrQ9dL7B/J7tfaIE6IWO0Yx7gIv6i/eYtnAcKxk.js","https:/framerusercontent.com/modules/BWCWhsrG8HQKkhlcFyhF/HyB9jsTYeiiuSh9OBxdE/vW6ZyoTCk.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 (b62c1c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-Ikxlc\";const variantClassNames={aK0vIc0GO:\"framer-v-1scg439\"};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 isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({company,date,description1,description2,description3,height,id,jobTitle,width,...props})=>{return{...props,ntl02MkQI:description1??props.ntl02MkQI??\"Point 1\",pnaK_LY1t:company??props.pnaK_LY1t??\"Company\",SPpizjCbP:description2??props.SPpizjCbP??\"Point 2\",tVtjVyC9K:date??props.tVtjVyC9K??\"Jan 2000 - Jan 2000\",UtstFNKeI:jobTitle??props.UtstFNKeI??\"Job Title\",WbQY8TRwf:description3??props.WbQY8TRwf??\"Point 3\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,pnaK_LY1t,UtstFNKeI,tVtjVyC9K,ntl02MkQI,SPpizjCbP,WbQY8TRwf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"aK0vIc0GO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(ntl02MkQI);const visible1=isSet(SPpizjCbP);const visible2=isSet(WbQY8TRwf);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-1scg439\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"aK0vIc0GO\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1om2ks4\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"Dzl4dSCqY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3a00f4d7-a725-40a8-8bcf-7a43fc1840b0, rgb(0, 34, 83)))\"},children:\"Company\"})}),className:\"framer-uobl24\",\"data-framer-name\":\"Company\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"md9x9njp9\",style:{\"--extracted-r6o4lv\":\"var(--token-3a00f4d7-a725-40a8-8bcf-7a43fc1840b0, rgb(0, 34, 83))\",\"--framer-paragraph-spacing\":\"0px\"},text:pnaK_LY1t,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127)))\"},children:\"Jan 2000 - Jan 2000\"})}),className:\"framer-1hb6oa3\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uW9bdsEZy\",style:{\"--extracted-r6o4lv\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\",\"--framer-paragraph-spacing\":\"0px\"},text:tVtjVyC9K,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ms0xb2\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"zSk44tXOv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-84cedfa7-1d17-4d0e-93a0-b9a783f712d1, rgb(7, 10, 23)))\"},children:\"Job Title\"})}),className:\"framer-1ctfjbp\",\"data-framer-name\":\"Title\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"pe4XSJEQR\",style:{\"--extracted-r6o4lv\":\"var(--token-84cedfa7-1d17-4d0e-93a0-b9a783f712d1, rgb(7, 10, 23))\",\"--framer-paragraph-spacing\":\"0px\"},text:UtstFNKeI,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rftapw\",layoutDependency:layoutDependency,layoutId:\"cwV5cwM54\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.ul,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127)))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Led the design of an installer-centric app for iOS & Android that cut commissioning times by over 40%.\"})})})}),className:\"framer-z2h9s3\",\"data-framer-name\":\"Description 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fCKFgAoVW\",style:{\"--extracted-1l7ec2w\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\",\"--framer-paragraph-spacing\":\"0px\"},text:ntl02MkQI,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.ul,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127)))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Shaped the design of a partner dashboard product that manages 100,000 home solar devices.\"})})})}),className:\"framer-fedhnk\",\"data-framer-name\":\"Description 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GI7DkA1nz\",style:{\"--extracted-1l7ec2w\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\",\"--framer-paragraph-spacing\":\"0px\"},text:SPpizjCbP,verticalAlignment:\"top\",withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.ul,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-1l7ec2w, var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127)))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Translated complex hardware engineering and industry requirements into intuitive UI solutions after extensive user research and prototyping.\"})})})}),className:\"framer-1aomja7\",\"data-framer-name\":\"Description 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GCtb7G60q\",style:{\"--extracted-1l7ec2w\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\",\"--framer-paragraph-spacing\":\"0px\"},text:WbQY8TRwf,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ikxlc.framer-9j40o1, .framer-Ikxlc .framer-9j40o1 { display: block; }\",\".framer-Ikxlc.framer-1scg439 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 630px; }\",\".framer-Ikxlc .framer-1om2ks4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 100%; min-width: 150px; overflow: visible; padding: 0px 0px 14px 0px; position: relative; width: min-content; }\",\".framer-Ikxlc .framer-uobl24 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 218px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ikxlc .framer-1hb6oa3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ikxlc .framer-ms0xb2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; min-width: 50%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ikxlc .framer-1ctfjbp, .framer-Ikxlc .framer-z2h9s3, .framer-Ikxlc .framer-fedhnk, .framer-Ikxlc .framer-1aomja7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ikxlc .framer-1rftapw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ikxlc .framer-1om2ks4, .framer-Ikxlc .framer-ms0xb2, .framer-Ikxlc .framer-1rftapw { gap: 0px; } .framer-Ikxlc .framer-1om2ks4 > *, .framer-Ikxlc .framer-ms0xb2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-Ikxlc .framer-1om2ks4 > :first-child, .framer-Ikxlc .framer-ms0xb2 > :first-child, .framer-Ikxlc .framer-1rftapw > :first-child { margin-top: 0px; } .framer-Ikxlc .framer-1om2ks4 > :last-child, .framer-Ikxlc .framer-ms0xb2 > :last-child, .framer-Ikxlc .framer-1rftapw > :last-child { margin-bottom: 0px; } .framer-Ikxlc .framer-1rftapw > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100.5\n * @framerIntrinsicWidth 630\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pnaK_LY1t\":\"company\",\"UtstFNKeI\":\"jobTitle\",\"tVtjVyC9K\":\"date\",\"ntl02MkQI\":\"description1\",\"SPpizjCbP\":\"description2\",\"WbQY8TRwf\":\"description3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereYtnAcKxk=withCSS(Component,css,\"framer-Ikxlc\");export default FramereYtnAcKxk;FramereYtnAcKxk.displayName=\"Resume Experience\";FramereYtnAcKxk.defaultProps={height:100.5,width:630};addPropertyControls(FramereYtnAcKxk,{pnaK_LY1t:{defaultValue:\"Company\",displayTextArea:false,title:\"Company\",type:ControlType.String},UtstFNKeI:{defaultValue:\"Job Title\",title:\"Job Title\",type:ControlType.String},tVtjVyC9K:{defaultValue:\"Jan 2000 - Jan 2000\",displayTextArea:false,title:\"Date\",type:ControlType.String},ntl02MkQI:{defaultValue:\"Point 1\",displayTextArea:true,title:\"Description 1\",type:ControlType.String},SPpizjCbP:{defaultValue:\"Point 2\",displayTextArea:true,title:\"Description 2\",type:ControlType.String},WbQY8TRwf:{defaultValue:\"Point 3\",displayTextArea:true,title:\"Description 3\",type:ControlType.String}});addFonts(FramereYtnAcKxk,[{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/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/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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereYtnAcKxk\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"630\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100.5\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"pnaK_LY1t\\\":\\\"company\\\",\\\"UtstFNKeI\\\":\\\"jobTitle\\\",\\\"tVtjVyC9K\\\":\\\"date\\\",\\\"ntl02MkQI\\\":\\\"description1\\\",\\\"SPpizjCbP\\\":\\\"description2\\\",\\\"WbQY8TRwf\\\":\\\"description3\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eYtnAcKxk.map","// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import ResumeExperience from\"#framer/local/canvasComponent/eYtnAcKxk/eYtnAcKxk.js\";import Footer from\"#framer/local/canvasComponent/gI0UIVIS0/gI0UIVIS0.js\";import NavigationBar from\"#framer/local/canvasComponent/vxaT1KElz/vxaT1KElz.js\";import*as sharedStyle from\"#framer/local/css/aTBTo9EHg/aTBTo9EHg.js\";import metadataProvider from\"#framer/local/webPageMetadata/vW6ZyoTCk/vW6ZyoTCk.js\";const NavigationBarFonts=getFonts(NavigationBar);const DownloadFonts=getFonts(Download);const ResumeExperienceFonts=getFonts(ResumeExperience);const FooterFonts=getFonts(Footer);const breakpoints={aOfwujjEY:\"(max-width: 809px)\",DYHvkyBMa:\"(min-width: 1440px)\",LdzIbrCrD:\"(min-width: 1200px) and (max-width: 1439px)\",YFrQxYnpA:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-4tHQZ\";const variantClassNames={aOfwujjEY:\"framer-v-1qs05ya\",DYHvkyBMa:\"framer-v-1rr7smp\",LdzIbrCrD:\"framer-v-1c2anf5\",YFrQxYnpA:\"framer-v-1quaona\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Wide\":\"DYHvkyBMa\",Desktop:\"LdzIbrCrD\",Phone:\"aOfwujjEY\",Tablet:\"YFrQxYnpA\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DYHvkyBMa\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...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);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"DYHvkyBMa\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-1d11a03d-b606-40f9-857c-16e7f1249b6d, rgb(247, 247, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1rr7smp\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7n788h-container\",nodeId:\"DWTkiXzOQ\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{variant:\"La_k4rkJB\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"DWTkiXzOQ\",layoutId:\"DWTkiXzOQ\",style:{width:\"100%\"},variant:\"nndMZMz8g\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n3617\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-166ci66\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-vnwsjm\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/jJMX6XmyPlvnYjwhlsuCRlGfYk.jpg\"},className:\"framer-1bew26y\",\"data-framer-name\":\"_DSC0810_Edit_Crop\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bhkuh9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\"},children:\"Ryan \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"24px\"},children:\"Pflaum\"})]}),className:\"framer-7cf72e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Boston, MA\"})}),className:\"framer-1dshkse\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-gx3xm3\",\"data-styles-preset\":\"aTBTo9EHg\",children:\"Cross-disciplinary designer with experience producing UI and Product solutions for a wide range of design and technology landscapes. Strong track record of bridging cross-functional teams to deliver impactful design solutions.\"})}),className:\"framer-49af5a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mw0o0\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-twfu4n-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hbbRV104L\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",hoverOptions:{backgroundColor:\"rgb(51, 51, 51)\",color:\"rgb(255, 255, 255)\",scale:1.1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"hbbRV104L\",layoutId:\"hbbRV104L\",srcFile:\"https://framerusercontent.com/assets/8cPgQmjNEEbyX1o1OE5F6JGElvc.pdf\",srcType:\"URL\",srcURL:\"https://www.dropbox.com/scl/fi/sz7okqg959i07hx0j6p0a/Ryan_Pflaum-Resume.pdf?rlkey=c9tbddzmoxlr15danb429a7ah&st=zcbqkm2b&dl=1\",styleOptions:{backgroundColor:\"var(--token-c1449ec9-ae09-4d3d-8298-369182f6ac31, rgb(0, 61, 97))\",borderRadius:54,color:\"rgb(255, 255, 255)\",gap:7,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"Download Resume\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.81,fit:\"tile\",pixelHeight:96,pixelWidth:96,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/37qmqTUGAD4EZQnBL5rZEsAua3c.svg\"},className:\"framer-1c7ofg8\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ng4b8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yyqsh0\",\"data-framer-name\":\"Resume Experience\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qgxp8n\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-3a00f4d7-a725-40a8-8bcf-7a43fc1840b0, rgb(0, 34, 83))\"},children:\"Fidelity Investments\"})}),className:\"framer-7oxet6\",\"data-framer-name\":\"Company\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\"},children:\"Dec 2024 - Present\"})}),className:\"framer-17u0j7f\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\"},children:\"Contract\"})}),className:\"framer-1s9uti4\",\"data-framer-name\":\"Extra\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r3d605\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wdd1im\",\"data-framer-name\":\"Title Lockup\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-84cedfa7-1d17-4d0e-93a0-b9a783f712d1, rgb(7, 10, 23))\"},children:\"Senior User Experience Designer\"})}),className:\"framer-1x9jbwy\",\"data-framer-name\":\"Title\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-43eh28\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Designing a consistent communications experience across products and platforms for enhanced security.\"})})})}),className:\"framer-1j7ij1a\",\"data-framer-name\":\"Description 1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"ul\",{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--token-3c28fcd8-d5b6-418e-8ecb-820b50ce1d1d, rgb(122, 125, 127))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Redesigning the notification experience flow to respond to customer-led personalization.\"})})})}),className:\"framer-1li2jg5\",\"data-framer-name\":\"Description 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f5nrj1-container\",nodeId:\"CbvZZ7D1H\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"CbvZZ7D1H\",layoutId:\"CbvZZ7D1H\",ntl02MkQI:\"Led the design of a B2B installer-centric app for iOS & Android that cut commissioning times by over 40%.\",pnaK_LY1t:\"Lunar Energy\",SPpizjCbP:\"Shaped the design of a SaaS dashboard product that manages 100,000 home solar devices.\",style:{width:\"100%\"},tVtjVyC9K:\"Dec 2021 - Feb 2024\",UtstFNKeI:\"Design Lead - Installer Experience\",WbQY8TRwf:\"Translated complex hardware engineering and industry requirements into intuitive UI solutions after extensive user research and prototyping.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7dyn35-container\",nodeId:\"l4GR7Vir6\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"l4GR7Vir6\",layoutId:\"l4GR7Vir6\",ntl02MkQI:\"Produced individualized onboarding experiences for 12 different user- determined investment workflows.\",pnaK_LY1t:\"U.S. Bank\",SPpizjCbP:\"Orchestrated the design of a new desktop and mobile investing tool by bridging cross-functional teams of experience architects, content specialists, and developers.\",style:{width:\"100%\"},tVtjVyC9K:\"Jul 2021 - Dec 2021\",UtstFNKeI:\"UX Visual Interactive Designer\",WbQY8TRwf:\"Navigated the complex regulatory landscape of the finance industry to conduct user research in a manner that balances compliance requirements with the goal of delivering superior user experiences.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-56i5uq-container\",nodeId:\"egE54S4wU\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"egE54S4wU\",layoutId:\"egE54S4wU\",ntl02MkQI:\"Directed the design of user experiences with a focus on advancing the organization’s mission and goals that resonated with users and stakeholders, increasing NPS score by 3 points.\",pnaK_LY1t:\"CoDesign Collaborative\",SPpizjCbP:\"Designed and built bespoke national touring exhibitions that seamlessly adapt to the spatial and logistical constraints of diverse tour venues, informed by user research to maximize impact and accessibility.\",style:{width:\"100%\"},tVtjVyC9K:\"Sep 2019 - Jul 2021\",UtstFNKeI:\"Design Producer\",WbQY8TRwf:\"Directed and produced a weekly podcast, engaging with over 100 designers across multiple disciplines.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rnf0t2-container\",nodeId:\"SJeTR8Dlv\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"SJeTR8Dlv\",layoutId:\"SJeTR8Dlv\",ntl02MkQI:\"Designed and developed physical and digital products from concept to engineering and manufacturing, specializing in IoT and startup projects.\",pnaK_LY1t:\"ECCO Design\",SPpizjCbP:\"Led the creation of detailed CAD models, high-fidelity renderings, and physical prototypes, ensuring seamless transitions from design to manufacturing handoff.\",style:{width:\"100%\"},tVtjVyC9K:\"Aug 2018 - Dec 2018\",UtstFNKeI:\"Industrial Designer\",WbQY8TRwf:\"Delivered compelling client presentations, showcasing design solutions and project progress to secure stakeholder buy-in and project approval.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sb0rzn-container\",nodeId:\"FhqbVWPmp\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"FhqbVWPmp\",layoutId:\"FhqbVWPmp\",ntl02MkQI:\"Led the design of a consistent and user-friendly interface across mobile apps and dashboards, collaborating closely with product managers and developers.\",pnaK_LY1t:\"Moixa\",SPpizjCbP:\"Orchestrated the update of UI elements to enhance user experience, ensuring seamless functionality and visual coherence for new international markets.\",style:{width:\"100%\"},tVtjVyC9K:\"Jan 2018 - May 2018\",UtstFNKeI:\"UI/UX Designer\",WbQY8TRwf:\"Championed the implementation of design processes and cross-functional collaboration, delivering customer, partner, and internal digital products through user research, prototyping, and iterative testing.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jy6k6u-container\",nodeId:\"nj2AZ4ZB9\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"nj2AZ4ZB9\",layoutId:\"nj2AZ4ZB9\",ntl02MkQI:\"Aided in the design and development of new luxury furniture pieces. \",pnaK_LY1t:\"Hellman-Chang\",SPpizjCbP:\"Worked with clients to create customized furniture. Iterated on feedback and provided visualizations. \",style:{width:\"100%\"},tVtjVyC9K:\"Apr 2017 - Aug 2017\",UtstFNKeI:\"Industrial Designer\",WbQY8TRwf:\"Created advertising materials, including product photography, brochures, catalogs, tearsheets, and sales kits.\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`calc(max(min(864px, ${componentViewport?.width||\"100vw\"}), ${componentViewport?.width||\"100vw\"} * 0.6) - 80px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ci84is-container\",nodeId:\"z7gIUsFUt\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(ResumeExperience,{height:\"100%\",id:\"z7gIUsFUt\",layoutId:\"z7gIUsFUt\",ntl02MkQI:\"Developed high-fidelity concept models and renderings, contributing to design development and 3D printing processes.\",pnaK_LY1t:\"Symmons\",SPpizjCbP:\"Collaborated with the marketing team to create compelling marketing materials and custom visual content, enhancing client presentations and engagement.\",style:{width:\"100%\"},tVtjVyC9K:\"Aug 2016 - Dec 2016\",UtstFNKeI:\"Industrial Designer\",WbQY8TRwf:\"Conducted research on new products to inform design strategies, ensuring cutting-edge solutions tailored to market needs and client preferences.\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:124,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-l0u432-container\",nodeId:\"SBPvq8Nsb\",scopeId:\"vW6ZyoTCk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aOfwujjEY:{variant:\"uNOqEH8g5\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"SBPvq8Nsb\",layoutId:\"SBPvq8Nsb\",style:{width:\"100%\"},variant:\"jPSH4Gacj\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4tHQZ.framer-1crik8e, .framer-4tHQZ .framer-1crik8e { display: block; }\",\".framer-4tHQZ.framer-1rr7smp { align-content: center; align-items: center; background-color: var(--token-1d11a03d-b606-40f9-857c-16e7f1249b6d, #f7f7f7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-4tHQZ .framer-7n788h-container, .framer-4tHQZ .framer-f5nrj1-container, .framer-4tHQZ .framer-7dyn35-container, .framer-4tHQZ .framer-56i5uq-container, .framer-4tHQZ .framer-1rnf0t2-container, .framer-4tHQZ .framer-sb0rzn-container, .framer-4tHQZ .framer-1jy6k6u-container, .framer-4tHQZ .framer-ci84is-container, .framer-4tHQZ .framer-l0u432-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-4tHQZ .framer-n3617 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-4tHQZ .framer-166ci66 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-4tHQZ .framer-vnwsjm { flex: none; height: 217px; min-width: 100px; overflow: hidden; position: relative; width: 220px; }\",\".framer-4tHQZ .framer-1bew26y { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 220px); left: 0px; overflow: visible; position: absolute; top: 0px; width: 220px; }\",\".framer-4tHQZ .framer-bhkuh9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; min-width: 200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4tHQZ .framer-7cf72e, .framer-4tHQZ .framer-1dshkse, .framer-4tHQZ .framer-49af5a { --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-4tHQZ .framer-1mw0o0 { 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: visible; padding: 10px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-4tHQZ .framer-twfu4n-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-4tHQZ .framer-1c7ofg8 { 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: 40px 20px 40px 20px; position: relative; width: 100%; }\",\".framer-4tHQZ .framer-8ng4b8 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 100%; min-width: 60%; overflow: hidden; padding: 40px; position: relative; width: 864px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4tHQZ .framer-1yyqsh0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4tHQZ .framer-1qgxp8n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 100%; min-width: 150px; overflow: visible; padding: 0px 0px 14px 0px; position: relative; width: min-content; }\",\".framer-4tHQZ .framer-7oxet6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 218px; word-break: break-word; word-wrap: break-word; }\",\".framer-4tHQZ .framer-17u0j7f, .framer-4tHQZ .framer-1s9uti4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4tHQZ .framer-1r3d605 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; min-width: 50%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4tHQZ .framer-wdd1im { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-4tHQZ .framer-1x9jbwy { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-4tHQZ .framer-43eh28 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4tHQZ .framer-1j7ij1a, .framer-4tHQZ .framer-1li2jg5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4tHQZ.framer-1rr7smp, .framer-4tHQZ .framer-n3617, .framer-4tHQZ .framer-166ci66, .framer-4tHQZ .framer-bhkuh9, .framer-4tHQZ .framer-1mw0o0, .framer-4tHQZ .framer-1c7ofg8, .framer-4tHQZ .framer-8ng4b8, .framer-4tHQZ .framer-1qgxp8n, .framer-4tHQZ .framer-1r3d605, .framer-4tHQZ .framer-wdd1im, .framer-4tHQZ .framer-43eh28 { gap: 0px; } .framer-4tHQZ.framer-1rr7smp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4tHQZ.framer-1rr7smp > :first-child, .framer-4tHQZ .framer-n3617 > :first-child, .framer-4tHQZ .framer-bhkuh9 > :first-child, .framer-4tHQZ .framer-8ng4b8 > :first-child, .framer-4tHQZ .framer-1qgxp8n > :first-child, .framer-4tHQZ .framer-1r3d605 > :first-child, .framer-4tHQZ .framer-43eh28 > :first-child { margin-top: 0px; } .framer-4tHQZ.framer-1rr7smp > :last-child, .framer-4tHQZ .framer-n3617 > :last-child, .framer-4tHQZ .framer-bhkuh9 > :last-child, .framer-4tHQZ .framer-8ng4b8 > :last-child, .framer-4tHQZ .framer-1qgxp8n > :last-child, .framer-4tHQZ .framer-1r3d605 > :last-child, .framer-4tHQZ .framer-43eh28 > :last-child { margin-bottom: 0px; } .framer-4tHQZ .framer-n3617 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4tHQZ .framer-166ci66 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-4tHQZ .framer-166ci66 > :first-child, .framer-4tHQZ .framer-1mw0o0 > :first-child, .framer-4tHQZ .framer-1c7ofg8 > :first-child, .framer-4tHQZ .framer-wdd1im > :first-child { margin-left: 0px; } .framer-4tHQZ .framer-166ci66 > :last-child, .framer-4tHQZ .framer-1mw0o0 > :last-child, .framer-4tHQZ .framer-1c7ofg8 > :last-child, .framer-4tHQZ .framer-wdd1im > :last-child { margin-right: 0px; } .framer-4tHQZ .framer-bhkuh9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4tHQZ .framer-1mw0o0 > *, .framer-4tHQZ .framer-1c7ofg8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4tHQZ .framer-8ng4b8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-4tHQZ .framer-1qgxp8n > *, .framer-4tHQZ .framer-1r3d605 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-4tHQZ .framer-wdd1im > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-4tHQZ .framer-43eh28 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }\",...sharedStyle.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-4tHQZ.framer-1rr7smp { width: 1200px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-4tHQZ.framer-1rr7smp { width: 810px; }}\",\"@media (max-width: 809px) { .framer-4tHQZ.framer-1rr7smp { width: 390px; } .framer-4tHQZ .framer-8ng4b8 { padding: 40px 20px 40px 20px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2309.8\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LdzIbrCrD\":{\"layout\":[\"fixed\",\"auto\"]},\"YFrQxYnpA\":{\"layout\":[\"fixed\",\"auto\"]},\"aOfwujjEY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramervW6ZyoTCk=withCSS(Component,css,\"framer-4tHQZ\");export default FramervW6ZyoTCk;FramervW6ZyoTCk.displayName=\"Page\";FramervW6ZyoTCk.defaultProps={height:2309.8,width:1440};addFonts(FramervW6ZyoTCk,[{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\"},{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\"}]},...NavigationBarFonts,...DownloadFonts,...ResumeExperienceFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervW6ZyoTCk\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LdzIbrCrD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YFrQxYnpA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aOfwujjEY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2309.8\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}