{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/gsiLPuYwL4DWSm45d9rc/atcufHfhdMIVcX0lk0l4/TypeIt.js", "ssg:https://framerusercontent.com/modules/u5zz5gzyROgVjcnRqtmt/GDrgcUKjjBkRtcD6kLkv/h3H4jhTIQ.js", "ssg:https://framerusercontent.com/modules/dJ8Tdk70rzABdykDeT4r/w4Df73Yz7hwMLKRtj0ae/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function TypeIt({phrases,typingSpeed,erasingSpeed,delayBetween,fontSize,fontFamily,fontWeight,color,fixedTextColor,letterSpacing,lineHeight,prefixText,suffixText,direction,spacing,verticalAlignment}){const[currentPhraseIndex,setCurrentPhraseIndex]=useState(0);const[displayedText,setDisplayedText]=useState(\"\");const[isErasing,setIsErasing]=useState(false);const adjustedTypingSpeed=500-typingSpeed;const adjustedErasingSpeed=500-erasingSpeed;useEffect(()=>{const currentPhrase=phrases[currentPhraseIndex];let timeout;if(isErasing){if(displayedText.length>0){timeout=setTimeout(()=>{setDisplayedText(prev=>prev.slice(0,-1));},adjustedErasingSpeed);}else{setIsErasing(false);setCurrentPhraseIndex(prev=>prev===phrases.length-1?0:prev+1);}}else{if(displayedText.length<currentPhrase.length){timeout=setTimeout(()=>{setDisplayedText(prev=>currentPhrase.slice(0,prev.length+1));},adjustedTypingSpeed);}else{timeout=setTimeout(()=>{setIsErasing(true);},delayBetween);}}return()=>clearTimeout(timeout);},[displayedText,isErasing,phrases,currentPhraseIndex,adjustedTypingSpeed,adjustedErasingSpeed,delayBetween]);const textAlign=verticalAlignment===\"left\"?\"flex-start\":verticalAlignment===\"right\"?\"flex-end\":\"center\";return /*#__PURE__*/_jsxs(\"div\",{style:{fontSize,fontFamily,fontWeight,color,letterSpacing,lineHeight,whiteSpace:\"nowrap\",overflow:\"visible\",display:\"flex\",flexDirection:direction===\"horizontal\"?\"row\":\"column\",alignItems:direction===\"horizontal\"?\"center\":textAlign,justifyContent:direction===\"horizontal\"?\"flex-start\":\"center\",position:\"relative\",textAlign:direction===\"vertical\"?verticalAlignment:\"left\",gap:prefixText||suffixText?spacing:0,width:\"100%\",height:\"100%\",boxSizing:\"border-box\",padding:0},children:[prefixText&&/*#__PURE__*/_jsx(\"span\",{style:{color:fixedTextColor},children:prefixText},\"prefix\"),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{children:displayedText}),/*#__PURE__*/_jsx(motion.span,{animate:{opacity:[1,0]},transition:{duration:.5,repeat:Infinity},style:{borderRight:\"2px solid\",marginLeft:2,height:\"1em\"}},\"cursor\")]}),suffixText&&/*#__PURE__*/_jsx(\"span\",{style:{color:fixedTextColor},children:suffixText},\"suffix\")]});}TypeIt.defaultProps={phrases:[\"Hello, World!\",\"Welcome to Framer!\",\"Let's build something amazing!\"],typingSpeed:300,erasingSpeed:300,delayBetween:2e3,fontSize:24,fontFamily:\"Inter\",fontWeight:400,color:\"#000\",fixedTextColor:\"#888\",letterSpacing:0,lineHeight:1.5,prefixText:\"\",suffixText:\"\",direction:\"horizontal\",spacing:12,verticalAlignment:\"center\"};/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */addPropertyControls(TypeIt,{phrases:{type:ControlType.Array,title:\"Words / Phrases\",control:{type:ControlType.String},defaultValue:[\"Hello, World!\",\"Welcome to Framer!\",\"Let's build something amazing!\"]},typingSpeed:{type:ControlType.Number,title:\"Typing Speed\",defaultValue:150,min:50,max:500},erasingSpeed:{type:ControlType.Number,title:\"Erasing Speed\",defaultValue:100,min:50,max:500},delayBetween:{type:ControlType.Number,title:\"Delay Between Phrases\",defaultValue:2e3,min:500,max:5e3},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:24},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:\"Inter\"},fontWeight:{type:ControlType.Number,title:\"Font Weight\",defaultValue:400},color:{type:ControlType.Color,title:\"Animated Text Color\",defaultValue:\"#000\"},fixedTextColor:{type:ControlType.Color,title:\"Fixed Text Color\",defaultValue:\"#888\"},letterSpacing:{type:ControlType.Number,title:\"Letter Spacing\",defaultValue:0,min:-5,max:20,step:.1},lineHeight:{type:ControlType.Number,title:\"Line Height\",defaultValue:1.5,min:.5,max:3,step:.1},prefixText:{type:ControlType.String,title:\"Prefix Text\",defaultValue:\"\"},suffixText:{type:ControlType.String,title:\"Suffix Text\",defaultValue:\"\"},direction:{type:ControlType.Enum,title:\"Direction\",defaultValue:\"horizontal\",options:[\"horizontal\",\"vertical\"],optionTitles:[\"Horizontal\",\"Vertical\"]},spacing:{type:ControlType.Number,title:\"Spacing\",defaultValue:8,min:0,max:50,step:1},verticalAlignment:{type:ControlType.Enum,title:\"Vertical Alignment\",defaultValue:\"center\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],hidden:props=>props.direction!==\"vertical\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TypeIt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TypeIt.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={OXbZz2dh6:{hover:true}};const cycleOrder=[\"OXbZz2dh6\",\"d2uckD3a8\",\"QWneZJF_p\"];const serializationHash=\"framer-E2qCf\";const variantClassNames={d2uckD3a8:\"framer-v-ko0irl\",OXbZz2dh6:\"framer-v-1ukunzf\",QWneZJF_p:\"framer-v-mwm0er\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"OXbZz2dh6\",Mobile:\"QWneZJF_p\",Tablet:\"d2uckD3a8\"};const getProps=({cursor,featuredImage,height,id,link,roleServices,title,width,...props})=>{return{...props,dWz3DmvM4:roleServices??props.dWz3DmvM4??\"Role / Services\",G23mmS5sn:title??props.G23mmS5sn??\"Title\",lkWw3XJiE:link??props.lkWw3XJiE,s7UZssmK3:cursor??props.s7UZssmK3,variant:humanReadableVariantMap[props.variant]??props.variant??\"OXbZz2dh6\",ww8nPhiUU:featuredImage??props.ww8nPhiUU};};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,lkWw3XJiE,ww8nPhiUU,G23mmS5sn,dWz3DmvM4,s7UZssmK3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OXbZz2dh6\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(dWz3DmvM4);const isDisplayed=value=>{if(baseVariant===\"QWneZJF_p\")return true;return value;};const textContent=suffix(prefix(dWz3DmvM4,\"\"),\"\");return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:lkWw3XJiE,motionChild:true,nodeId:\"OXbZz2dh6\",scopeId:\"h3H4jhTIQ\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ukunzf\",className,classNames)} framer-1bfzbpn`,\"data-framer-cursor\":s7UZssmK3,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"OXbZz2dh6\",ref:refBinding,style:{...style},...addPropertyOverrides({\"OXbZz2dh6-hover\":{\"data-framer-name\":undefined},d2uckD3a8:{\"data-framer-name\":\"Tablet\"},QWneZJF_p:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-th77ew\",\"data-framer-name\":\"Image Container\",layoutDependency:layoutDependency,layoutId:\"wGtcBbpXL\",children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-15.75),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.05)`,...toResponsiveImage(ww8nPhiUU)},className:\"framer-15sduw\",\"data-framer-name\":\"Featured Image\",layoutDependency:layoutDependency,layoutId:\"HVjG7yj_d\",...addPropertyOverrides({\"OXbZz2dh6-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+-63),sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.2)`,...toResponsiveImage(ww8nPhiUU)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hwkrxl\",layoutDependency:layoutDependency,layoutId:\"npdGev3VH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0)))\"},children:\"Title\"})}),className:\"framer-r0oofr\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"B9ByMIuiV\",style:{\"--extracted-r6o4lv\":\"var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:G23mmS5sn,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed(visible)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Role / Services\"})}),className:\"framer-1h3ojqh\",fonts:[\"FS;Clash Display-regular\"],layoutDependency:layoutDependency,layoutId:\"fHub0zCZu\",style:{\"--extracted-r6o4lv\":\"rgb(138, 138, 138)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,variants:{QWneZJF_p:{\"--extracted-r6o4lv\":\"var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d2uckD3a8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(138, 138, 138))\"},children:\"Role / Services\"})})},QWneZJF_p:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1saWdodA==\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0)))\"},children:\"Role / Services\"})}),fonts:[\"FS;Clash Display-light\"]}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E2qCf.framer-1bfzbpn, .framer-E2qCf .framer-1bfzbpn { display: block; }\",\".framer-E2qCf.framer-1ukunzf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1080px; }\",\".framer-E2qCf .framer-th77ew { align-content: center; align-items: center; aspect-ratio: 1.7142857142857142 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 630px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-E2qCf .framer-15sduw { flex: none; height: 105%; position: relative; width: 105%; }\",\".framer-E2qCf .framer-1hwkrxl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 250px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-E2qCf .framer-r0oofr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-E2qCf .framer-1h3ojqh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2qCf.framer-1ukunzf, .framer-E2qCf .framer-th77ew, .framer-E2qCf .framer-1hwkrxl { gap: 0px; } .framer-E2qCf.framer-1ukunzf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-E2qCf.framer-1ukunzf > :first-child { margin-top: 0px; } .framer-E2qCf.framer-1ukunzf > :last-child { margin-bottom: 0px; } .framer-E2qCf .framer-th77ew > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-E2qCf .framer-th77ew > :first-child, .framer-E2qCf .framer-1hwkrxl > :first-child { margin-left: 0px; } .framer-E2qCf .framer-th77ew > :last-child, .framer-E2qCf .framer-1hwkrxl > :last-child { margin-right: 0px; } .framer-E2qCf .framer-1hwkrxl > * { margin: 0px; margin-left: calc(250px / 2); margin-right: calc(250px / 2); } }\",\".framer-E2qCf.framer-v-ko0irl.framer-1ukunzf, .framer-E2qCf.framer-v-mwm0er.framer-1ukunzf { cursor: unset; }\",\".framer-E2qCf.framer-v-ko0irl .framer-1hwkrxl { gap: 110px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2qCf.framer-v-ko0irl .framer-1hwkrxl { gap: 0px; } .framer-E2qCf.framer-v-ko0irl .framer-1hwkrxl > * { margin: 0px; margin-left: calc(110px / 2); margin-right: calc(110px / 2); } .framer-E2qCf.framer-v-ko0irl .framer-1hwkrxl > :first-child { margin-left: 0px; } .framer-E2qCf.framer-v-ko0irl .framer-1hwkrxl > :last-child { margin-right: 0px; } }\",\".framer-E2qCf.framer-v-mwm0er .framer-1hwkrxl { flex-direction: column; gap: unset; justify-content: space-between; }\",\".framer-E2qCf.framer-v-mwm0er .framer-r0oofr { order: 0; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-E2qCf.framer-v-mwm0er .framer-1h3ojqh { flex: none; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2qCf.framer-v-mwm0er .framer-1hwkrxl { gap: 0px; } .framer-E2qCf.framer-v-mwm0er .framer-1hwkrxl > *, .framer-E2qCf.framer-v-mwm0er .framer-1hwkrxl > :first-child, .framer-E2qCf.framer-v-mwm0er .framer-1hwkrxl > :last-child { margin: 0px; } }\",\".framer-E2qCf.framer-v-1ukunzf.hover .framer-15sduw { height: 120%; width: 120%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 678\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"d2uckD3a8\":{\"layout\":[\"fixed\",\"auto\"]},\"QWneZJF_p\":{\"layout\":[\"fixed\",\"auto\"]},\"Fcj7kTStO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"lkWw3XJiE\":\"link\",\"ww8nPhiUU\":\"featuredImage\",\"G23mmS5sn\":\"title\",\"dWz3DmvM4\":\"roleServices\",\"s7UZssmK3\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerh3H4jhTIQ=withCSS(Component,css,\"framer-E2qCf\");export default Framerh3H4jhTIQ;Framerh3H4jhTIQ.displayName=\"Home Project Item\";Framerh3H4jhTIQ.defaultProps={height:678,width:1080};addPropertyControls(Framerh3H4jhTIQ,{variant:{options:[\"OXbZz2dh6\",\"d2uckD3a8\",\"QWneZJF_p\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},lkWw3XJiE:{title:\"Link\",type:ControlType.Link},ww8nPhiUU:{title:\"Featured Image\",type:ControlType.ResponsiveImage},G23mmS5sn:{defaultValue:\"Title\",title:\"Title\",type:ControlType.String},dWz3DmvM4:{defaultValue:\"Role / Services\",displayTextArea:false,title:\"Role / Services\",type:ControlType.String},s7UZssmK3:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(Framerh3H4jhTIQ,[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2GQIT54GKQY3JRFTSHS4ARTRNRQISSAA/3CIP5EBHRRHE5FVQU3VFROPUERNDSTDF/JTSL5QESUXATU47LCPUNHZQBDDIWDOSW.woff2\",weight:\"500\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VFMK2COV3DN37JR7JQ4CAOJPZ7KWKNY7/ODD5YJNDLHZZB2MIT3DPVH4EIHAMZ34D/BSY64LPTT3OPLVKAZKL3AHKRWZ3D74AC.woff2\",weight:\"400\"},{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2QNEFGROUS53RDOVAHQH4CNZZUWGOWOY/XHI55XFKRZLKG77T3N3QTH2YVHMLJQ5U/KVT4BC5ZH7LF4OBHM2Q7KOOZRRZZY5ZK.woff2\",weight:\"300\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerh3H4jhTIQ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d2uckD3a8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QWneZJF_p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fcj7kTStO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1080\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"lkWw3XJiE\\\":\\\"link\\\",\\\"ww8nPhiUU\\\":\\\"featuredImage\\\",\\\"G23mmS5sn\\\":\\\"title\\\",\\\"dWz3DmvM4\\\":\\\"roleServices\\\",\\\"s7UZssmK3\\\":\\\"cursor\\\"}\",\"framerIntrinsicHeight\":\"678\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./h3H4jhTIQ.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import TypeIt from\"https://framerusercontent.com/modules/gsiLPuYwL4DWSm45d9rc/atcufHfhdMIVcX0lk0l4/TypeIt.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import MenuTrigger from\"#framer/local/canvasComponent/dHwcKHHso/dHwcKHHso.js\";import HomeProjectItem from\"#framer/local/canvasComponent/h3H4jhTIQ/h3H4jhTIQ.js\";import Logo from\"#framer/local/canvasComponent/IINSHdzLF/IINSHdzLF.js\";import MenuContainer from\"#framer/local/canvasComponent/qbkcH40IK/qbkcH40IK.js\";import TextLink from\"#framer/local/canvasComponent/TMbURzCsz/TMbURzCsz.js\";import Footer from\"#framer/local/canvasComponent/wZzD_vH2n/wZzD_vH2n.js\";import ProjectItemCursor from\"#framer/local/canvasComponent/ZS4I2oHX8/ZS4I2oHX8.js\";import Work from\"#framer/local/collection/ywx541h2d/ywx541h2d.js\";import*as sharedStyle from\"#framer/local/css/MzCgcxP7y/MzCgcxP7y.js\";import*as sharedStyle1 from\"#framer/local/css/Ol0IRhcEE/Ol0IRhcEE.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const LogoFonts=getFonts(Logo);const MenuTriggerFonts=getFonts(MenuTrigger);const MenuContainerFonts=getFonts(MenuContainer);const TypeItFonts=getFonts(TypeIt);const MotionSectionWithFX=withFX(motion.section);const HomeProjectItemFonts=getFonts(HomeProjectItem);const TextLinkFonts=getFonts(TextLink);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const ProjectItemCursorFonts=getFonts(ProjectItemCursor);const breakpoints={IvQdU2gQU:\"(min-width: 810px) and (max-width: 1199px)\",rqnaubKFq:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Jn5p7\";const variantClassNames={IvQdU2gQU:\"framer-v-y69giw\",rqnaubKFq:\"framer-v-1vr5w2a\",WQLkyLRf1:\"framer-v-72rtr7\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"rqnaubKFq\",Tablet:\"IvQdU2gQU\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor={alignment:\"center\",component:ProjectItemCursor,offset:{x:20,y:-20},placement:\"top\",transition:transition1,variant:\"XDdKU3Z0I\"};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,fsRrg1kQbOdGYNnHrg,bngrwGHbjOdGYNnHrg,Jww2Un3Z2OdGYNnHrg,gu_5HctsbOdGYNnHrg,idOdGYNnHrg,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const VFQz_3t2P3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const JBIWSH7361wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({\"1unvc04\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-25453f9e-f224-4ce7-8031-a0c47a3c7692, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+45,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1szw19q-container\",nodeId:\"TpeYpJouB\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"TpeYpJouB\",layoutId:\"TpeYpJouB\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,y:20,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-nx2o3k-container\",id:\"nx2o3k\",layoutScroll:true,nodeId:\"ILD1j5gck\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(MenuTrigger,{height:\"100%\",id:\"ILD1j5gck\",layoutId:\"ILD1j5gck\",variant:overlay.visible?\"KpaQfRe6z\":\"KuhQDxJED\",VFQz_3t2P:VFQz_3t2P3bnx0g({overlay}),width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1},className:cx(scopingClassNames,\"framer-18dpxa\"),\"data-framer-portal-id\":\"nx2o3k\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay.hide(),transition:{damping:60,delay:0,mass:1,stiffness:315,type:\"spring\"}},\"Jv5aeiBJZ\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-10c76x2-container\"),\"data-framer-portal-id\":\"nx2o3k\",inComponentSlot:true,nodeId:\"CVtFfeUAX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{variant:\"z_Pygr7dV\"},rqnaubKFq:{variant:\"Qx777WDSr\"}},children:/*#__PURE__*/_jsx(MenuContainer,{height:\"100%\",id:\"CVtFfeUAX\",JBIWSH736:JBIWSH7361wnntms({overlay}),layoutId:\"CVtFfeUAX\",style:{height:\"100%\",width:\"100%\"},variant:\"shBkrlcGh\",width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-143txz7\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13v3edc\",\"data-framer-name\":\"Section - Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p3m7kc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rqnaubKFq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0))\"},children:\"Hello, I'm Aldric\"})}),fonts:[\"FS;Clash Display-medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o9tme2\",\"data-styles-preset\":\"MzCgcxP7y\",children:\"Hello, I'm Aldric\"})}),className:\"framer-dtot7a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uwubhl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zrrJ8bumS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{fontSize:36},rqnaubKFq:{fontSize:24}},children:/*#__PURE__*/_jsx(TypeIt,{color:\"var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0))\",delayBetween:2e3,direction:\"horizontal\",erasingSpeed:400,fixedTextColor:\"var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0))\",fontFamily:\"clash display\",fontSize:34,fontWeight:400,height:\"100%\",id:\"zrrJ8bumS\",layoutId:\"zrrJ8bumS\",letterSpacing:0,lineHeight:1.8,phrases:[\"a designer.\",\"an art director.\",\"a creative.\"],prefixText:\"I'm\",spacing:8,style:{width:\"100%\"},suffixText:\"\",typingSpeed:350,verticalAlignment:\"center\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cs9yzq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-nzuel8\",\"data-styles-preset\":\"Ol0IRhcEE\",children:\"I specialize in crafting branding and engaging digital experiences that elevate brands and drive results.\"})}),className:\"framer-c7r74h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1ittsua\",\"data-framer-name\":\"Section - Projects\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qy7xvr\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16isnz6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"OdGYNnHrg\",data:Work,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"OdGYNnHrg\",name:\"fsRrg1kQb\",type:\"Identifier\"},{collection:\"OdGYNnHrg\",name:\"bngrwGHbj\",type:\"Identifier\"},{collection:\"OdGYNnHrg\",name:\"Jww2Un3Z2\",type:\"Identifier\"},{collection:\"OdGYNnHrg\",name:\"gu_5Hctsb\",type:\"Identifier\"},{collection:\"OdGYNnHrg\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({bngrwGHbj:bngrwGHbjOdGYNnHrg,fsRrg1kQb:fsRrg1kQbOdGYNnHrg,gu_5Hctsb:gu_5HctsbOdGYNnHrg,id:idOdGYNnHrg,Jww2Un3Z2:Jww2Un3Z2OdGYNnHrg},index)=>{fsRrg1kQbOdGYNnHrg??=\"\";Jww2Un3Z2OdGYNnHrg??=\"\";gu_5HctsbOdGYNnHrg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`OdGYNnHrg-${idOdGYNnHrg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fsRrg1kQb:fsRrg1kQbOdGYNnHrg},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{fsRrg1kQb:fsRrg1kQbOdGYNnHrg},webPageId:\"zVoRr5luo\"},implicitPathVariables:undefined},{href:{pathVariables:{fsRrg1kQb:fsRrg1kQbOdGYNnHrg},webPageId:\"zVoRr5luo\"},implicitPathVariables:undefined},{href:{pathVariables:{fsRrg1kQb:fsRrg1kQbOdGYNnHrg},webPageId:\"zVoRr5luo\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{y:(componentViewport?.y||0)+0+0+0+750+0+0+0+0+0+1516},rqnaubKFq:{y:(componentViewport?.y||0)+0+0+0+900+0+0+0+0+0+1516}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:678,width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+800+0+0+0+0+0+1516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1loo149-container\",nodeId:\"jBayCm2w4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{lkWw3XJiE:resolvedLinks[1],s7UZssmK3:undefined,variant:\"d2uckD3a8\"},rqnaubKFq:{lkWw3XJiE:resolvedLinks[2],s7UZssmK3:undefined,variant:\"QWneZJF_p\"}},children:/*#__PURE__*/_jsx(HomeProjectItem,{dWz3DmvM4:gu_5HctsbOdGYNnHrg,G23mmS5sn:Jww2Un3Z2OdGYNnHrg,height:\"100%\",id:\"jBayCm2w4\",layoutId:\"jBayCm2w4\",lkWw3XJiE:resolvedLinks[0],s7UZssmK3:\"1unvc04\",style:{width:\"100%\"},variant:\"OXbZz2dh6\",width:\"100%\",ww8nPhiUU:toResponsiveImage(bngrwGHbjOdGYNnHrg)})})})})})})})},idOdGYNnHrg);})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UQmfnmByp\"},implicitPathVariables:undefined},{href:{webPageId:\"UQmfnmByp\"},implicitPathVariables:undefined},{href:{webPageId:\"UQmfnmByp\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{y:(componentViewport?.y||0)+0+0+0+750+0+0+0+2354},rqnaubKFq:{y:(componentViewport?.y||0)+0+0+0+900+0+0+0+2354}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,y:(componentViewport?.y||0)+0+0+0+800+0+0+0+2354,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l6kgv0-container\",nodeId:\"WTaf9CT0_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{OsJAhFUEL:resolvedLinks1[1]},rqnaubKFq:{OsJAhFUEL:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(TextLink,{aoEpAdqyT:\"var(--token-ccfe87cb-c517-43ae-907a-63f745b81ffb, rgb(0, 0, 0))\",HcNjQiLlI:false,height:\"100%\",id:\"WTaf9CT0_\",layoutId:\"WTaf9CT0_\",oAPD13KW4:\"See all works\",OsJAhFUEL:resolvedLinks1[0],variant:\"Qn5SCBLX5\",width:\"100%\"})})})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{y:(componentViewport?.y||0)+0+3249},rqnaubKFq:{y:(componentViewport?.y||0)+0+3399}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:461,width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+3299,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16ey1pw-container\",nodeId:\"Z2j7bwTl3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IvQdU2gQU:{variant:\"YNSM_JbBV\"},rqnaubKFq:{variant:\"YNSM_JbBV\"}},children:/*#__PURE__*/_jsx(Footer,{c5jqsNMC4:true,height:\"100%\",id:\"Z2j7bwTl3\",layoutId:\"Z2j7bwTl3\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"PAODoNdl_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hdanf6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PcCT7ix9l\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"PcCT7ix9l\",intensity:5,layoutId:\"PcCT7ix9l\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wpvaw4\",\"data-framer-name\":\"Get Template Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fj9fnt\",\"data-framer-name\":\"Button Wrapper\"})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Jn5p7.framer-lux5qc, .framer-Jn5p7 .framer-lux5qc { display: block; }\",\".framer-Jn5p7.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-25453f9e-f224-4ce7-8031-a0c47a3c7692, #ffffff); 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-Jn5p7 .framer-1szw19q-container { flex: none; height: auto; left: 50%; max-width: 90%; position: absolute; top: 45px; transform: translateX(-50%); width: 90%; z-index: 8; }\",\".framer-Jn5p7 .framer-nx2o3k-container { flex: none; height: auto; position: fixed; right: 20px; top: 20px; width: auto; z-index: 10; }\",\".framer-Jn5p7.framer-18dpxa { background-color: rgba(0, 0, 0, 0); inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-Jn5p7.framer-10c76x2-container { flex: none; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-Jn5p7 .framer-143txz7 { align-content: center; align-items: center; background-color: var(--token-25453f9e-f224-4ce7-8031-a0c47a3c7692, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-13v3edc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 80%; min-height: 80vh; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Jn5p7 .framer-1p3m7kc { 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: center; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-dtot7a { --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-Jn5p7 .framer-1uwubhl-container, .framer-Jn5p7 .framer-1loo149-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-cs9yzq { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-c7r74h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 350px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Jn5p7 .framer-1ittsua { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; min-height: 100vh; overflow: hidden; padding: 0px 0px 120px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Jn5p7 .framer-qy7xvr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-16isnz6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-l6kgv0-container, .framer-Jn5p7 .framer-hdanf6-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Jn5p7 .framer-16ey1pw-container { flex: none; height: auto; max-width: 90%; position: relative; width: 100%; }\",\".framer-Jn5p7 .framer-wpvaw4 { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 0px; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: fixed; width: 100%; z-index: 10; }\",\".framer-Jn5p7 .framer-fj9fnt { align-content: center; align-items: center; bottom: 66px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 36px; min-width: 142px; overflow: visible; padding: 0px; position: absolute; right: 20px; width: min-content; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Jn5p7.framer-72rtr7, .framer-Jn5p7 .framer-143txz7, .framer-Jn5p7 .framer-13v3edc, .framer-Jn5p7 .framer-1p3m7kc, .framer-Jn5p7 .framer-cs9yzq, .framer-Jn5p7 .framer-1ittsua, .framer-Jn5p7 .framer-qy7xvr, .framer-Jn5p7 .framer-16isnz6, .framer-Jn5p7 .framer-wpvaw4, .framer-Jn5p7 .framer-fj9fnt { gap: 0px; } .framer-Jn5p7.framer-72rtr7 > *, .framer-Jn5p7 .framer-143txz7 > *, .framer-Jn5p7 .framer-cs9yzq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Jn5p7.framer-72rtr7 > :first-child, .framer-Jn5p7 .framer-143txz7 > :first-child, .framer-Jn5p7 .framer-13v3edc > :first-child, .framer-Jn5p7 .framer-1p3m7kc > :first-child, .framer-Jn5p7 .framer-cs9yzq > :first-child, .framer-Jn5p7 .framer-1ittsua > :first-child, .framer-Jn5p7 .framer-qy7xvr > :first-child, .framer-Jn5p7 .framer-16isnz6 > :first-child { margin-top: 0px; } .framer-Jn5p7.framer-72rtr7 > :last-child, .framer-Jn5p7 .framer-143txz7 > :last-child, .framer-Jn5p7 .framer-13v3edc > :last-child, .framer-Jn5p7 .framer-1p3m7kc > :last-child, .framer-Jn5p7 .framer-cs9yzq > :last-child, .framer-Jn5p7 .framer-1ittsua > :last-child, .framer-Jn5p7 .framer-qy7xvr > :last-child, .framer-Jn5p7 .framer-16isnz6 > :last-child { margin-bottom: 0px; } .framer-Jn5p7 .framer-13v3edc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Jn5p7 .framer-1p3m7kc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Jn5p7 .framer-1ittsua > *, .framer-Jn5p7 .framer-16isnz6 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-Jn5p7 .framer-qy7xvr > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-Jn5p7 .framer-wpvaw4 > *, .framer-Jn5p7 .framer-fj9fnt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Jn5p7 .framer-wpvaw4 > :first-child, .framer-Jn5p7 .framer-fj9fnt > :first-child { margin-left: 0px; } .framer-Jn5p7 .framer-wpvaw4 > :last-child, .framer-Jn5p7 .framer-fj9fnt > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Jn5p7.framer-72rtr7 { width: 810px; } .framer-Jn5p7 .framer-13v3edc { max-width: 90%; min-height: 75vh; } .framer-Jn5p7 .framer-1p3m7kc { padding: 0px; } .framer-Jn5p7 .framer-cs9yzq { align-content: flex-start; align-items: flex-start; }}\",\"@media (max-width: 809px) { .framer-Jn5p7.framer-72rtr7 { width: 390px; } .framer-Jn5p7 .framer-13v3edc { max-width: 90%; min-height: 90vh; } .framer-Jn5p7 .framer-1p3m7kc { padding: 0px; } .framer-Jn5p7 .framer-cs9yzq { align-content: flex-start; align-items: flex-start; } .framer-Jn5p7 .framer-wpvaw4 { flex-direction: column; } .framer-Jn5p7 .framer-fj9fnt { bottom: 62px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Jn5p7 .framer-wpvaw4 { gap: 0px; } .framer-Jn5p7 .framer-wpvaw4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Jn5p7 .framer-wpvaw4 > :first-child { margin-top: 0px; } .framer-Jn5p7 .framer-wpvaw4 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3620\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"IvQdU2gQU\":{\"layout\":[\"fixed\",\"auto\"]},\"rqnaubKFq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Jn5p7\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3620,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/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:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2GQIT54GKQY3JRFTSHS4ARTRNRQISSAA/3CIP5EBHRRHE5FVQU3VFROPUERNDSTDF/JTSL5QESUXATU47LCPUNHZQBDDIWDOSW.woff2\",weight:\"500\"}]},...LogoFonts,...MenuTriggerFonts,...MenuContainerFonts,...TypeItFonts,...HomeProjectItemFonts,...TextLinkFonts,...FooterFonts,...SmoothScrollFonts,...ProjectItemCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"3620\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IvQdU2gQU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rqnaubKFq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TypeIt", "phrases", "typingSpeed", "erasingSpeed", "delayBetween", "fontSize", "fontFamily", "fontWeight", "color", "fixedTextColor", "letterSpacing", "lineHeight", "prefixText", "suffixText", "direction", "spacing", "verticalAlignment", "currentPhraseIndex", "setCurrentPhraseIndex", "ye", "displayedText", "setDisplayedText", "isErasing", "setIsErasing", "adjustedTypingSpeed", "adjustedErasingSpeed", "ue", "currentPhrase", "timeout", "prev", "u", "p", "motion", "addPropertyControls", "ControlType", "props", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "isSet", "prefix", "suffix", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "featuredImage", "height", "id", "link", "roleServices", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "lkWw3XJiE", "ww8nPhiUU", "G23mmS5sn", "dWz3DmvM4", "s7UZssmK3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "isDisplayed", "textContent", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "Framerh3H4jhTIQ", "withCSS", "h3H4jhTIQ_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "IINSHdzLF_default", "MenuTriggerFonts", "dHwcKHHso_default", "MenuContainerFonts", "qbkcH40IK_default", "TypeItFonts", "TypeIt", "MotionSectionWithFX", "withFX", "motion", "HomeProjectItemFonts", "h3H4jhTIQ_default", "TextLinkFonts", "TMbURzCsz_default", "FooterFonts", "wZzD_vH2n_default", "SmoothScrollFonts", "SmoothScroll", "ProjectItemCursorFonts", "ZS4I2oHX8_default", "breakpoints", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition1", "cursor", "ZS4I2oHX8_default", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "fsRrg1kQbOdGYNnHrg", "bngrwGHbjOdGYNnHrg", "Jww2Un3Z2OdGYNnHrg", "gu_5HctsbOdGYNnHrg", "idOdGYNnHrg", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "VFQz_3t2P3bnx0g", "overlay", "loadMore", "args", "JBIWSH7361wnntms", "scopingClassNames", "cx", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "IINSHdzLF_default", "l", "dHwcKHHso_default", "AnimatePresence", "Ga", "x", "PropertyOverrides2", "qbkcH40IK_default", "MotionSectionWithFX", "RichText2", "TypeIt", "ChildrenCanSuspend", "ywx541h2d_default", "collection", "paginationInfo", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "h3H4jhTIQ_default", "resolvedLinks1", "TMbURzCsz_default", "wZzD_vH2n_default", "SmoothScroll", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "LogoFonts", "MenuTriggerFonts", "MenuContainerFonts", "TypeItFonts", "HomeProjectItemFonts", "TextLinkFonts", "FooterFonts", "SmoothScrollFonts", "ProjectItemCursorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
