{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/YLaa8d1qFbxTy5CePxwo/rgGA6RspcztoI27zKImU/Clock.js", "ssg:https://framerusercontent.com/modules/dgZYq8NOa3mJWubboGkw/h2aeaCgj7h8lBx6CH9pT/aqnmKOCsP.js", "ssg:https://framerusercontent.com/modules/yCQinYp84wa8BOkY8ZLy/ltMyEqsi4kgylEs0foAj/Dk7DgiGxf.js", "ssg:https://framerusercontent.com/modules/h6TvYXG4XlJvxJhFh1pp/7Zsj4AEAD5TmI8SMdXzd/c9RqtAJJd.js", "ssg:https://framerusercontent.com/modules/k4U7KnDSzfW1mx5In5dI/1CnIcYWDszhfl64dacie/xFwnbqqMb.js", "ssg:https://framerusercontent.com/modules/e5DJYJXTvls8kd7AaRcr/SLbKa87HqvSWxGcXJDAq/ZEeHWoa_j.js", "ssg:https://framerusercontent.com/modules/n6NhEwQQESvd6LOKFupQ/A1NFdq8KP1XNADMSg566/rrvW7d7F0.js", "ssg:https://framerusercontent.com/modules/jrXFoxNFodtzFb8hfFUS/qYx1r5oxZN1Mz3ZPU0KI/OKNVnqycl.js"],
  "sourcesContent": ["import{jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useEffect}from\"react\";const timeZones=typeof Intl!=\"undefined\"?Intl.supportedValuesOf(\"timeZone\"):[];/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function Clock(props){const[currentTime,setCurrentTime]=useState(new Date);useEffect(()=>{const timerID=setInterval(()=>updateCurrentTime(),1e3);return()=>{clearInterval(timerID);};},[]);const updateCurrentTime=()=>{let newTime;if(props.customTimeZone===\"auto\"){newTime=new Date;}else{newTime=new Date(new Date().toLocaleString(\"en-US\",{timeZone:props.customTimeZone}));}setCurrentTime(newTime);};let text=\"\";const ampmText=props.ampmCase===\"uppercase\"?[\"AM\",\"PM\"]:[\"am\",\"pm\"];const hours=props.is12hour?currentTime.getHours()%12||12:currentTime.getHours();const minutes=currentTime.getMinutes().toString().padStart(2,\"0\");const ampm=props.is12hour?currentTime.getHours()>=12?\" \"+ampmText[1]:\" \"+ampmText[0]:\"\";if(props.seconds){const seconds=currentTime.getSeconds().toString().padStart(2,\"0\");text=`${hours}:${minutes}:${seconds}${ampm}`;}else{text=`${hours}:${minutes}${ampm}`;}// Optional: Display the time zone abbreviation\nlet timeZoneAbbreviation=\"\";if(props.timeZone){timeZoneAbbreviation=\" \"+new Intl.DateTimeFormat(\"en-US\",{timeZone:props.customTimeZone===\"auto\"?undefined:props.customTimeZone,timeZoneName:\"short\"}).formatToParts(currentTime).find(part=>part.type===\"timeZoneName\").value;}return /*#__PURE__*/_jsxs(\"p\",{style:{color:props.color,userSelect:props.textSelect?\"auto\":\"none\",margin:0,...props.font},children:[props.prefix,text,timeZoneAbbreviation,props.suffix]});}addPropertyControls(Clock,{customTimeZone:{type:ControlType.Enum,defaultValue:\"auto\",options:[\"auto\",...timeZones],optionTitles:[\"Auto (Local)\",...timeZones],title:\"Time Zone\"},seconds:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\"},timeZone:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\",title:\"Time Zone Label\"},is12hour:{type:ControlType.Boolean,defaultValue:true,enabledTitle:\"12 Hour\",disabledTitle:\"24 Hour\",title:\"Mode\"},ampmCase:{type:ControlType.Enum,defaultValue:\"uppercase\",options:[\"uppercase\",\"lowercase\"],optionTitles:[\"AM / PM\",\"am / pm\"],title:\"Case\",hidden(props){return!props.is12hour;}},color:{type:ControlType.Color,defaultValue:\"#000\",title:\"Font Color\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,lineHeight:1}},prefix:{type:ControlType.String},suffix:{type:ControlType.String},textSelect:{type:ControlType.Boolean,defaultValue:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clock\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clock.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={BQCkZT8ni:{hover:true}};const cycleOrder=[\"BQCkZT8ni\"];const serializationHash=\"framer-q2Xk4\";const variantClassNames={BQCkZT8ni:\"framer-v-1q7gqkn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:2,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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,icon,id,link,tap,width,...props})=>{var _ref;return{...props,pDmKj7iYL:link!==null&&link!==void 0?link:props.pDmKj7iYL,xnamlO4dm:(_ref=icon!==null&&icon!==void 0?icon:props.xnamlO4dm)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/ZUCiPDGM4tmRD4tTyrViIkfFS6A.png\"},YjsPeu1Mk:tap!==null&&tap!==void 0?tap:props.YjsPeu1Mk};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,pDmKj7iYL,YjsPeu1Mk,xnamlO4dm,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"BQCkZT8ni\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzonpqe=activeVariantCallback(async(...args)=>{if(YjsPeu1Mk){const res=await YjsPeu1Mk(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{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-q2Xk4\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:pDmKj7iYL,openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/ZUCiPDGM4tmRD4tTyrViIkfFS6A.png\"},className:`${cx(\"framer-1q7gqkn\",className)} framer-exxto7`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BQCkZT8ni\",onTap:onTapzonpqe,ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:.5,...style},variants:{\"BQCkZT8ni-hover\":{opacity:1}},...addPropertyOverrides({\"BQCkZT8ni-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"min(20px, 100vw)\",...toResponsiveImage(xnamlO4dm)},className:\"framer-s0cmf9\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"CsxTDqcmn\"})})})})})});});const css=['.framer-q2Xk4 [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-q2Xk4 .framer-exxto7 { display: block; }\",\".framer-q2Xk4 .framer-1q7gqkn { cursor: pointer; height: 20px; overflow: hidden; position: relative; text-decoration: none; width: 20px; }\",\".framer-q2Xk4 .framer-s0cmf9 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-q2Xk4.framer-v-1q7gqkn.hover .framer-1q7gqkn { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FZLHDiB61\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pDmKj7iYL\":\"link\",\"YjsPeu1Mk\":\"tap\",\"xnamlO4dm\":\"icon\"}\n * @framerImmutableVariables true\n */const FrameraqnmKOCsP=withCSS(Component,css,\"framer-q2Xk4\");export default FrameraqnmKOCsP;FrameraqnmKOCsP.displayName=\"Icon\";FrameraqnmKOCsP.defaultProps={height:20,width:20};addPropertyControls(FrameraqnmKOCsP,{pDmKj7iYL:{title:\"Link\",type:ControlType.Link},YjsPeu1Mk:{title:\"Tap\",type:ControlType.EventHandler},xnamlO4dm:{__defaultAssetReference:\"data:framer/asset-reference,ZUCiPDGM4tmRD4tTyrViIkfFS6A.png?originalFilename=Insta+icon.png&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage}});addFonts(FrameraqnmKOCsP,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraqnmKOCsP\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"pDmKj7iYL\\\":\\\"link\\\",\\\"YjsPeu1Mk\\\":\\\"tap\\\",\\\"xnamlO4dm\\\":\\\"icon\\\"}\",\"framerIntrinsicHeight\":\"20\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FZLHDiB61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"20\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aqnmKOCsP.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFonts,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Icon from\"https://framerusercontent.com/modules/dgZYq8NOa3mJWubboGkw/h2aeaCgj7h8lBx6CH9pT/aqnmKOCsP.js\";const IconFonts=getFonts(Icon);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"ZBE0UU0qw\"];const serializationHash=\"framer-0YIIs\";const variantClassNames={ZBE0UU0qw:\"framer-v-bbxgmz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const animation={opacity:0,rotate:0,scale:1,x:0,y:30};const transition1={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,scale:1.1,transition:transition2};const animation3={opacity:.9,rotate:0,scale:.95,transition:transition2};const transformTemplate=(_,t)=>`perspective(1200px) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={damping:100,delay:.1,mass:3,stiffness:500,type:\"spring\"};const transition4={damping:100,delay:.2,mass:3,stiffness:500,type:\"spring\"};const transition5={damping:100,delay:.3,mass:3,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"ZBE0UU0qw\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{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-0YIIs\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-bbxgmz\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZBE0UU0qw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-17svkft-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"VIlh_fiuz-container\",name:\"X\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"VIlh_fiuz\",layoutId:\"VIlh_fiuz\",name:\"X\",pDmKj7iYL:\"https://twitter.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xnamlO4dm:addImageAlt({src:\"https://framerusercontent.com/images/RqKfCUL0i2Mt7kbWJDxo5D37DPc.png\"},\"\")})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-17b09q9-container\",\"data-framer-name\":\"Linkdin\",layoutDependency:layoutDependency,layoutId:\"rSK0bqu_f-container\",name:\"Linkdin\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"rSK0bqu_f\",layoutId:\"rSK0bqu_f\",name:\"Linkdin\",pDmKj7iYL:\"https://www.linkedin.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xnamlO4dm:addImageAlt({src:\"https://framerusercontent.com/images/rax8jtAfRagWkYiUdBVbBscsVQ.png\"},\"\")})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2i4t1f-container\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"YOze00m1E-container\",name:\"Instagram\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"YOze00m1E\",layoutId:\"YOze00m1E\",name:\"Instagram\",pDmKj7iYL:\"https://www.instagram.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1g6u7tp-container\",\"data-framer-name\":\"Dribble\",layoutDependency:layoutDependency,layoutId:\"LIqcgx_Lf-container\",name:\"Dribble\",transformTemplate:transformTemplate,whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"LIqcgx_Lf\",layoutId:\"LIqcgx_Lf\",name:\"Dribble\",pDmKj7iYL:\"https://dribbble.com/\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xnamlO4dm:addImageAlt({src:\"https://framerusercontent.com/images/vPflHO8T5hKtLN8jRbJMH0D4js.png\"},\"\")})})]})})})});});const css=['.framer-0YIIs [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-0YIIs .framer-1akrfym { display: block; }\",\".framer-0YIIs .framer-bbxgmz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-0YIIs .framer-17svkft-container, .framer-0YIIs .framer-17b09q9-container, .framer-0YIIs .framer-2i4t1f-container, .framer-0YIIs .framer-1g6u7tp-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0YIIs .framer-bbxgmz { gap: 0px; } .framer-0YIIs .framer-bbxgmz > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-0YIIs .framer-bbxgmz > :first-child { margin-left: 0px; } .framer-0YIIs .framer-bbxgmz > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n */const FramerDk7DgiGxf=withCSS(Component,css,\"framer-0YIIs\");export default FramerDk7DgiGxf;FramerDk7DgiGxf.displayName=\"Social links\";FramerDk7DgiGxf.defaultProps={height:20,width:170};addFonts(FramerDk7DgiGxf,[...IconFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDk7DgiGxf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"170\",\"framerIntrinsicHeight\":\"20\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (05fbd34)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,getFonts,Image,Link,optimizeAppear,optimizeAppearTransformTemplate,RichText,useActiveVariantCallback,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clock from\"https://framerusercontent.com/modules/YLaa8d1qFbxTy5CePxwo/rgGA6RspcztoI27zKImU/Clock.js\";import SocialLinks from\"https://framerusercontent.com/modules/yCQinYp84wa8BOkY8ZLy/ltMyEqsi4kgylEs0foAj/Dk7DgiGxf.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const ClockFonts=getFonts(Clock);const SocialLinksFonts=getFonts(SocialLinks);const cycleOrder=[\"YDERUTJP7\",\"ZB9j2YeN5\"];const serializationHash=\"framer-MG6ee\";const variantClassNames={YDERUTJP7:\"framer-v-1qfyj1t\",ZB9j2YeN5:\"framer-v-2t0lvi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transition1={damping:100,delay:0,mass:3,stiffness:300,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:50};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,scale:1,x:0,y:50};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,scale:1,transition:transition2,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,scale:1,x:0,y:0};const animation6={opacity:1,rotate:0,scale:1.05,transition:transition2};const animation7={opacity:.9,rotate:0,scale:.95,transition:transition2};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 transition3={damping:100,delay:.1,mass:3,stiffness:300,type:\"spring\"};const animation8={opacity:0,rotate:0,scale:1,transition:transition3,x:0,y:50};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition3,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"YDERUTJP7\",Phone:\"ZB9j2YeN5\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"YDERUTJP7\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"YDERUTJP7\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1gx595p=overlay=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qfyj1t\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YDERUTJP7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ZB9j2YeN5:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18qxws1\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"O6BLi0nvR\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1oab735\",animation1,\"1qfyj1t\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6)))\"},children:\"Portfolio \\xa9 2024.\"})}),className:\"framer-1oab735\",\"data-framer-appear-id\":\"1oab735\",\"data-framer-name\":\"Portfolio \\xa9 2023. Designed by Aalay Rasool\",exit:animation,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"1oab735\",animation2,\"1qfyj1t\"),layoutDependency:layoutDependency,layoutId:\"RDLWw61xY\",style:{\"--extracted-r6o4lv\":\"var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6))\"},transformTemplate:optimizeAppearTransformTemplate(\"1oab735\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZB9j2YeN5:{\"data-framer-appear-id\":\"3p6ru0\",animate:optimizeAppear(\"animate\",\"3p6ru0\",animation1,\"2t0lvi\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6)))\"},children:\"Portfolio \\xa9 2024.\"})}),initial:optimizeAppear(\"initial\",\"3p6ru0\",animation2,\"2t0lvi\"),transformTemplate:optimizeAppearTransformTemplate(\"3p6ru0\",transformTemplate1)}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yc16td\",\"data-framer-name\":\"REMOVE ME\",layoutDependency:layoutDependency,layoutId:\"SWdJPnbqr\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"u6tjqn\",animation1,\"1qfyj1t\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)))\"},children:[\"Designed by\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\" Zing Nolan\"})]})}),className:\"framer-u6tjqn\",\"data-framer-appear-id\":\"u6tjqn\",\"data-framer-name\":\"Designed by Aalay Rasool\",\"data-highlight\":true,exit:animation,fonts:[\"Inter-Medium\"],id:`${layoutId}-u6tjqn`,initial:optimizeAppear(\"initial\",\"u6tjqn\",animation2,\"1qfyj1t\"),layoutDependency:layoutDependency,layoutId:\"WJ1GS2yuy\",onMouseEnter:onMouseEnter1gx595p(overlay),ref:ref2,style:{\"--extracted-1w3ko1f\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5))\"},transformTemplate:optimizeAppearTransformTemplate(\"u6tjqn\",transformTemplate1),verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZB9j2YeN5:{\"data-framer-appear-id\":\"10na0r4\",animate:optimizeAppear(\"animate\",\"10na0r4\",animation1,\"2t0lvi\"),initial:optimizeAppear(\"initial\",\"10na0r4\",animation2,\"2t0lvi\"),transformTemplate:optimizeAppearTransformTemplate(\"10na0r4\",transformTemplate1)}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-u6tjqn`,offsetX:0,offsetY:-10,onDismiss:overlay.hide,placement:\"top\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({ZB9j2YeN5:{safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1s96vw3\",\"data-border\":true,exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"uGDI5BwDu\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.19)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(7px)\",backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0px 40px -10px rgba(255, 255, 255, 0.2)\",WebkitBackdropFilter:\"blur(7px)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-163d5zb\",layoutDependency:layoutDependency,layoutId:\"Q3Oohnd9n\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x8fcde\",layoutDependency:layoutDependency,layoutId:\"o74OCMQ0s\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:2010,pixelHeight:1080,pixelWidth:2010,sizes:\"40px\",src:\"https://framerusercontent.com/images/1NbP9kOmQo1RotNZ2Ysh6208Aw.jpg\",srcSet:\"https://framerusercontent.com/images/1NbP9kOmQo1RotNZ2Ysh6208Aw.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/1NbP9kOmQo1RotNZ2Ysh6208Aw.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/1NbP9kOmQo1RotNZ2Ysh6208Aw.jpg 2010w\"},className:\"framer-14hugn4\",layoutDependency:layoutDependency,layoutId:\"lUrJhfOrb\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/zing-nolan/\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2qkvi1 framer-2zebgo\",layoutDependency:layoutDependency,layoutId:\"XwvCWSMuh\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},whileHover:animation6,whileTap:animation7,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"10px\"},children:\"Follow me\"})}),className:\"framer-g5k9ck\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"dTVOJbS4Q\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-unjgeo\",layoutDependency:layoutDependency,layoutId:\"rqOiAigjG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"13px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Zing Nolan\"})}),className:\"framer-12emhfz\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"C0As496AH\",style:{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter-Light\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"11px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)))\"},children:\"@zingnolan_\"})}),className:\"framer-trugrv\",fonts:[\"Inter-Light\"],layoutDependency:layoutDependency,layoutId:\"KmmhvnRxq\",style:{\"--extracted-r6o4lv\":\"var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)))\"},children:\"UX/UI Designer based in Australia & China. Available for freelance.\"})}),className:\"framer-k4bkp7\",layoutDependency:layoutDependency,layoutId:\"W18y1hR8x\",style:{\"--extracted-r6o4lv\":\"var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"dptgte\",animation9,\"1qfyj1t\"),className:\"framer-dptgte-container\",\"data-framer-appear-id\":\"dptgte\",exit:animation8,initial:optimizeAppear(\"initial\",\"dptgte\",animation2,\"1qfyj1t\"),layoutDependency:layoutDependency,layoutId:\"hwFTMN7ih-container\",transformTemplate:optimizeAppearTransformTemplate(\"dptgte\",transformTemplate1),...addPropertyOverrides({ZB9j2YeN5:{\"data-framer-appear-id\":\"1by0zck\",animate:optimizeAppear(\"animate\",\"1by0zck\",animation9,\"2t0lvi\"),initial:optimizeAppear(\"initial\",\"1by0zck\",animation2,\"2t0lvi\"),transformTemplate:optimizeAppearTransformTemplate(\"1by0zck\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Clock,{ampmCase:\"lowercase\",color:'var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6)) /* {\"name\":\"Text/Secondary\"} */',customTimeZone:\"auto\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"18px\",textAlign:\"center\"},height:\"100%\",id:\"hwFTMN7ih\",is12hour:true,layoutId:\"hwFTMN7ih\",prefix:\"\",seconds:true,suffix:\"\",textSelect:true,timeZone:false,width:\"100%\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"10420ay\",animation1,\"1qfyj1t\"),className:\"framer-10420ay-container\",\"data-framer-appear-id\":\"10420ay\",exit:animation,initial:optimizeAppear(\"initial\",\"10420ay\",animation2,\"1qfyj1t\"),layoutDependency:layoutDependency,layoutId:\"oafLBjMGH-container\",transformTemplate:optimizeAppearTransformTemplate(\"10420ay\",transformTemplate1),...addPropertyOverrides({ZB9j2YeN5:{\"data-framer-appear-id\":\"1e87mm7\",animate:optimizeAppear(\"animate\",\"1e87mm7\",animation1,\"2t0lvi\"),initial:optimizeAppear(\"initial\",\"1e87mm7\",animation2,\"2t0lvi\"),transformTemplate:optimizeAppearTransformTemplate(\"1e87mm7\",transformTemplate1)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SocialLinks,{height:\"100%\",id:\"oafLBjMGH\",layoutId:\"oafLBjMGH\",width:\"100%\"})})]})})})});});const css=['.framer-MG6ee[data-border=\"true\"]::after, .framer-MG6ee [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-MG6ee.framer-2zebgo, .framer-MG6ee .framer-2zebgo { display: block; }\",\".framer-MG6ee.framer-1qfyj1t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1136px; }\",\".framer-MG6ee .framer-18qxws1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 285px; }\",\".framer-MG6ee .framer-1oab735, .framer-MG6ee .framer-u6tjqn { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-MG6ee .framer-1yc16td { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-MG6ee .framer-1s96vw3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 20px 20px 20px 20px; position: relative; width: 297px; }\",\".framer-MG6ee .framer-163d5zb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-MG6ee .framer-1x8fcde { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-MG6ee .framer-14hugn4 { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\".framer-MG6ee .framer-2qkvi1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: auto; }\",\".framer-MG6ee .framer-g5k9ck { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-MG6ee .framer-unjgeo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-MG6ee .framer-12emhfz, .framer-MG6ee .framer-trugrv, .framer-MG6ee .framer-k4bkp7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-MG6ee .framer-dptgte-container, .framer-MG6ee .framer-10420ay-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MG6ee .framer-18qxws1, .framer-MG6ee .framer-1yc16td, .framer-MG6ee .framer-1s96vw3, .framer-MG6ee .framer-163d5zb, .framer-MG6ee .framer-2qkvi1, .framer-MG6ee .framer-unjgeo { gap: 0px; } .framer-MG6ee .framer-18qxws1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MG6ee .framer-18qxws1 > :first-child { margin-left: 0px; } .framer-MG6ee .framer-18qxws1 > :last-child { margin-right: 0px; } .framer-MG6ee .framer-1yc16td > *, .framer-MG6ee .framer-2qkvi1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-MG6ee .framer-1yc16td > :first-child, .framer-MG6ee .framer-1s96vw3 > :first-child, .framer-MG6ee .framer-163d5zb > :first-child, .framer-MG6ee .framer-2qkvi1 > :first-child, .framer-MG6ee .framer-unjgeo > :first-child { margin-top: 0px; } .framer-MG6ee .framer-1yc16td > :last-child, .framer-MG6ee .framer-1s96vw3 > :last-child, .framer-MG6ee .framer-163d5zb > :last-child, .framer-MG6ee .framer-2qkvi1 > :last-child, .framer-MG6ee .framer-unjgeo > :last-child { margin-bottom: 0px; } .framer-MG6ee .framer-1s96vw3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-MG6ee .framer-163d5zb > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-MG6ee .framer-unjgeo > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }\",\".framer-MG6ee.framer-v-2t0lvi.framer-1qfyj1t { flex-direction: column; gap: 20px; justify-content: flex-start; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MG6ee.framer-v-2t0lvi.framer-1qfyj1t { gap: 0px; } .framer-MG6ee.framer-v-2t0lvi.framer-1qfyj1t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-MG6ee.framer-v-2t0lvi.framer-1qfyj1t > :first-child { margin-top: 0px; } .framer-MG6ee.framer-v-2t0lvi.framer-1qfyj1t > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 1136\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZB9j2YeN5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Framerc9RqtAJJd=withCSS(Component,css,\"framer-MG6ee\");export default Framerc9RqtAJJd;Framerc9RqtAJJd.displayName=\"Navigation/Footer\";Framerc9RqtAJJd.defaultProps={height:20,width:1136};addPropertyControls(Framerc9RqtAJJd,{variant:{options:[\"YDERUTJP7\",\"ZB9j2YeN5\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerc9RqtAJJd,[...ClockFonts,...SocialLinksFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc9RqtAJJd\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1136\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"20\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZB9j2YeN5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./c9RqtAJJd.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-ufSY4 .framer-styles-preset-14pabm7:not(.rich-text-wrapper), .framer-ufSY4 .framer-styles-preset-14pabm7.rich-text-wrapper a { --framer-link-current-text-color: var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, #ffffff); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, #ffffff); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6)); --framer-link-text-decoration: none; transition: color 0.7s cubic-bezier(0, 0.95, 1, 1) 0s; }\"];export const className=\"framer-ufSY4\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[];export const css=['.framer-qrV1E .framer-styles-preset-10o0dh4:not(.rich-text-wrapper), .framer-qrV1E .framer-styles-preset-10o0dh4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 26px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-qrV1E .framer-styles-preset-10o0dh4:not(.rich-text-wrapper), .framer-qrV1E .framer-styles-preset-10o0dh4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qrV1E .framer-styles-preset-10o0dh4:not(.rich-text-wrapper), .framer-qrV1E .framer-styles-preset-10o0dh4.rich-text-wrapper p { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.03em; --framer-line-height: 24px; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.5)); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-qrV1E\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (05fbd34)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,Link,RichText,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/e5DJYJXTvls8kd7AaRcr/SLbKa87HqvSWxGcXJDAq/ZEeHWoa_j.js\";const enabledGestures={aK0NDqI5c:{hover:true},fICPVHJRe:{hover:true},Knd5sHika:{hover:true},VoCeo5sik:{hover:true}};const cycleOrder=[\"Knd5sHika\",\"aK0NDqI5c\",\"fICPVHJRe\",\"VoCeo5sik\",\"jtV5g535r\",\"iRyRjeSAF\",\"xWAa8NN4L\",\"Ppe9AHt_M\",\"Yq3Ho3G3L\"];const serializationHash=\"framer-Nx0hd\";const variantClassNames={aK0NDqI5c:\"framer-v-yv1jk5\",fICPVHJRe:\"framer-v-1h4sgbr\",iRyRjeSAF:\"framer-v-1mpchb9\",jtV5g535r:\"framer-v-innn5a\",Knd5sHika:\"framer-v-1owij1e\",Ppe9AHt_M:\"framer-v-1mqtse7\",VoCeo5sik:\"framer-v-86q97w\",xWAa8NN4L:\"framer-v-1cl5i6n\",Yq3Ho3G3L:\"framer-v-y4pc6t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:.8,ease:[0,0,1,1],type:\"tween\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Contact page\":\"jtV5g535r\",\"Phone-bottom\":\"Ppe9AHt_M\",\"Phone-left\":\"Yq3Ho3G3L\",\"Phone-right\":\"xWAa8NN4L\",\"Phone-top\":\"iRyRjeSAF\",Bottom:\"fICPVHJRe\",Left:\"VoCeo5sik\",Right:\"aK0NDqI5c\",Top:\"Knd5sHika\"};const getProps=({height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,rgW19KOO0:link!==null&&link!==void 0?link:props.rgW19KOO0,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Knd5sHika\",vVkYWVsnA:(_ref1=title!==null&&title!==void 0?title:props.vVkYWVsnA)!==null&&_ref1!==void 0?_ref1:\"Button CTA\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,vVkYWVsnA,rgW19KOO0,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Knd5sHika\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearx4yxc4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(CycleVariantState),700);});const onAppearjsxc6n=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Knd5sHika\"),700);});const onAppearubu042=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xWAa8NN4L\"),700);});const onAppear10xepy7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ppe9AHt_M\"),700);});const onAppearcgn5l8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Yq3Ho3G3L\"),700);});const onAppear1rd5a72=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iRyRjeSAF\"),700);});useOnVariantChange(baseVariant,{default:onAppearx4yxc4,iRyRjeSAF:onAppearubu042,jtV5g535r:undefined,Ppe9AHt_M:onAppearcgn5l8,VoCeo5sik:onAppearjsxc6n,xWAa8NN4L:onAppear10xepy7,Yq3Ho3G3L:onAppear1rd5a72});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"jtV5g535r\",\"iRyRjeSAF\",\"xWAa8NN4L\",\"Ppe9AHt_M\",\"Yq3Ho3G3L\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:rgW19KOO0,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1owij1e\",className,classNames)} framer-1hvslci`,\"data-framer-name\":\"Top\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Knd5sHika\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"aK0NDqI5c-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"fICPVHJRe-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"Knd5sHika-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},\"VoCeo5sik-hover\":{backgroundColor:\"rgba(255, 255, 255, 0)\"},iRyRjeSAF:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Ppe9AHt_M:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},xWAa8NN4L:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Yq3Ho3G3L:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}},...addPropertyOverrides({\"aK0NDqI5c-hover\":{\"data-framer-name\":undefined},\"fICPVHJRe-hover\":{\"data-framer-name\":undefined},\"Knd5sHika-hover\":{\"data-framer-name\":undefined},\"VoCeo5sik-hover\":{\"data-framer-name\":undefined},aK0NDqI5c:{\"data-framer-name\":\"Right\"},fICPVHJRe:{\"data-framer-name\":\"Bottom\"},iRyRjeSAF:{\"data-framer-name\":\"Phone-top\"},jtV5g535r:{\"data-framer-name\":\"Contact page\",\"data-highlight\":undefined},Ppe9AHt_M:{\"data-framer-name\":\"Phone-bottom\"},VoCeo5sik:{\"data-framer-name\":\"Left\"},xWAa8NN4L:{\"data-framer-name\":\"Phone-right\"},Yq3Ho3G3L:{\"data-framer-name\":\"Phone-left\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19uoyyq\",\"data-framer-name\":\"Glow\",layoutDependency:layoutDependency,layoutId:\"IaJuJhNtA\",style:{background:\"radial-gradient(25% 50% at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,filter:\"blur(15px)\",WebkitFilter:\"blur(15px)\"},variants:{\"aK0NDqI5c-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(213, 179, 255, 0.4) 0%, rgba(255, 255, 255, 0.00578) 100%, rgba(255, 255, 255, 0) 100%)\"},\"fICPVHJRe-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(213, 179, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\"},\"Knd5sHika-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(213, 179, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},\"VoCeo5sik-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(237, 224, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)\"},aK0NDqI5c:{background:\"radial-gradient(25% 50% at 100% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},fICPVHJRe:{background:\"radial-gradient(25% 25% at 50% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},VoCeo5sik:{background:\"radial-gradient(25% 50% at 0% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d3vavm\",\"data-framer-name\":\"Stroke\",layoutDependency:layoutDependency,layoutId:\"l8_SjxMII\",style:{background:\"radial-gradient(25% 50% at 50% 0%, rgb(255, 255, 255) 0%, rgba(114, 24, 229, 0) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{\"aK0NDqI5c-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%)\"},\"fICPVHJRe-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},\"Knd5sHika-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},\"VoCeo5sik-hover\":{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},aK0NDqI5c:{background:\"radial-gradient(25% 50% at 100% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},fICPVHJRe:{background:\"radial-gradient(25% 25% at 50% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},iRyRjeSAF:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},jtV5g535r:{background:\"radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)\"},Ppe9AHt_M:{background:\"radial-gradient(25% 50% at 50% 100%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},VoCeo5sik:{background:\"radial-gradient(25% 50% at 0% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\"},xWAa8NN4L:{background:\"radial-gradient(25% 50% at 100% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Yq3Ho3G3L:{background:\"radial-gradient(25% 50% at 0% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i3vasf\",\"data-framer-name\":\"Fill\",layoutDependency:layoutDependency,layoutId:\"Xlp82cmI4\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{\"aK0NDqI5c-hover\":{backgroundColor:\"rgb(114, 24, 229)\"},\"fICPVHJRe-hover\":{backgroundColor:\"rgb(114, 24, 229)\"},\"Knd5sHika-hover\":{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\"},\"VoCeo5sik-hover\":{backgroundColor:\"rgb(114, 24, 229)\"},iRyRjeSAF:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},jtV5g535r:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\"},Ppe9AHt_M:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},xWAa8NN4L:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},Yq3Ho3G3L:{backgroundColor:\"var(--token-9a3ed524-a809-45bc-a00d-717f89253222, rgb(114, 24, 229))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\"},children:\"Button CTA\"})}),className:\"framer-12w9of1\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"sVHZ4TJNU\",text:vVkYWVsnA,variants:{\"aK0NDqI5c-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},\"fICPVHJRe-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},\"Knd5sHika-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},\"VoCeo5sik-hover\":{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},iRyRjeSAF:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},jtV5g535r:{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},Ppe9AHt_M:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},xWAa8NN4L:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},Yq3Ho3G3L:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"aK0NDqI5c-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},\"fICPVHJRe-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},\"Knd5sHika-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},\"VoCeo5sik-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},iRyRjeSAF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]},jtV5g535r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Button CTA\"})})},Ppe9AHt_M:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]},xWAa8NN4L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]},Yq3Ho3G3L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Buy Template\"})}),fonts:[\"Inter-Medium\"]}},baseVariant,gestureVariant)})]})})})})});});const css=['.framer-Nx0hd[data-border=\"true\"]::after, .framer-Nx0hd [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-Nx0hd.framer-1hvslci, .framer-Nx0hd .framer-1hvslci { display: block; }\",\".framer-Nx0hd.framer-1owij1e { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Nx0hd .framer-19uoyyq, .framer-Nx0hd .framer-1d3vavm { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-Nx0hd .framer-i3vasf { bottom: 2px; flex: none; left: 2px; overflow: hidden; position: absolute; right: 2px; top: 2px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-Nx0hd .framer-12w9of1 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Nx0hd.framer-1owij1e { gap: 0px; } .framer-Nx0hd.framer-1owij1e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Nx0hd.framer-1owij1e > :first-child { margin-top: 0px; } .framer-Nx0hd.framer-1owij1e > :last-child { margin-bottom: 0px; } }\",\".framer-Nx0hd.framer-v-innn5a.framer-1owij1e { cursor: unset; }\",\".framer-Nx0hd.framer-v-1mpchb9.framer-1owij1e, .framer-Nx0hd.framer-v-1cl5i6n.framer-1owij1e, .framer-Nx0hd.framer-v-1mqtse7.framer-1owij1e, .framer-Nx0hd.framer-v-y4pc6t.framer-1owij1e { cursor: unset; height: 39px; padding: 10px 20px 10px 20px; width: 144px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 106\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"aK0NDqI5c\":{\"layout\":[\"auto\",\"auto\"]},\"fICPVHJRe\":{\"layout\":[\"auto\",\"auto\"]},\"VoCeo5sik\":{\"layout\":[\"auto\",\"auto\"]},\"jtV5g535r\":{\"layout\":[\"auto\",\"auto\"]},\"iRyRjeSAF\":{\"layout\":[\"fixed\",\"fixed\"]},\"xWAa8NN4L\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ppe9AHt_M\":{\"layout\":[\"fixed\",\"fixed\"]},\"Yq3Ho3G3L\":{\"layout\":[\"fixed\",\"fixed\"]},\"eA8dqG7Mb\":{\"layout\":[\"auto\",\"auto\"]},\"jLJoZ6lRb\":{\"layout\":[\"auto\",\"auto\"]},\"auBbQJ6IE\":{\"layout\":[\"auto\",\"auto\"]},\"IOdMrTlEu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vVkYWVsnA\":\"title\",\"rgW19KOO0\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerrrvW7d7F0=withCSS(Component,css,\"framer-Nx0hd\");export default FramerrrvW7d7F0;FramerrrvW7d7F0.displayName=\"CTA-Nav bar\";FramerrrvW7d7F0.defaultProps={height:42,width:106};addPropertyControls(FramerrrvW7d7F0,{variant:{options:[\"Knd5sHika\",\"aK0NDqI5c\",\"fICPVHJRe\",\"VoCeo5sik\",\"jtV5g535r\",\"iRyRjeSAF\",\"xWAa8NN4L\",\"Ppe9AHt_M\",\"Yq3Ho3G3L\"],optionTitles:[\"Top\",\"Right\",\"Bottom\",\"Left\",\"Contact page\",\"Phone-top\",\"Phone-right\",\"Phone-bottom\",\"Phone-left\"],title:\"Variant\",type:ControlType.Enum},vVkYWVsnA:{defaultValue:\"Button CTA\",displayTextArea:false,title:\"Title\",type:ControlType.String},rgW19KOO0:{title:\"Link\",type:ControlType.Link}});addFonts(FramerrrvW7d7F0,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrrvW7d7F0\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"vVkYWVsnA\\\":\\\"title\\\",\\\"rgW19KOO0\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aK0NDqI5c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fICPVHJRe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VoCeo5sik\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jtV5g535r\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iRyRjeSAF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xWAa8NN4L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ppe9AHt_M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Yq3Ho3G3L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eA8dqG7Mb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jLJoZ6lRb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"auBbQJ6IE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IOdMrTlEu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"106\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rrvW7d7F0.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/k4U7KnDSzfW1mx5In5dI/1CnIcYWDszhfl64dacie/xFwnbqqMb.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/e5DJYJXTvls8kd7AaRcr/SLbKa87HqvSWxGcXJDAq/ZEeHWoa_j.js\";import SocialLinks from\"https://framerusercontent.com/modules/yCQinYp84wa8BOkY8ZLy/ltMyEqsi4kgylEs0foAj/Dk7DgiGxf.js\";import CTANavBar from\"https://framerusercontent.com/modules/n6NhEwQQESvd6LOKFupQ/A1NFdq8KP1XNADMSg566/rrvW7d7F0.js\";const CTANavBarFonts=getFonts(CTANavBar);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const SocialLinksFonts=getFonts(SocialLinks);const cycleOrder=[\"f97Q_p7kR\",\"yzO5V4Nia\",\"IoxvFo5LP\",\"Ry6SGgTFT\"];const serializationHash=\"framer-uLroT\";const variantClassNames={f97Q_p7kR:\"framer-v-15802jt\",IoxvFo5LP:\"framer-v-qagn2a\",Ry6SGgTFT:\"framer-v-zc4z2j\",yzO5V4Nia:\"framer-v-1n2xzjf\"};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 transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition2};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const animation2={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transition:transition2};const transition3={damping:100,delay:.1,mass:3,stiffness:500,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition4={damping:100,delay:.3,mass:3,stiffness:500,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:100,delay:.2,mass:3,stiffness:500,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:100,delay:.4,mass:3,stiffness:500,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const transition7={damping:100,delay:.5,mass:3,stiffness:500,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const transition8={damping:100,delay:.6,mass:3,stiffness:500,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={damping:100,delay:0,mass:3,stiffness:500,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};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={\"Contact page\":\"Ry6SGgTFT\",\"Desktop/Tablet\":\"f97Q_p7kR\",\"Phone-Default\":\"yzO5V4Nia\",\"Phone-Expanded\":\"IoxvFo5LP\"};const getProps=({avatarLogo,height,id,width,...props})=>{return{...props,RFfWz_TuM:avatarLogo??props.RFfWz_TuM??{src:\"https://framerusercontent.com/images/0tMtfoW8y9OTDELMUe8E2rds.jpg\",srcSet:\"https://framerusercontent.com/images/0tMtfoW8y9OTDELMUe8E2rds.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0tMtfoW8y9OTDELMUe8E2rds.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0tMtfoW8y9OTDELMUe8E2rds.jpg 1280w\"},variant:humanReadableVariantMap[props.variant]??props.variant??\"f97Q_p7kR\"};};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,RFfWz_TuM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f97Q_p7kR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap5q6gw9=activeVariantCallback(async(...args)=>{setVariant(\"IoxvFo5LP\");});const onTapevrrcw=activeVariantCallback(async(...args)=>{setVariant(\"yzO5V4Nia\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"yzO5V4Nia\",\"IoxvFo5LP\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"yzO5V4Nia\",\"IoxvFo5LP\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"IoxvFo5LP\")return true;return false;};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-15802jt\",className,classNames),\"data-framer-name\":\"Desktop/Tablet\",layoutDependency:layoutDependency,layoutId:\"f97Q_p7kR\",ref:refBinding,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{IoxvFo5LP:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({IoxvFo5LP:{\"data-framer-name\":\"Phone-Expanded\"},Ry6SGgTFT:{\"data-framer-name\":\"Contact page\"},yzO5V4Nia:{\"data-framer-name\":\"Phone-Default\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2zriv1\",\"data-border\":true,\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"Xqkc11sgf\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-22cf3d5b-05c3-4cf9-9506-44947f466e1e, rgba(255, 255, 255, 0.15))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(0, 0, 0, 0.6)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0.6021873017743928px 1.5656869846134214px 0px rgba(0, 0, 0, 0.01505), 0px 2.288533303243457px 5.950186588432988px 0px rgba(0, 0, 0, 0.05721), 0px 10px 26px 0px rgba(0, 0, 0, 0.25)\",WebkitBackdropFilter:\"blur(10px)\"},variants:{IoxvFo5LP:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36},yzO5V4Nia:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q4cisv\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"bAal7p6xf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k5oohn\",layoutDependency:layoutDependency,layoutId:\"qgnroM6t8\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"PaW48Hj61\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+10+0+0),pixelHeight:6e3,pixelWidth:4e3,sizes:\"40px\",...toResponsiveImage(RFfWz_TuM),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-snou2s framer-s046ch\",\"data-framer-name\":\"Avatar/Logo\",layoutDependency:layoutDependency,layoutId:\"PaW48Hj61\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{yzO5V4Nia:{borderBottomLeftRadius:7,borderBottomRightRadius:7,borderTopLeftRadius:7,borderTopRightRadius:7}},whileTap:animation,...addPropertyOverrides({IoxvFo5LP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+10+0+30+0+0+0),pixelHeight:6e3,pixelWidth:4e3,sizes:\"40px\",...toResponsiveImage(RFfWz_TuM),...{positionX:\"left\",positionY:\"top\"}}},yzO5V4Nia:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||60)-0-60)/2)+10+-32.2+37.2),pixelHeight:6e3,pixelWidth:4e3,sizes:\"30px\",...toResponsiveImage(RFfWz_TuM),...{positionX:\"left\",positionY:\"top\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b8g3g3\",layoutDependency:layoutDependency,layoutId:\"I80tiQ99z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Zing Nolan.\"})}),className:\"framer-gdx4t6\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"RpzhYzfJG\",style:{\"--extracted-r6o4lv\":\"var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IoxvFo5LP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Zing Nolan.\"})})},yzO5V4Nia:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3723e43b-5351-44f1-9d6f-f940902736b5, rgb(255, 255, 255)))\"},children:\"Zing Nolan.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6)))\"},children:\"PM\"})}),className:\"framer-1w6edcd\",\"data-framer-name\":\" Text 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F0BI6riiE\",style:{\"--extracted-r6o4lv\":\"var(--token-c1f02333-555c-4436-8987-45f089b79401, rgba(255, 255, 255, 0.6))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jpw1gg\",\"data-framer-name\":\"Nav links\",layoutDependency:layoutDependency,layoutId:\"F6Iy8ZRrP\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xquk0p\",\"data-framer-name\":\"Link 1\",layoutDependency:layoutDependency,layoutId:\"bgnyRchQT\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Q_34bmkhg\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Home\"})})})}),className:\"framer-sp4zmm\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q_34bmkhg\",verticalAlignment:\"top\",whileHover:animation1,whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1051f4m\",\"data-framer-name\":\"Link 3\",layoutDependency:layoutDependency,layoutId:\"fFIs6QtPa\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AZzvVhvmB\"},motionChild:true,nodeId:\"H1piNqc3F\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Student Work\"})})})}),className:\"framer-qtb394\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H1piNqc3F\",verticalAlignment:\"top\",whileHover:animation1,whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q08qsm\",\"data-framer-name\":\"Link 2\",layoutDependency:layoutDependency,layoutId:\"iKQXNafcq\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XY9UUWTnD\"},motionChild:true,nodeId:\"pILSERBm6\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"About\"})})})}),className:\"framer-cbxgz\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pILSERBm6\",verticalAlignment:\"top\",whileHover:animation1,whileTap:animation2,withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined},{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-byunr9-container\",\"data-framer-name\":\"CTA 1\",layoutDependency:layoutDependency,layoutId:\"WmZaSHjBe-container\",name:\"CTA 1\",nodeId:\"WmZaSHjBe\",rendersWithMotion:true,scopeId:\"OKNVnqycl\",whileTap:animation,children:/*#__PURE__*/_jsx(CTANavBar,{height:\"100%\",id:\"WmZaSHjBe\",layoutId:\"WmZaSHjBe\",name:\"CTA 1\",rgW19KOO0:resolvedLinks[0],style:{height:\"100%\"},variant:\"Knd5sHika\",vVkYWVsnA:\"Say Hello\",width:\"100%\",...addPropertyOverrides({Ry6SGgTFT:{rgW19KOO0:resolvedLinks[1],variant:\"jtV5g535r\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wntwal\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"W8IdF683y\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"none\"},variants:{IoxvFo5LP:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 0.6021873017743928px 1.3248120639036642px 0px rgba(0, 0, 0, 0.01505), 0px 2.288533303243457px 5.034773267135606px 0px rgba(0, 0, 0, 0.05721), 0px 10px 22px 0px rgba(0, 0, 0, 0.25)\"}},...addPropertyOverrides({IoxvFo5LP:{\"data-highlight\":true,onTap:onTapevrrcw,whileTap:animation},yzO5V4Nia:{\"data-highlight\":true,onTap:onTap5q6gw9}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13mzpiz\",layoutDependency:layoutDependency,layoutId:\"mqKDWTwNI\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{IoxvFo5LP:{backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-agi7se\",layoutDependency:layoutDependency,layoutId:\"BcEksd06R\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:0},variants:{IoxvFo5LP:{backgroundColor:\"rgb(16, 16, 16)\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wz3xbk\",\"data-framer-name\":\"Nav links-Phone\",layoutDependency:layoutDependency,layoutId:\"skD1NB4Zu\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},children:[isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-1bbwjc2\",\"data-framer-appear-id\":\"1bbwjc2\",\"data-framer-name\":\"Link 1\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"l4V6S1SYG\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"W30yIK8SJ\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Home\"})})})}),className:\"framer-9b85wp\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W30yIK8SJ\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-tbwxqo\",\"data-framer-appear-id\":\"tbwxqo\",\"data-framer-name\":\"Link 2\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"O5nbTR6ls\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XY9UUWTnD\"},motionChild:true,nodeId:\"itC2DaTDe\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"About\"})})})}),className:\"framer-1gy8qqc\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"itC2DaTDe\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-ddqs1b\",\"data-framer-appear-id\":\"ddqs1b\",\"data-framer-name\":\"Link 3\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"nkG2XxA_6\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10o0dh4\",\"data-styles-preset\":\"ZEeHWoa_j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AZzvVhvmB\"},motionChild:true,nodeId:\"U1QI18HYw\",openInNewTab:false,scopeId:\"OKNVnqycl\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14pabm7\",\"data-styles-preset\":\"xFwnbqqMb\",children:\"Portfolio\"})})})}),className:\"framer-s5dhgm\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U1QI18HYw\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined},{href:{webPageId:\"ipjsLFJyO\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-174sa5u-container\",\"data-framer-appear-id\":\"174sa5u\",\"data-framer-name\":\"CTA 2\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"XacZjgWgM-container\",name:\"CTA 2\",nodeId:\"XacZjgWgM\",optimized:true,rendersWithMotion:true,scopeId:\"OKNVnqycl\",style:{transformPerspective:1200},whileTap:animation,children:/*#__PURE__*/_jsx(CTANavBar,{height:\"100%\",id:\"XacZjgWgM\",layoutId:\"XacZjgWgM\",name:\"CTA 2\",rgW19KOO0:resolvedLinks1[0],style:{height:\"100%\",width:\"100%\"},variant:\"iRyRjeSAF\",vVkYWVsnA:\"Say Hello\",width:\"100%\",...addPropertyOverrides({IoxvFo5LP:{rgW19KOO0:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-k4n28\",\"data-framer-appear-id\":\"k4n28\",\"data-framer-name\":\"Divider\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"k8nCdg_p1\",optimized:true,style:{backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,transformPerspective:1200}}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,className:\"framer-asfm6m-container\",\"data-framer-appear-id\":\"asfm6m\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"YaTIJhAG7-container\",nodeId:\"YaTIJhAG7\",optimized:true,rendersWithMotion:true,scopeId:\"OKNVnqycl\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SocialLinks,{height:\"100%\",id:\"YaTIJhAG7\",layoutId:\"YaTIJhAG7\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation10,className:\"framer-169c2gg\",\"data-framer-appear-id\":\"169c2gg\",\"data-framer-name\":\"Divider\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"mVBFHJdhq\",optimized:true,style:{backgroundColor:\"rgba(255, 255, 255, 0.15)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,transformPerspective:1200}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uLroT.framer-s046ch, .framer-uLroT .framer-s046ch { display: block; }\",\".framer-uLroT.framer-15802jt { 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: 0px; position: relative; width: 1200px; }\",\".framer-uLroT .framer-2zriv1 { 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; overflow: visible; padding: 10px; position: relative; width: 1px; }\",\".framer-uLroT .framer-1q4cisv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-uLroT .framer-k5oohn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uLroT .framer-snou2s { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; text-decoration: none; width: 40px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-uLroT .framer-1b8g3g3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: min-content; }\",\".framer-uLroT .framer-gdx4t6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-uLroT .framer-1w6edcd { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 113px; word-break: break-word; word-wrap: break-word; }\",\".framer-uLroT .framer-jpw1gg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-uLroT .framer-1xquk0p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-uLroT .framer-sp4zmm, .framer-uLroT .framer-qtb394, .framer-uLroT .framer-cbxgz { flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-uLroT .framer-1051f4m, .framer-uLroT .framer-q08qsm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-uLroT .framer-byunr9-container { align-self: stretch; cursor: pointer; flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-uLroT .framer-1wntwal { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-uLroT .framer-13mzpiz, .framer-uLroT .framer-agi7se { flex: none; height: 2px; overflow: visible; position: relative; width: 20px; }\",\".framer-uLroT .framer-wz3xbk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 184px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-uLroT .framer-1bbwjc2, .framer-uLroT .framer-tbwxqo, .framer-uLroT .framer-ddqs1b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 0px; position: relative; width: 100%; }\",\".framer-uLroT .framer-9b85wp, .framer-uLroT .framer-1gy8qqc, .framer-uLroT .framer-s5dhgm { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-uLroT .framer-174sa5u-container { flex: none; height: 45px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-uLroT .framer-k4n28, .framer-uLroT .framer-169c2gg { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 1px; }\",\".framer-uLroT .framer-asfm6m-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uLroT.framer-15802jt, .framer-uLroT .framer-k5oohn, .framer-uLroT .framer-1b8g3g3, .framer-uLroT .framer-jpw1gg, .framer-uLroT .framer-1xquk0p, .framer-uLroT .framer-1051f4m, .framer-uLroT .framer-q08qsm, .framer-uLroT .framer-1wntwal, .framer-uLroT .framer-wz3xbk, .framer-uLroT .framer-1bbwjc2, .framer-uLroT .framer-tbwxqo, .framer-uLroT .framer-ddqs1b { gap: 0px; } .framer-uLroT.framer-15802jt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-uLroT.framer-15802jt > :first-child, .framer-uLroT .framer-k5oohn > :first-child, .framer-uLroT .framer-jpw1gg > :first-child { margin-left: 0px; } .framer-uLroT.framer-15802jt > :last-child, .framer-uLroT .framer-k5oohn > :last-child, .framer-uLroT .framer-jpw1gg > :last-child { margin-right: 0px; } .framer-uLroT .framer-k5oohn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uLroT .framer-1b8g3g3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uLroT .framer-1b8g3g3 > :first-child, .framer-uLroT .framer-1xquk0p > :first-child, .framer-uLroT .framer-1051f4m > :first-child, .framer-uLroT .framer-q08qsm > :first-child, .framer-uLroT .framer-1wntwal > :first-child, .framer-uLroT .framer-wz3xbk > :first-child, .framer-uLroT .framer-1bbwjc2 > :first-child, .framer-uLroT .framer-tbwxqo > :first-child, .framer-uLroT .framer-ddqs1b > :first-child { margin-top: 0px; } .framer-uLroT .framer-1b8g3g3 > :last-child, .framer-uLroT .framer-1xquk0p > :last-child, .framer-uLroT .framer-1051f4m > :last-child, .framer-uLroT .framer-q08qsm > :last-child, .framer-uLroT .framer-1wntwal > :last-child, .framer-uLroT .framer-wz3xbk > :last-child, .framer-uLroT .framer-1bbwjc2 > :last-child, .framer-uLroT .framer-tbwxqo > :last-child, .framer-uLroT .framer-ddqs1b > :last-child { margin-bottom: 0px; } .framer-uLroT .framer-jpw1gg > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-uLroT .framer-1xquk0p > *, .framer-uLroT .framer-1051f4m > *, .framer-uLroT .framer-q08qsm > *, .framer-uLroT .framer-1wntwal > *, .framer-uLroT .framer-1bbwjc2 > *, .framer-uLroT .framer-tbwxqo > *, .framer-uLroT .framer-ddqs1b > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-uLroT .framer-wz3xbk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-uLroT.framer-v-1n2xzjf.framer-15802jt { width: 390px; }\",\".framer-uLroT.framer-v-1n2xzjf .framer-2zriv1 { padding: 10px 20px 10px 20px; }\",\".framer-uLroT.framer-v-1n2xzjf .framer-k5oohn { height: min-content; }\",\".framer-uLroT.framer-v-1n2xzjf .framer-snou2s { height: var(--framer-aspect-ratio-supported, 30px); width: 30px; }\",\".framer-uLroT.framer-v-1n2xzjf .framer-1wntwal { cursor: pointer; gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uLroT.framer-v-1n2xzjf .framer-1wntwal { gap: 0px; } .framer-uLroT.framer-v-1n2xzjf .framer-1wntwal > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-uLroT.framer-v-1n2xzjf .framer-1wntwal > :first-child { margin-top: 0px; } .framer-uLroT.framer-v-1n2xzjf .framer-1wntwal > :last-child { margin-bottom: 0px; } }\",\".framer-uLroT.framer-v-qagn2a.framer-15802jt { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start; padding: 10px; width: 390px; }\",\".framer-uLroT.framer-v-qagn2a .framer-2zriv1 { flex: none; flex-direction: column; flex-wrap: wrap; gap: 30px; justify-content: flex-start; max-width: 400px; order: 0; padding: 30px; width: 100%; }\",\".framer-uLroT.framer-v-qagn2a .framer-1q4cisv { flex: none; height: min-content; order: 0; width: 100%; }\",\".framer-uLroT.framer-v-qagn2a .framer-1w6edcd { white-space: pre; width: auto; }\",\".framer-uLroT.framer-v-qagn2a .framer-1wntwal { cursor: pointer; display: block; gap: unset; padding: unset; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-uLroT.framer-v-qagn2a .framer-13mzpiz, .framer-uLroT.framer-v-qagn2a .framer-agi7se { left: calc(50.00000000000002% - 20px / 2); position: absolute; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-uLroT.framer-v-qagn2a .framer-wz3xbk { flex: none; min-height: unset; order: 2; width: 100%; }\",\".framer-uLroT.framer-v-qagn2a .framer-1bbwjc2 { order: 0; }\",\".framer-uLroT.framer-v-qagn2a .framer-tbwxqo { order: 2; }\",\".framer-uLroT.framer-v-qagn2a .framer-ddqs1b { order: 1; }\",\".framer-uLroT.framer-v-qagn2a .framer-174sa5u-container { order: 3; }\",\".framer-uLroT.framer-v-qagn2a .framer-k4n28 { flex: none; order: 3; width: 100%; }\",\".framer-uLroT.framer-v-qagn2a .framer-asfm6m-container { order: 4; }\",\".framer-uLroT.framer-v-qagn2a .framer-169c2gg { flex: none; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uLroT.framer-v-qagn2a.framer-15802jt, .framer-uLroT.framer-v-qagn2a .framer-2zriv1, .framer-uLroT.framer-v-qagn2a .framer-1wntwal { gap: 0px; } .framer-uLroT.framer-v-qagn2a.framer-15802jt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uLroT.framer-v-qagn2a.framer-15802jt > :first-child, .framer-uLroT.framer-v-qagn2a .framer-2zriv1 > :first-child { margin-top: 0px; } .framer-uLroT.framer-v-qagn2a.framer-15802jt > :last-child, .framer-uLroT.framer-v-qagn2a .framer-2zriv1 > :last-child { margin-bottom: 0px; } .framer-uLroT.framer-v-qagn2a .framer-2zriv1 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-uLroT.framer-v-qagn2a .framer-1wntwal > *, .framer-uLroT.framer-v-qagn2a .framer-1wntwal > :first-child, .framer-uLroT.framer-v-qagn2a .framer-1wntwal > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-uLroT[data-border=\"true\"]::after, .framer-uLroT [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yzO5V4Nia\":{\"layout\":[\"fixed\",\"auto\"]},\"IoxvFo5LP\":{\"layout\":[\"fixed\",\"auto\"]},\"Ry6SGgTFT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"RFfWz_TuM\":\"avatarLogo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOKNVnqycl=withCSS(Component,css,\"framer-uLroT\");export default FramerOKNVnqycl;FramerOKNVnqycl.displayName=\"Nav bar\";FramerOKNVnqycl.defaultProps={height:60,width:1200};addPropertyControls(FramerOKNVnqycl,{variant:{options:[\"f97Q_p7kR\",\"yzO5V4Nia\",\"IoxvFo5LP\",\"Ry6SGgTFT\"],optionTitles:[\"Desktop/Tablet\",\"Phone-Default\",\"Phone-Expanded\",\"Contact page\"],title:\"Variant\",type:ControlType.Enum},RFfWz_TuM:{__defaultAssetReference:\"data:framer/asset-reference,0tMtfoW8y9OTDELMUe8E2rds.jpg?originalFilename=ad1f5fe20076f21ab78851d6c41a51b.jpg&preferredSize=auto\",title:\"Avatar/Logo\",type:ControlType.ResponsiveImage}});addFonts(FramerOKNVnqycl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...CTANavBarFonts,...SocialLinksFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOKNVnqycl\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"RFfWz_TuM\\\":\\\"avatarLogo\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yzO5V4Nia\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IoxvFo5LP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ry6SGgTFT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OKNVnqycl.map"],
  "mappings": "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",
  "names": ["timeZones", "Clock", "props", "currentTime", "setCurrentTime", "ye", "ue", "timerID", "updateCurrentTime", "newTime", "text", "ampmText", "hours", "minutes", "ampm", "seconds", "timeZoneAbbreviation", "part", "u", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "icon", "id", "link", "tap", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "pDmKj7iYL", "YjsPeu1Mk", "xnamlO4dm", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzonpqe", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "Image2", "css", "FrameraqnmKOCsP", "withCSS", "aqnmKOCsP_default", "addPropertyControls", "ControlType", "addFonts", "IconFonts", "getFonts", "aqnmKOCsP_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "variantClassNames", "transitions", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "transformTemplate", "_", "addImageAlt", "image", "alt", "transition3", "transition4", "transition5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "MotionDivWithFX", "aqnmKOCsP_default", "css", "FramerDk7DgiGxf", "withCSS", "Dk7DgiGxf_default", "addFonts", "IconFonts", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "ClockFonts", "getFonts", "Clock", "SocialLinksFonts", "Dk7DgiGxf_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transition1", "animation", "transformTemplate1", "_", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "animation6", "animation7", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation8", "animation9", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1gx595p", "overlay", "args", "ref1", "pe", "ref2", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "optimizeAppear", "optimizeAppearTransformTemplate", "l", "AnimatePresence", "Floating", "Image2", "Link", "css", "Framerc9RqtAJJd", "withCSS", "c9RqtAJJd_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vVkYWVsnA", "rgW19KOO0", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearx4yxc4", "args", "CycleVariantState", "onAppearjsxc6n", "onAppearubu042", "onAppear10xepy7", "onAppearcgn5l8", "onAppear1rd5a72", "useOnVariantChange", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerrrvW7d7F0", "withCSS", "rrvW7d7F0_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "CTANavBarFonts", "getFonts", "rrvW7d7F0_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "SmartComponentScopedContainer", "SocialLinksFonts", "Dk7DgiGxf_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "transition9", "animation10", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "avatarLogo", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "RFfWz_TuM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap5q6gw9", "args", "onTapevrrcw", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "css", "FramerOKNVnqycl", "withCSS", "OKNVnqycl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
