{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/n215l0LkEzf3A2G5KLwb/QGEM1JZ6bVyOgoJFtuBx/nbiWtvW87.js", "ssg:https://framerusercontent.com/modules/dz7u1JSGluNg0CzLgdyw/i9dGE5jPLwykHuL4rF3I/c4AKP33az.js"],
  "sourcesContent": ["// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import Photographer from\"#framer/local/canvasComponent/A7j4jyv2g/A7j4jyv2g.js\";import GearItem from\"#framer/local/canvasComponent/c4AKP33az/c4AKP33az.js\";import Button from\"#framer/local/canvasComponent/Cv6kYmHpn/Cv6kYmHpn.js\";import Footer from\"#framer/local/canvasComponent/JBX48afsO/JBX48afsO.js\";import Header from\"#framer/local/canvasComponent/N9KF1GlHV/N9KF1GlHV.js\";import*as sharedStyle1 from\"#framer/local/css/ar0X3XvKk/ar0X3XvKk.js\";import*as sharedStyle from\"#framer/local/css/E952Zd3mb/E952Zd3mb.js\";import*as sharedStyle2 from\"#framer/local/css/jsPFAj3P2/jsPFAj3P2.js\";import*as sharedStyle3 from\"#framer/local/css/wIcaSKsHY/wIcaSKsHY.js\";import metadataProvider from\"#framer/local/webPageMetadata/nbiWtvW87/nbiWtvW87.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const HeaderFonts=getFonts(Header);const PhotographerFonts=getFonts(Photographer);const ButtonFonts=getFonts(Button);const GearItemFonts=getFonts(GearItem);const MotionSectionWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.section);const FooterFonts=getFonts(Footer);const breakpoints={HCbXteHnQ:\"(max-width: 809px)\",JVhaku2n8:\"(min-width: 1200px)\",qMwYcviWr:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1HMPB\";const variantClassNames={HCbXteHnQ:\"framer-v-1xl1qct\",JVhaku2n8:\"framer-v-vt2tlf\",qMwYcviWr:\"framer-v-e0k6mh\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition1={damping:46,delay:0,mass:1,stiffness:161,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-170};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"JVhaku2n8\",Phone:\"HCbXteHnQ\",Tablet:\"qMwYcviWr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JVhaku2n8\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const VDgjYOtda3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"HCbXteHnQ\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"JVhaku2n8\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-vt2tlf\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10vyncz-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"i66ibP26D\",intensity:8,layoutId:\"i66ibP26D\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{enabled:isDisplayed(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1440,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1ykms31-container\",id:\"1ykms31\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:overlay.visible?\"meKKFkPWu\":\"Su2070apt\"},qMwYcviWr:{variant:overlay.visible?\"ZLrdZmMW0\":\"AfyDgsP8A\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"XDpkw1QoW\",layoutId:\"XDpkw1QoW\",style:{width:\"100%\"},variant:overlay.visible?\"ZLrdZmMW0\":\"cqWQvVCf3\",VDgjYOtda:VDgjYOtda3bnx0g({overlay}),width:\"100%\"})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:`${cx(scopingClassNames,\"framer-12dfrk5\")} hidden-vt2tlf hidden-e0k6mh`,\"data-framer-portal-id\":\"1ykms31\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"eTUe7jtdA\")}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-22yllg\",\"data-framer-name\":\"Main\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsxs(MotionSectionWithOptimizedAppearEffect,{animate:animation,className:\"framer-p9uhb5\",\"data-framer-appear-id\":\"p9uhb5\",\"data-framer-name\":\"Container\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"aside\",{className:\"framer-1nny3af\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-86owpw\",\"data-framer-name\":\"Sticky\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+1621.32+0+0+0+0},qMwYcviWr:{width:`max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) / 4, 1px)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:`max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) / 4, 1px)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kko0k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"TuRw7aFlX\"},qMwYcviWr:{variant:\"RPQmTWYXP\"}},children:/*#__PURE__*/_jsx(Photographer,{height:\"100%\",id:\"wJuvJDXQC\",layoutId:\"wJuvJDXQC\",style:{width:\"100%\"},variant:\"RqjG8NJO6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JhEGlRZQU\"},implicitPathVariables:undefined},{href:{webPageId:\"JhEGlRZQU\"},implicitPathVariables:undefined},{href:{webPageId:\"JhEGlRZQU\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{y:(componentViewport?.y||0)+0+200+114+0+0+1621.32+0+0+0+104},qMwYcviWr:{y:(componentViewport?.y||0)+0+200+214+0+0+0+0+0+124}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+0+0+124,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c5mzd3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{rYvSKCvJf:resolvedLinks[2],variant:\"iI2ipV6vo\"},qMwYcviWr:{rYvSKCvJf:resolvedLinks[1],variant:\"icsoeaVPh\"}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"z64UFcDrk\",layoutId:\"z64UFcDrk\",rYvSKCvJf:resolvedLinks[0],u99mHedFv:\"Contact me\",variant:\"VdXXpamQf\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-1iax5dw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13zczbi\",\"data-styles-preset\":\"E952Zd3mb\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f8c6fc17-6126-48ad-8306-922d51919d56, rgb(17, 17, 18))\"},children:\"About me\"})}),className:\"framer-7ur8mn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ngxlwc\",\"data-styles-preset\":\"ar0X3XvKk\",children:\"Hey, I\u2019m L\\xe6rke Molin, a photographer based in Hedehusene, Denmark. I\u2019m especially passionate about wedding photography because it\u2019s such a big and emotional day, but I enjoy capturing all kinds of stories.\"})}),className:\"framer-1dnbykg\",\"data-framer-name\":\"Hey, I\u2019m Samuel Spenser, a photographer based in London, Great Britain. I focus on portraits and lifestyle photography, but I enjoy capturing all kinds of stories.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12plvs3\",\"data-framer-name\":\"My goal\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"26px\",\"--framer-line-height\":\"32px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"rgba(17, 17, 18, 1)\"},children:\"My goal is simple\"})})}),className:\"framer-j6wkmq\",\"data-framer-name\":\"My goal is simple\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vgk3u\",\"data-styles-preset\":\"jsPFAj3P2\",children:\"I capture real moments that feel like you. I want you to feel comfortable and just be yourself in front of the camera, whether it\u2019s on your wedding day, during a family session, or while working on a creative project together.\"})}),className:\"framer-148z35b\",\"data-framer-name\":\"I capture real moments that feel like you. I want you to feel comfortable and just be yourself in front of the camera, whether it\u2019s on your wedding day, during a family session, or while working on a creative project together.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xbgp67\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{background:{alt:\"Photographer holding camera\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+114+0+0+0+0+696.3199999999999+0+0),pixelHeight:1034,pixelWidth:779,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pzaXfnuIIPKBjhWNh1tyn5xlE.png\"}},qMwYcviWr:{background:{alt:\"Photographer holding camera\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+214+0+0+0+756.3199999999999+0+0),pixelHeight:1034,pixelWidth:779,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pzaXfnuIIPKBjhWNh1tyn5xlE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Photographer holding camera\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+666.3199999999999+0+0),pixelHeight:1034,pixelWidth:779,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pzaXfnuIIPKBjhWNh1tyn5xlE.png\"},className:\"framer-yxr0f1\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eg6fks\",\"data-framer-name\":\"Gear\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q2q3k2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1w6tysk\",\"data-styles-preset\":\"wIcaSKsHY\",children:\"My gear and software\"})}),className:\"framer-obt610\",\"data-framer-name\":\"My gear\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4o7b9\",\"data-border\":true,\"data-framer-name\":\"Gear items\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+0+0+726.3199999999999+20+0+0+72+0+0},qMwYcviWr:{width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) * 0.75, 1px) / 3, 50px) * 3)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+806.3199999999999+20+0+0+92+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) * 0.75, 1px) / 3, 50px) * 2)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+746.3199999999999+0+0+0+92+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7u09q0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"LTUbo99x0\"},qMwYcviWr:{variant:\"RP6NYnXEg\"}},children:/*#__PURE__*/_jsx(GearItem,{bvTAs7kWV:\"Canon EOS 6d + canon EOS 77d \",Fz78Cz2_5:\"01\",height:\"100%\",id:\"JruWEnOTx\",layoutId:\"JruWEnOTx\",style:{width:\"100%\"},variant:\"YyoChc_7c\",width:\"100%\",wTZK9067K:\"Camera\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+0+0+726.3199999999999+20+0+0+72+0+97},qMwYcviWr:{width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) * 0.75, 1px) / 3, 50px) * 3)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+806.3199999999999+20+0+0+92+0+97}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) * 0.75, 1px) / 3, 50px) * 2)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+746.3199999999999+0+0+0+92+0+97,children:/*#__PURE__*/_jsx(Container,{className:\"framer-caq5k-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"LTUbo99x0\"},qMwYcviWr:{variant:\"RP6NYnXEg\"}},children:/*#__PURE__*/_jsx(GearItem,{bvTAs7kWV:\"Canon EF 70-200mm f/2.8 IS USM\",Fz78Cz2_5:\"02\",height:\"100%\",id:\"Iah4UZhCZ\",layoutId:\"Iah4UZhCZ\",style:{width:\"100%\"},variant:\"YyoChc_7c\",width:\"100%\",wTZK9067K:\"Zoom lens\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+0+0+726.3199999999999+20+0+0+72+0+194},qMwYcviWr:{width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) * 0.75, 1px) / 3, 50px) * 3)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+806.3199999999999+20+0+0+92+0+194}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) * 0.75, 1px) / 3, 50px) * 2)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+746.3199999999999+0+0+0+92+0+194,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a1pkcs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"LTUbo99x0\"},qMwYcviWr:{variant:\"RP6NYnXEg\"}},children:/*#__PURE__*/_jsx(GearItem,{bvTAs7kWV:\"Canon EF 85mm f/1.4L IS USM\",Fz78Cz2_5:\"03\",height:\"100%\",id:\"HRlKH__3E\",layoutId:\"HRlKH__3E\",style:{width:\"100%\"},variant:\"YyoChc_7c\",width:\"100%\",wTZK9067K:\"Portrait lens\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+0+0+726.3199999999999+20+0+0+72+0+291},qMwYcviWr:{width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) * 0.75, 1px) / 3, 50px) * 3)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+806.3199999999999+20+0+0+92+0+291}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) * 0.75, 1px) / 3, 50px) * 2)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+746.3199999999999+0+0+0+92+0+291,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6p5ci1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"LTUbo99x0\"},qMwYcviWr:{variant:\"RP6NYnXEg\"}},children:/*#__PURE__*/_jsx(GearItem,{bvTAs7kWV:\"Canon EF 24-70mm f/2.8 L USM\",Fz78Cz2_5:\"04\",height:\"100%\",id:\"bwx6bjKOX\",layoutId:\"bwx6bjKOX\",style:{width:\"100%\"},variant:\"YyoChc_7c\",width:\"100%\",wTZK9067K:\"Zoom lens\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+0+0+726.3199999999999+20+0+0+72+0+388},qMwYcviWr:{width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) * 0.75, 1px) / 3, 50px) * 3)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+806.3199999999999+20+0+0+92+0+388}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) * 0.75, 1px) / 3, 50px) * 2)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+746.3199999999999+0+0+0+92+0+388,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pynzbp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"LTUbo99x0\"},qMwYcviWr:{variant:\"RP6NYnXEg\"}},children:/*#__PURE__*/_jsx(GearItem,{bvTAs7kWV:\"Canon macro lens EF 100mm f/2.8\",Fz78Cz2_5:\"05\",height:\"100%\",id:\"QkDaDSY5L\",layoutId:\"QkDaDSY5L\",style:{width:\"100%\"},variant:\"YyoChc_7c\",width:\"100%\",wTZK9067K:\"Macro lens\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{width:`min(${componentViewport?.width||\"100vw\"} - 48px, 1848px)`,y:(componentViewport?.y||0)+0+200+114+0+0+0+0+726.3199999999999+20+0+0+72+0+485},qMwYcviWr:{width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 63px, 1848px) * 0.75, 1px) / 3, 50px) * 3)`,y:(componentViewport?.y||0)+0+200+214+0+0+0+806.3199999999999+20+0+0+92+0+485}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`calc(max(max(min(${componentViewport?.width||\"100vw\"} - 72px, 1848px) * 0.75, 1px) / 3, 50px) * 2)`,y:(componentViewport?.y||0)+0+200+254+-11368683772161603e-29+0+0+746.3199999999999+0+0+0+92+0+485,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lt1x0j-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"LTUbo99x0\"},qMwYcviWr:{variant:\"RP6NYnXEg\"}},children:/*#__PURE__*/_jsx(GearItem,{bvTAs7kWV:\"Adobe Lightroom & Photoshop\",Fz78Cz2_5:\"07\",height:\"100%\",id:\"lmhS_7tpf\",layoutId:\"lmhS_7tpf\",style:{width:\"100%\"},variant:\"YyoChc_7c\",width:\"100%\",wTZK9067K:\"Editing software\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eofh6w\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8vgk3u\",\"data-styles-preset\":\"jsPFAj3P2\",children:\"When I\u2019m not behind the camera, I\u2019m enjoying my sabbatical year, which has given me the freedom to focus on what I love, photography. I\u2019ve recently moved to Hedehusene with my boyfriend, and in my free time, i ride reining, a western riding discipline, on my little Quarter Horse. I also have a small Beagle, who I occasionally manage to get in front of the camera, with a little bribery, of course. Let\u2019s connect and capture something memorable together. I\u2019d love to hear your story.\"})}),className:\"framer-4igolk\",\"data-framer-name\":\"When I\u2019m not behind the camera, I\u2019m usually exploring the mountains, finding hidden spots around the city, or getting inspired by nature and architecture. Let\u2019s connect and create something memorable together. I\u2019d love to hear your story.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{y:(componentViewport?.y||0)+0+2146.3199999999997},qMwYcviWr:{y:(componentViewport?.y||0)+0+2223.3199999999997}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2253.3199999999997,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n82sq1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HCbXteHnQ:{variant:\"f27MtJq4F\"},qMwYcviWr:{variant:\"ljQrMu23R\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"TnHOnzGpd\",layoutId:\"TnHOnzGpd\",style:{width:\"100%\"},variant:\"sOLlak1N3\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, rgb(241, 241, 241)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1HMPB.framer-1b46vxm, .framer-1HMPB .framer-1b46vxm { display: block; }\",\".framer-1HMPB.framer-vt2tlf { align-content: center; align-items: center; background-color: var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, #f1f1f1); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-1HMPB .framer-10vyncz-container, .framer-1HMPB .framer-c5mzd3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1HMPB .framer-1ykms31-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 9; }\",\".framer-1HMPB.framer-12dfrk5 { inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-1HMPB .framer-22yllg { align-content: center; align-items: center; background-color: var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, #f1f1f1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 254px 36px 160px 36px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-p9uhb5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1848px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-1HMPB .framer-1nny3af { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1HMPB .framer-86owpw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 36px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-1HMPB .framer-kko0k-container, .framer-1HMPB .framer-1n82sq1-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-1HMPB .framer-1iax5dw { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1HMPB .framer-7ur8mn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1HMPB .framer-1dnbykg { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 944px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1HMPB .framer-12plvs3 { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-j6wkmq { --framer-paragraph-spacing: 0px; align-self: start; flex: none; height: 100%; justify-self: start; position: relative; white-space: pre; width: 100%; }\",\".framer-1HMPB .framer-148z35b { --framer-paragraph-spacing: 0px; align-self: start; flex: none; grid-column: auto / span 2; height: 100%; justify-self: start; max-width: 603px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1HMPB .framer-1xbgp67, .framer-1HMPB .framer-eg6fks { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-yxr0f1 { align-content: center; align-items: center; align-self: start; aspect-ratio: 1.5723404255319149 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 2; height: var(--framer-aspect-ratio-supported, 359px); justify-content: center; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-q2q3k2 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; grid-column: auto / span 2; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-obt610 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1HMPB .framer-s4o7b9 { --border-bottom-width: 1px; --border-color: #d8d8d8; --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #d8d8d8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-7u09q0-container, .framer-1HMPB .framer-caq5k-container, .framer-1HMPB .framer-1a1pkcs-container, .framer-1HMPB .framer-6p5ci1-container, .framer-1HMPB .framer-1pynzbp-container, .framer-1HMPB .framer-lt1x0j-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1HMPB .framer-1eofh6w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1HMPB .framer-4igolk { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 610px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1HMPB.framer-vt2tlf, .framer-1HMPB .framer-22yllg, .framer-1HMPB .framer-p9uhb5, .framer-1HMPB .framer-1nny3af, .framer-1HMPB .framer-86owpw, .framer-1HMPB .framer-1iax5dw, .framer-1HMPB .framer-yxr0f1, .framer-1HMPB .framer-q2q3k2, .framer-1HMPB .framer-s4o7b9, .framer-1HMPB .framer-1eofh6w { gap: 0px; } .framer-1HMPB.framer-vt2tlf > *, .framer-1HMPB .framer-22yllg > *, .framer-1HMPB .framer-1nny3af > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1HMPB.framer-vt2tlf > :first-child, .framer-1HMPB .framer-22yllg > :first-child, .framer-1HMPB .framer-1nny3af > :first-child, .framer-1HMPB .framer-86owpw > :first-child, .framer-1HMPB .framer-1iax5dw > :first-child, .framer-1HMPB .framer-q2q3k2 > :first-child, .framer-1HMPB .framer-s4o7b9 > :first-child, .framer-1HMPB .framer-1eofh6w > :first-child { margin-top: 0px; } .framer-1HMPB.framer-vt2tlf > :last-child, .framer-1HMPB .framer-22yllg > :last-child, .framer-1HMPB .framer-1nny3af > :last-child, .framer-1HMPB .framer-86owpw > :last-child, .framer-1HMPB .framer-1iax5dw > :last-child, .framer-1HMPB .framer-q2q3k2 > :last-child, .framer-1HMPB .framer-s4o7b9 > :last-child, .framer-1HMPB .framer-1eofh6w > :last-child { margin-bottom: 0px; } .framer-1HMPB .framer-p9uhb5 > *, .framer-1HMPB .framer-yxr0f1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1HMPB .framer-p9uhb5 > :first-child, .framer-1HMPB .framer-yxr0f1 > :first-child { margin-left: 0px; } .framer-1HMPB .framer-p9uhb5 > :last-child, .framer-1HMPB .framer-yxr0f1 > :last-child { margin-right: 0px; } .framer-1HMPB .framer-86owpw > *, .framer-1HMPB .framer-q2q3k2 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-1HMPB .framer-1iax5dw > *, .framer-1HMPB .framer-1eofh6w > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-1HMPB .framer-s4o7b9 > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-1HMPB[data-border=\"true\"]::after, .framer-1HMPB [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-1HMPB.framer-vt2tlf { width: 810px; } .framer-1HMPB .framer-22yllg { padding: 214px 32px 120px 31px; } .framer-1HMPB .framer-1nny3af { gap: 30px; } .framer-1HMPB .framer-1iax5dw { gap: 50px; overflow: visible; } .framer-1HMPB .framer-12plvs3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; } .framer-1HMPB .framer-j6wkmq { align-self: unset; height: auto; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } .framer-1HMPB .framer-148z35b { align-self: unset; height: auto; } .framer-1HMPB .framer-yxr0f1 { grid-column: auto / span 3; height: var(--framer-aspect-ratio-supported, 357px); } .framer-1HMPB .framer-eg6fks { overflow: visible; padding: 20px 0px 0px 0px; } .framer-1HMPB .framer-q2q3k2 { grid-column: auto / span 3; overflow: visible; } .framer-1HMPB .framer-s4o7b9 { --border-left-width: 1px; } .framer-1HMPB .framer-1eofh6w { gap: 60px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1HMPB .framer-1nny3af, .framer-1HMPB .framer-1iax5dw, .framer-1HMPB .framer-12plvs3, .framer-1HMPB .framer-1eofh6w { gap: 0px; } .framer-1HMPB .framer-1nny3af > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-1HMPB .framer-1nny3af > :first-child, .framer-1HMPB .framer-1iax5dw > :first-child, .framer-1HMPB .framer-12plvs3 > :first-child, .framer-1HMPB .framer-1eofh6w > :first-child { margin-top: 0px; } .framer-1HMPB .framer-1nny3af > :last-child, .framer-1HMPB .framer-1iax5dw > :last-child, .framer-1HMPB .framer-12plvs3 > :last-child, .framer-1HMPB .framer-1eofh6w > :last-child { margin-bottom: 0px; } .framer-1HMPB .framer-1iax5dw > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-1HMPB .framer-12plvs3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1HMPB .framer-1eofh6w > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }}\",\"@media (max-width: 809px) { .framer-1HMPB.framer-vt2tlf { width: 390px; } .framer-1HMPB .framer-22yllg { padding: 114px 24px 60px 24px; } .framer-1HMPB .framer-p9uhb5 { flex-direction: column; gap: 40px; } .framer-1HMPB .framer-1nny3af { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-1HMPB .framer-86owpw { gap: 30px; position: relative; top: unset; } .framer-1HMPB .framer-1iax5dw { flex: none; gap: 30px; order: 0; width: 100%; } .framer-1HMPB .framer-12plvs3 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; } .framer-1HMPB .framer-j6wkmq { align-self: unset; height: auto; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } .framer-1HMPB .framer-148z35b { align-self: unset; height: auto; } .framer-1HMPB .framer-yxr0f1 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; grid-column: auto / span 3; height: var(--framer-aspect-ratio-supported, 217px); } .framer-1HMPB .framer-eg6fks { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; padding: 20px 0px 12px 0px; } .framer-1HMPB .framer-q2q3k2 { align-self: unset; gap: 30px; height: min-content; } .framer-1HMPB .framer-s4o7b9 { --border-right-width: 0px; } .framer-1HMPB .framer-1eofh6w { gap: 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1HMPB .framer-p9uhb5, .framer-1HMPB .framer-86owpw, .framer-1HMPB .framer-1iax5dw, .framer-1HMPB .framer-12plvs3, .framer-1HMPB .framer-eg6fks, .framer-1HMPB .framer-q2q3k2, .framer-1HMPB .framer-1eofh6w { gap: 0px; } .framer-1HMPB .framer-p9uhb5 > *, .framer-1HMPB .framer-1eofh6w > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1HMPB .framer-p9uhb5 > :first-child, .framer-1HMPB .framer-86owpw > :first-child, .framer-1HMPB .framer-1iax5dw > :first-child, .framer-1HMPB .framer-12plvs3 > :first-child, .framer-1HMPB .framer-eg6fks > :first-child, .framer-1HMPB .framer-q2q3k2 > :first-child, .framer-1HMPB .framer-1eofh6w > :first-child { margin-top: 0px; } .framer-1HMPB .framer-p9uhb5 > :last-child, .framer-1HMPB .framer-86owpw > :last-child, .framer-1HMPB .framer-1iax5dw > :last-child, .framer-1HMPB .framer-12plvs3 > :last-child, .framer-1HMPB .framer-eg6fks > :last-child, .framer-1HMPB .framer-q2q3k2 > :last-child, .framer-1HMPB .framer-1eofh6w > :last-child { margin-bottom: 0px; } .framer-1HMPB .framer-86owpw > *, .framer-1HMPB .framer-1iax5dw > *, .framer-1HMPB .framer-q2q3k2 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-1HMPB .framer-12plvs3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1HMPB .framer-eg6fks > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3040\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qMwYcviWr\":{\"layout\":[\"fixed\",\"auto\"]},\"HCbXteHnQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramernbiWtvW87=withCSS(Component,css,\"framer-1HMPB\");export default FramernbiWtvW87;FramernbiWtvW87.displayName=\"Page\";FramernbiWtvW87.defaultProps={height:3040,width:1200};addFonts(FramernbiWtvW87,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{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\"}]},...SmoothScrollFonts,...HeaderFonts,...PhotographerFonts,...ButtonFonts,...GearItemFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernbiWtvW87\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"3040\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qMwYcviWr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HCbXteHnQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vryZ6b55RYnYwJ6GrjfQ/xt52sTUlCNc1bsZ9Vu9s/jsPFAj3P2.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/R3isMdUcstLxAh3UFMHo/dmnJECVpWBcbAemYhlkC/Rcgs2l1OR.js\";const cycleOrder=[\"YyoChc_7c\",\"RP6NYnXEg\",\"LTUbo99x0\"];const serializationHash=\"framer-gUqb1\";const variantClassNames={LTUbo99x0:\"framer-v-t3vm5s\",RP6NYnXEg:\"framer-v-10z439f\",YyoChc_7c:\"framer-v-13l0h6\"};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={bounce:.2,delay:0,duration:.4,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.create(React.Fragment);const humanReadableVariantMap={Desktop:\"YyoChc_7c\",Phone:\"LTUbo99x0\",Tablet:\"RP6NYnXEg\"};const getProps=({category,gear,height,id,number,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,bvTAs7kWV:(_ref=gear!==null&&gear!==void 0?gear:props.bvTAs7kWV)!==null&&_ref!==void 0?_ref:\"Canon EOS R5\",Fz78Cz2_5:(_ref1=number!==null&&number!==void 0?number:props.Fz78Cz2_5)!==null&&_ref1!==void 0?_ref1:\"01\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"YyoChc_7c\",wTZK9067K:(_ref3=category!==null&&category!==void 0?category:props.wTZK9067K)!==null&&_ref3!==void 0?_ref3:\"Camera\"};};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,bvTAs7kWV,wTZK9067K,Fz78Cz2_5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YyoChc_7c\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-13l0h6\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"YyoChc_7c\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d64fb00e-b5cb-4b79-a672-ed51c8d41600, rgb(241, 241, 241))\",...style},...addPropertyOverrides({LTUbo99x0:{\"data-framer-name\":\"Phone\"},RP6NYnXEg:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mk8rqb\",\"data-framer-name\":\"Number\",layoutDependency:layoutDependency,layoutId:\"xZAuleY_L\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"140%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(17, 17, 18, 1))\"},children:\"01\"})})}),className:\"framer-1qw8al3\",\"data-framer-name\":\"01\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"YXhEl2GeD\",style:{\"--extracted-1w3ko1f\":\"rgba(17, 17, 18, 1)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.4},text:Fz78Cz2_5,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8vgk3u\",\"data-styles-preset\":\"jsPFAj3P2\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8c6fc17-6126-48ad-8306-922d51919d56, rgb(17, 17, 18)))\"},children:\"Canon EOS R5\"})}),className:\"framer-1dn7lu5\",\"data-framer-name\":\"Canon EOS R5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SQEwR4fMp\",style:{\"--extracted-r6o4lv\":\"var(--token-f8c6fc17-6126-48ad-8306-922d51919d56, rgb(17, 17, 18))\",\"--framer-paragraph-spacing\":\"0px\"},text:bvTAs7kWV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kyxygw\",\"data-framer-name\":\"Filler\",layoutDependency:layoutDependency,layoutId:\"FU2NyuDIu\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-2n4ap\",\"data-styles-preset\":\"Rcgs2l1OR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(17, 17, 18, 0.6))\"},children:\"Camera\"})}),className:\"framer-1cf3y34\",\"data-framer-name\":\"Camera\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vgaO4mUu8\",style:{\"--extracted-r6o4lv\":\"rgba(17, 17, 18, 0.6)\",\"--framer-paragraph-spacing\":\"0px\"},text:wTZK9067K,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gUqb1.framer-cmrabu, .framer-gUqb1 .framer-cmrabu { display: block; }\",\".framer-gUqb1.framer-13l0h6 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 34px 34px 34px 64px; position: relative; width: 564px; }\",\".framer-gUqb1 .framer-1mk8rqb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 34px; overflow: hidden; padding: 0px; position: absolute; top: 36px; width: min-content; z-index: 1; }\",\".framer-gUqb1 .framer-1qw8al3, .framer-gUqb1 .framer-1cf3y34 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gUqb1 .framer-1dn7lu5 { --framer-text-wrap-override: balance; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gUqb1 .framer-1kyxygw { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gUqb1 .framer-1mk8rqb { gap: 0px; } .framer-gUqb1 .framer-1mk8rqb > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gUqb1 .framer-1mk8rqb > :first-child { margin-left: 0px; } .framer-gUqb1 .framer-1mk8rqb > :last-child { margin-right: 0px; } }\",\".framer-gUqb1.framer-v-10z439f.framer-13l0h6 { padding: 30px 30px 30px 60px; }\",\".framer-gUqb1.framer-v-10z439f .framer-1mk8rqb { left: 30px; top: 32px; }\",\".framer-gUqb1.framer-v-t3vm5s.framer-13l0h6 { align-content: center; align-items: center; padding: 22px 0px 22px 0px; }\",\".framer-gUqb1.framer-v-t3vm5s .framer-1mk8rqb { left: unset; padding: 0px 13px 0px 0px; position: relative; top: unset; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 564\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RP6NYnXEg\":{\"layout\":[\"fixed\",\"auto\"]},\"LTUbo99x0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"bvTAs7kWV\":\"gear\",\"wTZK9067K\":\"category\",\"Fz78Cz2_5\":\"number\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerc4AKP33az=withCSS(Component,css,\"framer-gUqb1\");export default Framerc4AKP33az;Framerc4AKP33az.displayName=\"Gear item\";Framerc4AKP33az.defaultProps={height:96,width:564};addPropertyControls(Framerc4AKP33az,{variant:{options:[\"YyoChc_7c\",\"RP6NYnXEg\",\"LTUbo99x0\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},bvTAs7kWV:{defaultValue:\"Canon EOS R5\",displayTextArea:false,title:\"Gear\",type:ControlType.String},wTZK9067K:{defaultValue:\"Camera\",displayTextArea:false,title:\"Category\",type:ControlType.String},Fz78Cz2_5:{defaultValue:\"01\",displayTextArea:false,title:\"Number\",type:ControlType.String}});addFonts(Framerc4AKP33az,[{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\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc4AKP33az\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"bvTAs7kWV\\\":\\\"gear\\\",\\\"wTZK9067K\\\":\\\"category\\\",\\\"Fz78Cz2_5\\\":\\\"number\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RP6NYnXEg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LTUbo99x0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"96\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"564\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "category", "gear", "height", "id", "number", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bvTAs7kWV", "wTZK9067K", "Fz78Cz2_5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerc4AKP33az", "withCSS", "c4AKP33az_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SmoothScrollFonts", "getFonts", "SmoothScroll", "HeaderFonts", "N9KF1GlHV_default", "PhotographerFonts", "A7j4jyv2g_default", "ButtonFonts", "Cv6kYmHpn_default", "GearItemFonts", "c4AKP33az_default", "MotionSectionWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "FooterFonts", "JBX48afsO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition1", "animation", "animation1", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "VDgjYOtda3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "ResolveLinks", "resolvedLinks", "RichText2", "getLoadingLazyAtYPosition", "Image2", "css", "FramernbiWtvW87", "withCSS", "nbiWtvW87_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
