{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/KsGeFHomIUg6sNVeLKqR/6mCFXq55edT2iGvVLsX2/iczbRRRDX.js"],
  "sourcesContent": ["// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Contact from\"#framer/local/canvasComponent/mAIFyqmvW/mAIFyqmvW.js\";import Navigation from\"#framer/local/canvasComponent/opNEmQQBt/opNEmQQBt.js\";import Footer from\"#framer/local/canvasComponent/yXSMORzYa/yXSMORzYa.js\";import Projects from\"#framer/local/collection/pCGWi4Dqj/pCGWi4Dqj.js\";import*as sharedStyle1 from\"#framer/local/css/aRQ93BT8s/aRQ93BT8s.js\";import*as sharedStyle3 from\"#framer/local/css/elAPnpNjR/elAPnpNjR.js\";import*as sharedStyle5 from\"#framer/local/css/iKtJgDf7D/iKtJgDf7D.js\";import*as sharedStyle2 from\"#framer/local/css/lRoEGS0dQ/lRoEGS0dQ.js\";import*as sharedStyle4 from\"#framer/local/css/QL4JkJfgI/QL4JkJfgI.js\";import*as sharedStyle from\"#framer/local/css/ZqkVjMRU8/ZqkVjMRU8.js\";import metadataProvider from\"#framer/local/webPageMetadata/iczbRRRDX/iczbRRRDX.js\";const NavigationFonts=getFonts(Navigation);const ContainerWithFX=withFX(Container);const RichTextWithFX=withFX(RichText);const VideoFonts=getFonts(Video);const HeroFonts=getFonts(Hero);const MotionAWithFX=withFX(motion.a);const ContactFonts=getFonts(Contact);const FooterFonts=getFonts(Footer);const breakpoints={eFe_DeCED:\"(min-width: 810px) and (max-width: 1199px)\",iGY3dEzDz:\"(min-width: 1200px)\",xldqsfjnE:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2y4fg\";const variantClassNames={eFe_DeCED:\"framer-v-r4t7fw\",iGY3dEzDz:\"framer-v-1k23lmb\",xldqsfjnE:\"framer-v-hepusd\"};const transition1={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-90};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:10};const transition2={damping:80,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:10};const transition3={damping:80,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:10};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"iGY3dEzDz\",Phone:\"xldqsfjnE\",Tablet:\"eFe_DeCED\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"iGY3dEzDz\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Y87FVMTctUVGbZ6ULe,x9aQkbcLHUVGbZ6ULe,nitUgeLClUVGbZ6ULe,gniqlLjwHUVGbZ6ULe,idUVGbZ6ULe,tP7bgIgu1UVGbZ6ULe,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-2y4fg`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-2y4fg`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"iGY3dEzDz\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1k23lmb\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xldqsfjnE:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(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-unxf2r-container\",layoutScroll:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{variant:\"Ux7fstYkb\"},xldqsfjnE:{style:{width:\"100%\"},variant:\"cQoiYfDH2\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"NLdm6z2Vq\",layoutId:\"NLdm6z2Vq\",style:{height:\"100%\",width:\"100%\"},variant:\"mgenRua7t\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1131wjj\",\"data-framer-name\":\"Intro Section\",name:\"Intro Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vil5nj\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1899wrj\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pstq1f\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-13c3248\",\"data-styles-preset\":\"ZqkVjMRU8\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Coloring pages made magic with AI\"})}),className:\"framer-1mfxunn\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ecbpjq\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d84maq\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1uks7gp\",\"data-styles-preset\":\"aRQ93BT8s\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Color empowers parents, kids, and teachers to create printable coloring pages from their imagination. Using WordMode, users can type in creative prompts, while KidMode offers fun picture combinations to customize pages. As co-founder of Color, I dedicate my time to understanding our users, crafting intuitive experiences, testing new concepts, and leading effective marketing strategies to grow our platform.\"})}),className:\"framer-1lmpax1\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3jcz4j\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jxwvum\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"Discovery & ideation\"})}),className:\"framer-1dtv2wg\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l88t08\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"UI/UX design\"})}),className:\"framer-1mlxyd1\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t0hgwb\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"Product design\"})}),className:\"framer-rka5z\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5xsjyc\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"Design systems\"})}),className:\"framer-kd5wkc\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t4qntg\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"User research\"})}),className:\"framer-1tlybbc\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vogfln\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"0 -> 1 products\"})}),className:\"framer-qufuic\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-whxllu\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"Web apps\"})}),className:\"framer-1g3aa3k\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6vu9v9\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(34, 38, 47))\"},children:\"Websites\"})}),className:\"framer-1mrkpyx\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eozdv5\",\"data-framer-name\":\"Case Study\",name:\"Case Study\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ok8nwt\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{background:{alt:\"\",fit:\"fit\",pixelHeight:1200,pixelWidth:2724,positionX:\"center\",positionY:\"center\",sizes:\"730px\",src:\"https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png\",srcSet:\"https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png 2724w\"}},xldqsfjnE:{background:{alt:\"\",fit:\"fit\",pixelHeight:1200,pixelWidth:2724,positionX:\"center\",positionY:\"center\",sizes:\"350px\",src:\"https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png\",srcSet:\"https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png 2724w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1200,pixelWidth:2724,sizes:\"min(100vw - 200px, 1200px)\",src:\"https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png\",srcSet:\"https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=512 512w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/Cvj9M15vf6yS0Rl3Qycucai5oE.png 2724w\"},className:\"framer-d0vfrt\",\"data-framer-name\":\"Hero\",name:\"Hero\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xfhnom\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Problem\"})}),className:\"framer-1gzws6x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:\"Coloring books are a beloved resource for children\u2019s entertainment and education but the creation process lacks personalization and creativity.\"})}),className:\"framer-f758ft\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:\"Solution: AI generated coloring pages for anything you (or your kid) can imagine! I created two prompting modes, WordMode and KidMode, for a unique experience you'll want to do again and again.\"})}),className:\"framer-1pvs3dq\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nskslm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"WordMode\"})}),className:\"framer-1ljrxd2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-weight\":\"300\"},children:\"WordMode addresses the 'blank page' challenge by sparking creativity with ready-made prompts. \"}),\"I've learned that many users often build upon the sample prompts we provide, validating that WordMode serves as a valuable source of inspiration.\"]})}),className:\"framer-1rdakjx\",fonts:[\"Inter-Bold\",\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-52btlq-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"frS_HWnQc\",isMixedBorderRadius:false,layoutId:\"frS_HWnQc\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/kvXzYioa4qgqmuyN2i8gQackJY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6nz1cd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"KidMode\"})}),className:\"framer-k1hxfi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:[\"KidMode offers a creative, hands-on approach for prompting an AI image model. By allowing kids and parents to mix and match icons, they can easily design unique coloring pages. After launching an initial free-form MVP, I discovered that parents preferred a more structured experience to guide their toddlers. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\"},children:\"Introducing this structure not only improved the user experience but also optimized how the image model interpreted prompts\u2014a win-win for both creativity and functionality.\"})]})}),className:\"framer-ac089z\",fonts:[\"Inter-Light\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ji8wl-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"f34dejLoX\",isMixedBorderRadius:false,layoutId:\"f34dejLoX\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/4OVnpvaXbfjsgy1HJD9qjjU8i8.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gaq54r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Mobile Responsive\"})}),className:\"framer-1423vbc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:\"With over 70% of our site traffic coming from mobile users, I designed a tailored mobile experience that enables users to create coloring books effortlessly from anywhere.\"})}),className:\"framer-20bi8v\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{background:{alt:\"\",fit:\"fill\",pixelHeight:994,pixelWidth:2724,sizes:\"min(100vw - 80px, 1200px)\",src:\"https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png\",srcSet:\"https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=512 512w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png 2724w\"}},xldqsfjnE:{background:{alt:\"\",fit:\"fill\",pixelHeight:994,pixelWidth:2724,sizes:\"350px\",src:\"https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png\",srcSet:\"https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=512 512w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png 2724w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:994,pixelWidth:2724,sizes:\"min(100vw - 200px, 1200px)\",src:\"https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png\",srcSet:\"https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=512 512w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/h4VxY5rdN7Pbh8uki97iIPSPVns.png 2724w\"},className:\"framer-136jie5\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c83wpz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Marketing & SEO\"})}),className:\"framer-1kwwmkw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:\"Color's marketing site is designed to help parents envision using the app with their children, connecting digital creativity with hands-on fun. To boost engagement and reach, we\u2019ve introduced a comprehensive coloring page database that serves as a free resource, enhances our SEO, and attracts more visitors seeking coloring activities.\"})}),className:\"framer-16rlnxb\",fonts:[\"Inter-Light\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{background:{alt:\"\",fit:\"fill\",pixelHeight:954,pixelWidth:2724,sizes:\"min(100vw - 80px, 1200px)\",src:\"https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png\",srcSet:\"https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png 2724w\"}},xldqsfjnE:{background:{alt:\"\",fit:\"fill\",pixelHeight:954,pixelWidth:2724,sizes:\"350px\",src:\"https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png\",srcSet:\"https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png 2724w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:954,pixelWidth:2724,sizes:\"min(100vw - 200px, 1200px)\",src:\"https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png\",srcSet:\"https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/jyttFXPAGvMgB9FuwfCA9bfP0A.png 2724w\"},className:\"framer-gthef8\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uooga2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Customer Quotes\"})}),className:\"framer-1kdvfe4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{background:{alt:\"\",fit:\"fit\",pixelHeight:552,pixelWidth:2140,positionX:\"center\",positionY:\"center\",sizes:\"min(100vw - 80px, 1200px)\",src:\"https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png\",srcSet:\"https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=512 512w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png 2140w\"}},xldqsfjnE:{background:{alt:\"\",fit:\"fit\",pixelHeight:552,pixelWidth:2140,positionX:\"center\",positionY:\"center\",sizes:\"350px\",src:\"https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png\",srcSet:\"https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=512 512w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png 2140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:552,pixelWidth:2140,positionX:\"center\",positionY:\"center\",sizes:\"min(100vw - 200px, 1200px)\",src:\"https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png\",srcSet:\"https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=512 512w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sJ3UgKd2lO4a62QD7LJs7YE8U.png 2140w\"},className:\"framer-1ry21r1\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tzzg3n\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"Results\"})}),className:\"framer-1thw6h2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(74, 74, 69)\"},children:[\"We\u2019re just getting started! \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-weight\":\"700\"},children:\"Since launching in July 2024, we've welcomed 655 new accounts and seen 2,781 custom coloring pages created.\"}),\" Our traffic continues to grow, now averaging around 1,000 weekly views, with 8% converting to account sign-ups. Following a freemium and pricing restructure, we\u2019re beginning to see signs of improved user retention. Our next focus is enhancing user conversion through optimized marketing funnels.\"]})}),className:\"framer-1egasc\",fonts:[\"Inter-Light\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13j1piq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",style:{\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:[\"Give it a try at: \",/*#__PURE__*/_jsx(Link,{href:\"https://www.color.lol/\",nodeId:\"SJdcsLs2O\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1lw30e1\",\"data-styles-preset\":\"elAPnpNjR\",children:\"www.color.lol\"})})]})}),className:\"framer-1c2127h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fffri8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1efri5j\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-wydogt\",\"data-styles-preset\":\"lRoEGS0dQ\",children:\"Other work\"})}),className:\"framer-13j6opp\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x7w3w1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"UVGbZ6ULe\",data:Projects,type:\"Collection\"},select:[{collection:\"UVGbZ6ULe\",name:\"Y87FVMTct\",type:\"Identifier\"},{collection:\"UVGbZ6ULe\",name:\"x9aQkbcLH\",type:\"Identifier\"},{collection:\"UVGbZ6ULe\",name:\"nitUgeLCl\",type:\"Identifier\"},{collection:\"UVGbZ6ULe\",name:\"gniqlLjwH\",type:\"Identifier\"},{collection:\"UVGbZ6ULe\",name:\"id\",type:\"Identifier\"},{collection:\"UVGbZ6ULe\",name:\"tP7bgIgu1\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"Y87FVMTct\":Y87FVMTctUVGbZ6ULe,\"x9aQkbcLH\":x9aQkbcLHUVGbZ6ULe,\"nitUgeLCl\":nitUgeLClUVGbZ6ULe,\"gniqlLjwH\":gniqlLjwHUVGbZ6ULe,\"id\":idUVGbZ6ULe,\"tP7bgIgu1\":tP7bgIgu1UVGbZ6ULe},i)=>{Y87FVMTctUVGbZ6ULe!==null&&Y87FVMTctUVGbZ6ULe!==void 0?Y87FVMTctUVGbZ6ULe:Y87FVMTctUVGbZ6ULe=\"\";nitUgeLClUVGbZ6ULe!==null&&nitUgeLClUVGbZ6ULe!==void 0?nitUgeLClUVGbZ6ULe:nitUgeLClUVGbZ6ULe=\"\";gniqlLjwHUVGbZ6ULe!==null&&gniqlLjwHUVGbZ6ULe!==void 0?gniqlLjwHUVGbZ6ULe:gniqlLjwHUVGbZ6ULe=\"\";tP7bgIgu1UVGbZ6ULe!==null&&tP7bgIgu1UVGbZ6ULe!==void 0?tP7bgIgu1UVGbZ6ULe:tP7bgIgu1UVGbZ6ULe=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`UVGbZ6ULe-${idUVGbZ6ULe}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{tP7bgIgu1:tP7bgIgu1UVGbZ6ULe},children:/*#__PURE__*/_jsx(Link,{href:Y87FVMTctUVGbZ6ULe,nodeId:\"UTdRoo78V\",openInNewTab:false,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ncgi2e framer-cpvb1m\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw, 1200px) - 100px) / 2, 1px)\",...toResponsiveImage(x9aQkbcLHUVGbZ6ULe),...{positionX:\"center\",positionY:\"top\"}}},xldqsfjnE:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(min(100vw, 1200px) - 40px)\",...toResponsiveImage(x9aQkbcLHUVGbZ6ULe),...{positionX:\"center\",positionY:\"top\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"220px\",...toResponsiveImage(x9aQkbcLHUVGbZ6ULe),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-tukyoy\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15aw5nu\",\"data-framer-name\":\"Description\",name:\"Description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1sksvyh\",\"data-styles-preset\":\"QL4JkJfgI\",children:\"Title\"})}),className:\"framer-jhx6pr\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:nitUgeLClUVGbZ6ULe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jilfmu\",\"data-styles-preset\":\"iKtJgDf7D\",children:\"Subtitle\"})}),className:\"framer-1akvmrc\",fonts:[\"Inter\"],text:gniqlLjwHUVGbZ6ULe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10t5nk5\",\"data-framer-name\":\"Button\",name:\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\"},children:\"View work\"})}),className:\"framer-dzenhl\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kuuzpm-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-266c8d71-9990-411c-9a11-ecf80446ea66, rgb(42, 42, 40))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowUpRight\",id:\"e7dF88wdW\",layoutId:\"e7dF88wdW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})})})},idUVGbZ6ULe);})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:417,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1afvgw5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{variant:\"kw5I7yEre\"},xldqsfjnE:{variant:\"irbR3RFFu\"}},children:/*#__PURE__*/_jsx(Contact,{height:\"100%\",id:\"jvLWb6Bpt\",layoutId:\"jvLWb6Bpt\",style:{width:\"100%\"},variant:\"B6vFvi3sl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:274,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v973zk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eFe_DeCED:{variant:\"pXfs3nebY\"},xldqsfjnE:{variant:\"wggnzv838\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"N89R9Nxo4\",layoutId:\"N89R9Nxo4\",style:{width:\"100%\"},variant:\"ALgxxvXY4\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-2y4fg { background: rgb(249, 250, 251); }`,\".framer-2y4fg.framer-cpvb1m, .framer-2y4fg .framer-cpvb1m { display: block; }\",\".framer-2y4fg.framer-1k23lmb { align-content: center; align-items: center; background-color: #f9fafb; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-2y4fg .framer-unxf2r-container { flex: none; height: 90px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-2y4fg .framer-1131wjj { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: hidden; padding: 150px 100px 90px 100px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-2y4fg .framer-1vil5nj { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1899wrj, .framer-2y4fg .framer-ecbpjq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1pstq1f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2y4fg .framer-1mfxunn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2y4fg .framer-1d84maq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; max-width: 84%; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2y4fg .framer-1lmpax1, .framer-2y4fg .framer-1gzws6x, .framer-2y4fg .framer-f758ft, .framer-2y4fg .framer-1pvs3dq, .framer-2y4fg .framer-1ljrxd2, .framer-2y4fg .framer-1rdakjx, .framer-2y4fg .framer-k1hxfi, .framer-2y4fg .framer-ac089z, .framer-2y4fg .framer-1423vbc, .framer-2y4fg .framer-20bi8v, .framer-2y4fg .framer-1kwwmkw, .framer-2y4fg .framer-16rlnxb, .framer-2y4fg .framer-1kdvfe4, .framer-2y4fg .framer-1thw6h2, .framer-2y4fg .framer-1egasc, .framer-2y4fg .framer-1akvmrc { --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-2y4fg .framer-3jcz4j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-jxwvum, .framer-2y4fg .framer-l88t08, .framer-2y4fg .framer-t0hgwb, .framer-2y4fg .framer-5xsjyc, .framer-2y4fg .framer-t4qntg, .framer-2y4fg .framer-vogfln, .framer-2y4fg .framer-whxllu, .framer-2y4fg .framer-6vu9v9 { --border-bottom-width: 1px; --border-color: #d1d5db; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-3ef014c9-ad51-4ceb-b698-92ed0047912a, #ffffff); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 10px 20px 10px 20px; position: relative; width: min-content; }\",\".framer-2y4fg .framer-1dtv2wg, .framer-2y4fg .framer-1mlxyd1, .framer-2y4fg .framer-rka5z, .framer-2y4fg .framer-kd5wkc, .framer-2y4fg .framer-1tlybbc, .framer-2y4fg .framer-qufuic, .framer-2y4fg .framer-1g3aa3k, .framer-2y4fg .framer-1mrkpyx, .framer-2y4fg .framer-13j6opp, .framer-2y4fg .framer-dzenhl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2y4fg .framer-1eozdv5 { align-content: center; align-items: center; background-color: #f9fafb; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 100px 100px 100px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1ok8nwt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-2y4fg .framer-d0vfrt { aspect-ratio: 2.2675736961451247 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 441px); max-width: 1200px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1xfhnom, .framer-2y4fg .framer-1nskslm, .framer-2y4fg .framer-6nz1cd, .framer-2y4fg .framer-1gaq54r, .framer-2y4fg .framer-1c83wpz, .framer-2y4fg .framer-1uooga2, .framer-2y4fg .framer-tzzg3n, .framer-2y4fg .framer-13j1piq { 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: 70%; }\",\".framer-2y4fg .framer-52btlq-container { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 764px); position: relative; width: 100%; }\",\".framer-2y4fg .framer-1ji8wl-container { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 758px); position: relative; width: 100%; }\",\".framer-2y4fg .framer-136jie5 { aspect-ratio: 2.73972602739726 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 365px); position: relative; width: 100%; }\",\".framer-2y4fg .framer-gthef8 { aspect-ratio: 2.857142857142857 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 350px); position: relative; width: 100%; }\",\".framer-2y4fg .framer-1ry21r1 { aspect-ratio: 5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: relative; width: 100%; }\",\".framer-2y4fg .framer-1c2127h, .framer-2y4fg .framer-jhx6pr { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2y4fg .framer-1fffri8 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1efri5j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 100px 150px 30px 150px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1x7w3w1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 0px 150px 100px 150px; position: relative; width: 100%; }\",\".framer-2y4fg .framer-1ncgi2e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 800px; }\",\".framer-2y4fg .framer-tukyoy { aspect-ratio: 1.5602836879432624 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 141px); position: relative; width: 1px; }\",\".framer-2y4fg .framer-15aw5nu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 70%; }\",\".framer-2y4fg .framer-10t5nk5 { -webkit-backdrop-filter: blur(50px); align-content: center; align-items: center; backdrop-filter: blur(50px); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2y4fg .framer-kuuzpm-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-2y4fg .framer-1afvgw5-container, .framer-2y4fg .framer-1v973zk-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2y4fg.framer-1k23lmb, .framer-2y4fg .framer-1131wjj, .framer-2y4fg .framer-1vil5nj, .framer-2y4fg .framer-1899wrj, .framer-2y4fg .framer-1pstq1f, .framer-2y4fg .framer-ecbpjq, .framer-2y4fg .framer-1d84maq, .framer-2y4fg .framer-3jcz4j, .framer-2y4fg .framer-jxwvum, .framer-2y4fg .framer-l88t08, .framer-2y4fg .framer-t0hgwb, .framer-2y4fg .framer-5xsjyc, .framer-2y4fg .framer-t4qntg, .framer-2y4fg .framer-vogfln, .framer-2y4fg .framer-whxllu, .framer-2y4fg .framer-6vu9v9, .framer-2y4fg .framer-1eozdv5, .framer-2y4fg .framer-1ok8nwt, .framer-2y4fg .framer-1xfhnom, .framer-2y4fg .framer-1nskslm, .framer-2y4fg .framer-6nz1cd, .framer-2y4fg .framer-1gaq54r, .framer-2y4fg .framer-1c83wpz, .framer-2y4fg .framer-1uooga2, .framer-2y4fg .framer-tzzg3n, .framer-2y4fg .framer-13j1piq, .framer-2y4fg .framer-1fffri8, .framer-2y4fg .framer-1efri5j, .framer-2y4fg .framer-1x7w3w1, .framer-2y4fg .framer-1ncgi2e, .framer-2y4fg .framer-15aw5nu, .framer-2y4fg .framer-10t5nk5 { gap: 0px; } .framer-2y4fg.framer-1k23lmb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2y4fg.framer-1k23lmb > :first-child, .framer-2y4fg .framer-1131wjj > :first-child, .framer-2y4fg .framer-1vil5nj > :first-child, .framer-2y4fg .framer-1pstq1f > :first-child, .framer-2y4fg .framer-1d84maq > :first-child, .framer-2y4fg .framer-1eozdv5 > :first-child, .framer-2y4fg .framer-1ok8nwt > :first-child, .framer-2y4fg .framer-1xfhnom > :first-child, .framer-2y4fg .framer-1nskslm > :first-child, .framer-2y4fg .framer-6nz1cd > :first-child, .framer-2y4fg .framer-1gaq54r > :first-child, .framer-2y4fg .framer-1c83wpz > :first-child, .framer-2y4fg .framer-1uooga2 > :first-child, .framer-2y4fg .framer-tzzg3n > :first-child, .framer-2y4fg .framer-13j1piq > :first-child, .framer-2y4fg .framer-1fffri8 > :first-child, .framer-2y4fg .framer-1x7w3w1 > :first-child, .framer-2y4fg .framer-15aw5nu > :first-child { margin-top: 0px; } .framer-2y4fg.framer-1k23lmb > :last-child, .framer-2y4fg .framer-1131wjj > :last-child, .framer-2y4fg .framer-1vil5nj > :last-child, .framer-2y4fg .framer-1pstq1f > :last-child, .framer-2y4fg .framer-1d84maq > :last-child, .framer-2y4fg .framer-1eozdv5 > :last-child, .framer-2y4fg .framer-1ok8nwt > :last-child, .framer-2y4fg .framer-1xfhnom > :last-child, .framer-2y4fg .framer-1nskslm > :last-child, .framer-2y4fg .framer-6nz1cd > :last-child, .framer-2y4fg .framer-1gaq54r > :last-child, .framer-2y4fg .framer-1c83wpz > :last-child, .framer-2y4fg .framer-1uooga2 > :last-child, .framer-2y4fg .framer-tzzg3n > :last-child, .framer-2y4fg .framer-13j1piq > :last-child, .framer-2y4fg .framer-1fffri8 > :last-child, .framer-2y4fg .framer-1x7w3w1 > :last-child, .framer-2y4fg .framer-15aw5nu > :last-child { margin-bottom: 0px; } .framer-2y4fg .framer-1131wjj > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-2y4fg .framer-1vil5nj > *, .framer-2y4fg .framer-1xfhnom > *, .framer-2y4fg .framer-1nskslm > *, .framer-2y4fg .framer-6nz1cd > *, .framer-2y4fg .framer-1gaq54r > *, .framer-2y4fg .framer-1c83wpz > *, .framer-2y4fg .framer-1uooga2 > *, .framer-2y4fg .framer-tzzg3n > *, .framer-2y4fg .framer-13j1piq > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-2y4fg .framer-1899wrj > *, .framer-2y4fg .framer-ecbpjq > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-2y4fg .framer-1899wrj > :first-child, .framer-2y4fg .framer-ecbpjq > :first-child, .framer-2y4fg .framer-3jcz4j > :first-child, .framer-2y4fg .framer-jxwvum > :first-child, .framer-2y4fg .framer-l88t08 > :first-child, .framer-2y4fg .framer-t0hgwb > :first-child, .framer-2y4fg .framer-5xsjyc > :first-child, .framer-2y4fg .framer-t4qntg > :first-child, .framer-2y4fg .framer-vogfln > :first-child, .framer-2y4fg .framer-whxllu > :first-child, .framer-2y4fg .framer-6vu9v9 > :first-child, .framer-2y4fg .framer-1efri5j > :first-child, .framer-2y4fg .framer-1ncgi2e > :first-child, .framer-2y4fg .framer-10t5nk5 > :first-child { margin-left: 0px; } .framer-2y4fg .framer-1899wrj > :last-child, .framer-2y4fg .framer-ecbpjq > :last-child, .framer-2y4fg .framer-3jcz4j > :last-child, .framer-2y4fg .framer-jxwvum > :last-child, .framer-2y4fg .framer-l88t08 > :last-child, .framer-2y4fg .framer-t0hgwb > :last-child, .framer-2y4fg .framer-5xsjyc > :last-child, .framer-2y4fg .framer-t4qntg > :last-child, .framer-2y4fg .framer-vogfln > :last-child, .framer-2y4fg .framer-whxllu > :last-child, .framer-2y4fg .framer-6vu9v9 > :last-child, .framer-2y4fg .framer-1efri5j > :last-child, .framer-2y4fg .framer-1ncgi2e > :last-child, .framer-2y4fg .framer-10t5nk5 > :last-child { margin-right: 0px; } .framer-2y4fg .framer-1pstq1f > *, .framer-2y4fg .framer-1d84maq > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-2y4fg .framer-3jcz4j > *, .framer-2y4fg .framer-jxwvum > *, .framer-2y4fg .framer-l88t08 > *, .framer-2y4fg .framer-t0hgwb > *, .framer-2y4fg .framer-5xsjyc > *, .framer-2y4fg .framer-t4qntg > *, .framer-2y4fg .framer-vogfln > *, .framer-2y4fg .framer-whxllu > *, .framer-2y4fg .framer-6vu9v9 > *, .framer-2y4fg .framer-1efri5j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2y4fg .framer-1eozdv5 > *, .framer-2y4fg .framer-1x7w3w1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2y4fg .framer-1ok8nwt > * { margin: 0px; margin-bottom: calc(90px / 2); margin-top: calc(90px / 2); } .framer-2y4fg .framer-1fffri8 > *, .framer-2y4fg .framer-15aw5nu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2y4fg .framer-1ncgi2e > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-2y4fg .framer-10t5nk5 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-2y4fg { background: rgb(249, 250, 251); } .framer-2y4fg.framer-1k23lmb { width: 810px; } .framer-2y4fg .framer-unxf2r-container { left: calc(50.00000000000002% - 1fr / 2); } .framer-2y4fg .framer-1131wjj { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; padding: 150px 40px 90px 40px; } .framer-2y4fg .framer-1vil5nj { max-width: unset; } .framer-2y4fg .framer-1eozdv5 { padding: 50px 40px 100px 40px; } .framer-2y4fg .framer-1ok8nwt { gap: 60px; order: 0; } .framer-2y4fg .framer-d0vfrt { height: var(--framer-aspect-ratio-supported, 322px); width: 730px; } .framer-2y4fg .framer-1xfhnom, .framer-2y4fg .framer-1nskslm, .framer-2y4fg .framer-6nz1cd, .framer-2y4fg .framer-1gaq54r, .framer-2y4fg .framer-1c83wpz, .framer-2y4fg .framer-1uooga2, .framer-2y4fg .framer-tzzg3n, .framer-2y4fg .framer-13j1piq { width: 80%; } .framer-2y4fg .framer-52btlq-container { height: var(--framer-aspect-ratio-supported, 558px); } .framer-2y4fg .framer-1ji8wl-container { height: var(--framer-aspect-ratio-supported, 553px); } .framer-2y4fg .framer-136jie5 { height: var(--framer-aspect-ratio-supported, 267px); } .framer-2y4fg .framer-gthef8 { height: var(--framer-aspect-ratio-supported, 256px); } .framer-2y4fg .framer-1ry21r1 { height: var(--framer-aspect-ratio-supported, 146px); } .framer-2y4fg .framer-1efri5j { padding: 100px 40px 30px 40px; } .framer-2y4fg .framer-1x7w3w1 { padding: 0px 40px 100px 40px; } .framer-2y4fg .framer-1ncgi2e { width: 100%; } .framer-2y4fg .framer-tukyoy { height: var(--framer-aspect-ratio-supported, 228px); } .framer-2y4fg .framer-15aw5nu { flex: 1 0 0px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2y4fg .framer-1ok8nwt { gap: 0px; } .framer-2y4fg .framer-1ok8nwt > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-2y4fg .framer-1ok8nwt > :first-child { margin-top: 0px; } .framer-2y4fg .framer-1ok8nwt > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-2y4fg { background: rgb(249, 250, 251); } .framer-2y4fg.framer-1k23lmb { width: 390px; } .framer-2y4fg .framer-unxf2r-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-2y4fg .framer-1131wjj { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; padding: 120px 20px 50px 20px; } .framer-2y4fg .framer-1vil5nj { max-width: unset; } .framer-2y4fg .framer-1d84maq { max-width: 100%; } .framer-2y4fg .framer-1eozdv5 { gap: 60px; padding: 50px 20px 100px 20px; width: min-content; } .framer-2y4fg .framer-1ok8nwt { gap: 40px; width: 350px; } .framer-2y4fg .framer-d0vfrt { height: var(--framer-aspect-ratio-supported, 150px); width: 350px; } .framer-2y4fg .framer-1xfhnom, .framer-2y4fg .framer-1nskslm, .framer-2y4fg .framer-6nz1cd, .framer-2y4fg .framer-1gaq54r, .framer-2y4fg .framer-1c83wpz, .framer-2y4fg .framer-1uooga2, .framer-2y4fg .framer-tzzg3n, .framer-2y4fg .framer-13j1piq { flex-wrap: wrap; width: 100%; } .framer-2y4fg .framer-52btlq-container, .framer-2y4fg .framer-1ji8wl-container { height: var(--framer-aspect-ratio-supported, 150px); } .framer-2y4fg .framer-136jie5 { height: var(--framer-aspect-ratio-supported, 73px); } .framer-2y4fg .framer-gthef8 { height: var(--framer-aspect-ratio-supported, 70px); } .framer-2y4fg .framer-1ry21r1 { height: var(--framer-aspect-ratio-supported, 40px); } .framer-2y4fg .framer-1efri5j { padding: 80px 20px 30px 20px; } .framer-2y4fg .framer-1x7w3w1 { gap: 60px; padding: 0px 20px 100px 20px; } .framer-2y4fg .framer-1ncgi2e { flex-direction: column; width: 100%; } .framer-2y4fg .framer-tukyoy { flex: none; height: var(--framer-aspect-ratio-supported, 128px); width: 100%; } .framer-2y4fg .framer-15aw5nu { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2y4fg .framer-1eozdv5, .framer-2y4fg .framer-1ok8nwt, .framer-2y4fg .framer-1x7w3w1, .framer-2y4fg .framer-1ncgi2e { gap: 0px; } .framer-2y4fg .framer-1eozdv5 > *, .framer-2y4fg .framer-1x7w3w1 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-2y4fg .framer-1eozdv5 > :first-child, .framer-2y4fg .framer-1ok8nwt > :first-child, .framer-2y4fg .framer-1x7w3w1 > :first-child, .framer-2y4fg .framer-1ncgi2e > :first-child { margin-top: 0px; } .framer-2y4fg .framer-1eozdv5 > :last-child, .framer-2y4fg .framer-1ok8nwt > :last-child, .framer-2y4fg .framer-1x7w3w1 > :last-child, .framer-2y4fg .framer-1ncgi2e > :last-child { margin-bottom: 0px; } .framer-2y4fg .framer-1ok8nwt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2y4fg .framer-1ncgi2e > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-2y4fg[data-border=\"true\"]::after, .framer-2y4fg [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7733\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eFe_DeCED\":{\"layout\":[\"fixed\",\"auto\"]},\"xldqsfjnE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramericzbRRRDX=withCSS(Component,css,\"framer-2y4fg\");export default FramericzbRRRDX;FramericzbRRRDX.displayName=\"Work / Hammock\";FramericzbRRRDX.defaultProps={height:7733,width:1200};addFonts(FramericzbRRRDX,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{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\"}]},...NavigationFonts,...VideoFonts,...HeroFonts,...ContactFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramericzbRRRDX\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7733\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eFe_DeCED\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xldqsfjnE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "opNEmQQBt_default", "ContainerWithFX", "withFX", "Container", "RichTextWithFX", "RichText2", "VideoFonts", "Video", "HeroFonts", "Icon", "MotionAWithFX", "motion", "ContactFonts", "mAIFyqmvW_default", "FooterFonts", "yXSMORzYa_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "transition2", "animation2", "transition3", "animation3", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Y87FVMTctUVGbZ6ULe", "x9aQkbcLHUVGbZ6ULe", "nitUgeLClUVGbZ6ULe", "gniqlLjwHUVGbZ6ULe", "idUVGbZ6ULe", "tP7bgIgu1UVGbZ6ULe", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "PropertyOverrides2", "ContainerWithFX", "opNEmQQBt_default", "RichTextWithFX", "x", "RichText2", "Image2", "Container", "Video", "Link", "ChildrenCanSuspend", "pCGWi4Dqj_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "MotionAWithFX", "Icon", "mAIFyqmvW_default", "yXSMORzYa_default", "css", "FramericzbRRRDX", "withCSS", "iczbRRRDX_default", "addFonts", "NavigationFonts", "VideoFonts", "HeroFonts", "ContactFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
