{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/qAHjXmCsy6MfSLKSBNvg/ZGiOqIjya9sV8VmiDuZt/BTiWWz7MK.js"],
  "sourcesContent": ["// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import SectionCTA from\"#framer/local/canvasComponent/Am3H30Y1J/Am3H30Y1J.js\";import ProjectDetails from\"#framer/local/canvasComponent/h4RTyU2U_/h4RTyU2U_.js\";import Navbar from\"#framer/local/canvasComponent/lAMG9zk9C/lAMG9zk9C.js\";import Button from\"#framer/local/canvasComponent/PFTPE8zZF/PFTPE8zZF.js\";import*as sharedStyle from\"#framer/local/css/v2p76UbV5/v2p76UbV5.js\";import metadataProvider from\"#framer/local/webPageMetadata/BTiWWz7MK/BTiWWz7MK.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavbarFonts=getFonts(Navbar);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ButtonFonts=getFonts(Button);const ProjectDetailsFonts=getFonts(ProjectDetails);const SectionCTAFonts=getFonts(SectionCTA);const breakpoints={DiwQEryZ_:\"(max-width: 809px)\",oBeboUOhB:\"(min-width: 1200px)\",ShAm1I6Qr:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0qNp1\";const variantClassNames={DiwQEryZ_:\"framer-v-i0yhtt\",oBeboUOhB:\"framer-v-a38en0\",ShAm1I6Qr:\"framer-v-hds5we\"};const transition1={damping:38,delay:0,mass:1,stiffness:192,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:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition2={damping:45,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:41,delay:0,mass:1,stiffness:192,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:.2,duration:1.2,ease:[.5,0,0,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:90};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition5={delay:.35,duration:1.2,ease:[.5,0,0,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={delay:.5,duration:1.2,ease:[.5,0,0,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"oBeboUOhB\",Phone:\"DiwQEryZ_\",Tablet:\"ShAm1I6Qr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"oBeboUOhB\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...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 sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"DiwQEryZ_\")return false;return true;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"oBeboUOhB\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-39969313-d2b6-4fbf-9960-4fb2f3d8e689, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-a38en0\",className),\"data-hide-scrollbars\":true,ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7h2k06-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"iMSfGxyjO\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"iMSfGxyjO\",intensity:10,layoutId:\"iMSfGxyjO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`min(${componentViewport?.width||\"100vw\"}, 810px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,y:(componentViewport?.y||0)+0+200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-um83nj-container\",nodeId:\"fcvGc6zW2\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{variant:\"LISof6NOq\"},ShAm1I6Qr:{variant:\"vdrbaP3oi\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"fcvGc6zW2\",layoutId:\"fcvGc6zW2\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"bsPmLDlz2\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mvq5nr\",\"data-framer-name\":\"Introduction\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-w5cna7\",\"data-framer-appear-id\":\"w5cna7\",\"data-framer-name\":\"Introduction\",initial:animation1,optimized:true,children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-eqp1xs hidden-i0yhtt\",\"data-framer-appear-id\":\"eqp1xs\",\"data-framer-name\":\"Description\",initial:animation1,optimized:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yaydwt\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation3,className:\"framer-z118fl\",\"data-framer-appear-id\":\"z118fl\",\"data-framer-name\":\"Description\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-168t1m2\",\"data-styles-preset\":\"v2p76UbV5\",style:{\"--framer-text-alignment\":\"left\"},children:\"this is the portfolio of stefan t. nickells.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-168t1m2\",\"data-styles-preset\":\"v2p76UbV5\",style:{\"--framer-text-alignment\":\"left\"},children:\"a photographer for hospitality groups, travel outfits, and cultural brands wanting to capture intentional moments and narrative ambitions.\"})]}),className:\"framer-d3dfl4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-ltp4cz hidden-i0yhtt\",\"data-framer-appear-id\":\"ltp4cz\",\"data-framer-name\":\"Title\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fbsw45\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16tj3qy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ShAm1I6Qr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-bc1fb9e2-56be-4995-b721-414927449270, rgb(34, 34, 34))\"},children:[\"reach out for \",/*#__PURE__*/_jsx(\"br\",{}),\"projects and licensing\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgTW9udHJlYWwgUmVndWxhcg==\",\"--framer-font-family\":'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bc1fb9e2-56be-4995-b721-414927449270, rgb(34, 34, 34))\"},children:\"reach out for projects and licensing\"})}),className:\"framer-1lnortw\",fonts:[\"CUSTOM;Neue Montreal Regular\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"t6igc4oLJ\"},implicitPathVariables:undefined},{href:{webPageId:\"t6igc4oLJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ShAm1I6Qr:{y:(componentViewport?.y||0)+0+280+0+30+0+0+106}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+0+280+0+60+0+0+29.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6324gm-container\",nodeId:\"VgYVMeiYT\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ShAm1I6Qr:{x5aPIQpZv:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"VgYVMeiYT\",layoutId:\"VgYVMeiYT\",OzZx0g3Rr:\"fill out a form\",variant:\"vllc9PbUI\",width:\"100%\",x5aPIQpZv:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ShAm1I6Qr:{y:(componentViewport?.y||0)+0+280+0+30+0+0+133}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+0+280+0+60+0+0+56.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-80k6fp-container\",nodeId:\"v4ubLF9ca\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"v4ubLF9ca\",layoutId:\"v4ubLF9ca\",OzZx0g3Rr:\"shoot an email\",variant:\"vllc9PbUI\",width:\"100%\",x5aPIQpZv:\"mailto:hello@stefantnickells.com\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ShAm1I6Qr:{y:(componentViewport?.y||0)+0+280+0+30+0+0+160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+0+280+0+60+0+0+83.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jj9kkc-container\",nodeId:\"aP1_xwN8a\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"aP1_xwN8a\",layoutId:\"aP1_xwN8a\",OzZx0g3Rr:\"send a text\",variant:\"vllc9PbUI\",width:\"100%\",x5aPIQpZv:\"https://wa.me/351916239645\"})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gpjana\",\"data-framer-name\":\"Section Portfolio\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-iw0ag6\",\"data-framer-appear-id\":\"iw0ag6\",\"data-framer-name\":\"Column 1\",initial:animation5,optimized:true,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+0},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l3hlo7-container\",nodeId:\"W0K2kI6mq\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks1[2],variant:\"sphrCyGz_\"},ShAm1I6Qr:{l3udzJYTU:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/7t6zxqWXe6DaLLBTw5cqVghSgI.jpg\",srcSet:\"https://framerusercontent.com/images/7t6zxqWXe6DaLLBTw5cqVghSgI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/7t6zxqWXe6DaLLBTw5cqVghSgI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/7t6zxqWXe6DaLLBTw5cqVghSgI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/7t6zxqWXe6DaLLBTw5cqVghSgI.jpg 3600w\"},\"\"),height:\"100%\",id:\"W0K2kI6mq\",l3udzJYTU:resolvedLinks1[0],layoutId:\"W0K2kI6mq\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Palmeiral\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+576},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+586}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+586,children:/*#__PURE__*/_jsx(Container,{className:\"framer-110iu21-container\",nodeId:\"sAxC4Egs6\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks2[2],variant:\"sphrCyGz_\"},ShAm1I6Qr:{l3udzJYTU:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/d83nD3SZEdBZWxeqDJAOwRAIVvQ.jpg\",srcSet:\"https://framerusercontent.com/images/d83nD3SZEdBZWxeqDJAOwRAIVvQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/d83nD3SZEdBZWxeqDJAOwRAIVvQ.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/d83nD3SZEdBZWxeqDJAOwRAIVvQ.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/d83nD3SZEdBZWxeqDJAOwRAIVvQ.jpg 3600w\"},\"\"),height:\"100%\",id:\"sAxC4Egs6\",l3udzJYTU:resolvedLinks2[0],layoutId:\"sAxC4Egs6\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"locke-de-santa-joana\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"At1CNRdWi\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+1152},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+1172}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+1172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1alajg9-container\",nodeId:\"ODhW45QbG\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks3[2],variant:\"sphrCyGz_\"},ShAm1I6Qr:{l3udzJYTU:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4484,pixelWidth:3587,src:\"https://framerusercontent.com/images/zIKsdy4t3rbgDbqO21ykHn3r5Vw.jpg\",srcSet:\"https://framerusercontent.com/images/zIKsdy4t3rbgDbqO21ykHn3r5Vw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/zIKsdy4t3rbgDbqO21ykHn3r5Vw.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/zIKsdy4t3rbgDbqO21ykHn3r5Vw.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/zIKsdy4t3rbgDbqO21ykHn3r5Vw.jpg 3587w\"},\"\"),height:\"100%\",id:\"ODhW45QbG\",l3udzJYTU:resolvedLinks3[0],layoutId:\"ODhW45QbG\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Locke de Santa Joana\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+1728},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+1758}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+1758,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l5yd1e-container\",nodeId:\"VDPeZBMD2\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:6229,pixelWidth:4672,src:\"https://framerusercontent.com/images/ZHBJ4tlJSgixuZQD5Vc0VUykZus.jpg\",srcSet:\"https://framerusercontent.com/images/ZHBJ4tlJSgixuZQD5Vc0VUykZus.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/ZHBJ4tlJSgixuZQD5Vc0VUykZus.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/ZHBJ4tlJSgixuZQD5Vc0VUykZus.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/ZHBJ4tlJSgixuZQD5Vc0VUykZus.jpg 4672w\"},\"\"),height:\"100%\",id:\"VDPeZBMD2\",layoutId:\"VDPeZBMD2\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"fabri\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"TaSXWKtCw\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"fabri\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"TaSXWKtCw\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"fabri\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"TaSXWKtCw\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+2304},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+2344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+2344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qrgmt5-container\",nodeId:\"np6Jk5qr2\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks4[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4164,pixelWidth:6830,src:\"https://framerusercontent.com/images/fuj2Ih5reg0kQPRtyd9ojiFU.jpg\",srcSet:\"https://framerusercontent.com/images/fuj2Ih5reg0kQPRtyd9ojiFU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fuj2Ih5reg0kQPRtyd9ojiFU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fuj2Ih5reg0kQPRtyd9ojiFU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fuj2Ih5reg0kQPRtyd9ojiFU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/fuj2Ih5reg0kQPRtyd9ojiFU.jpg 6830w\"},\"\"),height:\"100%\",id:\"np6Jk5qr2\",l3udzJYTU:resolvedLinks4[0],layoutId:\"np6Jk5qr2\",m9dHGMDBO:\"spaces\",mVp63y32C:\"fabri\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+2880},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+2930}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+2930,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q2s75a-container\",nodeId:\"fEMAhG6Y5\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{variant:\"sphrCyGz_\"}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3840,src:\"https://framerusercontent.com/images/33KyqOWTuJmxxJdZDjGgFT7Lwl4.jpg\",srcSet:\"https://framerusercontent.com/images/33KyqOWTuJmxxJdZDjGgFT7Lwl4.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/33KyqOWTuJmxxJdZDjGgFT7Lwl4.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/33KyqOWTuJmxxJdZDjGgFT7Lwl4.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/33KyqOWTuJmxxJdZDjGgFT7Lwl4.jpg 3840w\"},\"\"),height:\"100%\",id:\"fEMAhG6Y5\",layoutId:\"fEMAhG6Y5\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"La Playa Hotel\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+3456},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+3516}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+3516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-726cgr-container\",nodeId:\"VrJiu49BN\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:2250,pixelWidth:3e3,src:\"https://framerusercontent.com/images/LQbN8EOAvHeGUKg4EqIYhU4Uy1E.jpg\",srcSet:\"https://framerusercontent.com/images/LQbN8EOAvHeGUKg4EqIYhU4Uy1E.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LQbN8EOAvHeGUKg4EqIYhU4Uy1E.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LQbN8EOAvHeGUKg4EqIYhU4Uy1E.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LQbN8EOAvHeGUKg4EqIYhU4Uy1E.jpg 3000w\"},\"\"),height:\"100%\",id:\"VrJiu49BN\",layoutId:\"VrJiu49BN\",m9dHGMDBO:\"travel\",mVp63y32C:\"BENI\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+4032},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+4102}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+4102,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1776egb-container\",nodeId:\"Z3TLJNyiq\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/zXgDTQSKHc2AtckBFCYMM3Dac.jpg\",srcSet:\"https://framerusercontent.com/images/zXgDTQSKHc2AtckBFCYMM3Dac.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/zXgDTQSKHc2AtckBFCYMM3Dac.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/zXgDTQSKHc2AtckBFCYMM3Dac.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/zXgDTQSKHc2AtckBFCYMM3Dac.jpg 3600w\"},\"\"),height:\"100%\",id:\"Z3TLJNyiq\",layoutId:\"Z3TLJNyiq\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+4608},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+4688}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+4688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yf1ljb-container\",nodeId:\"N9Hz4nvdf\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks5[2],variant:\"sphrCyGz_\"},ShAm1I6Qr:{l3udzJYTU:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3840,src:\"https://framerusercontent.com/images/N1c80JarUhToUpI4x1bZkizJYI.jpg\",srcSet:\"https://framerusercontent.com/images/N1c80JarUhToUpI4x1bZkizJYI.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/N1c80JarUhToUpI4x1bZkizJYI.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/N1c80JarUhToUpI4x1bZkizJYI.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/N1c80JarUhToUpI4x1bZkizJYI.jpg 3840w\"},\"\"),height:\"100%\",id:\"N9Hz4nvdf\",l3udzJYTU:resolvedLinks5[0],layoutId:\"N9Hz4nvdf\",m9dHGMDBO:\"spaces\",mVp63y32C:\"Estufa Fria\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+5184},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+5274}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+5274,children:/*#__PURE__*/_jsx(Container,{className:\"framer-491irm-container\",nodeId:\"lCrFjDlYH\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks6[2],variant:\"sphrCyGz_\"},ShAm1I6Qr:{l3udzJYTU:resolvedLinks6[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:3942,pixelWidth:7008,src:\"https://framerusercontent.com/images/JhpSZC4rL214hQoDdC1DR81nms.jpg\",srcSet:\"https://framerusercontent.com/images/JhpSZC4rL214hQoDdC1DR81nms.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JhpSZC4rL214hQoDdC1DR81nms.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JhpSZC4rL214hQoDdC1DR81nms.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JhpSZC4rL214hQoDdC1DR81nms.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/JhpSZC4rL214hQoDdC1DR81nms.jpg 7008w\"},\"\"),height:\"100%\",id:\"lCrFjDlYH\",l3udzJYTU:resolvedLinks6[0],layoutId:\"lCrFjDlYH\",m9dHGMDBO:\"spaces\",mVp63y32C:\"CAM Gulbenkian\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+5760},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+5860}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+5860,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a3eexj-container\",nodeId:\"XyNacd4qh\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{variant:\"sphrCyGz_\"}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:5599,pixelWidth:4479,src:\"https://framerusercontent.com/images/URp60z82HNKL4GtlC8Ycpqw558.jpg\",srcSet:\"https://framerusercontent.com/images/URp60z82HNKL4GtlC8Ycpqw558.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/URp60z82HNKL4GtlC8Ycpqw558.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/URp60z82HNKL4GtlC8Ycpqw558.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/URp60z82HNKL4GtlC8Ycpqw558.jpg 4479w\"},\"\"),height:\"100%\",id:\"XyNacd4qh\",layoutId:\"XyNacd4qh\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+6336},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+6446}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+6446,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f9pruk-container\",nodeId:\"NmDmxhGDq\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks7[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks7[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4672,pixelWidth:7008,src:\"https://framerusercontent.com/images/vz5PkkXEhm3RMazsvt95BiwLk.jpg\",srcSet:\"https://framerusercontent.com/images/vz5PkkXEhm3RMazsvt95BiwLk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vz5PkkXEhm3RMazsvt95BiwLk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vz5PkkXEhm3RMazsvt95BiwLk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vz5PkkXEhm3RMazsvt95BiwLk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/vz5PkkXEhm3RMazsvt95BiwLk.jpg 7008w\"},\"\"),height:\"100%\",id:\"NmDmxhGDq\",l3udzJYTU:resolvedLinks7[0],layoutId:\"NmDmxhGDq\",m9dHGMDBO:\"spaces\",mVp63y32C:\"CAM Gulbenkian\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+13934+0+6912},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+7032}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+7032,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aq2odw-container\",nodeId:\"V6jGdihSG\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:5117,pixelWidth:4094,src:\"https://framerusercontent.com/images/85t1NufA0LLLYKkIPlqZcCrThQ.jpg\",srcSet:\"https://framerusercontent.com/images/85t1NufA0LLLYKkIPlqZcCrThQ.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/85t1NufA0LLLYKkIPlqZcCrThQ.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/85t1NufA0LLLYKkIPlqZcCrThQ.jpg?scale-down-to=4096 3277w,https://framerusercontent.com/images/85t1NufA0LLLYKkIPlqZcCrThQ.jpg 4094w\"},\"\"),height:\"100%\",id:\"V6jGdihSG\",layoutId:\"V6jGdihSG\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-6wrwve\",\"data-framer-appear-id\":\"6wrwve\",\"data-framer-name\":\"Column 2\",initial:animation5,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+1728},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c04deb-container\",nodeId:\"ur5suxstc\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4573,pixelWidth:3658,src:\"https://framerusercontent.com/images/pnYKm02OhBusEoFx0eyTmYJxv4s.jpg\",srcSet:\"https://framerusercontent.com/images/pnYKm02OhBusEoFx0eyTmYJxv4s.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/pnYKm02OhBusEoFx0eyTmYJxv4s.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/pnYKm02OhBusEoFx0eyTmYJxv4s.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/pnYKm02OhBusEoFx0eyTmYJxv4s.jpg 3658w\"},\"\"),height:\"100%\",id:\"ur5suxstc\",layoutId:\"ur5suxstc\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Bistro Edelweiss\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+0},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+586}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+586,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ezd323-container\",nodeId:\"rbIbgLirX\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks8[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks8[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:3246,pixelWidth:4800,src:\"https://framerusercontent.com/images/1bZgXa1CnG8FEEDmOCAVSp4USB8.jpg\",srcSet:\"https://framerusercontent.com/images/1bZgXa1CnG8FEEDmOCAVSp4USB8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1bZgXa1CnG8FEEDmOCAVSp4USB8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1bZgXa1CnG8FEEDmOCAVSp4USB8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/1bZgXa1CnG8FEEDmOCAVSp4USB8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/1bZgXa1CnG8FEEDmOCAVSp4USB8.jpg 4800w\"},\"\"),height:\"100%\",id:\"rbIbgLirX\",l3udzJYTU:resolvedLinks8[0],layoutId:\"rbIbgLirX\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Hello, Kristoff\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+1152},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+1172}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+1172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wta5dv-container\",nodeId:\"tOLIKAlry\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks9[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks9[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/m7bMFVOM7CexZDLHvym0D6Xc5s.jpg\",srcSet:\"https://framerusercontent.com/images/m7bMFVOM7CexZDLHvym0D6Xc5s.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/m7bMFVOM7CexZDLHvym0D6Xc5s.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/m7bMFVOM7CexZDLHvym0D6Xc5s.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/m7bMFVOM7CexZDLHvym0D6Xc5s.jpg 3600w\"},\"\"),height:\"100%\",id:\"tOLIKAlry\",l3udzJYTU:resolvedLinks9[0],layoutId:\"tOLIKAlry\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"camgulbenkian\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"IRGCVlPMA\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+4608},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+1758}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+1758,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rhmtqd-container\",nodeId:\"I0zDzUrIn\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks10[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks10[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:3718,pixelWidth:6609,src:\"https://framerusercontent.com/images/NK0RmLdtTYrIopdjQD173hOaG6Q.jpg\",srcSet:\"https://framerusercontent.com/images/NK0RmLdtTYrIopdjQD173hOaG6Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NK0RmLdtTYrIopdjQD173hOaG6Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NK0RmLdtTYrIopdjQD173hOaG6Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NK0RmLdtTYrIopdjQD173hOaG6Q.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/NK0RmLdtTYrIopdjQD173hOaG6Q.jpg 6609w\"},\"\"),height:\"100%\",id:\"I0zDzUrIn\",l3udzJYTU:resolvedLinks10[0],layoutId:\"I0zDzUrIn\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+2304},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+2344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+2344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dpyir0-container\",nodeId:\"iNXwlSqC0\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3646,src:\"https://framerusercontent.com/images/u6Vez0AxHftj6VPmeT1VW8DaePc.jpg\",srcSet:\"https://framerusercontent.com/images/u6Vez0AxHftj6VPmeT1VW8DaePc.jpg?scale-down-to=1024 777w,https://framerusercontent.com/images/u6Vez0AxHftj6VPmeT1VW8DaePc.jpg?scale-down-to=2048 1555w,https://framerusercontent.com/images/u6Vez0AxHftj6VPmeT1VW8DaePc.jpg?scale-down-to=4096 3111w,https://framerusercontent.com/images/u6Vez0AxHftj6VPmeT1VW8DaePc.jpg 3646w\"},\"\"),height:\"100%\",id:\"iNXwlSqC0\",layoutId:\"iNXwlSqC0\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Maison Brummelle Majorelle\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+576},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+2930}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+2930,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xq147v-container\",nodeId:\"gcb4Xa1lC\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:5840,pixelWidth:4672,src:\"https://framerusercontent.com/images/QYdGTymxDLzwXGjeeya8StjrVnY.jpg\",srcSet:\"https://framerusercontent.com/images/QYdGTymxDLzwXGjeeya8StjrVnY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/QYdGTymxDLzwXGjeeya8StjrVnY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/QYdGTymxDLzwXGjeeya8StjrVnY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/QYdGTymxDLzwXGjeeya8StjrVnY.jpg 4672w\"},\"\"),height:\"100%\",id:\"gcb4Xa1lC\",layoutId:\"gcb4Xa1lC\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+2880},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+3516}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+3516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uu5855-container\",nodeId:\"gJteKkIj7\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks11[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks11[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/eVTMLegG56nsDm1mPrULyljW8U.jpg\",srcSet:\"https://framerusercontent.com/images/eVTMLegG56nsDm1mPrULyljW8U.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/eVTMLegG56nsDm1mPrULyljW8U.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/eVTMLegG56nsDm1mPrULyljW8U.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/eVTMLegG56nsDm1mPrULyljW8U.jpg 3600w\"},\"\"),height:\"100%\",id:\"gJteKkIj7\",l3udzJYTU:resolvedLinks11[0],layoutId:\"gJteKkIj7\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"villa maroc\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+5760},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+4102}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+4102,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uhb6dw-container\",nodeId:\"KZcs2FO1n\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/e8BXQm0FLvoMFL8uRptgxSmbA.jpg\",srcSet:\"https://framerusercontent.com/images/e8BXQm0FLvoMFL8uRptgxSmbA.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/e8BXQm0FLvoMFL8uRptgxSmbA.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/e8BXQm0FLvoMFL8uRptgxSmbA.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/e8BXQm0FLvoMFL8uRptgxSmbA.jpg 3600w\"},\"\"),height:\"100%\",id:\"KZcs2FO1n\",layoutId:\"KZcs2FO1n\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+3456},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+4688}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+4688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-v794wj-container\",nodeId:\"G9NKW1CQp\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:3927,pixelWidth:5545,src:\"https://framerusercontent.com/images/VBOgLx2MdZSCbUW4rsnvbpo2e5w.jpg\",srcSet:\"https://framerusercontent.com/images/VBOgLx2MdZSCbUW4rsnvbpo2e5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/VBOgLx2MdZSCbUW4rsnvbpo2e5w.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/VBOgLx2MdZSCbUW4rsnvbpo2e5w.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/VBOgLx2MdZSCbUW4rsnvbpo2e5w.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/VBOgLx2MdZSCbUW4rsnvbpo2e5w.jpg 5545w\"},\"\"),height:\"100%\",id:\"G9NKW1CQp\",layoutId:\"G9NKW1CQp\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Mission Ranch\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"villa-maroc\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"dhgq24w91\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+4032},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+5274}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+5274,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q7utks-container\",nodeId:\"EfRdlkwm5\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks12[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks12[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/PsXF1xgJhi33qHioM8ey19m8bTk.jpg\",srcSet:\"https://framerusercontent.com/images/PsXF1xgJhi33qHioM8ey19m8bTk.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/PsXF1xgJhi33qHioM8ey19m8bTk.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/PsXF1xgJhi33qHioM8ey19m8bTk.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/PsXF1xgJhi33qHioM8ey19m8bTk.jpg 3600w\"},\"\"),height:\"100%\",id:\"EfRdlkwm5\",l3udzJYTU:resolvedLinks12[0],layoutId:\"EfRdlkwm5\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"villa maroc\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+5184},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+5860}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+5860,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14qoof4-container\",nodeId:\"FazuqvUYh\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3889,src:\"https://framerusercontent.com/images/jlqiNaAHogCxYHHUMXP06N9oI.jpg\",srcSet:\"https://framerusercontent.com/images/jlqiNaAHogCxYHHUMXP06N9oI.jpg?scale-down-to=1024 829w,https://framerusercontent.com/images/jlqiNaAHogCxYHHUMXP06N9oI.jpg?scale-down-to=2048 1659w,https://framerusercontent.com/images/jlqiNaAHogCxYHHUMXP06N9oI.jpg?scale-down-to=4096 3318w,https://framerusercontent.com/images/jlqiNaAHogCxYHHUMXP06N9oI.jpg 3889w\"},\"\"),height:\"100%\",id:\"FazuqvUYh\",layoutId:\"FazuqvUYh\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+7022+0+6336},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+6446}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+6446,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lm95we-container\",nodeId:\"IG7kcvOyg\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks13[2],variant:\"sphrCyGz_\"},ShAm1I6Qr:{l3udzJYTU:resolvedLinks13[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/Ix8g6iYTjENrN933v7RMOp9mdkU.jpg\",srcSet:\"https://framerusercontent.com/images/Ix8g6iYTjENrN933v7RMOp9mdkU.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/Ix8g6iYTjENrN933v7RMOp9mdkU.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/Ix8g6iYTjENrN933v7RMOp9mdkU.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/Ix8g6iYTjENrN933v7RMOp9mdkU.jpg 3600w\"},\"\"),height:\"100%\",id:\"IG7kcvOyg\",l3udzJYTU:resolvedLinks13[0],layoutId:\"IG7kcvOyg\",m9dHGMDBO:\"spaces\",mVp63y32C:\"Estufa Fria\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-v352hw\",\"data-framer-appear-id\":\"v352hw\",\"data-framer-name\":\"Column 2\",initial:animation5,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+0},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ju85ee-container\",nodeId:\"s1pUzREHO\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/wsXRyeSbxBywSue7PiF4gWYAvw.jpg\",srcSet:\"https://framerusercontent.com/images/wsXRyeSbxBywSue7PiF4gWYAvw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/wsXRyeSbxBywSue7PiF4gWYAvw.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/wsXRyeSbxBywSue7PiF4gWYAvw.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/wsXRyeSbxBywSue7PiF4gWYAvw.jpg 3600w\"},\"\"),height:\"100%\",id:\"s1pUzREHO\",layoutId:\"s1pUzREHO\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"Riad Caravane\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+586},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+586}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+586,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h8eon0-container\",nodeId:\"cGq2Y92WS\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4773,pixelWidth:4672,src:\"https://framerusercontent.com/images/kYPtYW2V88NLc9kFlyzbjjJonmQ.jpg\",srcSet:\"https://framerusercontent.com/images/kYPtYW2V88NLc9kFlyzbjjJonmQ.jpg?scale-down-to=1024 1002w,https://framerusercontent.com/images/kYPtYW2V88NLc9kFlyzbjjJonmQ.jpg?scale-down-to=2048 2004w,https://framerusercontent.com/images/kYPtYW2V88NLc9kFlyzbjjJonmQ.jpg?scale-down-to=4096 4009w,https://framerusercontent.com/images/kYPtYW2V88NLc9kFlyzbjjJonmQ.jpg 4672w\"},\"\"),height:\"100%\",id:\"cGq2Y92WS\",layoutId:\"cGq2Y92WS\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+1172},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+1172}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+1172,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hxotrv-container\",nodeId:\"KukUdrbnp\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:3942,pixelWidth:7008,src:\"https://framerusercontent.com/images/AiY1MlqetvNcI93OFAxK2YGHjs.jpg\",srcSet:\"https://framerusercontent.com/images/AiY1MlqetvNcI93OFAxK2YGHjs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AiY1MlqetvNcI93OFAxK2YGHjs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AiY1MlqetvNcI93OFAxK2YGHjs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AiY1MlqetvNcI93OFAxK2YGHjs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/AiY1MlqetvNcI93OFAxK2YGHjs.jpg 7008w\"},\"\"),height:\"100%\",id:\"KukUdrbnp\",layoutId:\"KukUdrbnp\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"rota-das-algas\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"DN61NDBCK\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"rota-das-algas\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"DN61NDBCK\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"rota-das-algas\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"DN61NDBCK\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+4688},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+1758}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+1758,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b7pxgh-container\",nodeId:\"swUNg5Rqu\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks14[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks14[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:7008,pixelWidth:4672,src:\"https://framerusercontent.com/images/cA9RKz6PlEPLEnQOs4B1VxJspZE.jpg\",srcSet:\"https://framerusercontent.com/images/cA9RKz6PlEPLEnQOs4B1VxJspZE.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/cA9RKz6PlEPLEnQOs4B1VxJspZE.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/cA9RKz6PlEPLEnQOs4B1VxJspZE.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/cA9RKz6PlEPLEnQOs4B1VxJspZE.jpg 4672w\"},\"\"),height:\"100%\",id:\"swUNg5Rqu\",l3udzJYTU:resolvedLinks14[0],layoutId:\"swUNg5Rqu\",m9dHGMDBO:\"spaces\",mVp63y32C:\"Rota das Algas\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined},{href:{pathVariables:{xOidnvor1:\"estufa-fria\"},unresolvedPathSlugs:{xOidnvor1:{collectionId:\"j8zHNKISu\",collectionItemId:\"uLNSl6jJq\"}},webPageId:\"fVFBlC0h8\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+1758},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+2344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+2344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nd1ers-container\",nodeId:\"TK3OQhBJG\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{l3udzJYTU:resolvedLinks15[2]},ShAm1I6Qr:{l3udzJYTU:resolvedLinks15[1]}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3840,src:\"https://framerusercontent.com/images/wfScOqvqWFplKEYlNGbKXYqqG0M.jpg\",srcSet:\"https://framerusercontent.com/images/wfScOqvqWFplKEYlNGbKXYqqG0M.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/wfScOqvqWFplKEYlNGbKXYqqG0M.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/wfScOqvqWFplKEYlNGbKXYqqG0M.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/wfScOqvqWFplKEYlNGbKXYqqG0M.jpg 3840w\"},\"\"),height:\"100%\",id:\"TK3OQhBJG\",l3udzJYTU:resolvedLinks15[0],layoutId:\"TK3OQhBJG\",m9dHGMDBO:\"spaces\",mVp63y32C:\"estufa fria\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+2344},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+2930}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+2930,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19onznu-container\",nodeId:\"xxyCdh1lm\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:5840,pixelWidth:4672,src:\"https://framerusercontent.com/images/JNpyB2TSMhx4HzlPqdAqgSj98.jpg\",srcSet:\"https://framerusercontent.com/images/JNpyB2TSMhx4HzlPqdAqgSj98.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/JNpyB2TSMhx4HzlPqdAqgSj98.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/JNpyB2TSMhx4HzlPqdAqgSj98.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/JNpyB2TSMhx4HzlPqdAqgSj98.jpg 4672w\"},\"\"),height:\"100%\",id:\"xxyCdh1lm\",layoutId:\"xxyCdh1lm\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+2930},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+3516}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+3516,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4ofec0-container\",nodeId:\"lYMFNxx7b\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{variant:\"sphrCyGz_\"}},children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:2958,pixelWidth:2366,src:\"https://framerusercontent.com/images/YJV8i84nXfWBhSNoF6iKnAAdDY8.jpg\",srcSet:\"https://framerusercontent.com/images/YJV8i84nXfWBhSNoF6iKnAAdDY8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/YJV8i84nXfWBhSNoF6iKnAAdDY8.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/YJV8i84nXfWBhSNoF6iKnAAdDY8.jpg 2366w\"},\"\"),height:\"100%\",id:\"lYMFNxx7b\",layoutId:\"lYMFNxx7b\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+3516},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+4102}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+4102,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1guacga-container\",nodeId:\"SzR4cHAOG\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3600,src:\"https://framerusercontent.com/images/a9EgDYP9CIIzpsclTmddQra8o6A.jpg\",srcSet:\"https://framerusercontent.com/images/a9EgDYP9CIIzpsclTmddQra8o6A.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/a9EgDYP9CIIzpsclTmddQra8o6A.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/a9EgDYP9CIIzpsclTmddQra8o6A.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/a9EgDYP9CIIzpsclTmddQra8o6A.jpg 3600w\"},\"\"),height:\"100%\",id:\"SzR4cHAOG\",layoutId:\"SzR4cHAOG\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"la glace\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+4102},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+4688}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+4688,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3vxh2v-container\",nodeId:\"pgqJ5nFWA\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:5938,pixelWidth:4453,src:\"https://framerusercontent.com/images/xHVxPCre4v7pIXLaFQspEmVUBg.jpg\",srcSet:\"https://framerusercontent.com/images/xHVxPCre4v7pIXLaFQspEmVUBg.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/xHVxPCre4v7pIXLaFQspEmVUBg.jpg?scale-down-to=2048 1535w,https://framerusercontent.com/images/xHVxPCre4v7pIXLaFQspEmVUBg.jpg?scale-down-to=4096 3071w,https://framerusercontent.com/images/xHVxPCre4v7pIXLaFQspEmVUBg.jpg 4453w\"},\"\"),height:\"100%\",id:\"pgqJ5nFWA\",layoutId:\"pgqJ5nFWA\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"amanjena\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+5274},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+5274}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+5274,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8glqm4-container\",nodeId:\"kjm5RmC8P\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:4800,pixelWidth:3840,src:\"https://framerusercontent.com/images/Sgr4vGg6zzfv3HcGXFI85Kt8qI.jpg\",srcSet:\"https://framerusercontent.com/images/Sgr4vGg6zzfv3HcGXFI85Kt8qI.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/Sgr4vGg6zzfv3HcGXFI85Kt8qI.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/Sgr4vGg6zzfv3HcGXFI85Kt8qI.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/Sgr4vGg6zzfv3HcGXFI85Kt8qI.jpg 3840w\"},\"\"),height:\"100%\",id:\"kjm5RmC8P\",layoutId:\"kjm5RmC8P\",m9dHGMDBO:\"hospitality\",mVp63y32C:\"La Playa Hotel\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+5860},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+5860}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+5860,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12kxyy8-container\",nodeId:\"m0unIAjeq\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:5840,pixelWidth:4672,src:\"https://framerusercontent.com/images/3D7M7elHyIKyIaweid7kUixMQA.jpg\",srcSet:\"https://framerusercontent.com/images/3D7M7elHyIKyIaweid7kUixMQA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/3D7M7elHyIKyIaweid7kUixMQA.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/3D7M7elHyIKyIaweid7kUixMQA.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/3D7M7elHyIKyIaweid7kUixMQA.jpg 4672w\"},\"\"),height:\"100%\",id:\"m0unIAjeq\",layoutId:\"m0unIAjeq\",m9dHGMDBO:\"travel\",mVp63y32C:\"\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 810px) - 40px)`,y:(componentViewport?.y||0)+0+572+0+0+0+6446},ShAm1I6Qr:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+562+0+0+6446}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:556,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 140px) / 3, 1px)`,y:(componentViewport?.y||0)+0+612+0+0+6446,children:/*#__PURE__*/_jsx(Container,{className:\"framer-181klfq-container\",nodeId:\"oM18wIAlh\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(ProjectDetails,{BS79JqKOS:addImageAlt({pixelHeight:3e3,pixelWidth:2250,src:\"https://framerusercontent.com/images/9DEM9jwqQdss4HQ7OMnAQreAi8.jpg\",srcSet:\"https://framerusercontent.com/images/9DEM9jwqQdss4HQ7OMnAQreAi8.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/9DEM9jwqQdss4HQ7OMnAQreAi8.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/9DEM9jwqQdss4HQ7OMnAQreAi8.jpg 2250w\"},\"\"),height:\"100%\",id:\"oM18wIAlh\",layoutId:\"oM18wIAlh\",m9dHGMDBO:\"travel\",mVp63y32C:\"BENI\",style:{width:\"100%\"},variant:\"w5bm9BkFp\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{y:(componentViewport?.y||0)+0+21994},ShAm1I6Qr:{y:(componentViewport?.y||0)+0+8180}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:129,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,y:(componentViewport?.y||0)+0+8240,children:/*#__PURE__*/_jsx(Container,{className:\"framer-obwogf-container\",nodeId:\"PO03vTLSk\",scopeId:\"BTiWWz7MK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DiwQEryZ_:{variant:\"oWteUT9if\"},ShAm1I6Qr:{variant:\"uplCFNwUa\"}},children:/*#__PURE__*/_jsx(SectionCTA,{height:\"100%\",id:\"PO03vTLSk\",layoutId:\"PO03vTLSk\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"nPvedj55c\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0qNp1.framer-g6lphz, .framer-0qNp1 .framer-g6lphz { display: block; }\",\".framer-0qNp1.framer-a38en0 { align-content: center; align-items: center; background-color: var(--token-39969313-d2b6-4fbf-9960-4fb2f3d8e689, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-0qNp1 .framer-7h2k06-container, .framer-0qNp1 .framer-6324gm-container, .framer-0qNp1 .framer-80k6fp-container, .framer-0qNp1 .framer-jj9kkc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0qNp1 .framer-um83nj-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; z-index: 1; }\",\".framer-0qNp1 .framer-mvq5nr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-0qNp1 .framer-w5cna7 { align-content: flex-start; align-items: flex-start; background-color: var(--token-39969313-d2b6-4fbf-9960-4fb2f3d8e689, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: visible; padding: 60px 40px 60px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0qNp1 .framer-eqp1xs { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; min-height: 195px; overflow: visible; padding: 0px; position: relative; width: 1%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0qNp1 .framer-1yaydwt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0qNp1 .framer-z118fl { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; max-width: 43%; overflow: visible; padding: 0px 0px 0px 200px; position: relative; width: 50%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0qNp1 .framer-d3dfl4 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0qNp1 .framer-ltp4cz { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 36%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0qNp1 .framer-fbsw45 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0qNp1 .framer-16tj3qy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0qNp1 .framer-1lnortw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0qNp1 .framer-gpjana { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-0qNp1 .framer-iw0ag6, .framer-0qNp1 .framer-6wrwve, .framer-0qNp1 .framer-v352hw { align-content: center; align-items: center; background-color: var(--token-39969313-d2b6-4fbf-9960-4fb2f3d8e689, #ffffff); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-0qNp1 .framer-1l3hlo7-container, .framer-0qNp1 .framer-110iu21-container, .framer-0qNp1 .framer-1alajg9-container, .framer-0qNp1 .framer-1l5yd1e-container, .framer-0qNp1 .framer-1qrgmt5-container, .framer-0qNp1 .framer-1q2s75a-container, .framer-0qNp1 .framer-726cgr-container, .framer-0qNp1 .framer-1776egb-container, .framer-0qNp1 .framer-1yf1ljb-container, .framer-0qNp1 .framer-491irm-container, .framer-0qNp1 .framer-a3eexj-container, .framer-0qNp1 .framer-1f9pruk-container, .framer-0qNp1 .framer-aq2odw-container, .framer-0qNp1 .framer-1c04deb-container, .framer-0qNp1 .framer-ezd323-container, .framer-0qNp1 .framer-wta5dv-container, .framer-0qNp1 .framer-rhmtqd-container, .framer-0qNp1 .framer-1dpyir0-container, .framer-0qNp1 .framer-xq147v-container, .framer-0qNp1 .framer-uu5855-container, .framer-0qNp1 .framer-1uhb6dw-container, .framer-0qNp1 .framer-v794wj-container, .framer-0qNp1 .framer-1q7utks-container, .framer-0qNp1 .framer-14qoof4-container, .framer-0qNp1 .framer-1lm95we-container, .framer-0qNp1 .framer-1ju85ee-container, .framer-0qNp1 .framer-h8eon0-container, .framer-0qNp1 .framer-1hxotrv-container, .framer-0qNp1 .framer-1b7pxgh-container, .framer-0qNp1 .framer-1nd1ers-container, .framer-0qNp1 .framer-19onznu-container, .framer-0qNp1 .framer-4ofec0-container, .framer-0qNp1 .framer-1guacga-container, .framer-0qNp1 .framer-3vxh2v-container, .framer-0qNp1 .framer-8glqm4-container, .framer-0qNp1 .framer-12kxyy8-container, .framer-0qNp1 .framer-181klfq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0qNp1 .framer-obwogf-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",...sharedStyle.css,'.framer-0qNp1[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-0qNp1 [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-0qNp1[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-0qNp1 [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-0qNp1[data-hide-scrollbars=\"true\"], .framer-0qNp1 [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-0qNp1.framer-a38en0 { width: 810px; } .framer-0qNp1 .framer-w5cna7 { max-width: 1200px; padding: 30px 30px 40px 30px; } .framer-0qNp1 .framer-eqp1xs { width: 6%; } .framer-0qNp1 .framer-z118fl { max-width: 55%; padding: 0px 0px 0px 40px; width: 57%; } .framer-0qNp1 .framer-ltp4cz { height: 76%; width: 26%; } .framer-0qNp1 .framer-1lnortw { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-0qNp1 .framer-gpjana { max-width: 1200px; padding: 0px 30px 30px 30px; }}\",\"@media (max-width: 809px) { .framer-0qNp1.framer-a38en0 { width: 390px; } .framer-0qNp1 .framer-um83nj-container { max-width: 810px; } .framer-0qNp1 .framer-mvq5nr { z-index: unset; } .framer-0qNp1 .framer-w5cna7 { flex-direction: column; gap: 0px; justify-content: center; max-width: 810px; padding: 20px 20px 60px 20px; } .framer-0qNp1 .framer-1yaydwt { flex: none; order: 1; width: 100%; } .framer-0qNp1 .framer-z118fl { flex: 1 0 0px; max-width: 100%; padding: 0px; width: 1px; } .framer-0qNp1 .framer-gpjana { flex-direction: column; gap: 20px; max-width: 810px; padding: 0px 20px 20px 20px; } .framer-0qNp1 .framer-iw0ag6 { flex: none; gap: 20px; order: 2; width: 100%; } .framer-0qNp1 .framer-6wrwve { flex: none; gap: 20px; order: 1; width: 100%; } .framer-0qNp1 .framer-1c04deb-container, .framer-0qNp1 .framer-1nd1ers-container { order: 3; } .framer-0qNp1 .framer-ezd323-container, .framer-0qNp1 .framer-1ju85ee-container { order: 0; } .framer-0qNp1 .framer-wta5dv-container, .framer-0qNp1 .framer-1hxotrv-container { order: 2; } .framer-0qNp1 .framer-rhmtqd-container, .framer-0qNp1 .framer-1b7pxgh-container { order: 8; } .framer-0qNp1 .framer-1dpyir0-container, .framer-0qNp1 .framer-19onznu-container { order: 4; } .framer-0qNp1 .framer-xq147v-container, .framer-0qNp1 .framer-h8eon0-container { order: 1; } .framer-0qNp1 .framer-uu5855-container, .framer-0qNp1 .framer-4ofec0-container { order: 5; } .framer-0qNp1 .framer-1uhb6dw-container, .framer-0qNp1 .framer-12kxyy8-container { order: 10; } .framer-0qNp1 .framer-v794wj-container, .framer-0qNp1 .framer-1guacga-container { order: 6; } .framer-0qNp1 .framer-1q7utks-container, .framer-0qNp1 .framer-3vxh2v-container { order: 7; } .framer-0qNp1 .framer-14qoof4-container, .framer-0qNp1 .framer-8glqm4-container { order: 9; } .framer-0qNp1 .framer-1lm95we-container, .framer-0qNp1 .framer-181klfq-container { order: 11; } .framer-0qNp1 .framer-v352hw { flex: none; order: 0; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6076.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ShAm1I6Qr\":{\"layout\":[\"fixed\",\"auto\"]},\"DiwQEryZ_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerBTiWWz7MK=withCSS(Component,css,\"framer-0qNp1\");export default FramerBTiWWz7MK;FramerBTiWWz7MK.displayName=\"Home\";FramerBTiWWz7MK.defaultProps={height:6076.5,width:1200};addFonts(FramerBTiWWz7MK,[{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:\"Neue Montreal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/hks8NVUtjEWwpEZ9gmKhEfED8BU.otf\"}]},...SmoothScrollFonts,...NavbarFonts,...ButtonFonts,...ProjectDetailsFonts,...SectionCTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBTiWWz7MK\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ShAm1I6Qr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DiwQEryZ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"6076.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SmoothScrollFonts", "getFonts", "SmoothScroll", "NavbarFonts", "lAMG9zk9C_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "ButtonFonts", "PFTPE8zZF_default", "ProjectDetailsFonts", "h4RTyU2U_default", "SectionCTAFonts", "Am3H30Y1J_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "addImageAlt", "image", "alt", "transition5", "animation6", "transition6", "animation7", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "css", "FramerBTiWWz7MK", "withCSS", "BTiWWz7MK_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
