{"version":3,"file":"dCVD5Q657dcaGQb_RJ_obY64-jF0SYiQ2XTLztpD18I.BOAAfWGo.mjs","names":["className","_","index","Phosphor","serializationHash","variantClassNames","humanReadableVariantMap","getProps","Component","className","css","HeadHomeButton","MenuNavigation","PhoneAndTabletMenuNavigation","metadata","className","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/FtHZTEq2q96kv8q5suPj/WfGrlKC4r2amP6eOvV3t/C_TextGlitch.js","https:/framerusercontent.com/modules/fIsa4HepFcveZdv5tq9e/XzA7CUrESaDMj1bT4NCZ/qcxHt69uX.js","https:/framerusercontent.com/modules/1lA5cyJf4PBmP86m3WE8/NtGTZDli3vGAdh9lmo8z/fqqOml6j3.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";const uuidv4=()=>{return\"10000000-1000-4000-8000-100000000000\".replace(/[018]/g,c=>(c^crypto.getRandomValues(new Uint8Array(1))[0]&15>>c/4).toString(16));};/**\n * @framerDisableUnlink\n */ export default function TextGlitch({text,duration,fontStyle,variant}){const className=`overrrides-text-glitch-hover-${uuidv4()}`;const styles=`\n    ${[...text.split(\" \")].map((_,index)=>{return`\n          .${className}${variant===\"hover\"?\":hover\":\"\"}\n            ${index===0?\"span\":[...Array(index+1)].map((_,index)=>{if(index===0){return\"span\";}return\" + span\";}).join(\"\")} {\n            animation: dubstep ${1.2+.5*(index/text.split(\" \").length)}s\n              infinite ease;\n          }\n        `;}).join(\"\")}\n\n    @-webkit-keyframes dubstep {\n      0% {\n        text-shadow: 0 0 0 #fff;\n      }\n      40% {\n        text-shadow: 3px 0 0 #ffaa22;\n      }\n      43% {\n        text-shadow: 3px 0 0 #ffaa22, 15px 0 0 #aa22ff, -7px 0 0 #aaff22;\n        color: #f1f1f1;\n      }\n      44% {\n        text-shadow: 3px 0 0 #ffaa22, 15px 2px 0 #aa22ff, -7px -1.5px 0 #aaff22;\n        color: rgba(0, 0, 0, 0.2);\n      }\n      45% {\n        text-shadow: 3px 0 0 #ffaa22, 15px 0 0 #aa22ff, -7px 0 0 #aaff22;\n        color: #f1f1f1;\n      }\n      100% {\n        text-shadow: 0 0 0 #fff;\n      }\n    }\n    @keyframes dubstep {\n      0% {\n        text-shadow: 0 0 0 #fff;\n      }\n      40% {\n        text-shadow: 3px 0 0 #ffaa22;\n      }\n      43% {\n        text-shadow: 3px 0 0 #ffaa22, 15px 0 0 #aa22ff, -7px 0 0 #aaff22;\n        color: #f1f1f1;\n      }\n      44% {\n        text-shadow: 3px 0 0 #ffaa22, 15px 2px 0 #aa22ff, -7px -1.5px 0 #aaff22;\n        color: rgba(0, 0, 0, 0.2);\n      }\n      45% {\n        text-shadow: 3px 0 0 #ffaa22, 15px 0 0 #aa22ff, -7px 0 0 #aaff22;\n        color: #f1f1f1;\n      }\n      100% {\n        text-shadow: 0 0 0 #fff;\n      }\n    }\n  `;return /*#__PURE__*/ _jsxs(\"div\",{className:className,children:[[...text.split(\" \")].map((str,index)=>{return /*#__PURE__*/ _jsx(\"span\",{style:fontStyle,children:`${str} `},index);}),/*#__PURE__*/ _jsx(\"style\",{children:styles})]});};TextGlitch.displayName=\"Text Glitch\";addPropertyControls(TextGlitch,{text:{type:ControlType.String,defaultValue:\"Overrrides\",displayTextArea:true},duration:{type:ControlType.Number,defaultValue:320,min:0,displayStepper:true,step:10},variant:{type:ControlType.Enum,defaultValue:\"hover\",options:[\"hover\",\"loop\"],displaySegmentedControl:true},fontStyle:{type:ControlType.Object,controls:{fontFamily:{title:\"Family\",type:ControlType.String,defaultValue:\"Inter\"},fontWeight:{title:\"Weight\",type:ControlType.Enum,defaultValue:\"400\",options:[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\",],optionTitles:[\"Thin\",\"Extra Light\",\"Light\",\"Regular\",\"Medium\",\"Semibold\",\"Bold\",\"Extra Bold\",\"Black\",]},fontStyle:{title:\"Style\",type:ControlType.Enum,defaultValue:\"Normal\",options:[\"Normal\",\"Italic\"]},color:{type:ControlType.Color,defaultValue:\"#000\"},fontSize:{title:\"Size\",type:ControlType.Number,defaultValue:16,min:0,step:1,displayStepper:true},letterSpacing:{title:\"Letter\",type:ControlType.Number,defaultValue:0,min:0,displayStepper:true,step:.1},lineHeight:{title:\"Line\",type:ControlType.Number,defaultValue:1.2,min:1,displayStepper:true,step:.1},textAlign:{title:\"Align\",type:ControlType.Enum,defaultValue:\"left\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"⬅️\",\"⏺\",\"➡️\"],displaySegmentedControl:true},textTransform:{title:\"Transform\",type:ControlType.Enum,defaultValue:\"none\",options:[\"none\",\"uppercase\",\"lowercase\",\"capitalize\"]}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TextGlitch\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C_TextGlitch.map","// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/CEC1VSv7MjY34nDXolV7/7hH5yPuDCK6Yut5Cu0P0/rGlbfD0L2.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={AOQsJzkTw:{hover:true},dH_ZpJ8Lz:{hover:true}};const cycleOrder=[\"dH_ZpJ8Lz\",\"AOQsJzkTw\"];const serializationHash=\"framer-OmgyT\";const variantClassNames={AOQsJzkTw:\"framer-v-75u2lk\",dH_ZpJ8Lz:\"framer-v-xzh5mu\"};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 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={\"Variant 1\":\"dH_ZpJ8Lz\",\"Variant 2\":\"AOQsJzkTw\"};const getProps=({height,id,link,newTab,title,width,...props})=>{return{...props,BDOQCBow5:newTab??props.BDOQCBow5,M_Hwsk_Ke:title??props.M_Hwsk_Ke??\"Contact me\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dH_ZpJ8Lz\",VhzgFN3Vw:link??props.VhzgFN3Vw};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,M_Hwsk_Ke,VhzgFN3Vw,BDOQCBow5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dH_ZpJ8Lz\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:VhzgFN3Vw,nodeId:\"dH_ZpJ8Lz\",openInNewTab:BDOQCBow5,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-xzh5mu\",className,classNames)} framer-sk0yns`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"dH_ZpJ8Lz\",ref:ref??ref1,style:{backgroundColor:\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"AOQsJzkTw-hover\":{backgroundColor:\"var(--token-d0d48f77-2961-4c0d-8df0-0a7ad07fdedc, rgb(230, 230, 230))\"},\"dH_ZpJ8Lz-hover\":{backgroundColor:\"var(--token-ab23ab0b-6cf9-4af2-a248-e2b83291b328, rgb(113, 113, 113))\"},AOQsJzkTw:{backgroundColor:\"var(--token-1bd10905-9e93-4fab-9eb7-e87fd2b3159e, rgb(240, 240, 240))\"}},...addPropertyOverrides({\"AOQsJzkTw-hover\":{\"data-framer-name\":undefined},\"dH_ZpJ8Lz-hover\":{\"data-framer-name\":undefined},AOQsJzkTw:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lw37mj-container\",layoutDependency:layoutDependency,layoutId:\"vfw6Xz65e-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-0ed8d650-f1e1-45b2-ab63-b80d7953b21f, rgb(253, 253, 253))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"vfw6Xz65e\",layoutId:\"vfw6Xz65e\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({AOQsJzkTw:{color:\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\",iconSelection:\"Envelope\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1md0jqx\",\"data-styles-preset\":\"rGlbfD0L2\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0ed8d650-f1e1-45b2-ab63-b80d7953b21f, rgb(253, 253, 253)))\"},children:\"Contact me\"})}),className:\"framer-1e0s5is\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eXNNisUA_\",style:{\"--extracted-r6o4lv\":\"var(--token-0ed8d650-f1e1-45b2-ab63-b80d7953b21f, rgb(253, 253, 253))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:M_Hwsk_Ke,variants:{AOQsJzkTw:{\"--extracted-r6o4lv\":\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AOQsJzkTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1md0jqx\",\"data-styles-preset\":\"rGlbfD0L2\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22)))\"},children:\"Contact me\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OmgyT.framer-sk0yns, .framer-OmgyT .framer-sk0yns { display: block; }\",\".framer-OmgyT.framer-xzh5mu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 4px 8px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OmgyT .framer-lw37mj-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-OmgyT .framer-1e0s5is { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OmgyT.framer-xzh5mu { gap: 0px; } .framer-OmgyT.framer-xzh5mu > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-OmgyT.framer-xzh5mu > :first-child { margin-left: 0px; } .framer-OmgyT.framer-xzh5mu > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"AOQsJzkTw\":{\"layout\":[\"auto\",\"auto\"]},\"hzLto8tvm\":{\"layout\":[\"auto\",\"auto\"]},\"lzmPiqWhu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"M_Hwsk_Ke\":\"title\",\"VhzgFN3Vw\":\"link\",\"BDOQCBow5\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqcxHt69uX=withCSS(Component,css,\"framer-OmgyT\");export default FramerqcxHt69uX;FramerqcxHt69uX.displayName=\"Head Home Button\";FramerqcxHt69uX.defaultProps={height:32,width:134};addPropertyControls(FramerqcxHt69uX,{variant:{options:[\"dH_ZpJ8Lz\",\"AOQsJzkTw\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},M_Hwsk_Ke:{defaultValue:\"Contact me\",displayTextArea:false,title:\"Title\",type:ControlType.String},VhzgFN3Vw:{title:\"Link\",type:ControlType.Link},BDOQCBow5:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerqcxHt69uX,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqcxHt69uX\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AOQsJzkTw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hzLto8tvm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lzmPiqWhu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerVariables\":\"{\\\"M_Hwsk_Ke\\\":\\\"title\\\",\\\"VhzgFN3Vw\\\":\\\"link\\\",\\\"BDOQCBow5\\\":\\\"newTab\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"134\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qcxHt69uX.map","// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import TextGlitch from\"https://framerusercontent.com/modules/FtHZTEq2q96kv8q5suPj/WfGrlKC4r2amP6eOvV3t/C_TextGlitch.js\";import PhoneAndTabletMenuNavigation from\"#framer/local/canvasComponent/eApJzzV_S/eApJzzV_S.js\";import HeadHomeButton from\"#framer/local/canvasComponent/qcxHt69uX/qcxHt69uX.js\";import MenuNavigation from\"#framer/local/canvasComponent/szQI7F8P_/szQI7F8P_.js\";import*as sharedStyle from\"#framer/local/css/rGlbfD0L2/rGlbfD0L2.js\";import metadataProvider from\"#framer/local/webPageMetadata/fqqOml6j3/fqqOml6j3.js\";const TextGlitchFonts=getFonts(TextGlitch);const HeadHomeButtonFonts=getFonts(HeadHomeButton);const MenuNavigationFonts=getFonts(MenuNavigation);const PhoneAndTabletMenuNavigationFonts=getFonts(PhoneAndTabletMenuNavigation);const breakpoints={b85BFoUjR:\"(min-width: 1200px)\",cnc9XMsUb:\"(min-width: 560px) and (max-width: 809px)\",ELzTLYx8f:\"(min-width: 810px) and (max-width: 1199px)\",Fa9Az_XyC:\"(max-width: 559px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Pi7ak\";const variantClassNames={b85BFoUjR:\"framer-v-n3lc79\",cnc9XMsUb:\"framer-v-1gtb9lf\",ELzTLYx8f:\"framer-v-g2cxor\",Fa9Az_XyC:\"framer-v-xyqu9t\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Tablet - Narrow\":\"cnc9XMsUb\",Desktop:\"b85BFoUjR\",Phone:\"Fa9Az_XyC\",Tablet:\"ELzTLYx8f\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"b85BFoUjR\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"ELzTLYx8f\",\"cnc9XMsUb\",\"Fa9Az_XyC\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"ELzTLYx8f\",\"cnc9XMsUb\",\"Fa9Az_XyC\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"b85BFoUjR\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-n3lc79\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w45k7i\",\"data-framer-name\":\"Span\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ab2qth\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d4kcuy\",\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11d0dbc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cnc9XMsUb:{fontStyle:{color:\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\",fontFamily:\"Inter\",fontSize:20,fontStyle:\"Normal\",fontWeight:\"500\",letterSpacing:0,lineHeight:1.4,textAlign:\"left\",textTransform:\"none\"}},ELzTLYx8f:{fontStyle:{color:\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\",fontFamily:\"Inter\",fontSize:20,fontStyle:\"Normal\",fontWeight:\"500\",letterSpacing:0,lineHeight:1.4,textAlign:\"left\",textTransform:\"none\"}},Fa9Az_XyC:{fontStyle:{color:\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\",fontFamily:\"Inter\",fontSize:20,fontStyle:\"Normal\",fontWeight:\"500\",letterSpacing:0,lineHeight:1.4,textAlign:\"left\",textTransform:\"none\"}}},children:/*#__PURE__*/_jsx(TextGlitch,{duration:120,fontStyle:{color:\"var(--token-d6ad37d2-83fc-41f7-bead-e0c8dc95e855, rgb(22, 22, 22))\",fontFamily:\"Inter\",fontSize:24,fontStyle:\"Normal\",fontWeight:\"500\",letterSpacing:0,lineHeight:1.4,textAlign:\"left\",textTransform:\"none\"},height:\"100%\",id:\"CJo0EeyWt\",layoutId:\"CJo0EeyWt\",style:{width:\"100%\"},text:\"404\",variant:\"loop\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-37yggg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jo66hr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1md0jqx\",\"data-styles-preset\":\"rGlbfD0L2\",children:\"Hello, wanderer. You're in uncharted territory. I'd suggest returning home and navigate a path from there.\"})}),className:\"framer-qzjzug\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cgVLe2eju\"},implicitPathVariables:undefined},{href:{webPageId:\"cgVLe2eju\"},implicitPathVariables:undefined},{href:{webPageId:\"cgVLe2eju\"},implicitPathVariables:undefined},{href:{webPageId:\"cgVLe2eju\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+0+96+0+0+248+0+0+0+132,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d3pk1x-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cnc9XMsUb:{VhzgFN3Vw:resolvedLinks[2]},ELzTLYx8f:{VhzgFN3Vw:resolvedLinks[1]},Fa9Az_XyC:{VhzgFN3Vw:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(HeadHomeButton,{BDOQCBow5:false,height:\"100%\",id:\"XlligMFck\",layoutId:\"XlligMFck\",M_Hwsk_Ke:\"Return home\",variant:\"dH_ZpJ8Lz\",VhzgFN3Vw:resolvedLinks[0],width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tuqxfb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1md0jqx\",\"data-styles-preset\":\"rGlbfD0L2\",children:\"If you are damn sure there should have been an outpost at this /address, then get in touch with me, and I'll open an investigation into the alleged disappearance of whatever might have existed here.\"})}),className:\"framer-192p9ct\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+0+96+0+0+248+0+212+0+132,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11sohdv-container\",children:/*#__PURE__*/_jsx(HeadHomeButton,{BDOQCBow5:true,height:\"100%\",id:\"mP52nzKz_\",layoutId:\"mP52nzKz_\",M_Hwsk_Ke:\"Send me a letter\",variant:\"AOQsJzkTw\",VhzgFN3Vw:\"mailto:hello@yashbanka.com\",width:\"100%\"})})})]})]})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-682xv8-container hidden-g2cxor hidden-1gtb9lf hidden-xyqu9t\",layoutScroll:true,children:/*#__PURE__*/_jsx(MenuNavigation,{height:\"100%\",id:\"NsnHLGri9\",layoutId:\"NsnHLGri9\",style:{height:\"100%\"},variant:\"QOKEegLIz\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cnc9XMsUb:{height:64,width:componentViewport?.width||\"100vw\",y:0},ELzTLYx8f:{height:64,width:componentViewport?.width||\"100vw\",y:0},Fa9Az_XyC:{height:64,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1786rox-container hidden-n3lc79\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fa9Az_XyC:{variant:\"cqdzboFhU\"}},children:/*#__PURE__*/_jsx(PhoneAndTabletMenuNavigation,{height:\"100%\",id:\"S1fpm_h5H\",layoutId:\"S1fpm_h5H\",style:{width:\"100%\"},variant:\"OivXCyQvD\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pi7ak.framer-cwjd75, .framer-Pi7ak .framer-cwjd75 { display: block; }\",\".framer-Pi7ak.framer-n3lc79 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Pi7ak .framer-w45k7i { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; min-height: 100vh; overflow: hidden; padding: 96px; position: relative; user-select: none; width: 100%; }\",\".framer-Pi7ak .framer-1ab2qth { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pi7ak .framer-1d4kcuy { align-content: center; align-items: center; cursor: default; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pi7ak .framer-11d0dbc-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Pi7ak .framer-37yggg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Pi7ak .framer-1jo66hr, .framer-Pi7ak .framer-tuqxfb { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Pi7ak .framer-qzjzug, .framer-Pi7ak .framer-192p9ct { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Pi7ak .framer-1d3pk1x-container, .framer-Pi7ak .framer-11sohdv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Pi7ak .framer-682xv8-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 0px; width: auto; z-index: 5; }\",\".framer-Pi7ak .framer-1786rox-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Pi7ak.framer-n3lc79, .framer-Pi7ak .framer-w45k7i, .framer-Pi7ak .framer-1ab2qth, .framer-Pi7ak .framer-1d4kcuy, .framer-Pi7ak .framer-37yggg, .framer-Pi7ak .framer-1jo66hr, .framer-Pi7ak .framer-tuqxfb { gap: 0px; } .framer-Pi7ak.framer-n3lc79 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Pi7ak.framer-n3lc79 > :first-child, .framer-Pi7ak .framer-w45k7i > :first-child, .framer-Pi7ak .framer-1ab2qth > :first-child, .framer-Pi7ak .framer-37yggg > :first-child, .framer-Pi7ak .framer-1jo66hr > :first-child, .framer-Pi7ak .framer-tuqxfb > :first-child { margin-top: 0px; } .framer-Pi7ak.framer-n3lc79 > :last-child, .framer-Pi7ak .framer-w45k7i > :last-child, .framer-Pi7ak .framer-1ab2qth > :last-child, .framer-Pi7ak .framer-37yggg > :last-child, .framer-Pi7ak .framer-1jo66hr > :last-child, .framer-Pi7ak .framer-tuqxfb > :last-child { margin-bottom: 0px; } .framer-Pi7ak .framer-w45k7i > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-Pi7ak .framer-1ab2qth > *, .framer-Pi7ak .framer-37yggg > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Pi7ak .framer-1d4kcuy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Pi7ak .framer-1d4kcuy > :first-child { margin-left: 0px; } .framer-Pi7ak .framer-1d4kcuy > :last-child { margin-right: 0px; } .framer-Pi7ak .framer-1jo66hr > *, .framer-Pi7ak .framer-tuqxfb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Pi7ak.framer-n3lc79 { width: 810px; } .framer-Pi7ak .framer-w45k7i { min-height: unset; padding: 96px 48px 48px 48px; }}\",\"@media (min-width: 560px) and (max-width: 809px) { .framer-Pi7ak.framer-n3lc79 { width: 560px; } .framer-Pi7ak .framer-w45k7i { min-height: unset; padding: 96px 48px 48px 48px; }}\",\"@media (max-width: 559px) { .framer-Pi7ak.framer-n3lc79 { width: 390px; } .framer-Pi7ak .framer-w45k7i { min-height: unset; padding: 96px 24px 48px 24px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ELzTLYx8f\":{\"layout\":[\"fixed\",\"auto\"]},\"cnc9XMsUb\":{\"layout\":[\"fixed\",\"auto\"]},\"Fa9Az_XyC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerfqqOml6j3=withCSS(Component,css,\"framer-Pi7ak\");export default FramerfqqOml6j3;FramerfqqOml6j3.displayName=\"404\";FramerfqqOml6j3.defaultProps={height:800,width:1200};addFonts(FramerfqqOml6j3,[{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\"}]},...TextGlitchFonts,...HeadHomeButtonFonts,...MenuNavigationFonts,...PhoneAndTabletMenuNavigationFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfqqOml6j3\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"800\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ELzTLYx8f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cnc9XMsUb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fa9Az_XyC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}