{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rDCDbvO9I8EDzgjuKgGx/SRt8bQCrtot8sTZJHA5L/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,Fetcher,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS}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 Loops from\"https://framerusercontent.com/modules/CJgw13h0ok22pdnRmFv0/g58aJ125AH1vTSn4GUsX/Input_Loops.js\";import Navigation from\"#framer/local/canvasComponent/QqaIQWKQL/QqaIQWKQL.js\";import Button_Small from\"#framer/local/canvasComponent/RcARPm0sD/RcARPm0sD.js\";import Footer from\"#framer/local/canvasComponent/uWVP10S0T/uWVP10S0T.js\";import*as sharedStyle5 from\"#framer/local/css/CJqSneUsV/CJqSneUsV.js\";import*as sharedStyle4 from\"#framer/local/css/GqzshLf3l/GqzshLf3l.js\";import*as sharedStyle3 from\"#framer/local/css/gRtHk69Pj/gRtHk69Pj.js\";import*as sharedStyle1 from\"#framer/local/css/hYPVruwIg/hYPVruwIg.js\";import*as sharedStyle7 from\"#framer/local/css/JlV7j8LQZ/JlV7j8LQZ.js\";import*as sharedStyle from\"#framer/local/css/kJLPcbZLw/kJLPcbZLw.js\";import*as sharedStyle6 from\"#framer/local/css/VgQEb0RL2/VgQEb0RL2.js\";import*as sharedStyle2 from\"#framer/local/css/X3zuqUeZX/X3zuqUeZX.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const LoopsFonts=getFonts(Loops);const Button_SmallFonts=getFonts(Button_Small);const FooterFonts=getFonts(Footer);const breakpoints={foZV41x9n:\"(min-width: 810px) and (max-width: 1199px)\",t73YA8u5L:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-hnuDv\";const variantClassNames={foZV41x9n:\"framer-v-1i49g2l\",t73YA8u5L:\"framer-v-15gwa5o\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:.2,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-150,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"t73YA8u5L\",Tablet:\"foZV41x9n\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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 onSubmit3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"t73YA8u5L\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-hbtogu-container\",nodeId:\"h9aBuZHqm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t73YA8u5L:{variant:\"X98SkG82I\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"h9aBuZHqm\",layoutId:\"h9aBuZHqm\",style:{width:\"100%\"},variant:\"Y3WAUDk1j\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1moyll6\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t73YA8u5L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-81s5qe\",\"data-styles-preset\":\"kJLPcbZLw\",style:{\"--framer-text-alignment\":\"center\"},children:\"Put Zero Waste Into Action\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-81s5qe\",\"data-styles-preset\":\"kJLPcbZLw\",children:\"Put Zero Waste Into Action\"})}),className:\"framer-1bx689r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get our free email course and learn everything you need to know about zero waste in five resource-packed emails.\"})}),className:\"framer-d2olr0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9qa2l\",children:/*#__PURE__*/_jsx(Fetcher,{requests:[{cacheDuration:0,credentials:\"same-origin\",fallbackValue:undefined,resultKeyPath:\"\",resultOutputType:\"link\",url:`https://api.fetch.tools/emoji`}],children:fetchResult=>/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:fetchResult[0],implicitPathVariables:undefined},{href:fetchResult[0],implicitPathVariables:undefined},{href:fetchResult[0],implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1rsrkn6-container\",id:\"1rsrkn6\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"uWXaCJrq8\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{link:resolvedLinks[1]},t73YA8u5L:{gap:6,link:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Loops,{button:{buttonFont:{},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(51, 102, 153)\",insetWhenDocked:5,isDocked:false,label:\"Get the Course\",shouldAppear:true,widthWhenDocked:100},font:{fontFamily:'\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},gap:10,height:\"100%\",id:\"uWXaCJrq8\",input:{borderRadius:8,color:\"rgb(0, 0, 0)\",fill:\"rgb(235, 235, 235)\",fixedHeight:50,height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"name@email.com\",placeholderColor:\"rgba(0, 0, 0, 0.3)\"},layout:\"horizontal\",layoutId:\"uWXaCJrq8\",link:resolvedLinks[0],loopsID:\"cm1k09ag601tgj6mardurr9rd\",loopsMailingList:\"cm40q0f2w005n0lkw6gwkeka9\",loopsUserGroup:\"homepage\",onSubmit:onSubmit3bnx0g({overlay}),redirectAs:\"overlay\",style:{width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{bounce:.2,delay:.2,duration:.3,type:\"spring\"}},className:cx(scopingClassNames,\"framer-1h8af2i\"),\"data-framer-portal-id\":\"1rsrkn6\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"DamWFYzWa\"),/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-2rk1zy\"),\"data-framer-portal-id\":\"1rsrkn6\",exit:animation,initial:animation2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1lub248\",\"data-styles-preset\":\"X3zuqUeZX\",style:{\"--framer-text-color\":\"var(--token-54cfcaca-1882-48cd-b88a-a6ca66d01a41, rgb(0, 204, 153))\"},children:\"Subscribed Successfully!\"})}),className:\"framer-1wvaj2d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),getContainer())})})]})})})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-styles-preset-1yssigw\",\"data-styles-preset\":\"gRtHk69Pj\",style:{\"--framer-text-color\":\"rgb(133, 133, 133)\"},children:[\"Join \",/*#__PURE__*/_jsx(\"strong\",{children:\"5,462\"}),\" people taking action on zero waste!\"]})}),className:\"framer-1a4fwc0\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-5p8av7\",\"data-framer-name\":\"Why Zero Waste?\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1fjralv\",\"data-styles-preset\":\"GqzshLf3l\",style:{\"--framer-text-color\":\"var(--token-51b9604a-d4b4-41d6-a6d3-4c6cac62c465, rgb(255, 255, 255))\"},children:\"Why Zero Waste?\"})}),className:\"framer-ugdv63\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-51b9604a-d4b4-41d6-a6d3-4c6cac62c465, rgb(255, 255, 255))\"},children:\"Trash is environmental impact you can touch, understand, and act on. It's the very last step in a long chain of extraction that does real damage to people and the planet. When we find ways to eliminate waste we not only avoid that harm, we build up alternatives too!\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1e85ehk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g07ux4\",\"data-framer-name\":\"Overlay\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmns57\",\"data-framer-name\":\"Info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ek4wuh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y86tmh\",\"data-framer-name\":\"The Cost\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1fjralv\",\"data-styles-preset\":\"GqzshLf3l\",style:{\"--framer-text-alignment\":\"center\"},children:\"The Cost\"})})},t73YA8u5L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1fjralv\",\"data-styles-preset\":\"GqzshLf3l\",style:{\"--framer-text-alignment\":\"center\"},children:\"The Cost\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1fjralv\",\"data-styles-preset\":\"GqzshLf3l\",children:\"The Cost\"})}),className:\"framer-18c04gs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:[\"We\u2019ve made \",/*#__PURE__*/_jsx(\"strong\",{children:\"more plastic in the last 10 years than in the preceding century.\"}),\" This exponential rise in production places an\\xa0 incredibly heavy burden on the people and animals that have to live near or among the things we throw away. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Couple that with the fact that \",/*#__PURE__*/_jsx(\"strong\",{children:\"90% of a product\u2019s environmental impact happens before you even open the package\"}),\" and we start to understand the true scale of the problem we\u2019re facing.\"]})}),className:\"framer-13m3891\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:4032,pixelWidth:3024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6)`,src:\"https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg 3024w\"}},t73YA8u5L:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:4032,pixelWidth:3024,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6)`,src:\"https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg 3024w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:4032,pixelWidth:3024,sizes:\"430px\",src:\"https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/GFHnJl0ExtXslD3K53CDQ8BV6RI.jpg 3024w\"},className:\"framer-gb40ms\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x49lvr\",\"data-framer-name\":\"Upstream Impact\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1fjralv\",\"data-styles-preset\":\"GqzshLf3l\",style:{\"--framer-text-alignment\":\"center\"},children:\"Upstream Impact\"})}),className:\"framer-4agxoq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-153h0g4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:[\"When we throw something away, the waste we see is just a small moment in a much larger story. The real problem is that \",/*#__PURE__*/_jsx(\"strong\",{children:\"for each pound of waste we create,\\xa032 pounds are created upstream\"}),\"\\xa0of us. That\u2019s because each new thing requires all kinds of extraction, shipping, refining, and packaging before it even lands in the store.\"]})}),className:\"framer-qzzuwz\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:['Real solutions to the waste crisis focus on reducing consumption in the first place and using only resources we have already extracted. Zero waste is not about \"throwing away better,\" but rather ',/*#__PURE__*/_jsx(\"strong\",{children:\"eliminating the need to constantly purchase new things\"}),\".\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-14yxev8\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-166hmm0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1067,pixelWidth:1600,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.65)`,src:\"https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg 1600w\"}},t73YA8u5L:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1067,pixelWidth:1600,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.65)`,src:\"https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg 1600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:1067,pixelWidth:1600,sizes:\"430px\",src:\"https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/305sOfEIX3sDISAcFTGWyemNR7M.jpg 1600w\"},className:\"framer-um5k58\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-27qt43\",\"data-framer-name\":\"Climate\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1fjralv\",\"data-styles-preset\":\"GqzshLf3l\",children:\"Climate\"})}),className:\"framer-p0rx8j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"70% of global greenhouse emissions come from our food and stuff\"}),\". Extracting, transporting, manufacturing, storing, using, and disposing of things that end up in landfills are huge drivers of climate change and equally big opportunities to quickly address the climate and environmental crisis.\"]})}),className:\"framer-18zpo4z\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nmu8s\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z3q3c1\",\"data-framer-name\":\"Home/Work/School\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t73YA8u5L:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-81s5qe\",\"data-styles-preset\":\"kJLPcbZLw\",style:{\"--framer-text-alignment\":\"center\"},children:\"Wherever you are, go zero waste \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-81s5qe\",\"data-styles-preset\":\"kJLPcbZLw\",children:\"Wherever you are, go zero waste \"})}),className:\"framer-qeknft\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5tdg93\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s9e8vi\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:4663,pixelWidth:3109,sizes:\"320px\",src:\"https://framerusercontent.com/images/g7TcMjN4c7F3mNLoAyLfYT7jk.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/g7TcMjN4c7F3mNLoAyLfYT7jk.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/g7TcMjN4c7F3mNLoAyLfYT7jk.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/g7TcMjN4c7F3mNLoAyLfYT7jk.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/g7TcMjN4c7F3mNLoAyLfYT7jk.jpg 3109w\"},className:\"framer-vg7zfb\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18gewsv\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"At Home\"})}),className:\"framer-t0rzxo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yssigw\",\"data-styles-preset\":\"gRtHk69Pj\",children:/*#__PURE__*/_jsx(Link,{href:\"https://zerowaste.org/how-to-start-zero-waste/\",motionChild:true,nodeId:\"vyrkugCW4\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Learn how to reduce waste in your home and take concrete steps towards zero waste.\"})})})}),className:\"framer-1v1flha\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"260px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ur8y8r-container\",nodeId:\"GGnwwGpOF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button_Small,{height:\"100%\",id:\"GGnwwGpOF\",layoutId:\"GGnwwGpOF\",style:{height:\"100%\",width:\"100%\"},uVDYQxARg:\"/how-to-start-zero-waste\",variant:\"gLbuyPHvb\",width:\"100%\",YET12uTaK:\"Learn More\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jj9pi7\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:4806,pixelWidth:3605,sizes:\"320px\",src:\"https://framerusercontent.com/images/jg1R0cXNqUW40KaF97s2dUUkwI.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/jg1R0cXNqUW40KaF97s2dUUkwI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/jg1R0cXNqUW40KaF97s2dUUkwI.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/jg1R0cXNqUW40KaF97s2dUUkwI.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/jg1R0cXNqUW40KaF97s2dUUkwI.jpg 3605w\"},className:\"framer-1auk3nu\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhmet1\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"At Work\"})}),className:\"framer-106lndk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yssigw\",\"data-styles-preset\":\"gRtHk69Pj\",children:/*#__PURE__*/_jsx(Link,{href:\"https://zerowaste.org/business/\",motionChild:true,nodeId:\"begBYEwEI\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Get your business or organization on the road to zero waste with resources or consulting\"})})})}),className:\"framer-1owfkea\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zsi0f3Kqr\"},implicitPathVariables:undefined},{href:{webPageId:\"zsi0f3Kqr\"},implicitPathVariables:undefined},{href:{webPageId:\"zsi0f3Kqr\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"260px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-83v74v-container\",nodeId:\"vW7OXlbLb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{uVDYQxARg:resolvedLinks1[1]},t73YA8u5L:{uVDYQxARg:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button_Small,{height:\"100%\",id:\"vW7OXlbLb\",layoutId:\"vW7OXlbLb\",style:{height:\"100%\",width:\"100%\"},uVDYQxARg:resolvedLinks1[0],variant:\"gLbuyPHvb\",width:\"100%\",YET12uTaK:\"Learn More\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14wcurd\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,pixelHeight:3648,pixelWidth:5472,sizes:\"320px\",src:\"https://framerusercontent.com/images/KoZUHiHFnfGIh7NeoVihOiibWU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KoZUHiHFnfGIh7NeoVihOiibWU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KoZUHiHFnfGIh7NeoVihOiibWU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KoZUHiHFnfGIh7NeoVihOiibWU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/KoZUHiHFnfGIh7NeoVihOiibWU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/KoZUHiHFnfGIh7NeoVihOiibWU.jpg 5472w\"},className:\"framer-t9kz2\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-102elju\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"At School\"})}),className:\"framer-lfbwa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1yssigw\",\"data-styles-preset\":\"gRtHk69Pj\",children:\"From kindergarten to college, schools are the perfect place to start zero waste thinking.\"})}),className:\"framer-166rafu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dNUMShEvK\"},implicitPathVariables:undefined},{href:{webPageId:\"dNUMShEvK\"},implicitPathVariables:undefined},{href:{webPageId:\"dNUMShEvK\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"260px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-151u33v-container\",nodeId:\"pRTghMADK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{uVDYQxARg:resolvedLinks2[1]},t73YA8u5L:{uVDYQxARg:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button_Small,{height:\"100%\",id:\"pRTghMADK\",layoutId:\"pRTghMADK\",style:{height:\"100%\",width:\"100%\"},uVDYQxARg:resolvedLinks2[0],variant:\"gLbuyPHvb\",width:\"100%\",YET12uTaK:\"Learn More\"})})})})})]})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-39ht6a\",\"data-styles-preset\":\"VgQEb0RL2\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HWj_Ut5xS\"},motionChild:true,nodeId:\"wqVXGMEcn\",openInNewTab:false,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1gq92cg\",\"data-styles-preset\":\"JlV7j8LQZ\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-6738c75e-221b-4684-ba21-b0988140f2c5, rgb(23, 23, 23))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Work for a city?\"})}),\" Learn more about becoming a partner.\"]})})})}),className:\"framer-1gghijo\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wvwbfn\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-81s5qe\",\"data-styles-preset\":\"kJLPcbZLw\",children:\"Featured Blog Posts\"})}),className:\"framer-1qtie87\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get blog posts delivered directly to your inbox as soon as they go live:\"})}),className:\"framer-eq5wio\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Fetcher,{requests:[{cacheDuration:0,credentials:\"same-origin\",fallbackValue:undefined,resultKeyPath:\"\",resultOutputType:\"link\",url:`https://api.fetch.tools/emoji`}],children:fetchResult1=>/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:fetchResult1[0],implicitPathVariables:undefined},{href:fetchResult1[0],implicitPathVariables:undefined},{href:fetchResult1[0],implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1srskwk-container\",id:\"1srskwk\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"d1W8t0n8n\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{link:resolvedLinks3[1]},t73YA8u5L:{link:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(Loops,{button:{buttonFont:{},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(51, 102, 153)\",insetWhenDocked:5,isDocked:false,label:\"Subscribe\",shouldAppear:true,widthWhenDocked:100},font:{},gap:10,height:\"100%\",id:\"d1W8t0n8n\",input:{borderRadius:8,color:\"rgb(0, 0, 0)\",fill:\"rgb(235, 235, 235)\",fixedHeight:50,height:true,padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,placeholder:\"name@email.com\",placeholderColor:\"rgba(0, 0, 0, 0.3)\"},layout:\"horizontal\",layoutId:\"d1W8t0n8n\",link:resolvedLinks3[0],loopsID:\"cm1k09ag601tgj6mardurr9rd\",loopsMailingList:\"cm5r17o7e00o30lmndbibe0l8\",loopsUserGroup:\"blog\",onSubmit:onSubmit3bnx0g({overlay:overlay1}),redirectAs:\"overlay\",style:{width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{bounce:.2,delay:.2,duration:.3,type:\"spring\"}},className:cx(scopingClassNames,\"framer-1u1ywda\"),\"data-framer-portal-id\":\"1srskwk\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"n9iSS1m4z\"),/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-1bgnv6j\"),\"data-framer-portal-id\":\"1srskwk\",exit:animation,initial:animation2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1lub248\",\"data-styles-preset\":\"X3zuqUeZX\",style:{\"--framer-text-color\":\"var(--token-54cfcaca-1882-48cd-b88a-a6ca66d01a41, rgb(0, 204, 153))\"},children:\"Subscribed Successfully!\"})}),className:\"framer-1br8i8e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),getContainer())})})]})})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eet8ji hidden-15gwa5o\",children:[/*#__PURE__*/_jsx(Link,{href:\"zerowaste.org/zero-waste-gift-wrapping\",motionChild:true,nodeId:\"cCXlrRRsd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-bgkhhz framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:4077,pixelWidth:3e3,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1100px) * 0.8, 810px) - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg?scale-down-to=1024 753w,https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg?scale-down-to=2048 1506w,https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg 3000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:4077,pixelWidth:3e3,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1100px), 1000px) - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg?scale-down-to=1024 753w,https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg?scale-down-to=2048 1506w,https://framerusercontent.com/images/r7dsyQrzK5a8CTsycNsuHY5FPA.jpg 3000w\"},className:\"framer-z1mbs8\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lz2h0s\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"Gift Wrapping\"})}),className:\"framer-fcfvcp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:\"How to wrap gifts without making more trash.\"})}),className:\"framer-1n9wex7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:\"/how-to-start-living-zero-waste-day-one\",motionChild:true,nodeId:\"dgm5x5dt7\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-a7ztta framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:2441,pixelWidth:4344,sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1100px) * 0.8, 810px) - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg 4344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:2441,pixelWidth:4344,sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1100px), 1000px) - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/YM81hmmUfR1Vq0A3nut6bIkyQU.jpg 4344w\"},className:\"framer-z28p7n\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yb84a9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"How to start zero waste\"})}),className:\"framer-1aevwi7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:\"A comprehensive guide to getting started reducing waste in your everyday life.\"})}),className:\"framer-zoytq2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MP7O2v39D\"},motionChild:true,nodeId:\"YxGlLt0sn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-zvi4al framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:3072,pixelWidth:4608,sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1100px) * 0.8, 810px) - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg 4608w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:3072,pixelWidth:4608,sizes:`calc(max((min(min(${componentViewport?.width||\"100vw\"}, 1100px), 1000px) - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/5C9xOvvgUq0PYFMWe0xDdlMHNRg.jpg 4608w\"},className:\"framer-1rtjw0y\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11f72ln\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"Food Waste\"})}),className:\"framer-d99rs3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:\"How to tackle food waste, the top action you can take on a household level to reduce your impact.\"})}),className:\"framer-1ptm8bh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:\"/minimal-zero-waste-essentials\",motionChild:true,nodeId:\"TsQ3COuH6\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1tj1545 framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:4083,pixelWidth:2800,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1100px) * 0.8, 810px) - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg?scale-down-to=1024 702w,https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg?scale-down-to=2048 1404w,https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg 2800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,pixelHeight:4083,pixelWidth:2800,sizes:`max((min(min(${componentViewport?.width||\"100vw\"}, 1100px), 1000px) - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg?scale-down-to=1024 702w,https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg?scale-down-to=2048 1404w,https://framerusercontent.com/images/CxVrtJSZhikGUAutu2d52bXsok.jpg 2800w\"},className:\"framer-17i25wt\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j87lu7\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1rfhrn4\",\"data-styles-preset\":\"CJqSneUsV\",children:\"Zero Waste Essentials\"})}),className:\"framer-4g6dk2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j4gnf7\",\"data-styles-preset\":\"hYPVruwIg\",children:\"Your zero waste everyday carry items\"})}),className:\"framer-1einukn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:782,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bvm2aq-container\",nodeId:\"ShyThPj31\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{foZV41x9n:{variant:\"dAsGJUQdG\"},t73YA8u5L:{variant:\"dAsGJUQdG\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ShyThPj31\",layoutId:\"ShyThPj31\",style:{width:\"100%\"},variant:\"jdEjzILON\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hnuDv.framer-lux5qc, .framer-hnuDv .framer-lux5qc { display: block; }\",\".framer-hnuDv.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-hnuDv .framer-hbtogu-container, .framer-hnuDv .framer-1rsrkn6-container, .framer-hnuDv .framer-1bvm2aq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-hnuDv .framer-1moyll6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 1100px; }\",\".framer-hnuDv .framer-1bx689r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-d2olr0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-9qa2l { align-content: center; align-items: center; 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: 500px; }\",\".framer-hnuDv.framer-1h8af2i, .framer-hnuDv.framer-1u1ywda { inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-hnuDv.framer-2rk1zy, .framer-hnuDv.framer-1bgnv6j { align-content: center; align-items: center; background-color: var(--token-ce3beaf1-69bd-4236-9b9d-2d664d284afa, #ecfdf5); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 15px; overflow: hidden; padding: 10px; position: fixed; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-hnuDv .framer-1wvaj2d, .framer-hnuDv .framer-1a4fwc0, .framer-hnuDv .framer-qeknft, .framer-hnuDv .framer-1qtie87, .framer-hnuDv .framer-1br8i8e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hnuDv .framer-5p8av7 { align-content: center; align-items: center; background-color: var(--token-9aa44f4a-c1c3-4597-b451-1f66312e082a, #336699); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 60px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-ugdv63 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-hnuDv .framer-1e85ehk { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 741px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-hnuDv .framer-1g07ux4 { background-color: rgba(0, 0, 0, 0.5); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-hnuDv .framer-pmns57 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-1ek4wuh { 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: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-y86tmh { 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: center; padding: 0px; position: relative; width: 429px; }\",\".framer-hnuDv .framer-18c04gs, .framer-hnuDv .framer-p0rx8j { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 380px; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-13m3891, .framer-hnuDv .framer-18zpo4z { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 380px; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-gb40ms { align-content: center; align-items: center; align-self: stretch; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 430px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hnuDv .framer-x49lvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-4agxoq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-153h0g4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-qzzuwz, .framer-hnuDv .framer-14yxev8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-166hmm0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: 447px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-um5k58 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 430px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hnuDv .framer-27qt43 { 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: center; padding: 0px; position: relative; width: 430px; }\",\".framer-hnuDv .framer-18nmu8s { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 221px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 200px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-z3q3c1 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-5tdg93 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1000px; }\",\".framer-hnuDv .framer-1s9e8vi { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 100px; overflow: hidden; padding: 0px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hnuDv .framer-vg7zfb, .framer-hnuDv .framer-1auk3nu, .framer-hnuDv .framer-t9kz2 { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 240px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-hnuDv .framer-18gewsv, .framer-hnuDv .framer-fhmet1, .framer-hnuDv .framer-102elju { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-t0rzxo, .framer-hnuDv .framer-106lndk, .framer-hnuDv .framer-lfbwa, .framer-hnuDv .framer-fcfvcp, .framer-hnuDv .framer-1aevwi7, .framer-hnuDv .framer-d99rs3, .framer-hnuDv .framer-4g6dk2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-1v1flha, .framer-hnuDv .framer-1owfkea, .framer-hnuDv .framer-166rafu, .framer-hnuDv .framer-1n9wex7, .framer-hnuDv .framer-zoytq2, .framer-hnuDv .framer-1ptm8bh, .framer-hnuDv .framer-1einukn { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-1ur8y8r-container, .framer-hnuDv .framer-83v74v-container, .framer-hnuDv .framer-151u33v-container { flex: none; height: 48px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-1jj9pi7, .framer-hnuDv .framer-14wcurd { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hnuDv .framer-1gghijo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hnuDv .framer-1wvwbfn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-eq5wio { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 612px; word-break: break-word; word-wrap: break-word; }\",\".framer-hnuDv .framer-1srskwk-container { flex: none; height: auto; position: relative; width: 500px; }\",\".framer-hnuDv .framer-1eet8ji { display: grid; flex: none; gap: 60px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-bgkhhz, .framer-hnuDv .framer-1tj1545 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-hnuDv .framer-z1mbs8, .framer-hnuDv .framer-z28p7n, .framer-hnuDv .framer-1rtjw0y, .framer-hnuDv .framer-17i25wt { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-hnuDv .framer-lz2h0s, .framer-hnuDv .framer-yb84a9, .framer-hnuDv .framer-11f72ln, .framer-hnuDv .framer-j87lu7 { 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: center; padding: 0px; position: relative; width: 100%; }\",\".framer-hnuDv .framer-a7ztta, .framer-hnuDv .framer-zvi4al { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; grid-column: auto / span 2; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hnuDv.framer-72rtr7, .framer-hnuDv .framer-1moyll6, .framer-hnuDv .framer-9qa2l, .framer-hnuDv.framer-2rk1zy, .framer-hnuDv .framer-5p8av7, .framer-hnuDv .framer-pmns57, .framer-hnuDv .framer-1ek4wuh, .framer-hnuDv .framer-y86tmh, .framer-hnuDv .framer-gb40ms, .framer-hnuDv .framer-x49lvr, .framer-hnuDv .framer-153h0g4, .framer-hnuDv .framer-166hmm0, .framer-hnuDv .framer-um5k58, .framer-hnuDv .framer-27qt43, .framer-hnuDv .framer-18nmu8s, .framer-hnuDv .framer-z3q3c1, .framer-hnuDv .framer-5tdg93, .framer-hnuDv .framer-1s9e8vi, .framer-hnuDv .framer-18gewsv, .framer-hnuDv .framer-1jj9pi7, .framer-hnuDv .framer-fhmet1, .framer-hnuDv .framer-14wcurd, .framer-hnuDv .framer-102elju, .framer-hnuDv .framer-1wvwbfn, .framer-hnuDv.framer-1bgnv6j, .framer-hnuDv .framer-bgkhhz, .framer-hnuDv .framer-z1mbs8, .framer-hnuDv .framer-lz2h0s, .framer-hnuDv .framer-a7ztta, .framer-hnuDv .framer-z28p7n, .framer-hnuDv .framer-yb84a9, .framer-hnuDv .framer-zvi4al, .framer-hnuDv .framer-1rtjw0y, .framer-hnuDv .framer-11f72ln, .framer-hnuDv .framer-1tj1545, .framer-hnuDv .framer-17i25wt, .framer-hnuDv .framer-j87lu7 { gap: 0px; } .framer-hnuDv.framer-72rtr7 > *, .framer-hnuDv .framer-1s9e8vi > *, .framer-hnuDv .framer-1jj9pi7 > *, .framer-hnuDv .framer-14wcurd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hnuDv.framer-72rtr7 > :first-child, .framer-hnuDv .framer-1moyll6 > :first-child, .framer-hnuDv .framer-9qa2l > :first-child, .framer-hnuDv.framer-2rk1zy > :first-child, .framer-hnuDv .framer-5p8av7 > :first-child, .framer-hnuDv .framer-pmns57 > :first-child, .framer-hnuDv .framer-y86tmh > :first-child, .framer-hnuDv .framer-gb40ms > :first-child, .framer-hnuDv .framer-x49lvr > :first-child, .framer-hnuDv .framer-um5k58 > :first-child, .framer-hnuDv .framer-27qt43 > :first-child, .framer-hnuDv .framer-18nmu8s > :first-child, .framer-hnuDv .framer-z3q3c1 > :first-child, .framer-hnuDv .framer-1s9e8vi > :first-child, .framer-hnuDv .framer-18gewsv > :first-child, .framer-hnuDv .framer-1jj9pi7 > :first-child, .framer-hnuDv .framer-fhmet1 > :first-child, .framer-hnuDv .framer-14wcurd > :first-child, .framer-hnuDv .framer-102elju > :first-child, .framer-hnuDv .framer-1wvwbfn > :first-child, .framer-hnuDv.framer-1bgnv6j > :first-child, .framer-hnuDv .framer-bgkhhz > :first-child, .framer-hnuDv .framer-z1mbs8 > :first-child, .framer-hnuDv .framer-lz2h0s > :first-child, .framer-hnuDv .framer-a7ztta > :first-child, .framer-hnuDv .framer-z28p7n > :first-child, .framer-hnuDv .framer-yb84a9 > :first-child, .framer-hnuDv .framer-zvi4al > :first-child, .framer-hnuDv .framer-1rtjw0y > :first-child, .framer-hnuDv .framer-11f72ln > :first-child, .framer-hnuDv .framer-1tj1545 > :first-child, .framer-hnuDv .framer-17i25wt > :first-child, .framer-hnuDv .framer-j87lu7 > :first-child { margin-top: 0px; } .framer-hnuDv.framer-72rtr7 > :last-child, .framer-hnuDv .framer-1moyll6 > :last-child, .framer-hnuDv .framer-9qa2l > :last-child, .framer-hnuDv.framer-2rk1zy > :last-child, .framer-hnuDv .framer-5p8av7 > :last-child, .framer-hnuDv .framer-pmns57 > :last-child, .framer-hnuDv .framer-y86tmh > :last-child, .framer-hnuDv .framer-gb40ms > :last-child, .framer-hnuDv .framer-x49lvr > :last-child, .framer-hnuDv .framer-um5k58 > :last-child, .framer-hnuDv .framer-27qt43 > :last-child, .framer-hnuDv .framer-18nmu8s > :last-child, .framer-hnuDv .framer-z3q3c1 > :last-child, .framer-hnuDv .framer-1s9e8vi > :last-child, .framer-hnuDv .framer-18gewsv > :last-child, .framer-hnuDv .framer-1jj9pi7 > :last-child, .framer-hnuDv .framer-fhmet1 > :last-child, .framer-hnuDv .framer-14wcurd > :last-child, .framer-hnuDv .framer-102elju > :last-child, .framer-hnuDv .framer-1wvwbfn > :last-child, .framer-hnuDv.framer-1bgnv6j > :last-child, .framer-hnuDv .framer-bgkhhz > :last-child, .framer-hnuDv .framer-z1mbs8 > :last-child, .framer-hnuDv .framer-lz2h0s > :last-child, .framer-hnuDv .framer-a7ztta > :last-child, .framer-hnuDv .framer-z28p7n > :last-child, .framer-hnuDv .framer-yb84a9 > :last-child, .framer-hnuDv .framer-zvi4al > :last-child, .framer-hnuDv .framer-1rtjw0y > :last-child, .framer-hnuDv .framer-11f72ln > :last-child, .framer-hnuDv .framer-1tj1545 > :last-child, .framer-hnuDv .framer-17i25wt > :last-child, .framer-hnuDv .framer-j87lu7 > :last-child { margin-bottom: 0px; } .framer-hnuDv .framer-1moyll6 > *, .framer-hnuDv .framer-bgkhhz > *, .framer-hnuDv .framer-a7ztta > *, .framer-hnuDv .framer-zvi4al > *, .framer-hnuDv .framer-1tj1545 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-hnuDv .framer-9qa2l > *, .framer-hnuDv.framer-2rk1zy > *, .framer-hnuDv.framer-1bgnv6j > *, .framer-hnuDv .framer-lz2h0s > *, .framer-hnuDv .framer-yb84a9 > *, .framer-hnuDv .framer-11f72ln > *, .framer-hnuDv .framer-j87lu7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hnuDv .framer-5p8av7 > *, .framer-hnuDv .framer-y86tmh > *, .framer-hnuDv .framer-gb40ms > *, .framer-hnuDv .framer-x49lvr > *, .framer-hnuDv .framer-um5k58 > *, .framer-hnuDv .framer-27qt43 > *, .framer-hnuDv .framer-18gewsv > *, .framer-hnuDv .framer-fhmet1 > *, .framer-hnuDv .framer-102elju > *, .framer-hnuDv .framer-z1mbs8 > *, .framer-hnuDv .framer-z28p7n > *, .framer-hnuDv .framer-1rtjw0y > *, .framer-hnuDv .framer-17i25wt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-hnuDv .framer-pmns57 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-hnuDv .framer-1ek4wuh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hnuDv .framer-1ek4wuh > :first-child, .framer-hnuDv .framer-153h0g4 > :first-child, .framer-hnuDv .framer-166hmm0 > :first-child, .framer-hnuDv .framer-5tdg93 > :first-child { margin-left: 0px; } .framer-hnuDv .framer-1ek4wuh > :last-child, .framer-hnuDv .framer-153h0g4 > :last-child, .framer-hnuDv .framer-166hmm0 > :last-child, .framer-hnuDv .framer-5tdg93 > :last-child { margin-right: 0px; } .framer-hnuDv .framer-153h0g4 > *, .framer-hnuDv .framer-166hmm0 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-hnuDv .framer-18nmu8s > * { margin: 0px; margin-bottom: calc(221px / 2); margin-top: calc(221px / 2); } .framer-hnuDv .framer-z3q3c1 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-hnuDv .framer-5tdg93 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-hnuDv .framer-1wvwbfn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-hnuDv.framer-72rtr7 { width: 810px; } .framer-hnuDv .framer-hbtogu-container { order: 0; } .framer-hnuDv .framer-1moyll6 { order: 1; width: 810px; } .framer-hnuDv .framer-5p8av7 { order: 2; } .framer-hnuDv .framer-pmns57 { order: 3; } .framer-hnuDv .framer-1ek4wuh { flex-direction: column; gap: 74px; padding: 50px 0px 50px 0px; } .framer-hnuDv .framer-y86tmh { align-content: center; align-items: center; order: 1; width: 100%; } .framer-hnuDv .framer-13m3891, .framer-hnuDv .framer-27qt43 { width: 65%; } .framer-hnuDv .framer-gb40ms { align-self: unset; height: 300px; order: 0; width: 60%; } .framer-hnuDv .framer-153h0g4 { flex-direction: column; width: 65%; } .framer-hnuDv .framer-qzzuwz, .framer-hnuDv .framer-14yxev8, .framer-hnuDv .framer-18zpo4z { width: 100%; } .framer-hnuDv .framer-166hmm0 { flex-direction: column; height: min-content; } .framer-hnuDv .framer-um5k58 { height: 447px; width: 65%; } .framer-hnuDv .framer-18nmu8s { gap: 46px; order: 4; padding: 0px 0px 100px 0px; } .framer-hnuDv .framer-z3q3c1 { order: 0; padding: 100px 40px 100px 40px; } .framer-hnuDv .framer-1wvwbfn { order: 1; } .framer-hnuDv .framer-1eet8ji { max-width: 810px; width: 80%; } .framer-hnuDv .framer-1bvm2aq-container { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hnuDv .framer-1ek4wuh, .framer-hnuDv .framer-153h0g4, .framer-hnuDv .framer-166hmm0, .framer-hnuDv .framer-18nmu8s { gap: 0px; } .framer-hnuDv .framer-1ek4wuh > * { margin: 0px; margin-bottom: calc(74px / 2); margin-top: calc(74px / 2); } .framer-hnuDv .framer-1ek4wuh > :first-child, .framer-hnuDv .framer-153h0g4 > :first-child, .framer-hnuDv .framer-166hmm0 > :first-child, .framer-hnuDv .framer-18nmu8s > :first-child { margin-top: 0px; } .framer-hnuDv .framer-1ek4wuh > :last-child, .framer-hnuDv .framer-153h0g4 > :last-child, .framer-hnuDv .framer-166hmm0 > :last-child, .framer-hnuDv .framer-18nmu8s > :last-child { margin-bottom: 0px; } .framer-hnuDv .framer-153h0g4 > *, .framer-hnuDv .framer-166hmm0 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-hnuDv .framer-18nmu8s > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } }}\",\"@media (max-width: 809px) { .framer-hnuDv.framer-72rtr7 { width: 390px; } .framer-hnuDv .framer-hbtogu-container, .framer-hnuDv .framer-z3q3c1 { order: 0; } .framer-hnuDv .framer-1moyll6 { order: 1; padding: 50px 10px 100px 10px; width: 100%; } .framer-hnuDv .framer-d2olr0 { width: 90%; } .framer-hnuDv .framer-9qa2l, .framer-hnuDv .framer-qzzuwz, .framer-hnuDv .framer-14yxev8, .framer-hnuDv .framer-18zpo4z, .framer-hnuDv .framer-1srskwk-container { width: 100%; } .framer-hnuDv .framer-5p8av7 { order: 2; } .framer-hnuDv .framer-pmns57 { order: 3; padding: 100px 0px 100px 0px; } .framer-hnuDv .framer-1ek4wuh { flex-direction: column; gap: 74px; padding: 50px 0px 50px 0px; } .framer-hnuDv .framer-y86tmh { align-content: center; align-items: center; order: 1; width: 100%; } .framer-hnuDv .framer-13m3891, .framer-hnuDv .framer-27qt43 { width: 65%; } .framer-hnuDv .framer-gb40ms { align-self: unset; height: 300px; order: 0; width: 60%; } .framer-hnuDv .framer-153h0g4 { flex-direction: column; width: 65%; } .framer-hnuDv .framer-166hmm0 { flex-direction: column; height: min-content; } .framer-hnuDv .framer-um5k58 { height: 447px; width: 65%; } .framer-hnuDv .framer-18nmu8s { gap: 152px; order: 4; padding: 0px 0px 100px 0px; } .framer-hnuDv .framer-qeknft { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-hnuDv .framer-vg7zfb, .framer-hnuDv .framer-1auk3nu, .framer-hnuDv .framer-t9kz2 { height: var(--framer-aspect-ratio-supported, 150px); } .framer-hnuDv .framer-1wvwbfn { gap: 22px; order: 1; padding: 10px; } .framer-hnuDv .framer-1bvm2aq-container { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hnuDv .framer-1ek4wuh, .framer-hnuDv .framer-153h0g4, .framer-hnuDv .framer-166hmm0, .framer-hnuDv .framer-18nmu8s, .framer-hnuDv .framer-1wvwbfn { gap: 0px; } .framer-hnuDv .framer-1ek4wuh > * { margin: 0px; margin-bottom: calc(74px / 2); margin-top: calc(74px / 2); } .framer-hnuDv .framer-1ek4wuh > :first-child, .framer-hnuDv .framer-153h0g4 > :first-child, .framer-hnuDv .framer-166hmm0 > :first-child, .framer-hnuDv .framer-18nmu8s > :first-child, .framer-hnuDv .framer-1wvwbfn > :first-child { margin-top: 0px; } .framer-hnuDv .framer-1ek4wuh > :last-child, .framer-hnuDv .framer-153h0g4 > :last-child, .framer-hnuDv .framer-166hmm0 > :last-child, .framer-hnuDv .framer-18nmu8s > :last-child, .framer-hnuDv .framer-1wvwbfn > :last-child { margin-bottom: 0px; } .framer-hnuDv .framer-153h0g4 > *, .framer-hnuDv .framer-166hmm0 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-hnuDv .framer-18nmu8s > * { margin: 0px; margin-bottom: calc(152px / 2); margin-top: calc(152px / 2); } .framer-hnuDv .framer-1wvwbfn > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5534.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"foZV41x9n\":{\"layout\":[\"fixed\",\"auto\"]},\"t73YA8u5L\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-hnuDv\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5534.5,width:1200};addFonts(FrameraugiA20Il,[{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/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,...LoopsFonts,...Button_SmallFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"5534.5\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"foZV41x9n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t73YA8u5L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "QqaIQWKQL_default", "LoopsFonts", "Loops", "Button_SmallFonts", "RcARPm0sD_default", "FooterFonts", "uWVP10S0T_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "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", "onSubmit3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "Fetcher", "fetchResult", "l", "ResolveLinks", "resolvedLinks", "AnimatePresence", "Ga", "Image2", "Link", "resolvedLinks1", "resolvedLinks2", "fetchResult1", "overlay1", "resolvedLinks3", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
