{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oPJxNQCjhn6pL0FZiZyr/S4jGsnO4hBa9vA0IgaoE/S9jWmCbC2.js"],
  "sourcesContent": ["// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,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 ARTag from\"https://framerusercontent.com/modules/4V924qxtedKszrwFquYJ/oOPrBttkqpWcf8Z2hSBY/PxPxOELXy.js\";import IconButtonMedium from\"https://framerusercontent.com/modules/odYfnAnD52aAhPkM02rb/c2WFAmvhTyzfRJFp0thK/ywDS_cJaX.js\";import ButtonLarge from\"https://framerusercontent.com/modules/oql8RImZLOW6nRQs4Mir/XSMQtBfqNcqKcJQlj92i/mkhfj13sI.js\";import VRTag from\"https://framerusercontent.com/modules/PAC88r9eZUU1ir6upCyk/Ky7vSeU8RarclvHk1mP9/BdlZyYryx.js\";import SectionTitle from\"https://framerusercontent.com/modules/qdRslQTyl0lfPzY0iCS9/o1kNpCbIl1ci0GdTBBwV/C0YtMqVlM.js\";import Breadcrumbs from\"https://framerusercontent.com/modules/qUAAXq7fiulQBC8gB8nc/80uDhwLFCIleV5BZBDIG/jThO5fD7F.js\";import SectionsFooter from\"#framer/local/canvasComponent/DN6PLbI3l/DN6PLbI3l.js\";import Navbar from\"#framer/local/canvasComponent/Lt7PHfVyb/Lt7PHfVyb.js\";import SectionsContacts from\"#framer/local/canvasComponent/Q0HB0HPqa/Q0HB0HPqa.js\";import*as sharedStyle2 from\"#framer/local/css/aY7FpHicp/aY7FpHicp.js\";import*as sharedStyle from\"#framer/local/css/pW0gQZcg6/pW0gQZcg6.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import metadataProvider from\"#framer/local/webPageMetadata/S9jWmCbC2/S9jWmCbC2.js\";const NavbarFonts=getFonts(Navbar);const BreadcrumbsFonts=getFonts(Breadcrumbs);const ARTagFonts=getFonts(ARTag);const MotionMainWithFX=withFX(motion.main);const ButtonLargeFonts=getFonts(ButtonLarge);const MotionSectionWithFX=withFX(motion.section);const SectionTitleFonts=getFonts(SectionTitle);const IconButtonMediumFonts=getFonts(IconButtonMedium);const VRTagFonts=getFonts(VRTag);const SectionsContactsFonts=getFonts(SectionsContacts);const ContainerWithFX=withFX(Container);const SectionsFooterFonts=getFonts(SectionsFooter);const breakpoints={dcx385aBq:\"(min-width: 1200px)\",fh0flDifN:\"(max-width: 809px)\",vPZo1Usxl:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-TlD7R\";const variantClassNames={dcx385aBq:\"framer-v-1k57cvk\",fh0flDifN:\"framer-v-1y4ythm\",vPZo1Usxl:\"framer-v-jw6a73\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition1={damping:30,delay:0,mass:4,stiffness:100,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:100};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"dcx385aBq\",Phone:\"fh0flDifN\",Tablet:\"vPZo1Usxl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"dcx385aBq\"};};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 bWzE7QZGP3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"fh0flDifN\")return false;return true;};const elementId=useRouteElementId(\"VpiYKKg_Z\");const ref1=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"vPZo1Usxl\",\"fh0flDifN\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"vPZo1Usxl\",\"fh0flDifN\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"M8knFUilC\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"dcx385aBq\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-04a3f1b0-e024-4c12-967c-3112bcf4a142, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1k57cvk\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DyozGniW_\"},implicitPathVariables:undefined},{href:{webPageId:\"DyozGniW_\"},implicitPathVariables:undefined},{href:{webPageId:\"DyozGniW_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:108,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ybnnj-container\",layoutScroll:true,nodeId:\"eW9tmrSDk\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{kXSOIS5b0:resolvedLinks[2],variant:\"s10dOC2B9\"},vPZo1Usxl:{kXSOIS5b0:resolvedLinks[1],variant:\"s10dOC2B9\"}},children:/*#__PURE__*/_jsx(Navbar,{DpIHspzBf:true,DTfbtvgCQ:\"Contacts\",height:\"100%\",id:\"eW9tmrSDk\",KUeIFM3LX:\"Blogs\",kXSOIS5b0:resolvedLinks[0],layoutId:\"eW9tmrSDk\",lXkYe29GX:true,oKxUKQinm:true,qLpjETDSl:\"About Us\",qu_DPw8tb:true,S2iYOIddt:true,style:{width:\"100%\"},uhFdBaKer:\"Projects\",variant:\"jhMPOTUbi\",width:\"100%\",XVWnoEgFC:\"Home\"})})})})}),/*#__PURE__*/_jsx(MotionMainWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19t5d4f\",\"data-border\":true,\"data-framer-name\":\"Title\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tmtyp5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+0+130+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vmz2sn-container\",\"data-framer-name\":\"AI Avatar Photobooth\",isModuleExternal:true,name:\"AI Avatar Photobooth\",nodeId:\"ZTML71yPA\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(Breadcrumbs,{height:\"100%\",id:\"ZTML71yPA\",layoutId:\"ZTML71yPA\",name:\"AI Avatar Photobooth\",width:\"100%\",xMM5EmIz1:\"Gesture-Based Surfing Game \u2013 Motion-Driven Experience \",zzjqLSEVM:\"Projects\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"50px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Gesture-Based Surfing Game \u2013 Motion-Driven Experience\"})})})},vPZo1Usxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"85px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Gesture-Based Surfing Game \u2013 Motion-Driven Experience\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNTAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"95px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Gesture-Based Surfing Game \u2013 Motion-Driven Experience\"})})}),className:\"framer-11ja5qv\",fonts:[\"GF;Schibsted Grotesk-500\",\"GF;Schibsted Grotesk-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qtpv9a\",\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined},{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined},{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{y:(componentViewport?.y||0)+0+0+130+0+0+126+0},vPZo1Usxl:{y:(componentViewport?.y||0)+0+0+130+0+0+169+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+0+130+0+0+179+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-91mav-container\",isModuleExternal:true,nodeId:\"nUuEhfy_2\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{GZgkvPJP6:resolvedLinks1[2]},vPZo1Usxl:{GZgkvPJP6:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ARTag,{GZgkvPJP6:resolvedLinks1[0],height:\"100%\",id:\"nUuEhfy_2\",layoutId:\"nUuEhfy_2\",style:{height:\"100%\"},U4y3evk1y:\"Gesture Based\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-pkemj7\",\"data-styles-preset\":\"pW0gQZcg6\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Overview\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1skxy6m\",\"data-styles-preset\":\"aY7FpHicp\",children:[\"To bring physical movement and digital interaction together in a dynamic, immersive experience, \",/*#__PURE__*/_jsx(\"strong\",{children:\"NXT Interactive\"}),\"\\xa0developed a \",/*#__PURE__*/_jsx(\"strong\",{children:\"Gesture-Based Surfing Game\"}),\". Designed for high-engagement events, brand activations, and exhibitions, this game lets users control a surfing avatar using their body gestures in real time.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1skxy6m\",\"data-styles-preset\":\"aY7FpHicp\",children:\"The goal was to create a unique, screen-based installation that stood out from typical touch interactions\u2014encouraging full-body movement, competition, and active participation. The game not only captured attention but also delivered fun and fitness in equal measure.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-pkemj7\",\"data-styles-preset\":\"pW0gQZcg6\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Overview\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"To bring physical movement and digital interaction together in a dynamic, immersive experience, \",/*#__PURE__*/_jsx(\"strong\",{children:\"NXT Interactive\"}),\"\\xa0developed a \",/*#__PURE__*/_jsx(\"strong\",{children:\"Gesture-Based Surfing Game\"}),\". Designed for high-engagement events, brand activations, and exhibitions, this game lets users control a surfing avatar using their body gestures in real time.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"The goal was to create a unique, screen-based installation that stood out from typical touch interactions\u2014encouraging full-body movement, competition, and active participation. The game not only captured attention but also delivered fun and fitness in equal measure.\"})]}),className:\"framer-11kudoh\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-147wns9 hidden-1y4ythm\",\"data-framer-name\":\"2 Columns Text Image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-yre2ft\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vPZo1Usxl:{y:(componentViewport?.y||0)+0+798+0+-16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,y:(componentViewport?.y||0)+0+808+0+-16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xqaxcr-container\",isModuleExternal:true,nodeId:\"IIJZBCndx\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(ButtonLarge,{apqsCktfb:\"Demo\",haPb8DtW8:\"CallMade\",height:\"100%\",id:\"IIJZBCndx\",layoutId:\"IIJZBCndx\",RZT9SNG2g:\"https://ai-avatar-photobooth.web.app/aluxe/\",style:{height:\"100%\"},variant:\"XvAldi6_m\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t5deq7\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+687+30+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg\",srcSet:\"https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg 1920w\"}},vPZo1Usxl:{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+798+30+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg\",srcSet:\"https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+808+30+0),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"1140px\",src:\"https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg\",srcSet:\"https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JS4XqgxouylSSTgs9jbQLmOTks.jpg 1920w\"},className:\"framer-ddicf1\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17amvqw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"About the Experience\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"Participants stand in front of a large 55\u201D display equipped with a \",/*#__PURE__*/_jsx(\"strong\",{children:\"Kinect motion sensor\"}),\". Once the game begins, their on-screen avatar starts surfing down a virtual wave, and players must move left or right with their body to collect tokens, dodge obstacles, and rack up points\u2014all within a limited timeframe.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Each session is short (typically 60 seconds), ensuring high throughput while allowing for competitive scoring and repeat participation. The visuals are bold and vibrant, creating an energetic atmosphere and drawing a crowd around the booth.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"NXT Interactive\"}),\"\\xa0handled complete end-to-end execution for this gesture-based experience:\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"\u25CF \",/*#__PURE__*/_jsx(\"strong\",{children:\"Game Design & Software Development\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"We designed the game logic, movement sensitivity, visual assets, animations, and sound design. The user interface was tailored to allow ease of understanding and maximum engagement for players of all ages.\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"\u25CF \",/*#__PURE__*/_jsx(\"strong\",{children:\"Hardware & Sensor Integration\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"We implemented a Kinect-based motion tracking system to detect body movement accurately, ensuring responsive control without requiring any wearable devices.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"The full setup included:\"]}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"A 55\u201D screen on stand\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"A Kinect sensor\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"A powerful laptop to run the software\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Real-time movement calibration and feedback system\"})})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"\u25CF \",/*#__PURE__*/_jsx(\"strong\",{children:\"On-site Support & Logistics\"}),/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),\"We provided logistics, installation, and one dedicated manpower for setup and real-time assistance at the venue. Our team ensured a seamless experience across multiple gameplay sessions.\"]})]}),className:\"framer-xm13t9\",fonts:[\"GF;Schibsted Grotesk-700\",\"GF;Schibsted Grotesk-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+687+30+2134),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg\",srcSet:\"https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg 1920w\"}},vPZo1Usxl:{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+798+30+2364),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg\",srcSet:\"https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+808+30+2594),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"1140px\",src:\"https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg\",srcSet:\"https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IkGdVdM4P1oMtNGtceWJcPo2fA.jpg 1920w\"},className:\"framer-1mrm0by\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pbydvi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Event Impact\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"The Gesture-Based Surfing Game became a central highlight of the event, constantly drawing curious attendees and forming queues of excited participants. Its physical nature added a layer of excitement that distinguished it from traditional digital exhibits.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Key Outcomes:\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"\u25CF High levels of physical engagement and user enjoyment\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"\u25CF Increased booth traffic and extended dwell time\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"\u25CF Encouraged movement, laughter, and shared experience among friends and families\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Successfully operated with zero system downtime\"})]}),className:\"framer-ereli0\",fonts:[\"GF;Schibsted Grotesk-700\",\"GF;Schibsted Grotesk-900\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+687+30+3532),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg\",srcSet:\"https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg 1920w\"}},vPZo1Usxl:{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+798+30+3992),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg\",srcSet:\"https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"AI avatar photobooth\",fit:\"fit\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+808+30+4452),pixelHeight:1080,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"1140px\",src:\"https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg\",srcSet:\"https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jnwJoNjWseO1qlQoK0W9YZUTHk.jpg 1920w\"},className:\"framer-1ibktlr\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2e1lbd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Why It Worked\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"The success of this installation lies in the \",/*#__PURE__*/_jsx(\"strong\",{children:\"novelty of gesture-based control\"}),\", combined with a \",/*#__PURE__*/_jsx(\"strong\",{children:\"simple, intuitive gameplay loop\"}),\". By removing buttons and touch, the game became more immersive and inclusive. It encouraged participants to move, play, and compete in a completely screenless, controller-free manner.\"]})]}),className:\"framer-chs559\",fonts:[\"GF;Schibsted Grotesk-700\",\"GF;Schibsted Grotesk-900\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Looking Ahead\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:[\"This Gesture-Based Surfing Game is part of NXT Interactive\u2019s growing catalogue of \",/*#__PURE__*/_jsx(\"strong\",{children:\"motion-driven experiences\"}),\"\\xa0that can be themed, branded, or gamified for a wide range of objectives\u2014from health campaigns to retail activations.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Ready to activate your audience through motion-based gaming?\"})})]}),className:\"framer-nr3t6m\",fonts:[\"GF;Schibsted Grotesk-700\",\"GF;Schibsted Grotesk-900\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a879fh\",\"data-framer-name\":\"Projects\",id:elementId,ref:ref1,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+5169+24+0},vPZo1Usxl:{width:`calc(${componentViewport?.width||\"100vw\"} - 104px)`,y:(componentViewport?.y||0)+0+5970+30+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:153,width:\"1096px\",y:(componentViewport?.y||0)+0+6665+30+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1up9sod-container\",isModuleExternal:true,nodeId:\"mTYiyhv5G\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(SectionTitle,{DpKg_4RDt:true,height:\"100%\",id:\"mTYiyhv5G\",layoutId:\"mTYiyhv5G\",rZlInkDBu:\"Similar Projects\",sQwz5OMsT:\"Other works\",style:{width:\"100%\"},variant:\"Ypkg2Yh9z\",width:\"100%\",ywbVTjRMA:false})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9euay2\",children:[/*#__PURE__*/_jsxs(\"button\",{className:\"framer-15yk7tq\",\"data-framer-name\":\"Cards / Project Card\",\"data-reset\":\"button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnph5q\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x0mcow-container hidden-1k57cvk\",isModuleExternal:true,nodeId:\"Gea7Myk76\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(IconButtonMedium,{height:\"100%\",icon:\"CallMade\",id:\"Gea7Myk76\",layoutId:\"Gea7Myk76\",variant:\"Mb6I11U05\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g0ronm-container hidden-jw6a73 hidden-1y4ythm\",isModuleExternal:true,nodeId:\"YWmgsYH_R\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(IconButtonMedium,{height:\"100%\",icon:\"CallMade\",id:\"YWmgsYH_R\",layoutId:\"YWmgsYH_R\",variant:\"Mb6I11U05\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OtZIBE3nO\"},motionChild:true,nodeId:\"JtePm6cpx\",openInNewTab:false,scopeId:\"S9jWmCbC2\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5169+24+188+0+0+0+0+0+0),pixelHeight:528,pixelWidth:1138,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png\",srcSet:\"https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png 1138w\"}},vPZo1Usxl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5970+30+188+0+0+0+0+0),pixelHeight:528,pixelWidth:1138,sizes:`max((${componentViewport?.width||\"100vw\"} - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png\",srcSet:\"https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Zfzft0VtvulmAD2vBULcx1cBo.png 1138w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6665+30+188+0+0+0+0+0),pixelHeight:900,pixelWidth:1600,sizes:\"540px\",src:\"https://framerusercontent.com/images/bBxuk040IC2nwLQl29ZYqOQB40Y.jpeg\",srcSet:\"https://framerusercontent.com/images/bBxuk040IC2nwLQl29ZYqOQB40Y.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/bBxuk040IC2nwLQl29ZYqOQB40Y.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bBxuk040IC2nwLQl29ZYqOQB40Y.jpeg 1600w\"},className:\"framer-ybsszk framer-jwhjnb\",\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11c68w3\",\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14xiwhz\",\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Runner Gesture-Controlled Game\"})})},vPZo1Usxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Runner Gesture-Controlled Game\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Runner Gesture-Controlled Game\"})}),className:\"framer-59zqf9\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Schibsted Grotesk-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"At NXT Interactive, we're all about pushing the boundaries of digital experiences. We don't just create games, we create immersive worlds that blur the lines between the physical and digital. \"})}),className:\"framer-8stn2t\",\"data-framer-name\":\"Paragraph 1\",fonts:[\"GF;Schibsted Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1drai9y\",\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HExRZpJ6Z\"},implicitPathVariables:undefined},{href:{webPageId:\"HExRZpJ6Z\"},implicitPathVariables:undefined},{href:{webPageId:\"HExRZpJ6Z\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{y:(componentViewport?.y||0)+0+5169+24+188+0+0+0+217+0+368+0},vPZo1Usxl:{y:(componentViewport?.y||0)+0+5970+30+188+0+0+217+0+368+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+6665+30+188+0+0+280+0+368+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1crfe4d-container\",isModuleExternal:true,nodeId:\"Nrfs8t_T7\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{bDG7N3o0z:resolvedLinks2[2]},vPZo1Usxl:{bDG7N3o0z:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(VRTag,{bDG7N3o0z:resolvedLinks2[0],height:\"100%\",id:\"Nrfs8t_T7\",layoutId:\"Nrfs8t_T7\",style:{height:\"100%\"},vgA964TAm:\"Gesture Based\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined},{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined},{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{y:(componentViewport?.y||0)+0+5169+24+188+0+0+0+217+0+368+0},vPZo1Usxl:{y:(componentViewport?.y||0)+0+5970+30+188+0+0+217+0+368+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+6665+30+188+0+0+280+0+368+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gz7t2n-container\",isModuleExternal:true,nodeId:\"NeNuCM7l4\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{bDG7N3o0z:resolvedLinks3[2]},vPZo1Usxl:{bDG7N3o0z:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(VRTag,{bDG7N3o0z:resolvedLinks3[0],height:\"100%\",id:\"NeNuCM7l4\",layoutId:\"NeNuCM7l4\",style:{height:\"100%\"},vgA964TAm:\"Event Experiential \",width:\"100%\"})})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"button\",{className:\"framer-1u5ixje\",\"data-framer-name\":\"Cards / Project Card\",\"data-reset\":\"button\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8pkv2w\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1as4xk0-container hidden-1k57cvk\",isModuleExternal:true,nodeId:\"Nsq3so0am\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(IconButtonMedium,{height:\"100%\",icon:\"CallMade\",id:\"Nsq3so0am\",layoutId:\"Nsq3so0am\",variant:\"Mb6I11U05\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jvm05b-container hidden-jw6a73 hidden-1y4ythm\",isModuleExternal:true,nodeId:\"mvqE6DvRE\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(IconButtonMedium,{height:\"100%\",icon:\"CallMade\",id:\"mvqE6DvRE\",layoutId:\"mvqE6DvRE\",variant:\"Mb6I11U05\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"H5OmjnPcx\"},motionChild:true,nodeId:\"OruPkzdZz\",openInNewTab:false,scopeId:\"S9jWmCbC2\",smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5169+24+188+0+633+0+0+0+0),pixelHeight:531,pixelWidth:946,sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/r5NA4hvn9N3HXsC9OmQzwNhQr8.png\",srcSet:\"https://framerusercontent.com/images/r5NA4hvn9N3HXsC9OmQzwNhQr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/r5NA4hvn9N3HXsC9OmQzwNhQr8.png 946w\"}},vPZo1Usxl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5970+30+188+0+0+0+0+0),pixelHeight:531,pixelWidth:946,sizes:`max((${componentViewport?.width||\"100vw\"} - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/r5NA4hvn9N3HXsC9OmQzwNhQr8.png\",srcSet:\"https://framerusercontent.com/images/r5NA4hvn9N3HXsC9OmQzwNhQr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/r5NA4hvn9N3HXsC9OmQzwNhQr8.png 946w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:1219,intrinsicWidth:2362,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6665+30+188+0+0+0+0+0),pixelHeight:1081,pixelWidth:1920,sizes:\"540px\",src:\"https://framerusercontent.com/images/IyQSE4TJqAymkDXfDBqkc3Hvc.jpg\",srcSet:\"https://framerusercontent.com/images/IyQSE4TJqAymkDXfDBqkc3Hvc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/IyQSE4TJqAymkDXfDBqkc3Hvc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/IyQSE4TJqAymkDXfDBqkc3Hvc.jpg 1920w\"},className:\"framer-15lp8dy framer-jwhjnb\",\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqtv08\",\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sivrik\",\"data-framer-name\":\"Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Experiential and Interactive Cycle Exhibit\"})})},vPZo1Usxl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Experiential and Interactive Cycle Exhibit\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.72px\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Experiential and Interactive Cycle Exhibit\"})}),className:\"framer-6hqebz\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Schibsted Grotesk-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-63c6f242-3781-443e-b892-9d92e7758a82, rgb(0, 0, 0))\"},children:\"Get ready to revolutionize your workout with NXT Interactive's latest project - the Interactive Cycle Exhibit! \"})}),className:\"framer-1vtcv7x\",\"data-framer-name\":\"Paragraph 1\",fonts:[\"GF;Schibsted Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mc4oww\",\"data-framer-name\":\"Block\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined},{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined},{href:{webPageId:\"DnonGynzR\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{y:(componentViewport?.y||0)+0+5169+24+188+0+633+0+217+0+368+0},vPZo1Usxl:{y:(componentViewport?.y||0)+0+5970+30+188+0+0+217+0+368+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+6665+30+188+0+0+280+0+368+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jd65h-container\",isModuleExternal:true,nodeId:\"VKUMYMYMp\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{bDG7N3o0z:resolvedLinks4[2]},vPZo1Usxl:{bDG7N3o0z:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(VRTag,{bDG7N3o0z:resolvedLinks4[0],height:\"100%\",id:\"VKUMYMYMp\",layoutId:\"VKUMYMYMp\",style:{height:\"100%\"},vgA964TAm:\"Event Experiential \",width:\"100%\"})})})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2pg1ft\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DyozGniW_\"},implicitPathVariables:undefined},{href:{webPageId:\"DyozGniW_\"},implicitPathVariables:undefined},{href:{webPageId:\"DyozGniW_\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{width:`calc(${componentViewport?.width||\"100vw\"} - 192px)`,y:(componentViewport?.y||0)+0+5169+24+1473+0+.5},vPZo1Usxl:{width:`calc(${componentViewport?.width||\"100vw\"} - 248px)`,y:(componentViewport?.y||0)+0+5970+30+840+0+.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"952px\",y:(componentViewport?.y||0)+0+6665+30+903+0+.5,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1mgndrb-container\",id:\"1mgndrb\",isModuleExternal:true,nodeId:\"i1VFS2cZD\",scopeId:\"S9jWmCbC2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{RZT9SNG2g:resolvedLinks5[2]},vPZo1Usxl:{RZT9SNG2g:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ButtonLarge,{apqsCktfb:\"View More\",bWzE7QZGP:bWzE7QZGP3bnx0g({overlay}),haPb8DtW8:\"ArrowForward\",height:\"100%\",id:\"i1VFS2cZD\",layoutId:\"i1VFS2cZD\",RZT9SNG2g:resolvedLinks5[0],style:{height:\"100%\",width:\"100%\"},variant:\"XvAldi6_m\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-fi6gs3\"),\"data-framer-portal-id\":\"1mgndrb\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"K37W4QeP3\")}),getContainer())})})]})})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6747},vPZo1Usxl:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6927}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:774,width:\"1200px\",y:(componentViewport?.y||0)+0+7685,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ibamdz-container\",id:elementId1,nodeId:\"M8knFUilC\",ref:ref2,rendersWithMotion:true,scopeId:\"S9jWmCbC2\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{variant:\"ObjGPWUBo\"},vPZo1Usxl:{variant:\"W1DRTsH9l\"}},children:/*#__PURE__*/_jsx(SectionsContacts,{height:\"100%\",id:\"M8knFUilC\",layoutId:\"M8knFUilC\",style:{width:\"100%\"},variant:\"SvqEoijCQ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+7521},vPZo1Usxl:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+7701}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"1200px\",y:(componentViewport?.y||0)+0+8459,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k3dpyz-container\",nodeId:\"T9b9XJkis\",scopeId:\"S9jWmCbC2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fh0flDifN:{style:{width:\"100%\"},variant:\"VF1axD6jj\"},vPZo1Usxl:{variant:\"I0G4sMhuR\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{CbFY2y_QH:\"Cookie Policy\",fKhNAekEL:\"\\xa9 2025 - NXT Interactive Pte. Ltd.\",FLt9cUwfE:true,height:\"100%\",id:\"T9b9XJkis\",layoutId:\"T9b9XJkis\",style:{height:\"100%\",width:\"100%\"},ThsQasI0W:true,variant:\"VDZWvLT79\",VU2pc28A1:\"Privacy Policy \",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tq04i2\",\"data-framer-name\":\"Background\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xm8be7\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-189wcyt\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7xem43\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-186ax1w\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15yi9g9\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kwuc26\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1adkxxn\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b61zzr\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wiujdq\",\"data-framer-name\":\"Line\"})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TlD7R.framer-jwhjnb, .framer-TlD7R .framer-jwhjnb { display: block; }\",\".framer-TlD7R.framer-1k57cvk { align-content: center; align-items: center; background-color: var(--token-04a3f1b0-e024-4c12-967c-3112bcf4a142, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-TlD7R .framer-18ybnnj-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-TlD7R .framer-19t5d4f { --border-bottom-width: 1px; --border-color: rgba(34, 34, 34, 0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: rgba(68, 204, 255, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 130px 30px 32px 30px; position: relative; width: 1200px; z-index: 1; }\",\".framer-TlD7R .framer-tmtyp5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-1vmz2sn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-TlD7R .framer-11ja5qv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1140px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-TlD7R .framer-qtpv9a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-TlD7R .framer-91mav-container, .framer-TlD7R .framer-1crfe4d-container, .framer-TlD7R .framer-1gz7t2n-container, .framer-TlD7R .framer-jd65h-container { flex: none; height: 32px; position: relative; width: auto; }\",\".framer-TlD7R .framer-11kudoh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-TlD7R .framer-147wns9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-yre2ft { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-TlD7R .framer-xqaxcr-container { flex: none; height: 66px; left: 66px; position: absolute; top: -16px; width: auto; z-index: 10; }\",\".framer-TlD7R .framer-t5deq7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: relative; width: 1200px; z-index: 1; }\",\".framer-TlD7R .framer-ddicf1, .framer-TlD7R .framer-1mrm0by, .framer-TlD7R .framer-1ibktlr { flex: none; height: 640px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-TlD7R .framer-17amvqw, .framer-TlD7R .framer-pbydvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-xm13t9, .framer-TlD7R .framer-ereli0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-TlD7R .framer-2e1lbd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-chs559, .framer-TlD7R .framer-nr3t6m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TlD7R .framer-1a879fh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 30px 52px 30px 52px; position: relative; scroll-margin-top: 32px; width: 1200px; z-index: 1; }\",\".framer-TlD7R .framer-1up9sod-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-TlD7R .framer-9euay2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-15yk7tq, .framer-TlD7R .framer-1u5ixje { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-TlD7R .framer-wnph5q, .framer-TlD7R .framer-8pkv2w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 256px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-1x0mcow-container, .framer-TlD7R .framer-1as4xk0-container { flex: none; height: auto; position: absolute; right: 16px; top: 16px; width: auto; z-index: 1; }\",\".framer-TlD7R .framer-1g0ronm-container, .framer-TlD7R .framer-1jvm05b-container { flex: none; height: auto; left: 436px; position: absolute; top: 16px; width: auto; z-index: 1; }\",\".framer-TlD7R .framer-ybsszk, .framer-TlD7R .framer-15lp8dy { flex: 1 0 0px; height: 1px; position: relative; text-decoration: none; width: 100%; }\",\".framer-TlD7R .framer-11c68w3, .framer-TlD7R .framer-1eqtv08 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-14xiwhz, .framer-TlD7R .framer-1sivrik { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-59zqf9, .framer-TlD7R .framer-6hqebz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TlD7R .framer-8stn2t, .framer-TlD7R .framer-1vtcv7x { --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-TlD7R .framer-1drai9y, .framer-TlD7R .framer-mc4oww { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-TlD7R .framer-2pg1ft { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 57px; justify-content: center; overflow: hidden; padding: 0px 72px 0px 72px; position: relative; width: 100%; }\",\".framer-TlD7R .framer-1mgndrb-container { flex: none; height: 56px; position: relative; width: 100%; }\",\".framer-TlD7R.framer-fi6gs3 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-TlD7R .framer-ibamdz-container { flex: none; height: auto; position: relative; width: 1200px; z-index: 1; }\",\".framer-TlD7R .framer-k3dpyz-container { flex: none; height: 96px; position: relative; width: 1200px; }\",\".framer-TlD7R .framer-tq04i2 { align-content: center; align-items: center; bottom: -4557px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 274%; justify-content: space-between; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-TlD7R .framer-1xm8be7, .framer-TlD7R .framer-189wcyt, .framer-TlD7R .framer-7xem43, .framer-TlD7R .framer-186ax1w, .framer-TlD7R .framer-15yi9g9, .framer-TlD7R .framer-1kwuc26, .framer-TlD7R .framer-1adkxxn, .framer-TlD7R .framer-1b61zzr, .framer-TlD7R .framer-wiujdq { background-color: var(--token-63c6f242-3781-443e-b892-9d92e7758a82, #000000); flex: none; height: 100%; opacity: 0.05; overflow: hidden; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-TlD7R[data-border=\"true\"]::after, .framer-TlD7R [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-TlD7R.framer-1k57cvk { width: 810px; } .framer-TlD7R .framer-19t5d4f, .framer-TlD7R .framer-11ja5qv, .framer-TlD7R .framer-1a879fh, .framer-TlD7R .framer-ibamdz-container, .framer-TlD7R .framer-k3dpyz-container { width: 100%; } .framer-TlD7R .framer-t5deq7 { gap: 30px; width: 100%; } .framer-TlD7R .framer-ddicf1, .framer-TlD7R .framer-1mrm0by, .framer-TlD7R .framer-1ibktlr { height: 420px; } .framer-TlD7R .framer-wnph5q, .framer-TlD7R .framer-8pkv2w { height: 193px; } .framer-TlD7R .framer-ybsszk, .framer-TlD7R .framer-15lp8dy { flex: none; height: 100%; } .framer-TlD7R .framer-8stn2t, .framer-TlD7R .framer-1vtcv7x { max-height: 200px; overflow: hidden; } .framer-TlD7R .framer-tq04i2 { bottom: unset; top: calc(49.99321481883568% - 273.99770904925543% / 2); }}\",\"@media (max-width: 809px) { .framer-TlD7R.framer-1k57cvk { overflow: hidden; width: 390px; } .framer-TlD7R .framer-19t5d4f { gap: 32px; padding: 130px 32px 16px 32px; width: 100%; } .framer-TlD7R .framer-tmtyp5 { gap: 24px; } .framer-TlD7R .framer-11ja5qv { width: 333px; } .framer-TlD7R .framer-t5deq7 { gap: 30px; width: 100%; } .framer-TlD7R .framer-ddicf1 { height: 190px; order: 0; } .framer-TlD7R .framer-17amvqw { order: 1; } .framer-TlD7R .framer-1mrm0by { height: 190px; order: 2; } .framer-TlD7R .framer-pbydvi { order: 3; } .framer-TlD7R .framer-1ibktlr { height: 190px; order: 4; } .framer-TlD7R .framer-2e1lbd { order: 5; } .framer-TlD7R .framer-1a879fh { padding: 24px; width: 100%; } .framer-TlD7R .framer-9euay2 { flex-direction: column; } .framer-TlD7R .framer-15yk7tq, .framer-TlD7R .framer-1u5ixje { flex: none; width: 100%; } .framer-TlD7R .framer-wnph5q, .framer-TlD7R .framer-8pkv2w { height: 193px; } .framer-TlD7R .framer-ybsszk, .framer-TlD7R .framer-15lp8dy { flex: none; height: 100%; } .framer-TlD7R .framer-8stn2t, .framer-TlD7R .framer-1vtcv7x { max-height: 200px; overflow: hidden; } .framer-TlD7R .framer-ibamdz-container { width: 100%; } .framer-TlD7R .framer-k3dpyz-container { height: auto; width: 100%; } .framer-TlD7R .framer-tq04i2 { bottom: unset; height: 9232px; left: calc(50.00000000000002% - 1200px / 2); right: unset; top: 0px; width: 1200px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6549\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vPZo1Usxl\":{\"layout\":[\"fixed\",\"auto\"]},\"fh0flDifN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"VpiYKKg_Z\":{\"pattern\":\":VpiYKKg_Z\",\"name\":\"project\"},\"M8knFUilC\":{\"pattern\":\":M8knFUilC\",\"name\":\"contacts\"}}\n * @framerResponsiveScreen\n */const FramerS9jWmCbC2=withCSS(Component,css,\"framer-TlD7R\");export default FramerS9jWmCbC2;FramerS9jWmCbC2.displayName=\"Projects / Gesture Based Surfing Game \u2013 Motion Driven Experience\";FramerS9jWmCbC2.defaultProps={height:6549,width:1200};addFonts(FramerS9jWmCbC2,[{explicitInter:true,fonts:[{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEASsJuXFGVOQ.woff2\",weight:\"500\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYASsJuXFGVOQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNi8YASsJuXFGVOQ.woff2\",weight:\"900\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEASsJuXFGVOQ.woff2\",weight:\"400\"}]},...NavbarFonts,...BreadcrumbsFonts,...ARTagFonts,...ButtonLargeFonts,...SectionTitleFonts,...IconButtonMediumFonts,...VRTagFonts,...SectionsContactsFonts,...SectionsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerS9jWmCbC2\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"VpiYKKg_Z\\\":{\\\"pattern\\\":\\\":VpiYKKg_Z\\\",\\\"name\\\":\\\"project\\\"},\\\"M8knFUilC\\\":{\\\"pattern\\\":\\\":M8knFUilC\\\",\\\"name\\\":\\\"contacts\\\"}}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vPZo1Usxl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fh0flDifN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"6549\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavbarFonts", "getFonts", "Lt7PHfVyb_default", "BreadcrumbsFonts", "jThO5fD7F_default", "ARTagFonts", "PxPxOELXy_default", "MotionMainWithFX", "withFX", "motion", "ButtonLargeFonts", "mkhfj13sI_default", "MotionSectionWithFX", "SectionTitleFonts", "C0YtMqVlM_default", "IconButtonMediumFonts", "ywDS_cJaX_default", "VRTagFonts", "BdlZyYryx_default", "SectionsContactsFonts", "Q0HB0HPqa_default", "ContainerWithFX", "Container", "SectionsFooterFonts", "DN6PLbI3l_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "bWzE7QZGP3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "elementId", "useRouteElementId", "ref1", "isDisplayed1", "isDisplayed2", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "PropertyOverrides2", "x", "RichText", "resolvedLinks1", "getLoadingLazyAtYPosition", "Image2", "Link", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "l", "resolvedLinks5", "AnimatePresence", "Ga", "css", "FramerS9jWmCbC2", "withCSS", "S9jWmCbC2_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
