{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/YGrjbxcSNAnTejhXkPJA/IlApkv8bh6aMvFqCaiYk/t_S2iAgI4.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\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,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Pill from\"#framer/local/canvasComponent/Ao86VY83P/Ao86VY83P.js\";import Footer from\"#framer/local/canvasComponent/hU9SMOaU2/hU9SMOaU2.js\";import Navigation from\"#framer/local/canvasComponent/tXrxQ88DP/tXrxQ88DP.js\";import Buttons from\"#framer/local/canvasComponent/vkyYFKVLm/vkyYFKVLm.js\";import Spotify from\"#framer/local/canvasComponent/yFhbgqU5C/yFhbgqU5C.js\";import Articles from\"#framer/local/collection/al_Qn7N1K/al_Qn7N1K.js\";import*as sharedStyle3 from\"#framer/local/css/kDv9HG5dT/kDv9HG5dT.js\";import*as sharedStyle from\"#framer/local/css/Oc8XRLr5o/Oc8XRLr5o.js\";import*as sharedStyle2 from\"#framer/local/css/sJnoBRgPt/sJnoBRgPt.js\";import*as sharedStyle4 from\"#framer/local/css/vQeXM5VpO/vQeXM5VpO.js\";import*as sharedStyle1 from\"#framer/local/css/ZrafLRgBS/ZrafLRgBS.js\";import metadataProvider from\"#framer/local/webPageMetadata/t_S2iAgI4/t_S2iAgI4.js\";const NavigationFonts=getFonts(Navigation);const RichTextWithFX=withFX(RichText);const ButtonsFonts=getFonts(Buttons);const ContainerWithFX=withFX(Container);const PillFonts=getFonts(Pill);const MotionAWithFX=withFX(motion.a);const SpotifyFonts=getFonts(Spotify);const FooterFonts=getFonts(Footer);const breakpoints={B5ns0VWLg:\"(min-width: 810px) and (max-width: 991px)\",HBtxGnoG4:\"(min-width: 1440px)\",PBddu5SI4:\"(min-width: 992px) and (max-width: 1439px)\",Zd57loUF4:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-zydwX\";const variantClassNames={B5ns0VWLg:\"framer-v-f706pn\",HBtxGnoG4:\"framer-v-1r35cwz\",PBddu5SI4:\"framer-v-19ghuv1\",Zd57loUF4:\"framer-v-816zlv\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:60,delay:0,mass:1,stiffness:360,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:50};const transition2={damping:60,delay:.2,mass:1,stiffness:360,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:50};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition3={damping:60,delay:.2,mass:1,stiffness:350,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:50};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition4};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"HBtxGnoG4\",Laptop:\"PBddu5SI4\",Phone:\"Zd57loUF4\",Tablet:\"B5ns0VWLg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HBtxGnoG4\"};};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,xTyC3k0gaKs4gdzwen,ACl45h8b8Ks4gdzwen,Ys1h4aGXVKs4gdzwen,ksYdoOOAAKs4gdzwen,idKs4gdzwen,...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 sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const activeLocaleCode=useLocaleCode();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HBtxGnoG4\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ad044b7a-edf8-49dd-b8d3-234db6b15506, rgb(12, 12, 31)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1r35cwz\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hi0a84\",\"data-framer-name\":\"Nav\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zd57loUF4:{y:(componentViewport?.y||0)+12+0+20+-20}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,y:(componentViewport?.y||0)+12+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ambvwt-container\",nodeId:\"MkTRH6qMN\",scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{variant:\"pqdNbpdgb\"},PBddu5SI4:{variant:\"rTcix6xdA\"},Zd57loUF4:{variant:\"Qn4sHu348\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"MkTRH6qMN\",layoutId:\"MkTRH6qMN\",variant:\"vINe431gU\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{background:{alt:\"A collection of light and dark coloured squares in a grid\",fit:\"fill\",intrinsicHeight:573,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+80),pixelHeight:688,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png\",srcSet:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png 1440w\"}},PBddu5SI4:{background:{alt:\"A collection of light and dark coloured squares in a grid\",fit:\"fill\",intrinsicHeight:573,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+80),pixelHeight:688,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png\",srcSet:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png 1440w\"}},Zd57loUF4:{background:{alt:\"A collection of light and dark coloured squares in a grid\",fit:\"fill\",intrinsicHeight:573,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+80),pixelHeight:688,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png\",srcSet:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png 1440w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"header\",background:{alt:\"A collection of light and dark coloured squares in a grid\",fit:\"fill\",intrinsicHeight:573,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+80),pixelHeight:688,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png\",srcSet:\"https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vxZIeRFvMLEw4nF8J6ZLGq35imA.png 1440w\"},className:\"framer-z4fdkd\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-34at9u\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tkb9l\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-16usnhp\",\"data-styles-preset\":\"Oc8XRLr5o\",children:[\"Read our \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-806a4dec-e024-4281-944d-a6c54e7e6e3d, rgb(0, 220, 165))\"},children:\"latest news\"}),\" and discover new insights\"]})}),className:\"framer-l3o6w5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l76ay3\",\"data-styles-preset\":\"ZrafLRgBS\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our blog posts are a blend of news, website and business industry insights and recent improvements and company updates.\"})}),className:\"framer-j88yyq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yl6sql\",\"data-framer-name\":\"CTAs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hcrNjHoUg\"},implicitPathVariables:undefined},{href:{webPageId:\"hcrNjHoUg\"},implicitPathVariables:undefined},{href:{webPageId:\"hcrNjHoUg\"},implicitPathVariables:undefined},{href:{webPageId:\"hcrNjHoUg\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{y:(componentViewport?.y||0)+12+80+60+0+0+258.6+0},Zd57loUF4:{y:(componentViewport?.y||0)+12+80+50+0+0+258.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+12+80+100+0+0+258.6+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-j29gmk-container\",\"data-framer-name\":\"Pricing CTA\",name:\"Pricing CTA\",nodeId:\"CEvkRObFl\",rendersWithMotion:true,scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{i2tkBc01g:resolvedLinks[2]},PBddu5SI4:{i2tkBc01g:resolvedLinks[1]},Zd57loUF4:{i2tkBc01g:resolvedLinks[3],variant:\"rksiM0AHa\"}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",i2tkBc01g:resolvedLinks[0],id:\"CEvkRObFl\",layoutId:\"CEvkRObFl\",name:\"Pricing CTA\",variant:\"VpSq_EHkD\",width:\"100%\",YR16PnFmN:\"Sign up now!\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zt8bdIAe8\"},implicitPathVariables:undefined},{href:{webPageId:\"zt8bdIAe8\"},implicitPathVariables:undefined},{href:{webPageId:\"zt8bdIAe8\"},implicitPathVariables:undefined},{href:{webPageId:\"zt8bdIAe8\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{y:(componentViewport?.y||0)+12+80+60+0+0+258.6+0},Zd57loUF4:{height:41,y:(componentViewport?.y||0)+12+80+50+0+0+258.6+0+52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+12+80+100+0+0+258.6+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-o4ouma-container\",\"data-framer-name\":\"Contact CTA\",name:\"Contact CTA\",nodeId:\"T51XCakYA\",rendersWithMotion:true,scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{i2tkBc01g:resolvedLinks1[2]},PBddu5SI4:{i2tkBc01g:resolvedLinks1[1]},Zd57loUF4:{i2tkBc01g:resolvedLinks1[3],style:{height:\"100%\"},variant:\"pvG6DjL4B\"}},children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",i2tkBc01g:resolvedLinks1[0],id:\"T51XCakYA\",layoutId:\"T51XCakYA\",name:\"Contact CTA\",variant:\"FOiIFue_t\",width:\"100%\",YR16PnFmN:\"Get in touch\"})})})})})})]})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1kd0pmg\",\"data-framer-name\":\"Latest News\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l90qnj\",\"data-framer-name\":\"Benefits Intro\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{y:(componentViewport?.y||0)+12+458+44+0+0+0},PBddu5SI4:{y:(componentViewport?.y||0)+12+540+44+0+0+0},Zd57loUF4:{y:(componentViewport?.y||0)+12+523.6+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+12+590+44+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-136730i-container\",\"data-framer-name\":\"Benefits Pill\",name:\"Benefits Pill\",nodeId:\"DC48ZywrD\",rendersWithMotion:true,scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(Pill,{height:\"100%\",id:\"DC48ZywrD\",layoutId:\"DC48ZywrD\",name:\"Benefits Pill\",OGUVMABfq:\"Blog Posts\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14yq3ts\",\"data-framer-name\":\"What We Do\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-4iub5\",\"data-styles-preset\":\"sJnoBRgPt\",children:[\"Our\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-806a4dec-e024-4281-944d-a6c54e7e6e3d, rgb(0, 220, 165))\"},children:\" latest news\"})]})}),className:\"framer-1v9x9l6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1l76ay3\",\"data-styles-preset\":\"ZrafLRgBS\",style:{\"--framer-text-alignment\":\"center\"},children:\"Read our latest blog posts and discover all about what's going on at UpWatch. Gain some insight into our monitoring tools and how they can help you.\"})}),className:\"framer-1gjuxc2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bh3ps2\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Ks4gdzwen\",data:Articles,type:\"Collection\"},select:[{collection:\"Ks4gdzwen\",name:\"xTyC3k0ga\",type:\"Identifier\"},{collection:\"Ks4gdzwen\",name:\"ACl45h8b8\",type:\"Identifier\"},{collection:\"Ks4gdzwen\",name:\"Ys1h4aGXV\",type:\"Identifier\"},{collection:\"Ks4gdzwen\",name:\"ksYdoOOAA\",type:\"Identifier\"},{collection:\"Ks4gdzwen\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({ACl45h8b8:ACl45h8b8Ks4gdzwen,id:idKs4gdzwen,ksYdoOOAA:ksYdoOOAAKs4gdzwen,xTyC3k0ga:xTyC3k0gaKs4gdzwen,Ys1h4aGXV:Ys1h4aGXVKs4gdzwen},index)=>{xTyC3k0gaKs4gdzwen??=\"\";ksYdoOOAAKs4gdzwen??=\"\";const textContent=toDateString(Ys1h4aGXVKs4gdzwen,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ks4gdzwen-${idKs4gdzwen}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{xTyC3k0ga:xTyC3k0gaKs4gdzwen},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{xTyC3k0ga:xTyC3k0gaKs4gdzwen},webPageId:\"lMWyADKvU\"},motionChild:true,nodeId:\"e8fDHfFH1\",openInNewTab:false,scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zd57loUF4:{__framer__threshold:0}},children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zncxgm framer-v0h66c\",\"data-border\":true,style:{transformPerspective:1200},whileHover:animation5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+458+44+285+0+0+16+0),sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1220px) - 20px) / 2, 200px) - 32px)`,...toResponsiveImage(ACl45h8b8Ks4gdzwen)}},PBddu5SI4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+540+44+285+0+0+16+0),sizes:`calc(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1220px) - 40px) / 3, 200px) - 32px)`,...toResponsiveImage(ACl45h8b8Ks4gdzwen)}},Zd57loUF4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+523.6+0+269+0+1345.5+16+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,...toResponsiveImage(ACl45h8b8Ks4gdzwen)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+590+44+285+0+0+16+0),sizes:`calc(max((min((${componentViewport?.width||\"100vw\"} - 80px) * 0.9, 1220px) - 40px) / 3, 200px) - 32px)`,...toResponsiveImage(ACl45h8b8Ks4gdzwen)},className:\"framer-1038se7\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cmw0fg\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-twnhec\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a7fwyk\",\"data-styles-preset\":\"kDv9HG5dT\",style:{\"--framer-text-color\":\"var(--token-a86ec5fb-e677-4891-bc12-f75bcd22b928, rgb(144, 255, 236))\"},children:\"Jan 4, 2025\"})})},PBddu5SI4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a7fwyk\",\"data-styles-preset\":\"kDv9HG5dT\",style:{\"--framer-text-color\":\"var(--token-a86ec5fb-e677-4891-bc12-f75bcd22b928, rgb(144, 255, 236))\"},children:\"Jan 4, 2025\"})})},Zd57loUF4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a7fwyk\",\"data-styles-preset\":\"kDv9HG5dT\",style:{\"--framer-text-color\":\"var(--token-a86ec5fb-e677-4891-bc12-f75bcd22b928, rgb(144, 255, 236))\"},children:\"Jan 4, 2025\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a7fwyk\",\"data-styles-preset\":\"kDv9HG5dT\",style:{\"--framer-text-color\":\"var(--token-a86ec5fb-e677-4891-bc12-f75bcd22b928, rgb(144, 255, 236))\"},children:\"Content\"})}),className:\"framer-zm675v\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o3o0iv\",\"data-styles-preset\":\"vQeXM5VpO\",children:\"Getting Started with Website Monitoring\"})}),className:\"framer-1ska2d9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:ksYdoOOAAKs4gdzwen,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})},idKs4gdzwen);})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{y:(componentViewport?.y||0)+12+458+44+1262},PBddu5SI4:{y:(componentViewport?.y||0)+12+540+44+1222},Zd57loUF4:{y:(componentViewport?.y||0)+12+523.6+0+2087}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,y:(componentViewport?.y||0)+12+590+44+1322,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17jccmb-container\",nodeId:\"Fnku9VFzZ\",rendersWithMotion:true,scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zd57loUF4:{variant:\"KA_Orabpe\"}},children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"Fnku9VFzZ\",layoutId:\"Fnku9VFzZ\",variant:\"JAUbCMb9i\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{y:(componentViewport?.y||0)+12+1906},PBddu5SI4:{y:(componentViewport?.y||0)+12+1948},Zd57loUF4:{y:(componentViewport?.y||0)+12+2752.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:458,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+12+2098,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u9sdza-container\",nodeId:\"KK5hZib00\",scopeId:\"t_S2iAgI4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B5ns0VWLg:{variant:\"PdJkFaS5A\"},PBddu5SI4:{variant:\"acLuDf_cH\"},Zd57loUF4:{variant:\"KhVLanKOI\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"KK5hZib00\",layoutId:\"KK5hZib00\",style:{width:\"100%\"},variant:\"flcou7_Am\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zydwX.framer-v0h66c, .framer-zydwX .framer-v0h66c { display: block; }\",\".framer-zydwX.framer-1r35cwz { align-content: center; align-items: center; background-color: var(--token-ad044b7a-edf8-49dd-b8d3-234db6b15506, #0c0c1f); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-zydwX .framer-1hi0a84 { align-content: center; align-items: center; background-color: rgba(12, 12, 31, 0.75); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 70px; justify-content: center; overflow: visible; padding: 20px; position: sticky; top: 12px; width: 1200px; z-index: 10; }\",\".framer-zydwX .framer-ambvwt-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-zydwX .framer-z4fdkd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: 500px; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 100px 40px 32px 40px; position: relative; width: 100%; }\",\".framer-zydwX .framer-34at9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zydwX .framer-tkb9l, .framer-zydwX .framer-1l90qnj { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zydwX .framer-l3o6w5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\",\".framer-zydwX .framer-j88yyq { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 595px; word-break: break-word; word-wrap: break-word; }\",\".framer-zydwX .framer-1yl6sql { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zydwX .framer-j29gmk-container, .framer-zydwX .framer-o4ouma-container, .framer-zydwX .framer-136730i-container, .framer-zydwX .framer-17jccmb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-zydwX .framer-1kd0pmg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; opacity: 0.9; overflow: hidden; padding: 44px 40px 44px 40px; position: relative; width: 100%; }\",\".framer-zydwX .framer-14yq3ts { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zydwX .framer-1v9x9l6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-zydwX .framer-1gjuxc2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 591px; word-break: break-word; word-wrap: break-word; }\",\".framer-zydwX .framer-bh3ps2 { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; max-width: 1220px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-zydwX .framer-zncxgm { --border-bottom-width: 1px; --border-color: var(--token-e4a252a9-e325-48fc-bce1-88ce7bf93ce8, #0a6561); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: start; background-color: var(--token-ccf43d61-4acc-4c16-aa34-8306ce5ee8ad, #16162b); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: 100%; justify-content: flex-start; justify-self: start; padding: 16px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-zydwX .framer-1038se7 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 250px; position: relative; width: 100%; }\",'.framer-zydwX .framer-1cmw0fg { background: linear-gradient(180deg, var(--token-806a4dec-e024-4281-944d-a6c54e7e6e3d, #00dca5) /* {\"name\":\"LG 500\"} */ 0%, var(--token-ccf43d61-4acc-4c16-aa34-8306ce5ee8ad, rgb(22, 22, 43)) /* {\"name\":\"Cards\"} */ 100%); flex: none; height: 100%; left: calc(49.86149584487537% - 100% / 2); opacity: 0.3; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }',\".framer-zydwX .framer-twnhec { 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: 20px 8px 20px 8px; position: relative; width: 100%; }\",\".framer-zydwX .framer-zm675v, .framer-zydwX .framer-1ska2d9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zydwX .framer-u9sdza-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zydwX.framer-1r35cwz, .framer-zydwX .framer-1hi0a84, .framer-zydwX .framer-z4fdkd, .framer-zydwX .framer-34at9u, .framer-zydwX .framer-tkb9l, .framer-zydwX .framer-1yl6sql, .framer-zydwX .framer-1kd0pmg, .framer-zydwX .framer-1l90qnj, .framer-zydwX .framer-14yq3ts, .framer-zydwX .framer-zncxgm, .framer-zydwX .framer-twnhec { gap: 0px; } .framer-zydwX.framer-1r35cwz > *, .framer-zydwX .framer-tkb9l > *, .framer-zydwX .framer-1l90qnj > *, .framer-zydwX .framer-zncxgm > *, .framer-zydwX .framer-twnhec > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zydwX.framer-1r35cwz > :first-child, .framer-zydwX .framer-z4fdkd > :first-child, .framer-zydwX .framer-34at9u > :first-child, .framer-zydwX .framer-tkb9l > :first-child, .framer-zydwX .framer-1kd0pmg > :first-child, .framer-zydwX .framer-1l90qnj > :first-child, .framer-zydwX .framer-14yq3ts > :first-child, .framer-zydwX .framer-zncxgm > :first-child, .framer-zydwX .framer-twnhec > :first-child { margin-top: 0px; } .framer-zydwX.framer-1r35cwz > :last-child, .framer-zydwX .framer-z4fdkd > :last-child, .framer-zydwX .framer-34at9u > :last-child, .framer-zydwX .framer-tkb9l > :last-child, .framer-zydwX .framer-1kd0pmg > :last-child, .framer-zydwX .framer-1l90qnj > :last-child, .framer-zydwX .framer-14yq3ts > :last-child, .framer-zydwX .framer-zncxgm > :last-child, .framer-zydwX .framer-twnhec > :last-child { margin-bottom: 0px; } .framer-zydwX .framer-1hi0a84 > *, .framer-zydwX .framer-1yl6sql > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zydwX .framer-1hi0a84 > :first-child, .framer-zydwX .framer-1yl6sql > :first-child { margin-left: 0px; } .framer-zydwX .framer-1hi0a84 > :last-child, .framer-zydwX .framer-1yl6sql > :last-child { margin-right: 0px; } .framer-zydwX .framer-z4fdkd > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-zydwX .framer-34at9u > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-zydwX .framer-1kd0pmg > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-zydwX .framer-14yq3ts > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-zydwX[data-border=\"true\"]::after, .framer-zydwX [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: 992px) and (max-width: 1439px) { .framer-zydwX.framer-1r35cwz { width: 992px; } .framer-zydwX .framer-1hi0a84, .framer-zydwX .framer-bh3ps2 { width: 100%; } .framer-zydwX .framer-z4fdkd { height: 450px; max-width: unset; } .framer-zydwX .framer-1038se7 { height: 200px; }}\",\"@media (min-width: 810px) and (max-width: 991px) { .framer-zydwX.framer-1r35cwz { width: 810px; } .framer-zydwX .framer-1hi0a84 { width: 100%; } .framer-zydwX .framer-z4fdkd { height: 368px; max-width: unset; padding: 60px 40px 32px 40px; } .framer-zydwX .framer-bh3ps2 { grid-template-columns: repeat(2, minmax(200px, 1fr)); width: 100%; } .framer-zydwX .framer-1038se7 { height: 220px; }}\",\"@media (max-width: 809px) { .framer-zydwX.framer-1r35cwz { height: 3486px; width: 390px; } .framer-zydwX .framer-1hi0a84 { flex-direction: column; width: 100%; } .framer-zydwX .framer-z4fdkd { height: min-content; max-width: unset; padding: 50px 20px 32px 20px; } .framer-zydwX .framer-1yl6sql { flex-direction: column; height: 93px; } .framer-zydwX .framer-o4ouma-container { flex: 1 0 0px; height: 1px; } .framer-zydwX .framer-1kd0pmg { gap: 44px; padding: 0px 20px 44px 20px; } .framer-zydwX .framer-14yq3ts, .framer-zydwX .framer-1gjuxc2 { width: 100%; } .framer-zydwX .framer-1v9x9l6 { align-self: unset; width: 100%; } .framer-zydwX .framer-bh3ps2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; max-width: unset; width: 100%; } .framer-zydwX .framer-zncxgm { align-self: unset; height: min-content; } .framer-zydwX .framer-1038se7 { height: 200px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-zydwX .framer-1hi0a84, .framer-zydwX .framer-1yl6sql, .framer-zydwX .framer-1kd0pmg, .framer-zydwX .framer-bh3ps2 { gap: 0px; } .framer-zydwX .framer-1hi0a84 > *, .framer-zydwX .framer-1yl6sql > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zydwX .framer-1hi0a84 > :first-child, .framer-zydwX .framer-1yl6sql > :first-child, .framer-zydwX .framer-1kd0pmg > :first-child, .framer-zydwX .framer-bh3ps2 > :first-child { margin-top: 0px; } .framer-zydwX .framer-1hi0a84 > :last-child, .framer-zydwX .framer-1yl6sql > :last-child, .framer-zydwX .framer-1kd0pmg > :last-child, .framer-zydwX .framer-bh3ps2 > :last-child { margin-bottom: 0px; } .framer-zydwX .framer-1kd0pmg > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-zydwX .framer-bh3ps2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2354\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PBddu5SI4\":{\"layout\":[\"fixed\",\"auto\"]},\"B5ns0VWLg\":{\"layout\":[\"fixed\",\"auto\"]},\"Zd57loUF4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framert_S2iAgI4=withCSS(Component,css,\"framer-zydwX\");export default Framert_S2iAgI4;Framert_S2iAgI4.displayName=\"Blog\";Framert_S2iAgI4.defaultProps={height:2354,width:1440};addFonts(Framert_S2iAgI4,[{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\"}]},...NavigationFonts,...ButtonsFonts,...PillFonts,...SpotifyFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert_S2iAgI4\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"2354\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PBddu5SI4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B5ns0VWLg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Zd57loUF4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "tXrxQ88DP_default", "RichTextWithFX", "withFX", "RichText2", "ButtonsFonts", "vkyYFKVLm_default", "ContainerWithFX", "Container", "PillFonts", "Ao86VY83P_default", "MotionAWithFX", "motion", "SpotifyFonts", "yFhbgqU5C_default", "FooterFonts", "hU9SMOaU2_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "xTyC3k0gaKs4gdzwen", "ACl45h8b8Ks4gdzwen", "Ys1h4aGXVKs4gdzwen", "ksYdoOOAAKs4gdzwen", "idKs4gdzwen", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "tXrxQ88DP_default", "getLoadingLazyAtYPosition", "Image2", "RichTextWithFX", "x", "ResolveLinks", "resolvedLinks", "ContainerWithFX", "vkyYFKVLm_default", "resolvedLinks1", "Ao86VY83P_default", "ChildrenCanSuspend", "al_Qn7N1K_default", "collection", "paginationInfo", "loadMore", "l", "index", "textContent", "PathVariablesContext", "Link", "MotionAWithFX", "RichText2", "yFhbgqU5C_default", "hU9SMOaU2_default", "css", "Framert_S2iAgI4", "withCSS", "t_S2iAgI4_default", "addFonts", "NavigationFonts", "ButtonsFonts", "PillFonts", "SpotifyFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
