{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/jojPDoWbWb65rBwkaRiD/jH6gbxJByv7ZoJwGq4sR/CMS_Nav_Helper.js", "ssg:https://framerusercontent.com/modules/ddkz1yP5heTwt6vVns1c/IpX2QwUWvtpG1a4GU188/N_zjeNcje.js", "ssg:https://framerusercontent.com/modules/M5C8R2SuOSFuTFLuocLE/PXlh7GFY7QpKEsGdpELR/WCMU5R2CW.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'\u0131n varolamas\u0131n\u0131 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 (acd6bc0)\nimport{jsx as _jsx,jsxs as _jsxs}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 serializationHash=\"framer-31gEe\";const variantClassNames={AKpX3qJoS:\"framer-v-1082nab\"};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=({count,height,id,next,prev,width,...props})=>{return{...props,ugiLdqCtD:next!==null&&next!==void 0?next:props.ugiLdqCtD,vZBlxdWh0:count!==null&&count!==void 0?count:props.vZBlxdWh0,yy6hpD4c4:prev!==null&&prev!==void 0?prev:props.yy6hpD4c4};};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,yy6hpD4c4,ugiLdqCtD,vZBlxdWh0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"AKpX3qJoS\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1082nab\",className,classNames),\"data-framer-name\":\"CMS Nav\",layoutDependency:layoutDependency,layoutId:\"AKpX3qJoS\",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\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28)))\"},children:\"asdas\"})}),className:\"framer-lcgzm6\",\"data-framer-name\":\"Photo Count\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"q4xTkTf4m\",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\",opacity:.5},text:vZBlxdWh0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:yy6hpD4c4,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1lj3dp0 framer-fidus3\",\"data-framer-name\":\"Prev\",layoutDependency:layoutDependency,layoutId:\"rkKBayhfh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xottu3\",layoutDependency:layoutDependency,layoutId:\"FzJ3sWfgG\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jqmeqa\",layoutDependency:layoutDependency,layoutId:\"mM4odeg0M\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VRaPocIMS\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-k9x1a framer-fidus3\",\"data-framer-name\":\"Listing\",layoutDependency:layoutDependency,layoutId:\"uKzdGd9RN\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p6v18e\",layoutDependency:layoutDependency,layoutId:\"J3j6FnNHl\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-41dc9n\",layoutDependency:layoutDependency,layoutId:\"q1u9zpkuu\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rjolwu\",layoutDependency:layoutDependency,layoutId:\"FNWnfZfgi\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k20ruv\",layoutDependency:layoutDependency,layoutId:\"vrrW1AVON\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}})]})}),/*#__PURE__*/_jsx(Link,{href:ugiLdqCtD,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8qvo2t framer-fidus3\",\"data-framer-name\":\"Next\",layoutDependency:layoutDependency,layoutId:\"MUGkGPY2N\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e00r82\",layoutDependency:layoutDependency,layoutId:\"we3NwalPV\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tt74cm\",layoutDependency:layoutDependency,layoutId:\"jSrnXZKfN\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:225}})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-31gEe.framer-fidus3, .framer-31gEe .framer-fidus3 { display: block; }\",\".framer-31gEe.framer-1082nab { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 38px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 134px; }\",\".framer-31gEe .framer-lcgzm6 { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 29px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-31gEe .framer-1lj3dp0, .framer-31gEe .framer-8qvo2t { flex: none; height: 38px; overflow: visible; position: relative; text-decoration: none; width: 38px; }\",\".framer-31gEe .framer-1xottu3 { flex: none; height: 19px; left: calc(47.3684210526316% - 2px / 2); overflow: visible; position: absolute; top: 3px; width: 2px; }\",\".framer-31gEe .framer-jqmeqa { bottom: 4px; flex: none; height: 19px; left: calc(47.3684210526316% - 2px / 2); overflow: visible; position: absolute; width: 2px; }\",\".framer-31gEe .framer-k9x1a { flex: none; height: 38px; overflow: hidden; position: relative; text-decoration: none; width: 38px; }\",\".framer-31gEe .framer-1p6v18e { bottom: 13px; flex: none; height: 6px; overflow: visible; position: absolute; right: 12px; width: 6px; }\",\".framer-31gEe .framer-41dc9n { bottom: 13px; flex: none; height: 6px; left: 11px; overflow: visible; position: absolute; width: 6px; }\",\".framer-31gEe .framer-1rjolwu { flex: none; height: 6px; overflow: visible; position: absolute; right: 12px; top: 10px; width: 6px; }\",\".framer-31gEe .framer-k20ruv { flex: none; height: 6px; left: 11px; overflow: visible; position: absolute; top: 10px; width: 6px; }\",\".framer-31gEe .framer-1e00r82 { flex: none; height: 19px; left: calc(52.63157894736844% - 2px / 2); overflow: visible; position: absolute; top: 3px; width: 2px; }\",\".framer-31gEe .framer-tt74cm { bottom: 4px; flex: none; height: 19px; left: calc(52.63157894736844% - 2px / 2); overflow: visible; position: absolute; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-31gEe.framer-1082nab { gap: 0px; } .framer-31gEe.framer-1082nab > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-31gEe.framer-1082nab > :first-child { margin-left: 0px; } .framer-31gEe.framer-1082nab > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"yy6hpD4c4\":\"prev\",\"ugiLdqCtD\":\"next\",\"vZBlxdWh0\":\"count\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerN_zjeNcje=withCSS(Component,css,\"framer-31gEe\");export default FramerN_zjeNcje;FramerN_zjeNcje.displayName=\"CMS Nav\";FramerN_zjeNcje.defaultProps={height:38,width:134};addPropertyControls(FramerN_zjeNcje,{yy6hpD4c4:{title:\"Prev\",type:ControlType.Link},ugiLdqCtD:{title:\"Next\",type:ControlType.Link},vZBlxdWh0:{defaultValue:\"\",displayTextArea:false,title:\"Count\",type:ControlType.String}});addFonts(FramerN_zjeNcje,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN_zjeNcje\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"38\",\"framerIntrinsicWidth\":\"134\",\"framerVariables\":\"{\\\"yy6hpD4c4\\\":\\\"prev\\\",\\\"ugiLdqCtD\\\":\\\"next\\\",\\\"vZBlxdWh0\\\":\\\"count\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./N_zjeNcje.map", "// Generated by Framer (e4277c8)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import CMSNavHelper from\"https://framerusercontent.com/modules/jojPDoWbWb65rBwkaRiD/jH6gbxJByv7ZoJwGq4sR/CMS_Nav_Helper.js\";import Footer from\"#framer/local/canvasComponent/CsjP1hozs/CsjP1hozs.js\";import NavBar from\"#framer/local/canvasComponent/mcGGzQuUs/mcGGzQuUs.js\";import CMSNav from\"#framer/local/canvasComponent/N_zjeNcje/N_zjeNcje.js\";import People from\"#framer/local/collection/P7oyF9gc4/P7oyF9gc4.js\";import metadataProvider from\"#framer/local/webPageMetadata/WCMU5R2CW/WCMU5R2CW.js\";const NavBarFonts=getFonts(NavBar);const ContainerWithFX=withFX(Container);const CMSNavFonts=getFonts(CMSNav);const CMSNavHelperFonts=getFonts(CMSNavHelper);const Image1Fonts=getFonts(Image1);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const FooterFonts=getFonts(Footer);const breakpoints={ABXt0VWLi:\"(min-width: 810px) and (max-width: 1199px)\",Tt0HTgHfp:\"(max-width: 809px)\",vVk11SUNC:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2apCu\";const variantClassNames={ABXt0VWLi:\"framer-v-1dlpcza\",Tt0HTgHfp:\"framer-v-1tkegr6\",vVk11SUNC:\"framer-v-z2hpnd\"};const transition1={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-64};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition2={damping:100,delay:0,mass:1.2,stiffness:149,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={damping:100,delay:.2,mass:1.2,stiffness:149,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:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const transition4={delay:0,duration:.6,ease:[.4,0,.5,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:80};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"vVk11SUNC\",Phone:\"Tt0HTgHfp\",Tablet:\"ABXt0VWLi\"};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:\"vVk11SUNC\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"WCMU5R2CW\",data:People,type:\"Collection\"},select:[{collection:\"WCMU5R2CW\",name:\"xDHmdqDTE\",type:\"Identifier\"},{collection:\"WCMU5R2CW\",name:\"equgi8OYT\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"WCMU5R2CW\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData;const{style,className,layoutId,variant,Rb1B4O2vTUx6BJjdbb,equgi8OYTUx6BJjdbb,xDHmdqDTEUx6BJjdbb,idUx6BJjdbb,equgi8OYT=getFromCurrentRouteData(\"equgi8OYT\"),xDHmdqDTE=(_getFromCurrentRouteData=getFromCurrentRouteData(\"xDHmdqDTE\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",idWXbDoJ7DO,Rb1B4O2vTWXbDoJ7DO,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-2apCu`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-2apCu`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Tt0HTgHfp\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Tt0HTgHfp\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"vVk11SUNC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-z2hpnd\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19xtztq-container hidden-1tkegr6\",\"data-framer-name\":\"Nav Bar\",layoutScroll:true,name:\"Nav Bar\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"aMkoCjFuZ\",layoutId:\"aMkoCjFuZ\",name:\"Nav Bar\",style:{width:\"100%\"},variant:\"xTM4aAW1G\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-l1352d\",\"data-framer-name\":\"Work\",name:\"Work\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v3118r-container\",children:/*#__PURE__*/_jsx(CMSNavHelper,{cms_nav:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:\"134px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1we5vam-container\",children:/*#__PURE__*/_jsx(CMSNav,{height:\"100%\",id:\"OunMmhqMo\",layoutId:\"OunMmhqMo\",style:{height:\"100%\",width:\"100%\"},vZBlxdWh0:\"\",width:\"100%\"})})})],cmsPath:\"cb\",fullView:false,height:\"100%\",id:\"wwJFLd5O2\",layers:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-x3pxwi\",\"data-framer-name\":\"People\",name:\"People\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Ux6BJjdbb\",data:People,type:\"Collection\"},select:[{collection:\"Ux6BJjdbb\",name:\"Rb1B4O2vT\",type:\"Identifier\"},{collection:\"Ux6BJjdbb\",name:\"equgi8OYT\",type:\"Identifier\"},{collection:\"Ux6BJjdbb\",name:\"xDHmdqDTE\",type:\"Identifier\"},{collection:\"Ux6BJjdbb\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"Rb1B4O2vT\":Rb1B4O2vTUx6BJjdbb,\"equgi8OYT\":equgi8OYTUx6BJjdbb,\"xDHmdqDTE\":xDHmdqDTEUx6BJjdbb,\"id\":idUx6BJjdbb},i)=>{Rb1B4O2vTUx6BJjdbb!==null&&Rb1B4O2vTUx6BJjdbb!==void 0?Rb1B4O2vTUx6BJjdbb:Rb1B4O2vTUx6BJjdbb=\"\";xDHmdqDTEUx6BJjdbb!==null&&xDHmdqDTEUx6BJjdbb!==void 0?xDHmdqDTEUx6BJjdbb:xDHmdqDTEUx6BJjdbb=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ux6BJjdbb-${idUx6BJjdbb}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Rb1B4O2vT:Rb1B4O2vTUx6BJjdbb},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Rb1B4O2vT:Rb1B4O2vTUx6BJjdbb},webPageId:\"aJbwCVwkE\"},children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-69rz38 framer-14a7niq\",\"data-framer-name\":\"Person Item\",name:\"Person Item\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"150px\",...toResponsiveImage(equgi8OYTUx6BJjdbb)},className:\"framer-iazuky\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1veqmqo\",\"data-framer-name\":\"Post\",name:\"Post\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Title\"})}),className:\"framer-hr7rub\",\"data-framer-name\":\"Title\",fonts:[\"Inter-Bold\"],name:\"Title\",text:xDHmdqDTEUx6BJjdbb,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},idUx6BJjdbb);})})})})})],layoutId:\"wwJFLd5O2\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:\"framer-1xdx562-container\",\"data-framer-appear-id\":\"1xdx562\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ABXt0VWLi:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Image1,{alt:xDHmdqDTE,height:\"100%\",id:\"CwsRc5c61\",image:toResponsiveImage(equgi8OYT),layoutId:\"CwsRc5c61\",newTab:true,padding:0,radius:0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1rmltw8\",\"data-framer-appear-id\":\"1rmltw8\",\"data-framer-name\":\"Description\",initial:animation2,name:\"Description\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\"},children:\"Photo by Zulmaury Saavedra on Unsplash\"})}),className:\"framer-oisf8s\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:xDHmdqDTE,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wzjun1\",\"data-framer-name\":\"Hidden CMS List for Nav\",name:\"Hidden CMS List for Nav\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"WXbDoJ7DO\",data:People,type:\"Collection\"},select:[{collection:\"WXbDoJ7DO\",name:\"id\",type:\"Identifier\"},{collection:\"WXbDoJ7DO\",name:\"Rb1B4O2vT\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({\"id\":idWXbDoJ7DO,\"Rb1B4O2vT\":Rb1B4O2vTWXbDoJ7DO},i)=>{Rb1B4O2vTWXbDoJ7DO!==null&&Rb1B4O2vTWXbDoJ7DO!==void 0?Rb1B4O2vTWXbDoJ7DO:Rb1B4O2vTWXbDoJ7DO=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`WXbDoJ7DO-${idWXbDoJ7DO}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Rb1B4O2vT:Rb1B4O2vTWXbDoJ7DO},children:/*#__PURE__*/_jsx(Link,{href:\"/people/:slug\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-5o5pg0 framer-14a7niq\",\"data-framer-name\":\"Person Item\",name:\"Person Item\"})})})},idWXbDoJ7DO);})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Tt0HTgHfp:{y:700}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:251,width:\"100vw\",y:900,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7zrkfx-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ABXt0VWLi:{variant:\"AV46uwoSR\"},Tt0HTgHfp:{variant:\"AV46uwoSR\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"it94Zt8Ye\",layoutId:\"it94Zt8Ye\",style:{width:\"100%\"},variant:\"O4IV8inmb\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Tt0HTgHfp:{height:60,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x3eozh-container hidden-z2hpnd hidden-1dlpcza\",\"data-framer-name\":\"Nav Bar\",layoutScroll:true,name:\"Nav Bar\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavBar,{height:\"100%\",id:\"OkosPpENx\",layoutId:\"OkosPpENx\",name:\"Nav Bar\",style:{width:\"100%\"},variant:\"nBCmD0ZtP\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-2apCu { background: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, rgb(255, 255, 250)) /* {\"name\":\"Off White\"} */; }`,\".framer-2apCu.framer-14a7niq, .framer-2apCu .framer-14a7niq { display: block; }\",\".framer-2apCu.framer-z2hpnd { align-content: center; align-items: center; background-color: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, #fffffa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1151px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-2apCu .framer-19xtztq-container, .framer-2apCu .framer-1x3eozh-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-2apCu .framer-l1352d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 90vh; justify-content: flex-start; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-2apCu .framer-1v3118r-container { flex: none; height: auto; left: 50%; position: absolute; top: 70px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-2apCu .framer-x3pxwi { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 600px; }\",\".framer-2apCu .framer-69rz38 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-2apCu .framer-iazuky { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 150px; position: relative; width: 150px; }\",\".framer-2apCu .framer-1veqmqo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-2apCu .framer-hr7rub { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2apCu .framer-1we5vam-container { height: 38px; position: relative; width: 134px; }\",\".framer-2apCu .framer-1xdx562-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-2apCu .framer-1rmltw8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2apCu .framer-oisf8s { flex: 1 0 0px; height: auto; opacity: 0.65; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-2apCu .framer-1wzjun1 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-start; left: calc(50.00000000000002% - 1px / 2); padding: 0px; position: absolute; width: 1px; z-index: 1; }\",\".framer-2apCu .framer-5o5pg0 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; justify-content: flex-start; left: 0px; padding: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; z-index: 1; }\",\".framer-2apCu .framer-7zrkfx-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2apCu.framer-z2hpnd, .framer-2apCu .framer-l1352d, .framer-2apCu .framer-x3pxwi, .framer-2apCu .framer-69rz38, .framer-2apCu .framer-1veqmqo, .framer-2apCu .framer-1rmltw8, .framer-2apCu .framer-1wzjun1, .framer-2apCu .framer-5o5pg0 { gap: 0px; } .framer-2apCu.framer-z2hpnd > *, .framer-2apCu .framer-l1352d > *, .framer-2apCu .framer-1wzjun1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2apCu.framer-z2hpnd > :first-child, .framer-2apCu .framer-l1352d > :first-child, .framer-2apCu .framer-x3pxwi > :first-child, .framer-2apCu .framer-1veqmqo > :first-child, .framer-2apCu .framer-1wzjun1 > :first-child { margin-top: 0px; } .framer-2apCu.framer-z2hpnd > :last-child, .framer-2apCu .framer-l1352d > :last-child, .framer-2apCu .framer-x3pxwi > :last-child, .framer-2apCu .framer-1veqmqo > :last-child, .framer-2apCu .framer-1wzjun1 > :last-child { margin-bottom: 0px; } .framer-2apCu .framer-x3pxwi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2apCu .framer-69rz38 > *, .framer-2apCu .framer-5o5pg0 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-2apCu .framer-69rz38 > :first-child, .framer-2apCu .framer-1rmltw8 > :first-child, .framer-2apCu .framer-5o5pg0 > :first-child { margin-left: 0px; } .framer-2apCu .framer-69rz38 > :last-child, .framer-2apCu .framer-1rmltw8 > :last-child, .framer-2apCu .framer-5o5pg0 > :last-child { margin-right: 0px; } .framer-2apCu .framer-1veqmqo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2apCu .framer-1rmltw8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-2apCu { background: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, rgb(255, 255, 250)) /* {\"name\":\"Off White\"} */; } .framer-2apCu.framer-z2hpnd { width: 810px; } .framer-2apCu .framer-1xdx562-container { flex: none; height: auto; } .framer-2apCu .framer-1wzjun1 { left: 0px; right: 0px; width: unset; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-2apCu { background: var(--token-c03e1cd9-d230-4ffe-97fb-e78997e04de0, rgb(255, 255, 250)) /* {\"name\":\"Off White\"} */; } .framer-2apCu.framer-z2hpnd { width: 390px; } .framer-2apCu .framer-l1352d { height: 70vh; order: 2; } .framer-2apCu .framer-1wzjun1 { left: 0px; order: 3; right: 0px; width: unset; } .framer-2apCu .framer-7zrkfx-container { order: 4; } .framer-2apCu .framer-1x3eozh-container { order: 1; }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1151\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ABXt0VWLi\":{\"layout\":[\"fixed\",\"fixed\"]},\"Tt0HTgHfp\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerWCMU5R2CW=withCSS(Component,css,\"framer-2apCu\");export default FramerWCMU5R2CW;FramerWCMU5R2CW.displayName=\"Creativeboard\";FramerWCMU5R2CW.defaultProps={height:1151,width:1200};addFonts(FramerWCMU5R2CW,[{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\"}]},...NavBarFonts,...CMSNavFonts,...CMSNavHelperFonts,...Image1Fonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWCMU5R2CW\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ABXt0VWLi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Tt0HTgHfp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1151\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "CMS_NAV", "props", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "arrange", "setArrange", "ye", "ue", "resolved", "allPosts", "currentImageSrc", "currentPostSlug", "currentKey", "dynamicKey", "total", "index", "post", "key", "image", "_post_props_children_props", "_post_props_children", "dynamicValue", "next", "prev", "_allPosts__props_children_props", "_allPosts__props_children", "listing", "prevLink", "nextLink", "count", "event", "style", "clonedCmsNav", "e", "CMS_NAV", "addPropertyControls", "ControlType", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "count", "height", "id", "next", "prev", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "yy6hpD4c4", "ugiLdqCtD", "vZBlxdWh0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "Link", "css", "FramerN_zjeNcje", "withCSS", "N_zjeNcje_default", "addPropertyControls", "ControlType", "addFonts", "NavBarFonts", "getFonts", "mcGGzQuUs_default", "ContainerWithFX", "withFX", "Container", "CMSNavFonts", "N_zjeNcje_default", "CMSNavHelperFonts", "CMS_NAV", "Image1Fonts", "Image", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "FooterFonts", "CsjP1hozs_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition2", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "P7oyF9gc4_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "style", "className", "layoutId", "variant", "Rb1B4O2vTUx6BJjdbb", "equgi8OYTUx6BJjdbb", "xDHmdqDTEUx6BJjdbb", "idUx6BJjdbb", "equgi8OYT", "xDHmdqDTE", "idWXbDoJ7DO", "Rb1B4O2vTWXbDoJ7DO", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "Link", "Image2", "RichText2", "x", "PropertyOverrides2", "collection1", "paginationInfo1", "loadMore1", "css", "FramerWCMU5R2CW", "withCSS", "WCMU5R2CW_default", "addFonts", "__FramerMetadata__"]
}
