{"version":3,"file":"N0efqlBR3.DPvts16K.mjs","names":["useStore","e","dynamicKey","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","NavLink","LogoFonts","Logo","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","css","Navigation","Logo","MenuIcon"],"sources":["https:/framer.com/m/framer/store.js@^1.0.0","https:/framerusercontent.com/modules/jojPDoWbWb65rBwkaRiD/jH6gbxJByv7ZoJwGq4sR/CMS_Nav_Helper.js","https:/framerusercontent.com/modules/frzBKmPzUaTEhUPyJYQp/jbuPl7AX37jPDzE2OpKB/He6Bq174V.js","https:/framerusercontent.com/modules/eukc0BIkCHKmn7geNbKZ/vWCWo7nOJcXoiD09ZP2X/nXvDHIGDh.js","https:/framerusercontent.com/modules/lEGEqFve4OeMW73JPGWV/SBdUgiru0YtE8zgKpnNU/jcLnBBLiv.js","https:/framerusercontent.com/modules/18o3zbV648UwBKLXpLsc/9DjHLAHHvZqH24X8gsUa/Jk6Nw33su.js","https:/framerusercontent.com/modules/amj1eX01MdQ9FdQuTI8n/K4GTujQXl946rMRoNN10/N0efqlBR3.js"],"sourcesContent":["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map","// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";//import CMSNav from \"https://framer.com/m/CMS-Nav-ZBOY.js\"\nimport{addPropertyControls,ControlType}from\"framer\";import React,{useState,useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";const useStore=createStore({prev:\"\",next:\"\",current:\"\"});/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n * @framerDisableUnlink\n */export default function CMS_NAV(props){//console.log(props.layers)\nfunction EmptyState({title,description}){return /*#__PURE__*/_jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:{...stateTitleStyle},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{...stateParagraphStyle},children:description})]});}if(props.layers.length==0||props.cms_nav.length==0){// console.log(\"no layer\")\nreturn EmptyState({title:\"CMS Nav Helper\",description:\"Connect a collection list and your navigation component that contains prev, next, listing and count variables.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst[arrange,setArrange]=useState(false);useEffect(()=>{// console.log(\"hee 2\")\n// cms collection'ın varolamasını bekliyore\nsetTimeout(function(){setArrange(true);},100);return()=>{if(typeof document!==\"undefined\"){if(document.querySelector('[data-framer-name=\"Listing\"]')){// console.log(\"Anything in here is fired on component unmount.\")\n}}// Anything in here is fired on component unmount.\n};},[]);// console.log(props)\ntry{try{try{var resolved=props.layers[0].props.children.props.children.type({query:props.layers[0].props.children.props.children.props.query,children:props.layers[0].props.children.props.children.props.children});}catch(e){var resolved=props.layers[0].props.children.type({query:props.layers[0].props.children.props.query,children:props.layers[0].props.children.props.children});}}catch(e){var resolved=props.layers[0].type({query:props.layers[0].props.query,children:props.layers[0].props.children});}// console.log(props.layers[0])\n// console.log(\"resolved\", resolved)\nvar allPosts=resolved.props.children;var currentImageSrc,currentPostSlug,currentKey,dynamicKey,total,index;allPosts.forEach(function(post,key){var image=post.props.children.props.children.props.children.props.children[0].props.background;if(document.querySelector(\"img[src='\"+image.src+\"']\")){var _post_props_children_props,_post_props_children;// console.log(\"this is the current\", image, post)\nconst dynamicValue=(_post_props_children=post.props.children)===null||_post_props_children===void 0?void 0:(_post_props_children_props=_post_props_children.props)===null||_post_props_children_props===void 0?void 0:_post_props_children_props.value;dynamicKey=dynamicValue?Object.keys(dynamicValue)[0]:undefined;currentImageSrc=image.src;currentPostSlug=post.props.children.props[\"value\"][dynamicKey];currentKey=key;}});// console.log({ currentImageSrc, currentPostSlug, currentKey })\n// if you are not using \"reverse\"\n// swicth prev and next\nvar next,prev;if(currentKey==allPosts.length-1){var _allPosts__props_children_props,_allPosts__props_children;const dynamicValue=(_allPosts__props_children=allPosts[0].props.children)===null||_allPosts__props_children===void 0?void 0:(_allPosts__props_children_props=_allPosts__props_children.props)===null||_allPosts__props_children_props===void 0?void 0:_allPosts__props_children_props.value;const dynamicKey=dynamicValue?Object.keys(dynamicValue)[0]:undefined;next=allPosts[0].props.children.props[\"value\"][dynamicKey];}else{// console.log(\"hello\")\n// console.log(dynamicKey)\nnext=allPosts[currentKey+1].props.children.props[\"value\"][dynamicKey];}if(currentKey==0){prev=allPosts[allPosts.length-1].props.children.props[\"value\"][dynamicKey];}else{prev=allPosts[currentKey-1].props.children.props[\"value\"][dynamicKey];}total=parseInt(allPosts.length),index=parseInt(currentKey);//console.log({ prev, next, total, index })\n}catch(e){}var listing=`./${props.cmsPath}`;var prevLink=`./${props.cmsPath}/${prev}`;var nextLink=`./${props.cmsPath}/${next}`;var count=`${index+1} / ${total}`;if(typeof document!==\"undefined\"){if(document.querySelector(\"[data-framer-name=Prev]\")){document.onkeydown=function(event){event.stopPropagation();event.preventDefault();switch(event.keyCode){case 37:document.querySelector(\"[data-framer-name=Prev]\").click();break;case 38:document.querySelector(\"[data-framer-name=Listing]\").click();break;case 39:document.querySelector(\"[data-framer-name=Next]\").click();break;}};}}var style;if(props.fullView){style={width:\"100%\",height:\"96vh\"};}else{style={width:\"auto\"};}try{var clonedCmsNav=/*#__PURE__*/React.cloneElement(props.cms_nav[0].props.children.props.children,{prev:prevLink,next:nextLink,listing:listing,count:total?count:\"\",style:style});}catch(e){try{var clonedCmsNav=/*#__PURE__*/React.cloneElement(props.cms_nav[0].props.children,{prev:prevLink,next:nextLink,listing:listing,count:total?count:\"\",style:style});}catch(e){var clonedCmsNav=/*#__PURE__*/React.cloneElement(props.cms_nav[0],{prev:prevLink,next:nextLink,listing:listing,count:total?count:\"\",style:style});}}return /*#__PURE__*/_jsx(\"div\",{children:clonedCmsNav});}// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};CMS_NAV.displayName=\"CMS Nav Helper\";addPropertyControls(CMS_NAV,{layers:{type:ControlType.ComponentInstance},cms_nav:{type:ControlType.ComponentInstance},cmsPath:{type:ControlType.String},fullView:{type:ControlType.Boolean,defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CMS_NAV\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMS_Nav_Helper.map","// Generated by Framer (edb532b)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"EIwyVOnHm\"];const serializationHash=\"framer-O5a94\";const variantClassNames={EIwyVOnHm:\"framer-v-bje25z\"};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 transition1={damping:60,delay:0,mass:1,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 Variants=motion(React.Fragment);const getProps=({fontSize,height,id,link,width,...props})=>{var _ref;return{...props,v46n7wfsV:link!==null&&link!==void 0?link:props.v46n7wfsV,vXx2Favw1:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.vXx2Favw1)!==null&&_ref!==void 0?_ref:22};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,v46n7wfsV,vXx2Favw1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EIwyVOnHm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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:transition1,children:/*#__PURE__*/_jsx(Link,{href:v46n7wfsV,openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-bje25z\",className,classNames)} framer-1wl0vwy`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"EIwyVOnHm\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBMVCBTdGQgOTUgQmxhY2s=\",\"--framer-font-family\":'\"Avenir LT Std 95 Black\", \"Avenir LT Std 95 Black Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-vXx2Favw1-He6Bq174V) * 1px)\"},children:\"SiLVR\"})}),className:\"framer-tpmxfo\",\"data-framer-name\":\"Logo\",fonts:[\"CUSTOM;Avenir LT Std 95 Black\"],layoutDependency:layoutDependency,layoutId:\"pNJWq_1V7\",style:{\"--variable-reference-vXx2Favw1-He6Bq174V\":vXx2Favw1},verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-O5a94.framer-1wl0vwy, .framer-O5a94 .framer-1wl0vwy { display: block; }\",\".framer-O5a94.framer-bje25z { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-O5a94 .framer-tpmxfo { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-O5a94.framer-bje25z { gap: 0px; } .framer-O5a94.framer-bje25z > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-O5a94.framer-bje25z > :first-child { margin-left: 0px; } .framer-O5a94.framer-bje25z > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"v46n7wfsV\":\"link\",\"vXx2Favw1\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHe6Bq174V=withCSS(Component,css,\"framer-O5a94\");export default FramerHe6Bq174V;FramerHe6Bq174V.displayName=\"Logo\";FramerHe6Bq174V.defaultProps={height:36,width:58};addPropertyControls(FramerHe6Bq174V,{v46n7wfsV:{title:\"Link\",type:ControlType.Link},vXx2Favw1:{defaultValue:22,displayStepper:true,title:\"Font Size\",type:ControlType.Number}});addFonts(FramerHe6Bq174V,[{explicitInter:true,fonts:[{family:\"Avenir LT Std 95 Black\",source:\"custom\",url:\"https://framerusercontent.com/assets/ZNuCRVeceL8wguQ4TE8zmBTSAX0.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHe6Bq174V\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"v46n7wfsV\\\":\\\"link\\\",\\\"vXx2Favw1\\\":\\\"fontSize\\\"}\",\"framerIntrinsicWidth\":\"58\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"36\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./He6Bq174V.map","// Generated by Framer (0b5b7f5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"niIZy12ys\",\"P45fAu7iX\"];const serializationHash=\"framer-nmkoB\";const variantClassNames={niIZy12ys:\"framer-v-1gbzyn8\",P45fAu7iX:\"framer-v-f42wdc\"};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 transition1={damping:60,delay:0,mass:1,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 Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"niIZy12ys\",Italic:\"P45fAu7iX\"};const getProps=({click,fontSize,height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1,_ref2;return{...props,r4IbZlhme:click!==null&&click!==void 0?click:props.r4IbZlhme,TtPDSGgS5:link!==null&&link!==void 0?link:props.TtPDSGgS5,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"niIZy12ys\",w5zwZIk5f:(_ref1=title!==null&&title!==void 0?title:props.w5zwZIk5f)!==null&&_ref1!==void 0?_ref1:\"Works\",y0Xep2ZMJ:(_ref2=fontSize!==null&&fontSize!==void 0?fontSize:props.y0Xep2ZMJ)!==null&&_ref2!==void 0?_ref2:108};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,w5zwZIk5f,TtPDSGgS5,y0Xep2ZMJ,r4IbZlhme,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"niIZy12ys\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1t3akay=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(r4IbZlhme){const res=await r4IbZlhme(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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:transition1,children:/*#__PURE__*/_jsx(Link,{href:TtPDSGgS5,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1gbzyn8\",className,classNames)} framer-1tw9zuw`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"niIZy12ys\",onTap:onTap1t3akay,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({P45fAu7iX:{\"data-framer-name\":\"Italic\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBMVCBTdGQgODUgSGVhdnk=\",\"--framer-font-family\":'\"Avenir LT Std 85 Heavy\", \"Avenir LT Std 85 Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-y0Xep2ZMJ-nXvDHIGDh) * 1px)\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"0.95em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28)))\"},children:\"Works\"})}),className:\"framer-1udeg3u\",fonts:[\"CUSTOM;Avenir LT Std 85 Heavy\"],layoutDependency:layoutDependency,layoutId:\"AU2QHWZ5s\",style:{\"--extracted-tcooor\":\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-y0Xep2ZMJ-nXvDHIGDh\":y0Xep2ZMJ},text:w5zwZIk5f,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({P45fAu7iX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZW5pciBMVCBTdGQgODUgSGVhdnkgT2JsaXF1ZQ==\",\"--framer-font-family\":'\"Avenir LT Std 85 Heavy Oblique\", \"Avenir LT Std 85 Heavy Oblique Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-y0Xep2ZMJ-nXvDHIGDh) * 1px)\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"0.95em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28)))\"},children:\"Works\"})}),fonts:[\"CUSTOM;Avenir LT Std 85 Heavy Oblique\"]}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nmkoB.framer-1tw9zuw, .framer-nmkoB .framer-1tw9zuw { display: block; }\",\".framer-nmkoB.framer-1gbzyn8 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 15px 0px 9px; position: relative; text-decoration: none; width: min-content; }\",\".framer-nmkoB .framer-1udeg3u { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nmkoB.framer-1gbzyn8 { gap: 0px; } .framer-nmkoB.framer-1gbzyn8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nmkoB.framer-1gbzyn8 > :first-child { margin-left: 0px; } .framer-nmkoB.framer-1gbzyn8 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 102.5\n * @framerIntrinsicWidth 325.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"P45fAu7iX\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"w5zwZIk5f\":\"title\",\"TtPDSGgS5\":\"link\",\"y0Xep2ZMJ\":\"fontSize\",\"r4IbZlhme\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernXvDHIGDh=withCSS(Component,css,\"framer-nmkoB\");export default FramernXvDHIGDh;FramernXvDHIGDh.displayName=\"Nav Link\";FramernXvDHIGDh.defaultProps={height:102.5,width:325.5};addPropertyControls(FramernXvDHIGDh,{variant:{options:[\"niIZy12ys\",\"P45fAu7iX\"],optionTitles:[\"Default\",\"Italic\"],title:\"Variant\",type:ControlType.Enum},w5zwZIk5f:{defaultValue:\"Works\",displayTextArea:false,title:\"Title\",type:ControlType.String},TtPDSGgS5:{title:\"Link\",type:ControlType.Link},y0Xep2ZMJ:{defaultValue:108,title:\"Font Size\",type:ControlType.Number},r4IbZlhme:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramernXvDHIGDh,[{explicitInter:true,fonts:[{family:\"Avenir LT Std 85 Heavy\",source:\"custom\",url:\"https://framerusercontent.com/assets/BlL7XIFQrfcBKwWeX7Rd0lW7s.woff2\"},{family:\"Avenir LT Std 85 Heavy Oblique\",source:\"custom\",url:\"https://framerusercontent.com/assets/KblG448H0PYX9EvWErycEhY2xrQ.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernXvDHIGDh\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"P45fAu7iX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"102.5\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"325.5\",\"framerVariables\":\"{\\\"w5zwZIk5f\\\":\\\"title\\\",\\\"TtPDSGgS5\\\":\\\"link\\\",\\\"y0Xep2ZMJ\\\":\\\"fontSize\\\",\\\"r4IbZlhme\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nXvDHIGDh.map","// Generated by Framer (e39ee10)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Logo from\"https://framerusercontent.com/modules/frzBKmPzUaTEhUPyJYQp/jbuPl7AX37jPDzE2OpKB/He6Bq174V.js\";import NavLink from\"https://framerusercontent.com/modules/eukc0BIkCHKmn7geNbKZ/vWCWo7nOJcXoiD09ZP2X/nXvDHIGDh.js\";const NavLinkFonts=getFonts(NavLink);const LogoFonts=getFonts(Logo);const cycleOrder=[\"UspWsMJud\"];const serializationHash=\"framer-qv0ho\";const variantClassNames={UspWsMJud:\"framer-v-1fpwcdm\"};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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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 getProps=({height,id,logoLink,logoSize,menuFontSize,width,...props})=>{var _ref,_ref1;return{...props,aHxklZPX1:logoLink!==null&&logoLink!==void 0?logoLink:props.aHxklZPX1,IZZkcW_Se:(_ref=menuFontSize!==null&&menuFontSize!==void 0?menuFontSize:props.IZZkcW_Se)!==null&&_ref!==void 0?_ref:75,Z0T0_8iYj:(_ref1=logoSize!==null&&logoSize!==void 0?logoSize:props.Z0T0_8iYj)!==null&&_ref1!==void 0?_ref1:30};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,aHxklZPX1,IZZkcW_Se,Z0T0_8iYj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UspWsMJud\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fpwcdm\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"UspWsMJud\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-a7b2c46a-22c0-45ca-b38e-7408debd32a8, rgb(245, 239, 229))\",...style},children:[/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1hc45vi\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"jqoUQm8Cx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kihwho\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"w_CHX0iGT\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Fktt1WI7K\",webPageId:\"LbUYcEc1I\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-phflzk-container\",layoutDependency:layoutDependency,layoutId:\"IDLZfxvBL-container\",whileHover:animation,children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"IDLZfxvBL\",layoutId:\"IDLZfxvBL\",TtPDSGgS5:resolvedLinks[0],variant:\"niIZy12ys\",w5zwZIk5f:\"Home\",width:\"100%\",y0Xep2ZMJ:IZZkcW_Se})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mICxsGNum\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ymb6r-container\",layoutDependency:layoutDependency,layoutId:\"SX477ZLjV-container\",whileHover:animation,children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"SX477ZLjV\",layoutId:\"SX477ZLjV\",TtPDSGgS5:resolvedLinks1[0],variant:\"P45fAu7iX\",w5zwZIk5f:\"Corporate\",width:\"100%\",y0Xep2ZMJ:IZZkcW_Se})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jCoOUdAkT\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2jc9sw-container\",layoutDependency:layoutDependency,layoutId:\"ZVvTfzc3l-container\",whileHover:animation,children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"ZVvTfzc3l\",layoutId:\"ZVvTfzc3l\",TtPDSGgS5:resolvedLinks2[0],variant:\"niIZy12ys\",w5zwZIk5f:\"Sponsorship\",width:\"100%\",y0Xep2ZMJ:IZZkcW_Se})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eJt2i3WYi\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ubj5a-container\",layoutDependency:layoutDependency,layoutId:\"UvUbClLGX-container\",whileHover:animation,children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"UvUbClLGX\",layoutId:\"UvUbClLGX\",TtPDSGgS5:resolvedLinks3[0],variant:\"P45fAu7iX\",w5zwZIk5f:\"Celebrations\",width:\"100%\",y0Xep2ZMJ:IZZkcW_Se})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Fktt1WI7K\",webPageId:\"LbUYcEc1I\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oi00uz-container\",layoutDependency:layoutDependency,layoutId:\"AAiDCXWYm-container\",whileHover:animation,children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"AAiDCXWYm\",layoutId:\"AAiDCXWYm\",TtPDSGgS5:resolvedLinks4[0],variant:\"P45fAu7iX\",w5zwZIk5f:\"About\",width:\"100%\",y0Xep2ZMJ:IZZkcW_Se})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9li4xz\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"lsYL8Ewnm\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o661xk\",\"data-framer-name\":\"Contact Links\",layoutDependency:layoutDependency,layoutId:\"YYLXNV92g\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/silvr.studio/\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1uz4d0v framer-1q0d9dl\",\"data-border\":true,\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"dh5biZ0p9\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dllv2d\",\"data-border\":true,\"data-framer-name\":\"Lens\",layoutDependency:layoutDependency,layoutId:\"BZu6RaiFF\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cdfexw\",\"data-framer-name\":\"Flash\",layoutDependency:layoutDependency,layoutId:\"vyD1pNW5P\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}})]})}),/*#__PURE__*/_jsx(Link,{href:\"mailto:info@silvrstudio.com\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gm2cha framer-1q0d9dl\",\"data-border\":true,\"data-framer-name\":\"Email\",layoutDependency:layoutDependency,layoutId:\"xCRLXZjzD\",style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3vrhc7\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"SUo9JVLin\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:135}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9h9f5x\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"CvBhTbswX\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:45}})]})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5zfq3\",\"data-framer-name\":\"Identity\",layoutDependency:layoutDependency,layoutId:\"JACAD9Ifc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c2hmx-container\",layoutDependency:layoutDependency,layoutId:\"ZDWMfVmNw-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"ZDWMfVmNw\",layoutId:\"ZDWMfVmNw\",style:{height:\"100%\"},v46n7wfsV:aHxklZPX1,vXx2Favw1:Z0T0_8iYj,width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qv0ho.framer-1q0d9dl, .framer-qv0ho .framer-1q0d9dl { display: block; }\",\".framer-qv0ho.framer-1fpwcdm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 40px 50px 50px 50px; position: relative; width: 600px; }\",\".framer-qv0ho .framer-1hc45vi { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qv0ho .framer-1kihwho { flex: none; height: 10px; overflow: visible; position: relative; width: 425px; }\",\".framer-qv0ho .framer-phflzk-container, .framer-qv0ho .framer-7ymb6r-container, .framer-qv0ho .framer-2jc9sw-container, .framer-qv0ho .framer-2ubj5a-container, .framer-qv0ho .framer-oi00uz-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-qv0ho .framer-9li4xz { flex: none; height: 28px; overflow: hidden; position: relative; width: 480px; }\",\".framer-qv0ho .framer-o661xk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qv0ho .framer-1uz4d0v, .framer-qv0ho .framer-1gm2cha { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; text-decoration: none; width: 30px; }\",\".framer-qv0ho .framer-1dllv2d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 14px; }\",\".framer-qv0ho .framer-1cdfexw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); overflow: visible; position: absolute; right: 6px; top: 6px; width: 3px; }\",\".framer-qv0ho .framer-3vrhc7 { flex: none; height: 3px; overflow: visible; position: absolute; right: -1px; top: 11px; width: 20px; }\",\".framer-qv0ho .framer-9h9f5x { flex: none; height: 3px; left: -1px; overflow: visible; position: absolute; top: 11px; width: 20px; }\",\".framer-qv0ho .framer-5zfq3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qv0ho .framer-1c2hmx-container { flex: none; height: 36px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qv0ho .framer-1hc45vi, .framer-qv0ho .framer-o661xk, .framer-qv0ho .framer-5zfq3 { gap: 0px; } .framer-qv0ho .framer-1hc45vi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qv0ho .framer-1hc45vi > :first-child, .framer-qv0ho .framer-5zfq3 > :first-child { margin-top: 0px; } .framer-qv0ho .framer-1hc45vi > :last-child, .framer-qv0ho .framer-5zfq3 > :last-child { margin-bottom: 0px; } .framer-qv0ho .framer-o661xk > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-qv0ho .framer-o661xk > :first-child { margin-left: 0px; } .framer-qv0ho .framer-o661xk > :last-child { margin-right: 0px; } .framer-qv0ho .framer-5zfq3 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",'.framer-qv0ho[data-border=\"true\"]::after, .framer-qv0ho [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 800\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"aHxklZPX1\":\"logoLink\",\"IZZkcW_Se\":\"menuFontSize\",\"Z0T0_8iYj\":\"logoSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjcLnBBLiv=withCSS(Component,css,\"framer-qv0ho\");export default FramerjcLnBBLiv;FramerjcLnBBLiv.displayName=\"Navigation\";FramerjcLnBBLiv.defaultProps={height:800,width:600};addPropertyControls(FramerjcLnBBLiv,{aHxklZPX1:{title:\"Logo Link\",type:ControlType.Link},IZZkcW_Se:{defaultValue:75,displayStepper:true,title:\"Menu Font Size\",type:ControlType.Number},Z0T0_8iYj:{defaultValue:30,displayStepper:true,title:\"Logo Size\",type:ControlType.Number}});addFonts(FramerjcLnBBLiv,[{explicitInter:true,fonts:[]},...NavLinkFonts,...LogoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjcLnBBLiv\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"aHxklZPX1\\\":\\\"logoLink\\\",\\\"IZZkcW_Se\\\":\\\"menuFontSize\\\",\\\"Z0T0_8iYj\\\":\\\"logoSize\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jcLnBBLiv.map","// Generated by Framer (edb532b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"E_NZM9M8B\",\"rvDAr8y0o\"];const serializationHash=\"framer-ob1K0\";const variantClassNames={E_NZM9M8B:\"framer-v-1w6od1r\",rvDAr8y0o:\"framer-v-x4oe2q\"};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 transition1={damping:50,delay:0,mass:1,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 Variants=motion(React.Fragment);const humanReadableVariantMap={Burger:\"E_NZM9M8B\",X:\"rvDAr8y0o\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,TBgHLr7MW:tap!==null&&tap!==void 0?tap:props.TBgHLr7MW,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"E_NZM9M8B\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TBgHLr7MW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"E_NZM9M8B\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ptdv0o=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"rvDAr8y0o\");});const onTapd9rvcd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"E_NZM9M8B\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1w6od1r\",className,classNames),\"data-framer-name\":\"Burger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"E_NZM9M8B\",onTap:onTap1ptdv0o,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({rvDAr8y0o:{\"data-framer-name\":\"X\",onTap:onTapd9rvcd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j9zp6b\",layoutDependency:layoutDependency,layoutId:\"y1TqEuzcu\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rjc7sg\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"vNPytRFIf\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:.65,rotate:0},variants:{rvDAr8y0o:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kn544f\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"fql4_YO7j\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:.65},variants:{rvDAr8y0o:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l8ymax\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"O8wcGSXxH\",style:{backgroundColor:\"rgb(0, 0, 0)\",opacity:.65,rotate:0},variants:{rvDAr8y0o:{rotate:45}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ob1K0.framer-1hl4v57, .framer-ob1K0 .framer-1hl4v57 { display: block; }\",\".framer-ob1K0.framer-1w6od1r { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-ob1K0 .framer-j9zp6b { flex: none; height: 18px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 24px; }\",\".framer-ob1K0 .framer-rjc7sg { bottom: 0px; flex: none; height: 2px; left: 4px; overflow: hidden; position: absolute; right: -4px; }\",\".framer-ob1K0 .framer-1kn544f { flex: none; height: 2px; left: 4px; overflow: hidden; position: absolute; right: -4px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-ob1K0 .framer-l8ymax { flex: none; height: 2px; left: 4px; overflow: hidden; position: absolute; right: -4px; top: 0px; }\",\".framer-ob1K0.framer-v-x4oe2q .framer-rjc7sg { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-ob1K0.framer-v-x4oe2q .framer-1kn544f { left: unset; width: 2px; }\",\".framer-ob1K0.framer-v-x4oe2q .framer-l8ymax { left: unset; right: -5px; top: calc(50.00000000000002% - 2px / 2); width: 26px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rvDAr8y0o\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TBgHLr7MW\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJk6Nw33su=withCSS(Component,css,\"framer-ob1K0\");export default FramerJk6Nw33su;FramerJk6Nw33su.displayName=\"Menu Icon\";FramerJk6Nw33su.defaultProps={height:32,width:32};addPropertyControls(FramerJk6Nw33su,{variant:{options:[\"E_NZM9M8B\",\"rvDAr8y0o\"],optionTitles:[\"Burger\",\"X\"],title:\"Variant\",type:ControlType.Enum},TBgHLr7MW:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerJk6Nw33su,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJk6Nw33su\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rvDAr8y0o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"32\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"TBgHLr7MW\\\":\\\"tap\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Jk6Nw33su.map","// Generated by Framer (e39ee10)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Logo from\"https://framerusercontent.com/modules/frzBKmPzUaTEhUPyJYQp/jbuPl7AX37jPDzE2OpKB/He6Bq174V.js\";import Navigation from\"https://framerusercontent.com/modules/lEGEqFve4OeMW73JPGWV/SBdUgiru0YtE8zgKpnNU/jcLnBBLiv.js\";import MenuIcon from\"https://framerusercontent.com/modules/18o3zbV648UwBKLXpLsc/9DjHLAHHvZqH24X8gsUa/Jk6Nw33su.js\";const NavigationFonts=getFonts(Navigation);const LogoFonts=getFonts(Logo);const MenuIconFonts=getFonts(MenuIcon);const cycleOrder=[\"B7NtOZaCL\",\"VJR4TTQ_M\"];const serializationHash=\"framer-16X9t\";const variantClassNames={B7NtOZaCL:\"framer-v-1pldqed\",VJR4TTQ_M:\"framer-v-y1kkpj\"};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 transition1={damping:60,delay:0,mass:1,stiffness:300,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 Variants=motion(React.Fragment);const humanReadableVariantMap={Default:\"B7NtOZaCL\",Menu:\"VJR4TTQ_M\"};const getProps=({height,id,logoSize,menuFontSize,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,NxtzS4wqE:(_ref=logoSize!==null&&logoSize!==void 0?logoSize:props.NxtzS4wqE)!==null&&_ref!==void 0?_ref:22,qKuMeOLqE:(_ref1=menuFontSize!==null&&menuFontSize!==void 0?menuFontSize:props.qKuMeOLqE)!==null&&_ref1!==void 0?_ref1:106,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"B7NtOZaCL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NxtzS4wqE,qKuMeOLqE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"B7NtOZaCL\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const TBgHLr7MW1adueyy=activeVariantCallback(async(...args)=>{setVariant(\"VJR4TTQ_M\");});const TBgHLr7MW1g62nf4=activeVariantCallback(async(...args)=>{setVariant(\"B7NtOZaCL\");});const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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:transition1,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pldqed\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"B7NtOZaCL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-a7b2c46a-22c0-45ca-b38e-7408debd32a8, rgb(245, 239, 229))\",...style},...addPropertyOverrides({VJR4TTQ_M:{\"data-framer-name\":\"Menu\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15m75nw\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"ZZzun0WKi\",style:{backgroundColor:\"var(--token-a7b2c46a-22c0-45ca-b38e-7408debd32a8, rgb(245, 239, 229))\"},variants:{VJR4TTQ_M:{backgroundColor:\"var(--token-ec0e8b99-fc3d-45e5-b2e2-76a197295126, rgb(255, 255, 255))\"}}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v9bf80-container\",layoutDependency:layoutDependency,layoutId:\"tcI7QL810-container\",style:{opacity:0},variants:{VJR4TTQ_M:{opacity:1}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"tcI7QL810\",IZZkcW_Se:qKuMeOLqE,layoutId:\"tcI7QL810\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",Z0T0_8iYj:30,...addPropertyOverrides({VJR4TTQ_M:{aHxklZPX1:resolvedLinks[0]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t4ucra\",\"data-framer-name\":\"Top Left Area\",layoutDependency:layoutDependency,layoutId:\"tIr47CGHc\",style:{opacity:1},variants:{VJR4TTQ_M:{opacity:0}},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bqv2lk-container\",layoutDependency:layoutDependency,layoutId:\"bbgApfBwF-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"bbgApfBwF\",layoutId:\"bbgApfBwF\",style:{height:\"100%\"},v46n7wfsV:resolvedLinks1[0],vXx2Favw1:NxtzS4wqE,width:\"100%\",...addPropertyOverrides({VJR4TTQ_M:{v46n7wfsV:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3dtn9b-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"PzDBPcAZ3-container\",name:\"Menu Icon\",children:/*#__PURE__*/_jsx(MenuIcon,{height:\"100%\",id:\"PzDBPcAZ3\",layoutId:\"PzDBPcAZ3\",name:\"Menu Icon\",style:{height:\"100%\",width:\"100%\"},TBgHLr7MW:TBgHLr7MW1adueyy,variant:\"E_NZM9M8B\",width:\"100%\",...addPropertyOverrides({VJR4TTQ_M:{TBgHLr7MW:TBgHLr7MW1g62nf4,variant:\"rvDAr8y0o\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-16X9t.framer-yit9hb, .framer-16X9t .framer-yit9hb { display: block; }\",\".framer-16X9t.framer-1pldqed { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-16X9t .framer-15m75nw { flex: none; height: 0px; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-16X9t .framer-v9bf80-container { flex: none; height: calc(var(--framer-viewport-height, 100vh) * 1); pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-16X9t .framer-t4ucra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; left: 25px; overflow: visible; padding: 0px; position: absolute; top: 20px; width: min-content; }\",\".framer-16X9t .framer-1bqv2lk-container { flex: none; height: 36px; position: relative; width: auto; }\",\".framer-16X9t .framer-3dtn9b-container { flex: none; height: 32px; position: absolute; right: 25px; top: 23px; width: 32px; z-index: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-16X9t.framer-1pldqed, .framer-16X9t .framer-t4ucra { gap: 0px; } .framer-16X9t.framer-1pldqed > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-16X9t.framer-1pldqed > :first-child, .framer-16X9t .framer-t4ucra > :first-child { margin-left: 0px; } .framer-16X9t.framer-1pldqed > :last-child, .framer-16X9t .framer-t4ucra > :last-child { margin-right: 0px; } .framer-16X9t .framer-t4ucra > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-16X9t.framer-v-y1kkpj.framer-1pldqed { flex-direction: column; height: min-content; justify-content: flex-start; }\",\".framer-16X9t.framer-v-y1kkpj .framer-15m75nw { height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: 700px; }\",\".framer-16X9t.framer-v-y1kkpj .framer-v9bf80-container { min-height: 700px; pointer-events: auto; }\",\".framer-16X9t.framer-v-y1kkpj .framer-t4ucra { top: -1px; }\",\".framer-16X9t.framer-v-y1kkpj .framer-3dtn9b-container { top: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-16X9t.framer-v-y1kkpj.framer-1pldqed { gap: 0px; } .framer-16X9t.framer-v-y1kkpj.framer-1pldqed > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-16X9t.framer-v-y1kkpj.framer-1pldqed > :first-child { margin-top: 0px; } .framer-16X9t.framer-v-y1kkpj.framer-1pldqed > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VJR4TTQ_M\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"NxtzS4wqE\":\"logoSize\",\"qKuMeOLqE\":\"menuFontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerN0efqlBR3=withCSS(Component,css,\"framer-16X9t\");export default FramerN0efqlBR3;FramerN0efqlBR3.displayName=\"Header\";FramerN0efqlBR3.defaultProps={height:80,width:1200};addPropertyControls(FramerN0efqlBR3,{variant:{options:[\"B7NtOZaCL\",\"VJR4TTQ_M\"],optionTitles:[\"Default\",\"Menu\"],title:\"Variant\",type:ControlType.Enum},NxtzS4wqE:{defaultValue:22,displayStepper:true,title:\"Logo Size\",type:ControlType.Number},qKuMeOLqE:{defaultValue:106,displayStepper:true,title:\"Menu Font Size\",type:ControlType.Number}});addFonts(FramerN0efqlBR3,[{explicitInter:true,fonts:[]},...NavigationFonts,...LogoFonts,...MenuIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN0efqlBR3\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"NxtzS4wqE\\\":\\\"logoSize\\\",\\\"qKuMeOLqE\\\":\\\"menuFontSize\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VJR4TTQ_M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./N0efqlBR3.map"],"mappings":"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"}