{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mlYCA72ReZf6NszQy29L/1Pu8UdntixRkX4jsp4Ub/hLsvsh3Ni.js", "ssg:https://framerusercontent.com/modules/GcfFLMln1NDVEsGhpXsz/eQ0UNuSR95OVx9y4H6EH/hLsvsh3Ni.js"],
  "sourcesContent": ["// Generated by Framer (5da54f8)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={NT9NqPJk9:new LazyValue(()=>import(\"./hLsvsh3Ni-0.js\")),r7ps5G3yf:new LazyValue(()=>import(\"./hLsvsh3Ni-1.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5da54f8)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Intercom from\"https://framerusercontent.com/modules/UIhUTcd796YH7Ndybys8/totj55n8qE3VYpdXhshW/Intercom.js\";import NavigationMain from\"#framer/local/canvasComponent/fzAYCOlC_/fzAYCOlC_.js\";import NavigationFooter from\"#framer/local/canvasComponent/o97EK7CuZ/o97EK7CuZ.js\";import GeneralUIButtonCMSLoadMore from\"#framer/local/canvasComponent/RFBdLAo0A/RFBdLAo0A.js\";import Blog from\"#framer/local/collection/XRQcBn3In/XRQcBn3In.js\";import*as sharedStyle3 from\"#framer/local/css/cHOSUUlHM/cHOSUUlHM.js\";import*as sharedStyle2 from\"#framer/local/css/DELTnwdD1/DELTnwdD1.js\";import*as sharedStyle1 from\"#framer/local/css/jF0ZytMMl/jF0ZytMMl.js\";import*as sharedStyle from\"#framer/local/css/TylZorEXx/TylZorEXx.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/hLsvsh3Ni/hLsvsh3Ni.js\";import metadataProvider from\"#framer/local/webPageMetadata/hLsvsh3Ni/hLsvsh3Ni.js\";const NavigationMainFonts=getFonts(NavigationMain);const GeneralUIButtonCMSLoadMoreFonts=getFonts(GeneralUIButtonCMSLoadMore);const NavigationFooterFonts=getFonts(NavigationFooter);const IntercomFonts=getFonts(Intercom);const breakpoints={bJQCNluEQ:\"(max-width: 809px)\",OHZi6qCaN:\"(min-width: 810px) and (max-width: 1199px)\",yIqlTGHiw:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-oLE9C\";const variantClassNames={bJQCNluEQ:\"framer-v-3g0uei\",OHZi6qCaN:\"framer-v-1sigm3o\",yIqlTGHiw:\"framer-v-16i1n4q\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const dateOptions1={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString1=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions1,activeLocale);};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData1=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"qa9nyj2Gk\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"yIqlTGHiw\",Phone:\"bJQCNluEQ\",Tablet:\"OHZi6qCaN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yIqlTGHiw\"};};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,ONvP1ItDLiO_RzYbcC,BO77jKniPiO_RzYbcC,iVMpIDz4MiO_RzYbcC,V17gMOr8PiO_RzYbcC,zaEnm6iBRiO_RzYbcC,idiO_RzYbcC,ONvP1ItDLqa9nyj2Gk,BO77jKniPqa9nyj2Gk,zaEnm6iBRqa9nyj2Gk,iVMpIDz4Mqa9nyj2Gk,idqa9nyj2Gk,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1b86s49=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{loadMore();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"yIqlTGHiw\",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-16i1n4q\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{y:(componentViewport?.y||0)+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ga9voc-container\",nodeId:\"nDZXIZ1HX\",scopeId:\"hLsvsh3Ni\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{variant:\"EMOvQFLWg\"},OHZi6qCaN:{variant:\"QRiyXfrDy\"}},children:/*#__PURE__*/_jsx(NavigationMain,{height:\"100%\",id:\"nDZXIZ1HX\",J0NSoJ5ON:\"rgb(255, 255, 255)\",layoutId:\"nDZXIZ1HX\",style:{width:\"100%\"},variant:\"CDrvGlnwd\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dw992w\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qxf8up\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x5to40\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-zssjx8\",\"data-styles-preset\":\"TylZorEXx\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8d0484d-cd2b-4bd7-a13f-ee5b4768dcf3, rgb(31, 50, 51))\"},children:\"Blog\"})}),className:\"framer-4z8mqo\",\"data-framer-name\":\"Join the leading network for nature positive action\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bvdldm\",\"data-styles-preset\":\"jF0ZytMMl\",style:{\"--framer-text-alignment\":\"center\"},children:\"Voices and views on nurturing our natural world.\"})}),className:\"framer-rxtxuh\",\"data-framer-name\":\"Map your nature sites, tell your impact story and simplify nature reporting\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4rdkax\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"iO_RzYbcC\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"iO_RzYbcC\",name:\"ONvP1ItDL\",type:\"Identifier\"},{collection:\"iO_RzYbcC\",name:\"BO77jKniP\",type:\"Identifier\"},{collection:\"iO_RzYbcC\",name:\"iVMpIDz4M\",type:\"Identifier\"},{collection:\"iO_RzYbcC\",name:\"V17gMOr8P\",type:\"Identifier\"},{collection:\"iO_RzYbcC\",name:\"zaEnm6iBR\",type:\"Identifier\"},{collection:\"iO_RzYbcC\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BO77jKniP:BO77jKniPiO_RzYbcC,id:idiO_RzYbcC,iVMpIDz4M:iVMpIDz4MiO_RzYbcC,ONvP1ItDL:ONvP1ItDLiO_RzYbcC,V17gMOr8P:V17gMOr8PiO_RzYbcC,zaEnm6iBR:zaEnm6iBRiO_RzYbcC},index)=>{ONvP1ItDLiO_RzYbcC??=\"\";iVMpIDz4MiO_RzYbcC??=\"\";V17gMOr8PiO_RzYbcC??=\"\";const textContent=toDateString(zaEnm6iBRiO_RzYbcC,activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`iO_RzYbcC-${idiO_RzYbcC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ONvP1ItDL:ONvP1ItDLiO_RzYbcC},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ONvP1ItDL:ONvP1ItDLiO_RzYbcC},webPageId:\"nl5QmjNtL\"},motionChild:true,nodeId:\"lT1fC_ZFM\",scopeId:\"hLsvsh3Ni\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1dw8qxl framer-1c4cruz\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+80+49+270.8+0+0+24+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px) - 48px)`,...toResponsiveImage(BO77jKniPiO_RzYbcC)}},OHZi6qCaN:{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 128px, 1440px) - 48px)`,...toResponsiveImage(BO77jKniPiO_RzYbcC)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 192px, 1440px) - 48px)`,...toResponsiveImage(BO77jKniPiO_RzYbcC)},className:\"framer-1dqbpcy\",\"data-border\":true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i3ejts\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1y2q7t2\",\"data-styles-preset\":\"DELTnwdD1\",children:\"A Perfect Employee Engagement Initiative: Tag Trees and Contribute to Science and Conservation\"})}),className:\"framer-1xi262t\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:iVMpIDz4MiO_RzYbcC,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bvdldm\",\"data-styles-preset\":\"jF0ZytMMl\",style:{\"--framer-text-color\":\"var(--token-a9471eaf-8749-49e5-b51f-e775c9eee2ad, rgba(0, 0, 0, 0.6))\"},children:\"Foster team spirit by volunteering for an impactful cause\"})}),className:\"framer-abu3d8\",fonts:[\"Inter\"],text:V17gMOr8PiO_RzYbcC,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1esedc9\",\"data-styles-preset\":\"cHOSUUlHM\",style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-1ehjiqr\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idiO_RzYbcC);})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12axwg7\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6ftuho\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{pageSize:12,query:{from:{alias:\"qa9nyj2Gk\",data:Blog,type:\"Collection\"},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"qa9nyj2Gk\",name:\"ONvP1ItDL\",type:\"Identifier\"},{collection:\"qa9nyj2Gk\",name:\"BO77jKniP\",type:\"Identifier\"},{collection:\"qa9nyj2Gk\",name:\"zaEnm6iBR\",type:\"Identifier\"},{collection:\"qa9nyj2Gk\",name:\"iVMpIDz4M\",type:\"Identifier\"},{collection:\"qa9nyj2Gk\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection1?.map(({BO77jKniP:BO77jKniPqa9nyj2Gk,id:idqa9nyj2Gk,iVMpIDz4M:iVMpIDz4Mqa9nyj2Gk,ONvP1ItDL:ONvP1ItDLqa9nyj2Gk,zaEnm6iBR:zaEnm6iBRqa9nyj2Gk},index1)=>{ONvP1ItDLqa9nyj2Gk??=\"\";iVMpIDz4Mqa9nyj2Gk??=\"\";const textContent1=toDateString1(zaEnm6iBRqa9nyj2Gk,activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`qa9nyj2Gk-${idqa9nyj2Gk}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ONvP1ItDL:ONvP1ItDLqa9nyj2Gk},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ONvP1ItDL:ONvP1ItDLqa9nyj2Gk},webPageId:\"nl5QmjNtL\"},motionChild:true,nodeId:\"aCUnpsI4_\",scopeId:\"hLsvsh3Ni\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-f9i0ep framer-1c4cruz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1090.2+40+0+0+0+0),sizes:`max(min(max(${componentViewport?.width||\"100vw\"} - 48px, 1px), 1440px), 50px)`,...toResponsiveImage(BO77jKniPqa9nyj2Gk)}},OHZi6qCaN:{background:{alt:\"\",fit:\"fill\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 128px, 1px), 1440px) - 32px) / 2, 50px)`,...toResponsiveImage(BO77jKniPqa9nyj2Gk)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max((min(max(${componentViewport?.width||\"100vw\"} - 192px, 1px), 1440px) - 64px) / 3, 50px)`,...toResponsiveImage(BO77jKniPqa9nyj2Gk)},className:\"framer-1dgx0ex\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13yf3em\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-t5rnat\",\"data-framer-name\":\"Date\",fonts:[\"GF;IBM Plex Sans-regular\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIEZyYWdtZW50IEdsYXJlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"PP Fragment Glare Regular\", \"PP Fragment Glare Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(9, 9, 10)\"},children:\"A Perfect Employee Engagement Initiative: Tag Trees and Contribute to Science and Conservation\"})}),className:\"framer-1sydmtd\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;PP Fragment Glare Regular\"],text:iVMpIDz4Mqa9nyj2Gk,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idqa9nyj2Gk);}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dtimd1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{y:(componentViewport?.y||0)+0+1090.2+40+0+172+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bc980w-container\",nodeId:\"VmmbkarQa\",scopeId:\"hLsvsh3Ni\",children:/*#__PURE__*/_jsx(GeneralUIButtonCMSLoadMore,{height:\"100%\",id:\"VmmbkarQa\",layoutId:\"VmmbkarQa\",variant:loaderVariants(paginationInfo1,{disabled:\"XxHHaq81o\",loading:\"IS7CIPp9v\"},\"damOnY6AW\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1b86s49({loadMore:loadMore1})})})})})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{y:(componentViewport?.y||0)+0+1390.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:745,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tmp2mj-container\",nodeId:\"FRRK36gl0\",scopeId:\"hLsvsh3Ni\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bJQCNluEQ:{variant:\"BhEpiLngM\"},OHZi6qCaN:{variant:\"y8KYO47j9\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{dAEAHkCLs:true,height:\"100%\",id:\"FRRK36gl0\",layoutId:\"FRRK36gl0\",style:{width:\"100%\"},variant:\"rhea15qyD\",width:\"100%\",zvs21IlQK:true})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ibhir-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HLcVjEThO\",scopeId:\"hLsvsh3Ni\",children:/*#__PURE__*/_jsx(Intercom,{appId:\"t2wp2lc1\",height:\"100%\",id:\"HLcVjEThO\",layoutId:\"HLcVjEThO\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oLE9C.framer-1c4cruz, .framer-oLE9C .framer-1c4cruz { display: block; }\",\".framer-oLE9C.framer-16i1n4q { align-content: center; align-items: center; background-color: #ffffff; 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-oLE9C .framer-1ga9voc-container, .framer-oLE9C .framer-1tmp2mj-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-oLE9C .framer-1dw992w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 96px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-oLE9C .framer-qxf8up { background-color: var(--token-3bcc351b-4d67-4f54-8aaa-9d68b8e4efb3, #ebf5eb); flex: none; gap: 10px; height: 50vh; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-oLE9C .framer-1x5to40 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oLE9C .framer-4z8mqo, .framer-oLE9C .framer-rxtxuh { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\".framer-oLE9C .framer-4rdkax { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-oLE9C .framer-1dw8qxl { --border-bottom-width: 1px; --border-color: var(--token-3bcc351b-4d67-4f54-8aaa-9d68b8e4efb3, #ebf5eb); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-5f9c59e2-0438-4d5d-95c8-50a0ad511257, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1440px; padding: 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-oLE9C .framer-1dqbpcy { --border-bottom-width: 1px; --border-color: var(--token-3bcc351b-4d67-4f54-8aaa-9d68b8e4efb3, #ebf5eb); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7777777777777777 / 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, 259px); min-height: 256px; position: relative; width: 1px; }\",\".framer-oLE9C .framer-i3ejts { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-oLE9C .framer-1xi262t, .framer-oLE9C .framer-1ehjiqr, .framer-oLE9C .framer-t5rnat { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-oLE9C .framer-abu3d8 { --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-oLE9C .framer-12axwg7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 96px 96px 96px; position: relative; width: 100%; }\",\".framer-oLE9C .framer-6ftuho { display: grid; flex: 1 0 0px; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 1440px; padding: 0px; position: relative; width: 1px; }\",\".framer-oLE9C .framer-f9i0ep { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: auto; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-oLE9C .framer-1dgx0ex { 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, 236px); position: relative; width: 100%; }\",\".framer-oLE9C .framer-13yf3em { 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; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-oLE9C .framer-1sydmtd { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-oLE9C .framer-dtimd1 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; grid-column: span 3; height: min-content; justify-content: center; justify-self: center; overflow: hidden; padding: 0px; position: relative; width: 1fr; }\",\".framer-oLE9C .framer-bc980w-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-oLE9C .framer-1ibhir-container { bottom: 40px; flex: none; height: 100px; position: absolute; right: 40px; width: 200px; z-index: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-oLE9C[data-border=\"true\"]::after, .framer-oLE9C [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-oLE9C.framer-16i1n4q { width: 810px; } .framer-oLE9C .framer-1dw992w { padding: 64px 64px 0px 64px; } .framer-oLE9C .framer-1dqbpcy { height: var(--framer-aspect-ratio-supported, 256px); } .framer-oLE9C .framer-12axwg7 { padding: 40px 64px 40px 64px; } .framer-oLE9C .framer-6ftuho { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-oLE9C .framer-1dgx0ex { height: var(--framer-aspect-ratio-supported, 244px); } .framer-oLE9C .framer-dtimd1 { grid-column: span 2; }}\",\"@media (max-width: 809px) { .framer-oLE9C.framer-16i1n4q { width: 390px; } .framer-oLE9C .framer-1dw992w { padding: 49px 24px 0px 24px; } .framer-oLE9C .framer-1dw8qxl { flex-direction: column; } .framer-oLE9C .framer-1dqbpcy { flex: none; height: var(--framer-aspect-ratio-supported, 256px); width: 100%; } .framer-oLE9C .framer-i3ejts { flex: none; width: 100%; } .framer-oLE9C .framer-12axwg7 { padding: 40px 24px 40px 24px; } .framer-oLE9C .framer-6ftuho { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-oLE9C .framer-1dgx0ex { height: var(--framer-aspect-ratio-supported, 257px); } .framer-oLE9C .framer-dtimd1 { grid-column: span 1; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3042.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OHZi6qCaN\":{\"layout\":[\"fixed\",\"auto\"]},\"bJQCNluEQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerhLsvsh3Ni=withCSS(Component,css,\"framer-oLE9C\");export default FramerhLsvsh3Ni;FramerhLsvsh3Ni.displayName=\"Blog\";FramerhLsvsh3Ni.defaultProps={height:3042.5,width:1200};addFonts(FramerhLsvsh3Ni,[{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:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llzBaI5loa26g.woff2\",weight:\"400\"},{family:\"PP Fragment Glare Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/z3IS8cNAlKugz7joe9M2sB9SQ.woff2\"}]},...NavigationMainFonts,...GeneralUIButtonCMSLoadMoreFonts,...NavigationFooterFonts,...IntercomFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhLsvsh3Ni\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"3042.5\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OHZi6qCaN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bJQCNluEQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationMainFonts", "getFonts", "fzAYCOlC_default", "GeneralUIButtonCMSLoadMoreFonts", "RFBdLAo0A_default", "NavigationFooterFonts", "o97EK7CuZ_default", "IntercomFonts", "Intercom", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "dateOptions1", "toDateString1", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData1", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ONvP1ItDLiO_RzYbcC", "BO77jKniPiO_RzYbcC", "iVMpIDz4MiO_RzYbcC", "V17gMOr8PiO_RzYbcC", "zaEnm6iBRiO_RzYbcC", "idiO_RzYbcC", "ONvP1ItDLqa9nyj2Gk", "BO77jKniPqa9nyj2Gk", "zaEnm6iBRqa9nyj2Gk", "iVMpIDz4Mqa9nyj2Gk", "idqa9nyj2Gk", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wld3NDzSj1b86s49", "overlay", "args", "scopingClassNames", "cx", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "fzAYCOlC_default", "RichText", "getLocalizedValue", "x", "ChildrenCanSuspend", "XRQcBn3In_default", "collection", "l", "index", "textContent", "PathVariablesContext", "Link", "getLoadingLazyAtYPosition", "Image2", "collection1", "paginationInfo1", "loadMore1", "index1", "textContent1", "RFBdLAo0A_default", "o97EK7CuZ_default", "Intercom", "css", "FramerhLsvsh3Ni", "withCSS", "hLsvsh3Ni_default", "addFonts", "NavigationMainFonts", "GeneralUIButtonCMSLoadMoreFonts", "NavigationFooterFonts", "IntercomFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
