{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/useConstant.js@^1.0.0", "ssg:https://framer.com/m/framer/randomID.js@^2.0.0", "ssg:https://framerusercontent.com/modules/3AZFuXyVYr02RGlDTLwA/GmGJhG7SCK5n63zaYNpL/un4uMmOvM.js", "ssg:https://framerusercontent.com/modules/qJtkOWrhvTtFFdXY0z6S/QdzxgaqcI6smubqwX17X/oV5Ius2n0.js"],
  "sourcesContent": ["import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on.\n * By using `useConstant` you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { useConstant } from \"https://framer.com/m/framer/useConstant.js@^1.0.0\";\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\n/**\n * Generates a random string of BASE62 characters.\n */ export function randomID(length = 5) {\n    return Array(length).fill(0).map(()=>BASE62[Math.floor(Math.random() * BASE62.length)]\n    ).join(\"\");\n}\nexport function useRandomID(length = 5) {\n    return useConstant(()=>randomID(length)\n    );\n}\nconst defaultStorageKey = \"$$FramerRandomID\";\n/**\n * `randomID` but cached in localStorage.\n */ export function useCachedRandomID(storageKey = defaultStorageKey) {\n    return useConstant(()=>{\n        const storage = getLocalStorage();\n        if (!storage) return randomID(8);\n        const cachedValue = storage.getItem(storageKey);\n        if (cachedValue) return cachedValue;\n        const newID = randomID(8);\n        storage.setItem(storageKey, newID);\n        return newID;\n    });\n}\nfunction getLocalStorage() {\n    if (typeof window === undefined) return undefined;\n    try {\n        return window.localStorage;\n    } catch (err) {\n        return undefined;\n    }\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useCachedRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./randomID.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Generated by Framer (1e15e23)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{useActiveVariantCallback,transformTemplate,addFonts,withCSS,addPropertyControls,ControlType,cx,useAddVariantProps,useVariantState,getFonts,Link}from\"framer\";import{useRandomID}from\"https://framer.com/m/framer/randomID.js@^2.0.0\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={\"bUaIi_hr9\":{\"hover\":true}};const cycleOrder=[\"bUaIi_hr9\"];const variantClassNames={\"bUaIi_hr9\":\"framer-v-p8z6rl\"};const humanReadableVariantMap={};const transitions={\"default\":{\"type\":\"spring\",\"ease\":[0.44,0,0.56,1],\"duration\":1,\"delay\":0,\"stiffness\":240,\"damping\":60,\"mass\":4}};const Component=/*#__PURE__*/ React.forwardRef(function({style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"bUaIi_hr9\",tap:HR998nNl7,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"bUaIi_hr9\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapp8z6rl=activeVariantCallback(async(...args)=>{if(HR998nNl7){const res=await HR998nNl7(...args);if(res===false)return false;}});const variantProps=React.useMemo(()=>({\"bUaIi_hr9-hover\":{\"bUaIi_hr9\":{\"data-border\":true}}}),[]);const addVariantProps=useAddVariantProps(baseVariant,gestureVariant,variantProps);const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return(/*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-YTz5Z\",classNames),style:{\"display\":\"contents\",\"pointerEvents\":pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:\"data:framer/page-link,TvGBGBZLF?element=yOoE4nlzk\",transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"bUaIi_hr9-link\"),children:/*#__PURE__*/ _jsx(motion.a,{...restProps,layoutId:\"bUaIi_hr9\",className:cx(\"framer-p8z6rl\",className),style:{\"borderBottomLeftRadius\":\"100%\",\"borderBottomRightRadius\":\"100%\",\"borderTopRightRadius\":\"100%\",\"borderTopLeftRadius\":\"100%\",\"backgroundColor\":\"var(--token-047f7854-564e-41e1-8aea-b94df4666610, rgb(245, 247, 255))\",\"--border-bottom-width\":\"1px\",\"--border-top-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-left-width\":\"1px\",\"--border-style\":\"solid\",\"--border-color\":\"var(--token-047f7854-564e-41e1-8aea-b94df4666610, rgb(61, 61, 61)) /* {\\\"name\\\":\\\"Accent\\\"} */\",...style},\"data-highlight\":true,\"data-framer-name\":\"Variant 1\",\"data-border\":true,onTap:onTapp8z6rl,variants:{\"bUaIi_hr9-hover\":{\"backgroundColor\":\"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(0, 0, 0))\",\"--border-bottom-width\":\"1px\",\"--border-top-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-left-width\":\"1px\",\"--border-style\":\"solid\",\"--border-color\":\"var(--token-44595373-73ab-40d2-89aa-fd2b0a36f69f, rgb(224, 224, 224)) /* {\\\"name\\\":\\\"Dark White\\\"} */\"}},transition:transition,layoutDependency:layoutDependency,ref:ref,...addVariantProps(\"bUaIi_hr9\"),children:/*#__PURE__*/ _jsx(motion.div,{style:{},layoutId:\"mZ_BkRov7-container\",className:\"framer-18n2s5b-container\",transformTemplate:transformTemplate(true),transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"mZ_BkRov7-container\"),children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"mZ_BkRov7\",id:\"mZ_BkRov7\",selectByList:true,iconSelection:\"x\",iconSearch:\"Home\",mirrored:false,color:\"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54)) /* {\\\"name\\\":\\\"Dark\\\"} */\",style:{\"width\":\"100%\",\"height\":\"100%\"},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"mZ_BkRov7\")})})})})})}));});const css=[\".framer-YTz5Z [data-border=\\\"true\\\"]::after { content: \\\"\\\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none;}\",\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YTz5Z * { box-sizing: border-box; }\",\".framer-YTz5Z .framer-p8z6rl { position: relative; cursor: pointer; overflow: visible; width: 40px; height: 40px; display: block; text-decoration: none; }\",\".framer-YTz5Z .framer-18n2s5b-container { position: absolute; width: 16px; height: 16px; left: 50%; top: 50%; flex: none; }\",\".framer-YTz5Z.framer-v-p8z6rl .framer-p8z6rl { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\": \"variant\", \"data\": {\"default\": {\"layout\": [\"fixed\", \"fixed\"]}, \"AfV832d3m\": {\"layout\": [\"fixed\", \"fixed\"]}}}\n * @framerVariables {\"HR998nNl7\": \"tap\"}\n */ const Framerun4uMmOvM=withCSS(Component,css);export default Framerun4uMmOvM;Framerun4uMmOvM.displayName=\"X Button\";Framerun4uMmOvM.defaultProps={\"width\":40,\"height\":40};addPropertyControls(Framerun4uMmOvM,{\"HR998nNl7\":{\"type\":ControlType.EventHandler,\"title\":\"Tap\"}});addFonts(Framerun4uMmOvM,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerun4uMmOvM\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"HR998nNl7\\\": \\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\": \\\"variant\\\", \\\"data\\\": {\\\"default\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}, \\\"AfV832d3m\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./un4uMmOvM.map", "// Generated by Framer (7d51cf8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextLink2 from\"https://framerusercontent.com/modules/grqYcx8pCDia50FGPg4k/OvVE5vNi6MyPBeIfsE7D/FphZTfvS6.js\";import TextLink from\"https://framerusercontent.com/modules/8v7opXzKldB4IkBPHjlh/ieHZK7zji36IzXCTOsj1/Tvop8Y5db.js\";import XButton from\"https://framerusercontent.com/modules/3AZFuXyVYr02RGlDTLwA/GmGJhG7SCK5n63zaYNpL/un4uMmOvM.js\";import TextLink3 from\"https://framerusercontent.com/modules/Lt0CpXZwdVJxNknPFuKF/800K9Qa4DopNrgEEIbIP/w8DPbgTjf.js\";const TextLinkFonts=getFonts(TextLink);const TextLink2Fonts=getFonts(TextLink2);const TextLink3Fonts=getFonts(TextLink3);const XButtonFonts=getFonts(XButton);const cycleOrder=[\"DvcDnP1Ol\",\"igFkxdrFR\",\"hgtxec7ow\"];const serializationHash=\"framer-4L2o6\";const variantClassNames={DvcDnP1Ol:\"framer-v-1golltd\",hgtxec7ow:\"framer-v-lmycgo\",igFkxdrFR:\"framer-v-cnq1y9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"DvcDnP1Ol\",Phone:\"hgtxec7ow\",Tablet:\"igFkxdrFR\"};const getProps=({click,height,id,width,...props})=>{return{...props,HUUwEeEl0:click??props.HUUwEeEl0,variant:humanReadableVariantMap[props.variant]??props.variant??\"DvcDnP1Ol\"};};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,HUUwEeEl0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DvcDnP1Ol\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const tapuohos2=activeVariantCallback(async(...args)=>{if(HUUwEeEl0){const res=await HUUwEeEl0(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"igFkxdrFR\",\"hgtxec7ow\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1golltd\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"DvcDnP1Ol\",ref:refBinding,style:{backgroundColor:\"rgb(0, 0, 0)\",...style},...addPropertyOverrides({hgtxec7ow:{\"data-framer-name\":\"Phone\"},igFkxdrFR:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5xvwd6\",layoutDependency:layoutDependency,layoutId:\"X7mmI9TN7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a2td50\",layoutDependency:layoutDependency,layoutId:\"BVhyPxzOw\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TvGBGBZLF\"},motionChild:true,nodeId:\"sXB8V5TUv\",scopeId:\"oV5Ius2n0\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:416.5,intrinsicWidth:388,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(26+((componentViewport?.height||92)-52-40)/2)+.5+0),pixelHeight:833,pixelWidth:776,sizes:\"36px\",src:\"https://framerusercontent.com/images/sWDj3NX2wzY3c5llYhDyjuOU2og.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/sWDj3NX2wzY3c5llYhDyjuOU2og.png 776w\"},className:\"framer-17vyeky framer-278ccl\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"sXB8V5TUv\"})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54)))\"},children:\"Jackson Darley - Multi-disciplined Designer, London\"})}),className:\"framer-124zei0\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"Z0elf3rtR\",style:{\"--extracted-r6o4lv\":\"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\",\"--framer-link-hover-text-color\":\"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(32, 71, 244))\",\"--framer-link-text-color\":\"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(2, 10, 54))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ml8452\",layoutDependency:layoutDependency,layoutId:\"gx1dvXOn4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:(componentViewport?.y||0)+(26+((componentViewport?.height||92)-52-40)/2)+0+13,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a6libp-container\",layoutDependency:layoutDependency,layoutId:\"X1GgjDHIU-container\",nodeId:\"X1GgjDHIU\",rendersWithMotion:true,scopeId:\"oV5Ius2n0\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"X1GgjDHIU\",layoutId:\"X1GgjDHIU\",Mt4iR8hL4:\"About\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:(componentViewport?.y||0)+(26+((componentViewport?.height||92)-52-40)/2)+0+13,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a299zq-container\",layoutDependency:layoutDependency,layoutId:\"QjcOIcOJE-container\",nodeId:\"QjcOIcOJE\",rendersWithMotion:true,scopeId:\"oV5Ius2n0\",children:/*#__PURE__*/_jsx(TextLink2,{height:\"100%\",id:\"QjcOIcOJE\",layoutId:\"QjcOIcOJE\",Mt4iR8hL4:\"Get in touch\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:14,y:(componentViewport?.y||0)+(26+((componentViewport?.height||92)-52-40)/2)+0+13,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18mf37z-container\",layoutDependency:layoutDependency,layoutId:\"tsCZ7yeXs-container\",nodeId:\"tsCZ7yeXs\",rendersWithMotion:true,scopeId:\"oV5Ius2n0\",children:/*#__PURE__*/_jsx(TextLink3,{height:\"100%\",id:\"tsCZ7yeXs\",layoutId:\"tsCZ7yeXs\",Mt4iR8hL4:\"LinkedIn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xid8ud-container\",layoutDependency:layoutDependency,layoutId:\"QPPcZHKPp-container\",nodeId:\"QPPcZHKPp\",rendersWithMotion:true,scopeId:\"oV5Ius2n0\",children:/*#__PURE__*/_jsx(XButton,{height:\"100%\",id:\"QPPcZHKPp\",layoutId:\"QPPcZHKPp\",tap:tapuohos2,width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4L2o6.framer-278ccl, .framer-4L2o6 .framer-278ccl { display: block; }\",\".framer-4L2o6.framer-1golltd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 26px 20px 26px 20px; position: relative; width: 1440px; }\",\".framer-4L2o6 .framer-5xvwd6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 97%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4L2o6 .framer-a2td50 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4L2o6 .framer-17vyeky { aspect-ratio: 0.9315726290516206 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); overflow: visible; position: relative; text-decoration: none; width: 36px; }\",\".framer-4L2o6 .framer-124zei0 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-4L2o6 .framer-ml8452 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4L2o6 .framer-1a6libp-container, .framer-4L2o6 .framer-1a299zq-container, .framer-4L2o6 .framer-18mf37z-container, .framer-4L2o6 .framer-xid8ud-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4L2o6.framer-1golltd, .framer-4L2o6 .framer-a2td50, .framer-4L2o6 .framer-ml8452 { gap: 0px; } .framer-4L2o6.framer-1golltd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-4L2o6.framer-1golltd > :first-child, .framer-4L2o6 .framer-a2td50 > :first-child, .framer-4L2o6 .framer-ml8452 > :first-child { margin-left: 0px; } .framer-4L2o6.framer-1golltd > :last-child, .framer-4L2o6 .framer-a2td50 > :last-child, .framer-4L2o6 .framer-ml8452 > :last-child { margin-right: 0px; } .framer-4L2o6 .framer-a2td50 > *, .framer-4L2o6 .framer-ml8452 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-4L2o6.framer-v-cnq1y9.framer-1golltd { width: 640px; }\",\".framer-4L2o6.framer-v-lmycgo.framer-1golltd { padding: 26px 15px 26px 15px; width: 390px; }\",\".framer-4L2o6.framer-v-lmycgo .framer-a2td50 { order: 0; }\",\".framer-4L2o6.framer-v-lmycgo .framer-ml8452 { gap: 10px; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4L2o6.framer-v-lmycgo .framer-ml8452 { gap: 0px; } .framer-4L2o6.framer-v-lmycgo .framer-ml8452 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4L2o6.framer-v-lmycgo .framer-ml8452 > :first-child { margin-left: 0px; } .framer-4L2o6.framer-v-lmycgo .framer-ml8452 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 92\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"igFkxdrFR\":{\"layout\":[\"fixed\",\"auto\"]},\"hgtxec7ow\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"HUUwEeEl0\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroV5Ius2n0=withCSS(Component,css,\"framer-4L2o6\");export default FrameroV5Ius2n0;FrameroV5Ius2n0.displayName=\"Header 2\";FrameroV5Ius2n0.defaultProps={height:92,width:1440};addPropertyControls(FrameroV5Ius2n0,{variant:{options:[\"DvcDnP1Ol\",\"igFkxdrFR\",\"hgtxec7ow\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},HUUwEeEl0:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameroV5Ius2n0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...TextLinkFonts,...TextLink2Fonts,...TextLink3Fonts,...XButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroV5Ius2n0\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"92\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"igFkxdrFR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hgtxec7ow\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"HUUwEeEl0\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["useConstant", "init", "ref", "pe", "BASE62", "randomID", "length", "useRandomID", "useConstant", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "HR998nNl7", "restProps", "ref", "variant", "variants", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapp8z6rl", "args", "variantProps", "se", "addVariantProps", "useAddVariantProps", "defaultLayoutId", "useRandomID", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "transformTemplate", "css", "Framerun4uMmOvM", "withCSS", "un4uMmOvM_default", "addPropertyControls", "ControlType", "addFonts", "TextLinkFonts", "getFonts", "Tvop8Y5db_default", "TextLink2Fonts", "FphZTfvS6_default", "TextLink3Fonts", "w8DPbgTjf_default", "XButtonFonts", "un4uMmOvM_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "HUUwEeEl0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "tapuohos2", "args", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FrameroV5Ius2n0", "withCSS", "oV5Ius2n0_default", "addPropertyControls", "ControlType", "addFonts"]
}
