{"version":3,"file":"j1c2M6pGl9OfSWgeSBTadHP6POhe1r5mw72oQZlMk6A.CpjU2LcB.mjs","names":["AvailabilityBar","NavBarDesktop","Image","Availability","GiveMeYourEmail","DarkFooter","PxPortfolioMenuMobileClosed","metadata","className","_Fragment","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/pmd5MnZ0pf7w0UMuxCpv/I2cVOT80RWgoOEIS8pOw/F3N7jc6Ea.js"],"sourcesContent":["// Generated by Framer (139b156)\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,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Availability from\"https://framerusercontent.com/modules/63SRSN6TDu9sBIRkM2CT/aNuwuDWKPyc8s8zwX2l0/eqzRnuSNj.js\";import GiveMeYourEmail from\"#framer/local/canvasComponent/jP84qEesM/jP84qEesM.js\";import PxPortfolioMenuMobileClosed from\"#framer/local/canvasComponent/Rnl_49fHR/Rnl_49fHR.js\";import AvailabilityBar from\"#framer/local/canvasComponent/T2GEAcmRV/T2GEAcmRV.js\";import DarkFooter from\"#framer/local/canvasComponent/VP8gk8Ulc/VP8gk8Ulc.js\";import NavBarDesktop from\"#framer/local/canvasComponent/ztrJp3XNu/ztrJp3XNu.js\";import*as sharedStyle from\"#framer/local/css/hyPr0qFlL/hyPr0qFlL.js\";import metadataProvider from\"#framer/local/webPageMetadata/F3N7jc6Ea/F3N7jc6Ea.js\";const AvailabilityBarFonts=getFonts(AvailabilityBar);const NavBarDesktopFonts=getFonts(NavBarDesktop);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ImageWithFX=withFX(Image);const MotionDivWithFX=withFX(motion.div);const AvailabilityFonts=getFonts(Availability);const GiveMeYourEmailFonts=getFonts(GiveMeYourEmail);const DarkFooterFonts=getFonts(DarkFooter);const PxPortfolioMenuMobileClosedFonts=getFonts(PxPortfolioMenuMobileClosed);const breakpoints={ahtmB63Ne:\"(min-width: 1200px)\",pgP4HwlUn:\"(min-width: 810px) and (max-width: 1199px)\",yiFrFlf_s:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-FFhqW\";const variantClassNames={ahtmB63Ne:\"framer-v-x7hhjg\",pgP4HwlUn:\"framer-v-aortl\",yiFrFlf_s:\"framer-v-u58fma\"};const transition1={damping:40,delay:.2,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1019,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1019,x:0,y:160};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:80,delay:.1,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition3={damping:80,delay:.3,mass:1,stiffness:200,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:160};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"ahtmB63Ne\",Phone:\"yiFrFlf_s\",Tablet:\"pgP4HwlUn\"};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:\"ahtmB63Ne\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,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-FFhqW`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-FFhqW`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const OfEdxUkOu3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"pgP4HwlUn\",\"yiFrFlf_s\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"yiFrFlf_s\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"yiFrFlf_s\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"pgP4HwlUn\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"pgP4HwlUn\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ahtmB63Ne\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-x7hhjg\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-erv1nn-container\",children:/*#__PURE__*/_jsx(AvailabilityBar,{height:\"100%\",id:\"Kxdc9W9Mo\",layoutId:\"Kxdc9W9Mo\",style:{height:\"100%\",width:\"100%\"},variant:\"c1zt7yzMr\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"100vw\",y:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dhu01x-container hidden-aortl hidden-u58fma\",children:/*#__PURE__*/_jsx(NavBarDesktop,{height:\"100%\",id:\"Rd98wDBCp\",layoutId:\"Rd98wDBCp\",style:{height:\"100%\",width:\"100%\"},variant:\"QYYd5twd0\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jnfunt hidden-x7hhjg hidden-aortl\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qm6ntw\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-yo75l8\",\"data-framer-name\":\"Text\",name:\"Text\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0luc3RydW1lbnQgU2VyaWYgSXRhbGlj\",\"--framer-font-family\":'\"Instrument Serif Italic\", \"Instrument Serif Italic Placeholder\", serif',\"--framer-font-size\":\"77.60621890411538px\",\"--framer-letter-spacing\":\"5px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6a01eeea-3e40-43f3-9cfa-1ff7d1d51d2e, rgb(237, 237, 237))\",\"--framer-text-transform\":\"inherit\"},children:\"Floral Street\"})}),className:\"framer-1jbl6uf\",\"data-framer-appear-id\":\"1jbl6uf\",\"data-framer-name\":\"Text 2\",fonts:[\"CUSTOM;Instrument Serif Italic\"],initial:animation1,name:\"Text 2\",optimized:true,style:{transformPerspective:1019},verticalAlignment:\"top\",viewBox:\"0 0 390 78\",viewBoxScale:.6,withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-11w4nhf\",\"data-framer-name\":\"Gallery\",name:\"Gallery\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wdpuy1\",\"data-framer-name\":\"Left Col\",name:\"Left Col\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-1ssd67l\",\"data-framer-name\":\"Image\",id:\"1ssd67l\",name:\"Image\",onTap:onTap3bnx0g({overlay}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-6by8l6\",\"data-framer-portal-id\":\"1ssd67l\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"kKFrNzjVc\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Wedding\",fit:\"fill\",pixelHeight:2e3,pixelWidth:3e3,sizes:\"100vw\",src:\"https://framerusercontent.com/images/VDtwO86WUKrAXMbRQ7PfVyoIp4E.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/VDtwO86WUKrAXMbRQ7PfVyoIp4E.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/VDtwO86WUKrAXMbRQ7PfVyoIp4E.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/VDtwO86WUKrAXMbRQ7PfVyoIp4E.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/VDtwO86WUKrAXMbRQ7PfVyoIp4E.jpg?lossless=1 3000w\"},className:\"framer-56adyn\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1ssd67l\",name:\"Image\",style:{transformPerspective:1200}})]}),document.querySelector(\"#overlay\"))})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3},className:\"framer-fxxphh\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{background:{alt:\"Wedding\",fit:\"fill\",loading:getLoadingLazyAtYPosition(892),pixelHeight:1125,pixelWidth:2e3,sizes:\"380px\",src:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1 2000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Wedding\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:\"380px\",src:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1 2000w\"},className:\"framer-10knv5m\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oxisj6\",\"data-framer-name\":\"Right Col\",name:\"Right Col\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{background:{alt:\"Sand\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1824),pixelHeight:3125,pixelWidth:5e3,sizes:\"380px\",src:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1 5000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Sand\",fit:\"fill\",pixelHeight:3125,pixelWidth:5e3,sizes:\"380px\",src:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1 5000w\"},className:\"framer-m5iupp\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2064),pixelHeight:2247,pixelWidth:1486,sizes:\"380px\",src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:2247,pixelWidth:1486,sizes:\"380px\",src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"},className:\"framer-j3a09l\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2429),pixelHeight:3592,pixelWidth:4163,sizes:\"380px\",src:\"https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?lossless=1 4163w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:3592,pixelWidth:4163,sizes:\"380px\",src:\"https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/KSVyX0q4WdfW2atGoNxVdDiOaE.jpg?lossless=1 4163w\"},className:\"framer-1h09rtv\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2669),pixelHeight:1126,pixelWidth:1178,sizes:\"380px\",src:\"https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?lossless=1 1178w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:1126,pixelWidth:1178,sizes:\"380px\",src:\"https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/FKzO1AonAZ61yWl4gjLXpYs2I.jpg?lossless=1 1178w\"},className:\"framer-1qjenni\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2976),pixelHeight:1632,pixelWidth:1178,sizes:\"380px\",src:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?scale-down-to=1024&lossless=1 739w,https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1 1178w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:1632,pixelWidth:1178,sizes:\"380px\",src:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?scale-down-to=1024&lossless=1 739w,https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1 1178w\"},className:\"framer-se5ity\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wh3wyb hidden-x7hhjg hidden-aortl\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cihzzl-container\",children:/*#__PURE__*/_jsx(Availability,{height:\"100%\",id:\"TptIFQnww\",layoutId:\"TptIFQnww\",variant:\"b1B3CqWz8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0FydGljbyBFeHBhbmRlZCBSZWd1bGFy\",\"--framer-font-family\":'\"Artico Expanded Regular\", \"Artico Expanded Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-6a01eeea-3e40-43f3-9cfa-1ff7d1d51d2e, rgb(0, 7, 25))\",\"--framer-text-transform\":\"uppercase\"},children:\"AVAILABLE FOR FREELANCE\"})}),className:\"framer-dfaly7\",fonts:[\"CUSTOM;Artico Expanded Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11f2li0 hidden-u58fma\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i8uedj\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0luc3RydW1lbnQgU2VyaWYgSXRhbGlj\",\"--framer-font-family\":'\"Instrument Serif Italic\", \"Instrument Serif Italic Placeholder\", serif',\"--framer-font-size\":\"140px\",\"--framer-letter-spacing\":\"5px\",\"--framer-line-height\":\"110px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6a01eeea-3e40-43f3-9cfa-1ff7d1d51d2e, rgb(237, 237, 237))\",\"--framer-text-transform\":\"inherit\"},children:\"Floral Street\"})}),className:\"framer-3uhkmn\",\"data-framer-appear-id\":\"3uhkmn\",\"data-framer-name\":\"Text 2\",fonts:[\"CUSTOM;Instrument Serif Italic\"],initial:animation6,name:\"Text 2\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-l93cdm\",\"data-styles-preset\":\"hyPr0qFlL\",style:{\"--framer-text-color\":\"var(--token-6a01eeea-3e40-43f3-9cfa-1ff7d1d51d2e, rgb(51, 51, 50))\"},children:\"Coming soon…\"})}),className:\"framer-9w7wac\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1ekrpml\",\"data-framer-name\":\"Gallery\",name:\"Gallery\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ysik0m\",\"data-framer-name\":\"Left Col\",name:\"Left Col\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-6q167w\",\"data-framer-name\":\"Image\",id:\"6q167w\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay1}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-3r64lg\",\"data-framer-portal-id\":\"6q167w\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"yGjm19RLs\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Wedding\",fit:\"fill\",pixelHeight:1410,pixelWidth:2e3,sizes:\"100vw\",src:\"https://framerusercontent.com/images/EeaEPXI2DFLJUFWrZmwXUhBBkc4.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EeaEPXI2DFLJUFWrZmwXUhBBkc4.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/EeaEPXI2DFLJUFWrZmwXUhBBkc4.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/EeaEPXI2DFLJUFWrZmwXUhBBkc4.jpg?lossless=1 2000w\"},className:\"framer-ynrr8j\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"6q167w\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay1}),style:{transformPerspective:1200},transformTemplate:transformTemplate1})]}),document.querySelector(\"#overlay\"))})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1963),pixelHeight:1125,pixelWidth:2e3,sizes:\"max((100vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1 2000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1963),pixelHeight:1125,pixelWidth:2e3,sizes:\"max((100.1667vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1 2000w\"},className:\"framer-1swon1d\",\"data-framer-name\":\"Image\",id:\"1swon1d\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay2}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1ef6k6\",\"data-framer-portal-id\":\"1swon1d\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"UPIlroYFB\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:1125,pixelWidth:2e3,sizes:\"100vw\",src:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vXOOz415J3pfrEbSnXx9K98dwY.jpg?lossless=1 2000w\"},className:\"framer-sat8k1\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1swon1d\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay2}),style:{transformPerspective:1200},transformTemplate:transformTemplate2})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Table\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(2427),pixelHeight:3812,pixelWidth:4163,sizes:\"max((100vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?lossless=1 4163w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Table\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(2427),pixelHeight:3812,pixelWidth:4163,sizes:\"max((100.1667vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?lossless=1 4163w\"},className:\"framer-1n9n0uj\",\"data-framer-name\":\"Image\",id:\"1n9n0uj\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay3}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-cny61o\",\"data-framer-portal-id\":\"1n9n0uj\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"QYVLd_1zW\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Table\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:3812,pixelWidth:4163,sizes:\"100vw\",src:\"https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/6iP7FfU9Cs95873OpaVi9yZTWE4.jpg?lossless=1 4163w\"},className:\"framer-fwtlf5\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1n9n0uj\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay3}),style:{transformPerspective:1200},transformTemplate:transformTemplate2})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Table\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(2681),pixelHeight:1154,pixelWidth:1178,sizes:\"max((100vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?lossless=1 1178w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Table\",fit:\"fill\",intrinsicHeight:6e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(2807),pixelHeight:1154,pixelWidth:1178,sizes:\"max((100.1667vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/FXFTHhZIo5KKfOHKSGMQmbgSHrI.jpg?lossless=1 1178w\"},className:\"framer-1fyfw41\",\"data-framer-name\":\"Image\",id:\"1fyfw41\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay4}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-ww3e44\",\"data-framer-portal-id\":\"1fyfw41\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay4.hide()},\"wgFZv1pPc\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Table\",fit:\"fit\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:1067,pixelWidth:1178,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?lossless=1 1178w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Table\",fit:\"fit\",intrinsicHeight:6e3,intrinsicWidth:4e3,pixelHeight:1067,pixelWidth:1178,positionX:\"center\",positionY:\"center\",sizes:\"1681.9222px\",src:\"https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/a48ql5S4cL5Y6N1CtiOyJN0khY8.jpg?lossless=1 1178w\"},className:\"framer-9ohux6\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1fyfw41\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay4}),style:{transformPerspective:1200},transformTemplate:transformTemplate2})})]}),document.querySelector(\"#overlay\"))})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xmwpof\",\"data-framer-name\":\"Right Col\",name:\"Right Col\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1q3xqxk\",\"data-framer-name\":\"Image\",id:\"1q3xqxk\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay5}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1jksv27\",\"data-framer-portal-id\":\"1q3xqxk\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay5.hide()},\"RO52F8xL7\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Sand\",fit:\"fill\",pixelHeight:3e3,pixelWidth:4500,sizes:\"100vw\",src:\"https://framerusercontent.com/images/LnKOe7ssY6W6a2eGFsajBW7KYo4.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/LnKOe7ssY6W6a2eGFsajBW7KYo4.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/LnKOe7ssY6W6a2eGFsajBW7KYo4.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/LnKOe7ssY6W6a2eGFsajBW7KYo4.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/LnKOe7ssY6W6a2eGFsajBW7KYo4.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/LnKOe7ssY6W6a2eGFsajBW7KYo4.jpg?lossless=1 4500w\"},className:\"framer-104sqtl\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1q3xqxk\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay5}),style:{transformPerspective:1200}})]}),document.querySelector(\"#overlay\"))})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Nature\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1859),pixelHeight:3125,pixelWidth:5e3,sizes:\"max((100vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1 5000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Nature\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1859),pixelHeight:3125,pixelWidth:5e3,sizes:\"max((100.1667vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1 5000w\"},className:\"framer-1gsdidy\",\"data-framer-name\":\"Image\",id:\"1gsdidy\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay6}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1v7cedy\",\"data-framer-portal-id\":\"1gsdidy\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay6.hide()},\"dDDXfiGVV\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Nature\",fit:\"fit\",pixelHeight:3125,pixelWidth:5e3,positionX:\"center\",positionY:\"center\",sizes:\"100.0833vw\",src:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/LhwMIcVMNtZARMCQxvffoTWaUI.jpg?lossless=1 5000w\"},className:\"framer-1ydzvkb\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1gsdidy\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay6}),style:{transformPerspective:1200},transformTemplate:transformTemplate3})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay7=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2548),pixelHeight:1632,pixelWidth:1178,sizes:\"max((100vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?scale-down-to=1024&lossless=1 739w,https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1 1178w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2292),pixelHeight:2247,pixelWidth:1486,sizes:\"max((100.1667vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"},className:\"framer-ecwn6u\",\"data-framer-name\":\"Image\",id:\"ecwn6u\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay7}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay7.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1ml8od\",\"data-framer-portal-id\":\"ecwn6u\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay7.hide()},\"FQa5F4hQU\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:1632,pixelWidth:1178,sizes:\"75.25vw\",src:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?scale-down-to=1024&lossless=1 739w,https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1 1178w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:2247,pixelWidth:1486,sizes:\"75.25vw\",src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"},className:\"framer-1eyyb4t\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"ecwn6u\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay7}),style:{transformPerspective:1200}})})]}),document.querySelector(\"#overlay\"))})})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{children:overlay8=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2292),pixelHeight:2247,pixelWidth:1486,sizes:\"max((100vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:2247,pixelWidth:1486,src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"},className:\"framer-1tsqhgt hidden-x7hhjg\",\"data-framer-name\":\"Image\",id:\"1tsqhgt\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay8}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay8.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-5obixe\",\"data-framer-portal-id\":\"1tsqhgt\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay8.hide()},\"YH5dZZIJ9\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:2247,pixelWidth:1486,sizes:\"75.25vw\",src:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=1024&lossless=1 677w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?scale-down-to=2048&lossless=1 1354w,https://framerusercontent.com/images/EsxKrL7aedfEayrCIjbwkOhfupM.jpg?lossless=1 1486w\"},className:\"framer-16zw807\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"1tsqhgt\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay8}),style:{transformPerspective:1200}})]}),document.querySelector(\"#overlay\"))})})})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(Overlay,{children:overlay9=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2813),pixelHeight:1632,pixelWidth:1178,sizes:\"max((100.1667vw - 15px) / 2, 1px)\",src:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?scale-down-to=1024&lossless=1 739w,https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1 1178w\"},className:\"framer-xgakat hidden-aortl\",\"data-framer-name\":\"Image\",id:\"xgakat\",name:\"Image\",onTap:onTap3bnx0g({overlay:overlay9}),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay9.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-14zxrcv\",\"data-framer-portal-id\":\"xgakat\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay9.hide()},\"gwQyTKpiO\"),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Portrait\",fit:\"fill\",pixelHeight:1632,pixelWidth:1178,sizes:\"100vw\",src:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?scale-down-to=1024&lossless=1 739w,https://framerusercontent.com/images/Qrd1DwsHuTPjddRqEw5O8qz4ss.jpg?lossless=1 1178w\"},className:\"framer-yda3e0\",\"data-framer-name\":\"Image\",\"data-framer-portal-id\":\"xgakat\",name:\"Image\",onTap:onTap1wnntms({overlay:overlay9}),style:{transformPerspective:1200},transformTemplate:transformTemplate3})]}),document.querySelector(\"#overlay\"))})})})})})]})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-157xqu hidden-u58fma\",\"data-framer-name\":\"Headline\",name:\"Headline\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i7nplr-container\",children:/*#__PURE__*/_jsx(Availability,{height:\"100%\",id:\"u7a0jZBL7\",layoutId:\"u7a0jZBL7\",variant:\"b1B3CqWz8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0FydGljbyBFeHBhbmRlZCBSZWd1bGFy\",\"--framer-font-family\":'\"Artico Expanded Regular\", \"Artico Expanded Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--token-6a01eeea-3e40-43f3-9cfa-1ff7d1d51d2e, rgb(0, 7, 25))\",\"--framer-text-transform\":\"uppercase\"},children:\"AVAILABLE FOR FREELANCE\"})}),className:\"framer-h4z6ad\",fonts:[\"CUSTOM;Artico Expanded Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{height:75,width:\"100vw\",y:50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-aqpy7f-container hidden-x7hhjg hidden-u58fma\",children:/*#__PURE__*/_jsx(NavBarDesktop,{height:\"100%\",id:\"ovfSBelob\",layoutId:\"ovfSBelob\",style:{height:\"100%\",width:\"100%\"},variant:\"QYYd5twd0\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{height:600,width:\"390px\",y:3281}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d9qkw-container hidden-x7hhjg hidden-aortl\",children:/*#__PURE__*/_jsx(GiveMeYourEmail,{height:\"100%\",id:\"oaNXBb4hk\",layoutId:\"oaNXBb4hk\",style:{height:\"100%\",width:\"100%\"},variant:\"jSP6pPtMu\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{width:\"100vw\",y:3118}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:546,width:\"1200px\",y:3369,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e4xhsg-container hidden-u58fma\",children:/*#__PURE__*/_jsx(GiveMeYourEmail,{height:\"100%\",id:\"jBx7w42dK\",layoutId:\"jBx7w42dK\",style:{height:\"100%\",width:\"100%\"},variant:\"cU1C2qJBA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pgP4HwlUn:{y:3664},yiFrFlf_s:{y:3881}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,width:\"100vw\",y:3915,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jifq77-container\",children:/*#__PURE__*/_jsx(DarkFooter,{height:\"100%\",id:\"EPILS3SYu\",layoutId:\"EPILS3SYu\",style:{width:\"100%\"},variant:\"VlPrz2_0Z\",vtAS7BpaZ:\"\\xa92024 NICOL ORTIZ DESIGN\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay10=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yiFrFlf_s:{height:83,y:-.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-pj6nbm-container hidden-x7hhjg hidden-aortl\",id:\"pj6nbm\",children:[/*#__PURE__*/_jsx(PxPortfolioMenuMobileClosed,{height:\"100%\",id:\"ayLXfrMd6\",layoutId:\"ayLXfrMd6\",OfEdxUkOu:OfEdxUkOu3bnx0g({overlay:overlay10}),variant:\"jK2TLrywp\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay10.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:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-13qa9fz\",\"data-framer-portal-id\":\"pj6nbm\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay10.hide()},\"NoiLSQZIz\")}),document.querySelector(\"#overlay\"))})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FFhqW.framer-1eselh9, .framer-FFhqW .framer-1eselh9 { display: block; }\",'.framer-FFhqW.framer-x7hhjg { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-3510a9a9-a189-404e-a5c0-9f663b721cb7, #395a75) /* {\"name\":\"blue\"} */ 30.384643120176%, var(--token-b781bc11-94db-4681-8702-35a6926c8bde, rgb(9, 21, 54)) /* {\"name\":\"dark blue\"} */ 100%); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }',\".framer-FFhqW .framer-erv1nn-container { flex: none; height: 50px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-dhu01x-container, .framer-FFhqW .framer-aqpy7f-container { flex: none; height: 75px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-jnfunt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: center; overflow: hidden; padding: 88px 0px 50px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FFhqW .framer-1qm6ntw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-yo75l8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 135px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-1jbl6uf { flex: none; height: auto; position: relative; white-space: pre; width: 100%; }\",\".framer-FFhqW .framer-11w4nhf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 5px 0px 5px; position: relative; width: 390px; }\",\".framer-FFhqW .framer-1wdpuy1, .framer-FFhqW .framer-1oxisj6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-1ssd67l { aspect-ratio: 1.5695652173913044 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 127px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-6by8l6 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-FFhqW .framer-56adyn { flex: none; height: 209px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: calc(51.24816446402352% - 209px / 2); width: 100%; }\",\".framer-FFhqW .framer-fxxphh { aspect-ratio: 1.165644171779141 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 172px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-10knv5m { aspect-ratio: 0.9644012944983819 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 207px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-m5iupp, .framer-FFhqW .framer-1h09rtv, .framer-FFhqW .framer-se5ity { aspect-ratio: 1.6170212765957446 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 124px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-j3a09l { aspect-ratio: 1.0555555555555556 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 189px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-1qjenni { aspect-ratio: 1.2582781456953642 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 159px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-1wh3wyb, .framer-FFhqW .framer-157xqu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FFhqW .framer-1cihzzl-container, .framer-FFhqW .framer-1i7nplr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FFhqW .framer-dfaly7, .framer-FFhqW .framer-h4z6ad { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FFhqW .framer-11f2li0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-1i8uedj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 59px 0px 59px 0px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-3uhkmn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FFhqW .framer-9w7wac { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-FFhqW .framer-1ekrpml { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 5px 0px 5px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-1ysik0m, .framer-FFhqW .framer-xmwpof { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FFhqW .framer-6q167w { aspect-ratio: 0.9644012944983819 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 616px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-3r64lg, .framer-FFhqW .framer-1ef6k6, .framer-FFhqW .framer-cny61o, .framer-FFhqW .framer-ww3e44, .framer-FFhqW .framer-1jksv27, .framer-FFhqW .framer-1v7cedy, .framer-FFhqW .framer-1ml8od, .framer-FFhqW .framer-5obixe, .framer-FFhqW .framer-14zxrcv { inset: 0px; position: fixed; user-select: none; }\",\".framer-FFhqW .framer-ynrr8j { aspect-ratio: 1.935483870967742 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 103px); left: 50%; position: fixed; top: 52%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-FFhqW .framer-1swon1d { aspect-ratio: 1.2930283224400871 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 459px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-sat8k1 { aspect-ratio: 1.5463917525773196 / 1; border-top-left-radius: 40px; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 129px); left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-FFhqW .framer-1n9n0uj { aspect-ratio: 1.4266666666666667 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 416px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-fwtlf5 { aspect-ratio: 1.6819221967963387 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 119px); left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-FFhqW .framer-1fyfw41 { aspect-ratio: 1.2262396694214877 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 484px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-9ohux6 { aspect-ratio: 1.6819221967963387 / 1; cursor: pointer; flex: none; height: 100%; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 336px); }\",\".framer-FFhqW .framer-1q3xqxk { aspect-ratio: 1.086269744835966 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 547px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-104sqtl { aspect-ratio: 1.575037147102526 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 127px); left: 0px; position: fixed; top: 0px; width: 100%; }\",\".framer-FFhqW .framer-1gsdidy { cursor: pointer; flex: none; height: 428px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-1ydzvkb { aspect-ratio: 0.712 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 281px); left: 0px; position: fixed; top: 50%; transform: translateY(-50%); width: 100%; }\",\".framer-FFhqW .framer-ecwn6u { cursor: pointer; flex: none; height: 516px; position: relative; width: 100%; }\",\".framer-FFhqW .framer-1eyyb4t, .framer-FFhqW .framer-16zw807 { bottom: -34px; cursor: pointer; flex: none; left: calc(50.00000000000002% - 75.25% / 2); position: fixed; top: -35px; width: 75%; }\",\".framer-FFhqW .framer-1tsqhgt { aspect-ratio: 1.350597609561753 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 148px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-xgakat { aspect-ratio: 1.22119341563786 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 486px); position: relative; width: 100%; }\",\".framer-FFhqW .framer-yda3e0 { aspect-ratio: 1.593625498007968 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 753px); left: 0px; position: fixed; right: 0px; top: 50%; transform: translateY(-50%); }\",\".framer-FFhqW .framer-1d9qkw-container { flex: none; height: 600px; position: relative; width: 390px; }\",\".framer-FFhqW .framer-e4xhsg-container { flex: none; height: 546px; position: relative; width: 1200px; }\",\".framer-FFhqW .framer-1jifq77-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-FFhqW .framer-pj6nbm-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; z-index: 1; }\",'.framer-FFhqW .framer-13qa9fz { background-color: var(--token-b781bc11-94db-4681-8702-35a6926c8bde, #091536) /* {\"name\":\"dark blue\"} */; inset: 0px; position: fixed; user-select: none; }',\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FFhqW.framer-x7hhjg, .framer-FFhqW .framer-jnfunt, .framer-FFhqW .framer-1qm6ntw, .framer-FFhqW .framer-yo75l8, .framer-FFhqW .framer-11w4nhf, .framer-FFhqW .framer-1wdpuy1, .framer-FFhqW .framer-1oxisj6, .framer-FFhqW .framer-1wh3wyb, .framer-FFhqW .framer-11f2li0, .framer-FFhqW .framer-1i8uedj, .framer-FFhqW .framer-1ekrpml, .framer-FFhqW .framer-1ysik0m, .framer-FFhqW .framer-xmwpof, .framer-FFhqW .framer-157xqu { gap: 0px; } .framer-FFhqW.framer-x7hhjg > *, .framer-FFhqW .framer-yo75l8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FFhqW.framer-x7hhjg > :first-child, .framer-FFhqW .framer-jnfunt > :first-child, .framer-FFhqW .framer-1qm6ntw > :first-child, .framer-FFhqW .framer-yo75l8 > :first-child, .framer-FFhqW .framer-11w4nhf > :first-child, .framer-FFhqW .framer-1wdpuy1 > :first-child, .framer-FFhqW .framer-1oxisj6 > :first-child, .framer-FFhqW .framer-11f2li0 > :first-child, .framer-FFhqW .framer-1i8uedj > :first-child, .framer-FFhqW .framer-1ysik0m > :first-child, .framer-FFhqW .framer-xmwpof > :first-child { margin-top: 0px; } .framer-FFhqW.framer-x7hhjg > :last-child, .framer-FFhqW .framer-jnfunt > :last-child, .framer-FFhqW .framer-1qm6ntw > :last-child, .framer-FFhqW .framer-yo75l8 > :last-child, .framer-FFhqW .framer-11w4nhf > :last-child, .framer-FFhqW .framer-1wdpuy1 > :last-child, .framer-FFhqW .framer-1oxisj6 > :last-child, .framer-FFhqW .framer-11f2li0 > :last-child, .framer-FFhqW .framer-1i8uedj > :last-child, .framer-FFhqW .framer-1ysik0m > :last-child, .framer-FFhqW .framer-xmwpof > :last-child { margin-bottom: 0px; } .framer-FFhqW .framer-jnfunt > * { margin: 0px; margin-bottom: calc(53px / 2); margin-top: calc(53px / 2); } .framer-FFhqW .framer-1qm6ntw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FFhqW .framer-11w4nhf > *, .framer-FFhqW .framer-1wdpuy1 > *, .framer-FFhqW .framer-1oxisj6 > *, .framer-FFhqW .framer-1ysik0m > *, .framer-FFhqW .framer-xmwpof > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-FFhqW .framer-1wh3wyb > *, .framer-FFhqW .framer-157xqu > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-FFhqW .framer-1wh3wyb > :first-child, .framer-FFhqW .framer-1ekrpml > :first-child, .framer-FFhqW .framer-157xqu > :first-child { margin-left: 0px; } .framer-FFhqW .framer-1wh3wyb > :last-child, .framer-FFhqW .framer-1ekrpml > :last-child, .framer-FFhqW .framer-157xqu > :last-child { margin-right: 0px; } .framer-FFhqW .framer-11f2li0 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-FFhqW .framer-1i8uedj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-FFhqW .framer-1ekrpml > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",...sharedStyle.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-FFhqW.framer-x7hhjg { width: 810px; } .framer-FFhqW .framer-erv1nn-container, .framer-FFhqW .framer-1ysik0m { order: 0; } .framer-FFhqW .framer-11f2li0 { order: 5; } .framer-FFhqW .framer-1ekrpml { width: 100%; } .framer-FFhqW .framer-6q167w { height: var(--framer-aspect-ratio-supported, 412px); } .framer-FFhqW .framer-1swon1d { height: var(--framer-aspect-ratio-supported, 308px); } .framer-FFhqW .framer-1n9n0uj { aspect-ratio: 1.3614457831325302 / 1; height: var(--framer-aspect-ratio-supported, 292px); } .framer-FFhqW .framer-1fyfw41 { aspect-ratio: 1.0831062670299727 / 1; height: var(--framer-aspect-ratio-supported, 367px); } .framer-FFhqW .framer-9ohux6 { height: var(--framer-aspect-ratio-supported, 119px); width: 100%; } .framer-FFhqW .framer-xmwpof, .framer-FFhqW .framer-1gsdidy { order: 1; } .framer-FFhqW .framer-1q3xqxk { height: var(--framer-aspect-ratio-supported, 366px); order: 0; } .framer-FFhqW .framer-ecwn6u { aspect-ratio: 1.350597609561753 / 1; height: var(--framer-aspect-ratio-supported, 294px); order: 4; } .framer-FFhqW .framer-1tsqhgt { height: var(--framer-aspect-ratio-supported, 295px); order: 3; } .framer-FFhqW .framer-157xqu { order: 7; } .framer-FFhqW .framer-aqpy7f-container { order: 4; } .framer-FFhqW .framer-e4xhsg-container { order: 8; width: 100%; } .framer-FFhqW .framer-1jifq77-container { order: 9; }}\",\"@media (max-width: 809px) { .framer-FFhqW.framer-x7hhjg { width: 390px; } .framer-FFhqW .framer-erv1nn-container, .framer-FFhqW .framer-1qm6ntw, .framer-FFhqW .framer-1jbl6uf { order: 0; } .framer-FFhqW .framer-jnfunt { order: 2; } .framer-FFhqW .framer-11w4nhf { order: 1; } .framer-FFhqW .framer-1ssd67l { height: var(--framer-aspect-ratio-supported, 242px); } .framer-FFhqW .framer-fxxphh { height: var(--framer-aspect-ratio-supported, 326px); } .framer-FFhqW .framer-10knv5m { height: var(--framer-aspect-ratio-supported, 394px); } .framer-FFhqW .framer-m5iupp, .framer-FFhqW .framer-1h09rtv, .framer-FFhqW .framer-se5ity { height: var(--framer-aspect-ratio-supported, 235px); } .framer-FFhqW .framer-j3a09l { height: var(--framer-aspect-ratio-supported, 360px); } .framer-FFhqW .framer-1qjenni { height: var(--framer-aspect-ratio-supported, 302px); } .framer-FFhqW .framer-1wh3wyb { order: 3; } .framer-FFhqW .framer-1d9qkw-container { order: 7; } .framer-FFhqW .framer-1jifq77-container { order: 9; } .framer-FFhqW .framer-pj6nbm-container { order: 10; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3103.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pgP4HwlUn\":{\"layout\":[\"fixed\",\"auto\"]},\"yiFrFlf_s\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerF3N7jc6Ea=withCSS(Component,css,\"framer-FFhqW\");export default FramerF3N7jc6Ea;FramerF3N7jc6Ea.displayName=\"Portfolio / Crushcashmere\";FramerF3N7jc6Ea.defaultProps={height:3103.5,width:1200};addFonts(FramerF3N7jc6Ea,[{explicitInter:true,fonts:[{family:\"Instrument Serif Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/WwRcsxfPzyfooBIC50fVhutzyc.woff2\"},{family:\"Artico Expanded Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/5ZsKEDU0qQ5s1m1P58NcYpzIwnc.woff2\"},{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\"}]},...AvailabilityBarFonts,...NavBarDesktopFonts,...AvailabilityFonts,...GiveMeYourEmailFonts,...DarkFooterFonts,...PxPortfolioMenuMobileClosedFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF3N7jc6Ea\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pgP4HwlUn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yiFrFlf_s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"3103.5\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}