{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yRo4w7vSPil60TZxE07M/InwY9U3UXYZhKWQxc0JR/F9vQo0j04.js"],
  "sourcesContent": ["// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import ElementsTitle from\"#framer/local/canvasComponent/BhxIpkZij/BhxIpkZij.js\";import ButtonButton from\"#framer/local/canvasComponent/GOf3yTlzm/GOf3yTlzm.js\";import ElementsTeaser from\"#framer/local/canvasComponent/J60drKaL5/J60drKaL5.js\";import LayoutHeader from\"#framer/local/canvasComponent/jIiLgNn_Q/jIiLgNn_Q.js\";import AtomsCursor from\"#framer/local/canvasComponent/LJao4nNJd/LJao4nNJd.js\";import ElementsTeaserDigitalArtToTheWorld from\"#framer/local/canvasComponent/LnVwRige7/LnVwRige7.js\";import LayoutOverlay from\"#framer/local/canvasComponent/miQF0Fp2K/miQF0Fp2K.js\";import LayoutFooter from\"#framer/local/canvasComponent/mxyNNMLNx/mxyNNMLNx.js\";import ElementsTeaserMoreSoon from\"#framer/local/canvasComponent/y4OrovO9R/y4OrovO9R.js\";import*as sharedStyle from\"#framer/local/css/WALmxnKrs/WALmxnKrs.js\";import metadataProvider from\"#framer/local/webPageMetadata/F9vQo0j04/F9vQo0j04.js\";const LayoutHeaderFonts=getFonts(LayoutHeader);const LayoutOverlayFonts=getFonts(LayoutOverlay);const ContainerWithFX=withFX(Container);const ElementsTitleFonts=getFonts(ElementsTitle);const ElementsTeaserFonts=getFonts(ElementsTeaser);const ElementsTeaserDigitalArtToTheWorldFonts=getFonts(ElementsTeaserDigitalArtToTheWorld);const ElementsTeaserMoreSoonFonts=getFonts(ElementsTeaserMoreSoon);const ButtonButtonFonts=getFonts(ButtonButton);const MotionSectionWithFX=withFX(motion.section);const LayoutFooterFonts=getFonts(LayoutFooter);const AtomsCursorFonts=getFonts(AtomsCursor);const breakpoints={mBrdDcp66:\"(min-width: 960px) and (max-width: 1199px)\",Sjt4InXd9:\"(max-width: 959px)\",uJ9yUEG6h:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-90Qq2\";const variantClassNames={mBrdDcp66:\"framer-v-1o3qj5r\",Sjt4InXd9:\"framer-v-1gje6g7\",uJ9yUEG6h:\"framer-v-1ymjruy\"};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition3={delay:0,duration:1.5,ease:[.19,1,.22,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:80};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"uJ9yUEG6h\",Phone:\"Sjt4InXd9\",Tablet:\"mBrdDcp66\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uJ9yUEG6h\"};};const transition4={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor={alignment:\"center\",component:AtomsCursor,offset:{x:10,y:15},placement:\"bottom\",transition:transition4,variant:\"xfiggJ8NA\"};const cursor1={alignment:\"center\",component:AtomsCursor,offset:{x:10,y:15},placement:\"bottom\",transition:transition4,variant:\"f6v1l4S9G\"};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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EWDs_eTsi3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const yfKUoGXg81wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const elementId=useRouteElementId(\"EqJIHNdKv\");const ref1=React.useRef(null);useCustomCursors({dxmgdo:cursor1,srixqg:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uJ9yUEG6h\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cb13553f-df4a-47a7-9b7e-4a10acac2330, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ymjruy\",className),\"data-framer-cursor\":\"srixqg\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qzwa0e-container\",id:\"qzwa0e\",layoutScroll:true,nodeId:\"JUyUrNUem\",rendersWithMotion:true,scopeId:\"F9vQo0j04\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{nblPIGelr:\"VLaZQ5owV\",variant:\"uGL2oXSKB\"}},children:/*#__PURE__*/_jsx(LayoutHeader,{D927CJfs6:\"dxmgdo\",EWDs_eTsi:EWDs_eTsi3bnx0g({overlay}),eZkdd3sRr:\"ajfxC_9Jf\",height:\"100%\",id:\"JUyUrNUem\",layoutId:\"JUyUrNUem\",nblPIGelr:\"bFM7Pog8v\",style:{width:\"100%\"},variant:\"LBEUos6R2\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-157x588\"),\"data-framer-portal-id\":\"qzwa0e\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"QZ_fjB5vm\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation2,className:cx(scopingClassNames,\"framer-18juu9p-container\"),\"data-framer-portal-id\":\"qzwa0e\",exit:animation1,inComponentSlot:true,initial:animation3,nodeId:\"BQ2SQV7qU\",rendersWithMotion:true,scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{variant:\"y3k2XjlRY\"}},children:/*#__PURE__*/_jsx(LayoutOverlay,{B4DNw7Ssj:\"var(--token-a2258b70-b135-4074-9ead-8d994f120c87, rgb(34, 232, 156))\",GtS_9I0iB:\"rzmpL8cKm\",height:\"100%\",id:\"BQ2SQV7qU\",kjtsUpsi6:\"KDKWOHPL6\",layoutId:\"BQ2SQV7qU\",style:{height:\"100%\",width:\"100%\"},variant:\"v9xTJojUE\",width:\"100%\",yfKUoGXg8:yfKUoGXg81wnntms({overlay})})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15e5pm1\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11mylxa\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tswuci\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1600px)`,y:(componentViewport?.y||0)+100+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1600px)`,y:(componentViewport?.y||0)+150+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cvyuyg-container\",nodeId:\"pUsnurzOf\",scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(ElementsTitle,{eHQsmXO3m:\"\",height:\"100%\",id:\"pUsnurzOf\",layoutId:\"pUsnurzOf\",lJ8qR_3zb:\"4th Floor\",Neifni2PA:\"An1uL2zhr\",style:{width:\"100%\"},variant:\"G24Q9UAd3\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aeqi2f\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1600px), 100px)`,y:(componentViewport?.y||0)+100+0+0+0+0+0+0+114+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1120,width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1600px) - 80px) / 3, 100px)`,y:(componentViewport?.y||0)+150+0+0+0+0+0+0+134+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aqsohe-container\",nodeId:\"XcqZ_L65f\",scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(ElementsTeaser,{BlP5I8077:\"\",CGxNJj085:\"\",cQoHtgh0w:\"\",height:\"100%\",id:\"XcqZ_L65f\",iUjkGBAqk:\"\",kumONpjwq:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.  \"})}),layoutId:\"XcqZ_L65f\",q2P6AwUoa:\"\",SRIFZD0sQ:true,style:{width:\"100%\"},wbuBbvgkf:\"\",width:\"100%\",Wjkh7pq1k:addImageAlt({src:\"https://framerusercontent.com/images/xbhSDGD2pkUvkY63OztBkc8QYzY.png\",srcSet:\"https://framerusercontent.com/images/xbhSDGD2pkUvkY63OztBkc8QYzY.png?scale-down-to=512 512w,https://framerusercontent.com/images/xbhSDGD2pkUvkY63OztBkc8QYzY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/xbhSDGD2pkUvkY63OztBkc8QYzY.png 2048w\"},\"\")})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{y:(componentViewport?.y||0)+100+0+0+0+0+0+0+114+0+1140}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:924,width:\"100%\",y:(componentViewport?.y||0)+150+0+0+0+0+0+0+134+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u429th-container\",nodeId:\"e1zO8NGuX\",scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(ElementsTeaserDigitalArtToTheWorld,{height:\"100%\",id:\"e1zO8NGuX\",layoutId:\"e1zO8NGuX\",style:{maxWidth:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{y:(componentViewport?.y||0)+100+0+0+0+0+0+0+114+0+2084}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:924,width:\"100%\",y:(componentViewport?.y||0)+150+0+0+0+0+0+0+134+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11y7czd-container\",nodeId:\"kgXxRMKiA\",scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(ElementsTeaserMoreSoon,{height:\"100%\",id:\"kgXxRMKiA\",JgiYoqzfo:addImageAlt({src:\"https://framerusercontent.com/images/lkRRBZdRB3eKo1WvTQJ0x46pQOk.png\",srcSet:\"https://framerusercontent.com/images/lkRRBZdRB3eKo1WvTQJ0x46pQOk.png?scale-down-to=512 512w,https://framerusercontent.com/images/lkRRBZdRB3eKo1WvTQJ0x46pQOk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lkRRBZdRB3eKo1WvTQJ0x46pQOk.png 2000w\"},\"\"),layoutId:\"kgXxRMKiA\",style:{maxWidth:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cf0von\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zehlu1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qpf8l1\",\"data-styles-preset\":\"WALmxnKrs\",children:\"4th Floor, with its distinctive character as a reimagined retailer\u2019s warehouse, will spotlight the premier NFT galleries, platforms, and projects. This venue also hosts the Tezos lounge in an inviting space for visitors to relax and enjoy refreshments amidst the buzz of innovation.\"})}),className:\"framer-1blf6i9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wv1DGnjvB\"},implicitPathVariables:undefined},{href:{webPageId:\"wv1DGnjvB\"},implicitPathVariables:undefined},{href:{webPageId:\"wv1DGnjvB\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{y:(componentViewport?.y||0)+100+0+0+0+0+0+0+3142+0+181}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+150+0+0+0+0+0+0+1294+0+181,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dczc09-container\",nodeId:\"w0rmHJa1u\",scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mBrdDcp66:{rM2YzbpWw:resolvedLinks[1]},Sjt4InXd9:{rM2YzbpWw:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonButton,{AKuMapH2Y:\"var(--token-a2258b70-b135-4074-9ead-8d994f120c87, rgb(34, 232, 156))\",height:\"100%\",id:\"w0rmHJa1u\",jMerdKtNh:\"Explore 2024\",layoutId:\"w0rmHJa1u\",rM2YzbpWw:resolvedLinks[0],variant:\"yal7_Pq7z\",width:\"100%\",xs6VAQ4Cd:\"var(--token-a2258b70-b135-4074-9ead-8d994f120c87, rgb(34, 232, 156))\"})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15aclxq\",\"data-framer-name\":\"Footer Trigger\",id:elementId,ref:ref1}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{y:(componentViewport?.y||0)+100+3376}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:969,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+150+1548,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uuh9u3-container\",nodeId:\"LsYGfgFUh\",scopeId:\"F9vQo0j04\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Sjt4InXd9:{variant:\"PUUh2EZFl\"}},children:/*#__PURE__*/_jsx(LayoutFooter,{EyrMRIPcn:\"tHTHgO3qu\",height:\"100%\",id:\"LsYGfgFUh\",layoutId:\"LsYGfgFUh\",style:{width:\"100%\"},uWE2hHslF:{borderBottomWidth:0,borderColor:\"var(--token-a2258b70-b135-4074-9ead-8d994f120c87, rgb(34, 232, 156))\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:.5},variant:\"xe7esQUSM\",wgXhdj551:\"var(--token-a2258b70-b135-4074-9ead-8d994f120c87, rgb(34, 232, 156))\",width:\"100%\",WNNO0GWCT:ref1})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-90Qq2.framer-iz8d3k, .framer-90Qq2 .framer-iz8d3k { display: block; }\",\".framer-90Qq2.framer-1ymjruy { align-content: center; align-items: center; background-color: var(--token-cb13553f-df4a-47a7-9b7e-4a10acac2330, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 150px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-90Qq2 .framer-qzwa0e-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-90Qq2.framer-157x588 { inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-90Qq2.framer-18juu9p-container { flex: none; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-90Qq2 .framer-15e5pm1 { align-content: center; align-items: center; background-color: var(--token-cb13553f-df4a-47a7-9b7e-4a10acac2330, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 40px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-90Qq2 .framer-11mylxa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-1tswuci { align-content: flex-start; align-items: flex-start; background-color: var(--token-cb13553f-df4a-47a7-9b7e-4a10acac2330, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-1cvyuyg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-aeqi2f { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(100px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-aqsohe-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-1u429th-container, .framer-90Qq2 .framer-11y7czd-container { align-self: start; flex: none; height: auto; justify-self: start; max-width: 100%; position: relative; width: fit-content; }\",\".framer-90Qq2 .framer-cf0von { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-zehlu1 { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-90Qq2 .framer-1blf6i9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: start; flex: none; grid-column: auto / span 2; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-90Qq2 .framer-1dczc09-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-90Qq2 .framer-15aclxq { bottom: 0px; flex: none; height: 100vh; left: 0px; overflow: hidden; pointer-events: none; position: absolute; width: 100%; z-index: 1; }\",\".framer-90Qq2 .framer-uuh9u3-container { bottom: 0px; flex: none; height: auto; position: sticky; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-90Qq2.framer-1ymjruy, .framer-90Qq2 .framer-15e5pm1, .framer-90Qq2 .framer-11mylxa, .framer-90Qq2 .framer-1tswuci, .framer-90Qq2 .framer-cf0von { gap: 0px; } .framer-90Qq2.framer-1ymjruy > *, .framer-90Qq2 .framer-15e5pm1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-90Qq2.framer-1ymjruy > :first-child, .framer-90Qq2 .framer-15e5pm1 > :first-child, .framer-90Qq2 .framer-11mylxa > :first-child, .framer-90Qq2 .framer-1tswuci > :first-child, .framer-90Qq2 .framer-cf0von > :first-child { margin-top: 0px; } .framer-90Qq2.framer-1ymjruy > :last-child, .framer-90Qq2 .framer-15e5pm1 > :last-child, .framer-90Qq2 .framer-11mylxa > :last-child, .framer-90Qq2 .framer-1tswuci > :last-child, .framer-90Qq2 .framer-cf0von > :last-child { margin-bottom: 0px; } .framer-90Qq2 .framer-11mylxa > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-90Qq2 .framer-1tswuci > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-90Qq2 .framer-cf0von > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,\"@media (min-width: 960px) and (max-width: 1199px) { .framer-90Qq2.framer-1ymjruy { width: 960px; }}\",\"@media (max-width: 959px) { .framer-90Qq2.framer-1ymjruy { padding: 100px 0px 0px 0px; width: 390px; } .framer-90Qq2 .framer-15e5pm1 { padding: 0px 20px 20px 20px; } .framer-90Qq2 .framer-11mylxa { gap: 40px; } .framer-90Qq2 .framer-1tswuci { gap: 20px; } .framer-90Qq2 .framer-aeqi2f { gap: 20px; grid-template-columns: repeat(1, minmax(100px, 1fr)); } .framer-90Qq2 .framer-zehlu1 { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-90Qq2 .framer-1blf6i9 { grid-column: auto / span 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-90Qq2 .framer-11mylxa, .framer-90Qq2 .framer-1tswuci, .framer-90Qq2 .framer-aeqi2f { gap: 0px; } .framer-90Qq2 .framer-11mylxa > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-90Qq2 .framer-11mylxa > :first-child, .framer-90Qq2 .framer-1tswuci > :first-child { margin-top: 0px; } .framer-90Qq2 .framer-11mylxa > :last-child, .framer-90Qq2 .framer-1tswuci > :last-child { margin-bottom: 0px; } .framer-90Qq2 .framer-1tswuci > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-90Qq2 .framer-aeqi2f > *, .framer-90Qq2 .framer-aeqi2f > :first-child, .framer-90Qq2 .framer-aeqi2f > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1874.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mBrdDcp66\":{\"layout\":[\"fixed\",\"auto\"]},\"Sjt4InXd9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"EqJIHNdKv\":{\"pattern\":\":EqJIHNdKv\",\"name\":\"footer-trigger\"}}\n * @framerResponsiveScreen\n */const FramerF9vQo0j04=withCSS(Component,css,\"framer-90Qq2\");export default FramerF9vQo0j04;FramerF9vQo0j04.displayName=\"Home\";FramerF9vQo0j04.defaultProps={height:1874.5,width:1200};addFonts(FramerF9vQo0j04,[{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\"}]},...LayoutHeaderFonts,...LayoutOverlayFonts,...ElementsTitleFonts,...ElementsTeaserFonts,...ElementsTeaserDigitalArtToTheWorldFonts,...ElementsTeaserMoreSoonFonts,...ButtonButtonFonts,...LayoutFooterFonts,...AtomsCursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF9vQo0j04\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"EqJIHNdKv\\\":{\\\"pattern\\\":\\\":EqJIHNdKv\\\",\\\"name\\\":\\\"footer-trigger\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mBrdDcp66\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Sjt4InXd9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1874.5\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LayoutHeaderFonts", "getFonts", "jIiLgNn_Q_default", "LayoutOverlayFonts", "miQF0Fp2K_default", "ContainerWithFX", "withFX", "Container", "ElementsTitleFonts", "BhxIpkZij_default", "ElementsTeaserFonts", "J60drKaL5_default", "ElementsTeaserDigitalArtToTheWorldFonts", "LnVwRige7_default", "ElementsTeaserMoreSoonFonts", "y4OrovO9R_default", "ButtonButtonFonts", "GOf3yTlzm_default", "MotionSectionWithFX", "motion", "LayoutFooterFonts", "mxyNNMLNx_default", "AtomsCursorFonts", "LJao4nNJd_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "animation3", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation4", "transition3", "animation5", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition4", "cursor", "LJao4nNJd_default", "cursor1", "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", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EWDs_eTsi3bnx0g", "overlay", "loadMore", "args", "yfKUoGXg81wnntms", "scopingClassNames", "cx", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "ContainerWithFX", "PropertyOverrides2", "jIiLgNn_Q_default", "AnimatePresence", "Ga", "Container", "miQF0Fp2K_default", "MotionSectionWithFX", "BhxIpkZij_default", "J60drKaL5_default", "LnVwRige7_default", "y4OrovO9R_default", "RichText2", "ResolveLinks", "resolvedLinks", "GOf3yTlzm_default", "mxyNNMLNx_default", "css", "FramerF9vQo0j04", "withCSS", "F9vQo0j04_default", "addFonts", "LayoutHeaderFonts", "LayoutOverlayFonts", "ElementsTitleFonts", "ElementsTeaserFonts", "ElementsTeaserDigitalArtToTheWorldFonts", "ElementsTeaserMoreSoonFonts", "ButtonButtonFonts", "LayoutFooterFonts", "AtomsCursorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
