{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/CcGbqxA3gKkdwqIMuCpv/blb6lJ1siKFziKUXoM6f/OK0XXZ_nt.js"],
  "sourcesContent": ["// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{ScrollbarComponent}from\"https://framerusercontent.com/modules/CEfND3paB3HJkvYckHQ9/7rBG5sJ6OTKHvBqAdPI5/Scrollbar.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import Footer from\"#framer/local/canvasComponent/Jz5kmOUCi/Jz5kmOUCi.js\";import HEAD from\"#framer/local/canvasComponent/MefyLZknx/MefyLZknx.js\";import Articles from\"#framer/local/collection/w9c2YOp4e/w9c2YOp4e.js\";import Categories from\"#framer/local/collection/zbtNtE7EN/zbtNtE7EN.js\";import*as sharedStyle from\"#framer/local/css/AczXTlavn/AczXTlavn.js\";import*as sharedStyle1 from\"#framer/local/css/Co2r5e8M1/Co2r5e8M1.js\";import*as sharedStyle3 from\"#framer/local/css/g0cNQtcsW/g0cNQtcsW.js\";import*as sharedStyle8 from\"#framer/local/css/HwrrsZiAo/HwrrsZiAo.js\";import*as sharedStyle7 from\"#framer/local/css/uJCnDaPoA/uJCnDaPoA.js\";import*as sharedStyle4 from\"#framer/local/css/XojJd0PwG/XojJd0PwG.js\";import*as sharedStyle6 from\"#framer/local/css/xU4_dioVU/xU4_dioVU.js\";import*as sharedStyle5 from\"#framer/local/css/yCHi50Nbg/yCHi50Nbg.js\";import*as sharedStyle2 from\"#framer/local/css/yE6V5I_mr/yE6V5I_mr.js\";import metadataProvider from\"#framer/local/webPageMetadata/OK0XXZ_nt/OK0XXZ_nt.js\";const HEADFonts=getFonts(HEAD);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const ScrollbarComponentFonts=getFonts(ScrollbarComponent);const breakpoints={A9BCR66xs:\"(max-width: 809px)\",AFYoriCqi:\"(min-width: 810px) and (max-width: 1439px)\",kZ7hRhwTH:\"(min-width: 1800px)\",Y55FVyIFd:\"(min-width: 1440px) and (max-width: 1799px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZtcqX\";const variantClassNames={A9BCR66xs:\"framer-v-9n889o\",AFYoriCqi:\"framer-v-hxm90q\",kZ7hRhwTH:\"framer-v-1432waj\",Y55FVyIFd:\"framer-v-c1zg53\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition1};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.04,skewX:0,skewY:0,transition:transition1};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={bounce:.2,delay:.3,duration:.7,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.7,skewX:0,skewY:0,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Large\":\"kZ7hRhwTH\",Desktop:\"Y55FVyIFd\",Mob:\"A9BCR66xs\",Tablet:\"AFYoriCqi\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Y55FVyIFd\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"OK0XXZ_nt\",data:Articles,type:\"Collection\"},select:[{collection:\"OK0XXZ_nt\",name:\"FtqqJKS_7\",type:\"Identifier\"},{collection:\"OK0XXZ_nt\",name:\"GeE8_lLtI\",type:\"Identifier\"},{alias:\"e3T60Kh9G\",arguments:[{from:{alias:\"e3T60Kh9G\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{collection:\"OK0XXZ_nt\",name:\"e3T60Kh9G\",type:\"Identifier\"},{collection:\"e3T60Kh9G\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"e3T60Kh9G\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"e3T60Kh9G\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"OK0XXZ_nt\",name:\"e3T60Kh9G\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"OK0XXZ_nt\",name:\"CkHoU4Gxg\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"OK0XXZ_nt\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,adQpC2Bg0XUpt4fOpG,dbCFjtjRzXUpt4fOpG,idXUpt4fOpG,e3T60Kh9G=getFromCurrentRouteData(\"e3T60Kh9G\"),FtqqJKS_7=getFromCurrentRouteData(\"FtqqJKS_7\")??\"\",Zk48OG_mw,GeE8_lLtI=getFromCurrentRouteData(\"GeE8_lLtI\"),CkHoU4Gxg=getFromCurrentRouteData(\"CkHoU4Gxg\")??\"\",avFVKBs12Qm4pX_4dU,GeE8_lLtIQm4pX_4dU,FtqqJKS_7Qm4pX_4dU,idQm4pX_4dU,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(Zk48OG_mw,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Y55FVyIFd\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-97bcb91f-d6a0-4734-8b4b-188759b850dc, rgb(16, 16, 16)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-c1zg53\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17gxy9o\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k4ixfl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ahwrsf\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XUpt4fOpG\",data:Categories,type:\"Collection\"},orderBy:[{arguments:[{type:\"LiteralValue\",value:e3T60Kh9G},{collection:\"XUpt4fOpG\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"XUpt4fOpG\",name:\"adQpC2Bg0\",type:\"Identifier\"},{collection:\"XUpt4fOpG\",name:\"dbCFjtjRz\",type:\"Identifier\"},{collection:\"XUpt4fOpG\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"XUpt4fOpG\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:e3T60Kh9G},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({adQpC2Bg0:adQpC2Bg0XUpt4fOpG,dbCFjtjRz:dbCFjtjRzXUpt4fOpG,id:idXUpt4fOpG},index)=>{adQpC2Bg0XUpt4fOpG??=\"\";dbCFjtjRzXUpt4fOpG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`XUpt4fOpG-${idXUpt4fOpG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{dbCFjtjRz:dbCFjtjRzXUpt4fOpG},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u926be\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-reteu0\",\"data-styles-preset\":\"AczXTlavn\",style:{\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:\"Title\"})}),className:\"framer-1a78j4a\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:adQpC2Bg0XUpt4fOpG,verticalAlignment:\"top\",withExternalLayout:true})})})},idXUpt4fOpG);})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"User-centric design: The key to reducing churn in SaaS platforms\"})}),fonts:[\"Inter-Bold\"]},AFYoriCqi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgQm9sZA==\",\"--framer-font-family\":'\"Satoshi Bold\", \"Satoshi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"User-centric design: The key to reducing churn in SaaS platforms\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgQm9sZA==\",\"--framer-font-family\":'\"Satoshi Bold\", \"Satoshi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"User-centric design: The key to reducing churn in SaaS platforms\"})}),className:\"framer-1irgykc\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Satoshi Bold\"],text:FtqqJKS_7,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-reteu0\",\"data-styles-preset\":\"AczXTlavn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-1eu2ixc\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+0+279),sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,...toResponsiveImage(GeE8_lLtI)}},AFYoriCqi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+0+290),sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,...toResponsiveImage(GeE8_lLtI)}},kZ7hRhwTH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+0+307.6),sizes:`min(${componentViewport?.width||\"100vw\"} - 160px, 1200px)`,...toResponsiveImage(GeE8_lLtI)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+0+307.6),sizes:`calc(${componentViewport?.width||\"100vw\"} - 160px)`,...toResponsiveImage(GeE8_lLtI)},className:\"framer-y8v3f9\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:CkHoU4Gxg,className:\"framer-oqvhic\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-18jl1wz\",code:\"framer-styles-preset-nsjtbq\",h1:\"framer-styles-preset-1v4zjv7\",h2:\"framer-styles-preset-1rb73xo\",h3:\"framer-styles-preset-11vojji\",h4:\"framer-styles-preset-79jnrw\",h5:\"framer-styles-preset-8o75dl\",h6:\"framer-styles-preset-1abvj35\",p:\"framer-styles-preset-reteu0\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fzzxfa\",\"data-framer-name\":\"READ MORE\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgQm9sZA==\",\"--framer-font-family\":'\"Satoshi Bold\", \"Satoshi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You may also like\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgQm9sZA==\",\"--framer-font-family\":'\"Satoshi Bold\", \"Satoshi Bold Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"You may also like\"})}),className:\"framer-5htngn\",fonts:[\"CUSTOM;Satoshi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-maliu3\",\"data-framer-name\":\"ARTICLES CONTAINER\",\"data-hide-scrollbars\":true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-k7hcrm\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kZ7hRhwTH:{query:{from:{alias:\"Qm4pX_4dU\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"Qm4pX_4dU\",name:\"FtqqJKS_7\",type:\"Identifier\"}],select:[{collection:\"Qm4pX_4dU\",name:\"avFVKBs12\",type:\"Identifier\"},{collection:\"Qm4pX_4dU\",name:\"GeE8_lLtI\",type:\"Identifier\"},{collection:\"Qm4pX_4dU\",name:\"FtqqJKS_7\",type:\"Identifier\"},{collection:\"Qm4pX_4dU\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Qm4pX_4dU\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"Qm4pX_4dU\",name:\"FtqqJKS_7\",type:\"Identifier\"}],select:[{collection:\"Qm4pX_4dU\",name:\"avFVKBs12\",type:\"Identifier\"},{collection:\"Qm4pX_4dU\",name:\"GeE8_lLtI\",type:\"Identifier\"},{collection:\"Qm4pX_4dU\",name:\"FtqqJKS_7\",type:\"Identifier\"},{collection:\"Qm4pX_4dU\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({avFVKBs12:avFVKBs12Qm4pX_4dU,FtqqJKS_7:FtqqJKS_7Qm4pX_4dU,GeE8_lLtI:GeE8_lLtIQm4pX_4dU,id:idQm4pX_4dU},index1)=>{avFVKBs12Qm4pX_4dU??=\"\";FtqqJKS_7Qm4pX_4dU??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Qm4pX_4dU-${idQm4pX_4dU}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{avFVKBs12:avFVKBs12Qm4pX_4dU},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{avFVKBs12:avFVKBs12Qm4pX_4dU},webPageId:\"OK0XXZ_nt\"},motionChild:true,nodeId:\"OWseMwBns\",scopeId:\"OK0XXZ_nt\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-t4j2mn framer-12pd5ow\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+737+0+234+0+0+0+0),sizes:\"273px\",...toResponsiveImage(GeE8_lLtIQm4pX_4dU)}},AFYoriCqi:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+926+0+99+11.3+0+0+0),sizes:\"1400px\",...toResponsiveImage(GeE8_lLtIQm4pX_4dU)}},kZ7hRhwTH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+943.6+0+99+0+0+0+0),sizes:\"1440px\",...toResponsiveImage(GeE8_lLtIQm4pX_4dU)},whileHover:animation1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+943.6+0+99+11.3+0+0+0),sizes:\"306px\",...toResponsiveImage(GeE8_lLtIQm4pX_4dU)},className:\"framer-17axx9l\",whileHover:animation})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kZ7hRhwTH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-8o75dl\",\"data-styles-preset\":\"yCHi50Nbg\",children:\"User-centric design: The key to reducing churn in SaaS platforms\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1abvj35\",\"data-styles-preset\":\"xU4_dioVU\",children:\"User-centric design: The key to reducing churn in SaaS platforms\"})}),className:\"framer-167xn2m\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:FtqqJKS_7Qm4pX_4dU,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},idQm4pX_4dU);})})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{height:64,width:\"101vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:61,y:30,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{initial:animation4,transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1mqazxv-container\",\"data-framer-appear-id\":\"1mqazxv\",initial:animation3,layoutScroll:true,nodeId:\"YS1TQ4ctC\",optimized:true,rendersWithMotion:true,scopeId:\"OK0XXZ_nt\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{style:{width:\"100%\"},variant:\"zWyFWs1pj\"}},children:/*#__PURE__*/_jsx(HEAD,{height:\"100%\",id:\"YS1TQ4ctC\",layoutId:\"YS1TQ4ctC\",style:{height:\"100%\"},variant:\"LxapuBgTF\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{y:(componentViewport?.y||0)+140+1255.4},AFYoriCqi:{y:(componentViewport?.y||0)+140+1379},kZ7hRhwTH:{y:(componentViewport?.y||0)+140+1455.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:437,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+140+1396.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nux813-container\",\"data-framer-name\":\"\uD83D\uDEAAFOOTER\",name:\"\uD83D\uDEAAFOOTER\",nodeId:\"HoE3IZi7L\",scopeId:\"OK0XXZ_nt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A9BCR66xs:{variant:\"qI4dbYCgJ\"},AFYoriCqi:{variant:\"otTxVqEU5\"},kZ7hRhwTH:{variant:\"Qtpb3X0Jz\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"HoE3IZi7L\",layoutId:\"HoE3IZi7L\",name:\"\uD83D\uDEAAFOOTER\",style:{width:\"100%\"},variant:\"RclqImZRo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ynmv1q-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"B4IKytm5i\",scopeId:\"OK0XXZ_nt\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"B4IKytm5i\",intensity:20,layoutId:\"B4IKytm5i\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eqcdhd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OsR1D8pFP\",scopeId:\"OK0XXZ_nt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kZ7hRhwTH:{hoverColor:\"rgb(61, 61, 61)\"}},children:/*#__PURE__*/_jsx(ScrollbarComponent,{color:\"var(--token-a0507d80-0fd8-420c-a6e3-f9ec8780f74c, rgb(248, 186, 18))\",height:\"100%\",hoverColor:\"rgb(255, 213, 97)\",id:\"OsR1D8pFP\",layoutId:\"OsR1D8pFP\",radius:50,scrollbarWidth:4,trackColor:\"rgba(69, 69, 69, 0.23)\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZtcqX.framer-12pd5ow, .framer-ZtcqX .framer-12pd5ow { display: block; }\",\".framer-ZtcqX.framer-c1zg53 { align-content: center; align-items: center; background-color: var(--token-97bcb91f-d6a0-4734-8b4b-188759b850dc, #101010); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-ZtcqX .framer-17gxy9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-ZtcqX .framer-k4ixfl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 600px; }\",\".framer-ZtcqX .framer-ahwrsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-ZtcqX .framer-1u926be { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.03); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px 8px 0px 8px; position: relative; width: min-content; }\",\".framer-ZtcqX .framer-1a78j4a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZtcqX .framer-1irgykc, .framer-ZtcqX .framer-1eu2ixc { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZtcqX .framer-y8v3f9 { aspect-ratio: 2.6 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 77px); position: relative; width: 100%; }\",\".framer-ZtcqX .framer-oqvhic { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZtcqX .framer-fzzxfa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 1440px; }\",\".framer-ZtcqX .framer-5htngn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 39px; position: relative; white-space: pre-wrap; width: 361px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZtcqX .framer-maliu3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 274px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZtcqX .framer-k7hcrm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-ZtcqX .framer-t4j2mn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-ZtcqX .framer-17axx9l { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 219px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZtcqX .framer-167xn2m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZtcqX .framer-1mqazxv-container { flex: none; height: 61px; left: 50%; position: fixed; top: 30px; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-ZtcqX .framer-1nux813-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-ZtcqX .framer-ynmv1q-container { flex: none; height: auto; left: 50%; position: absolute; top: 3465px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-ZtcqX .framer-eqcdhd-container { bottom: -90px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-ZtcqX[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-ZtcqX [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-ZtcqX[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-ZtcqX [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-ZtcqX[data-hide-scrollbars=\"true\"], .framer-ZtcqX [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-ZtcqX.framer-c1zg53 { width: 810px; } .framer-ZtcqX .framer-17gxy9o { order: 0; padding: 0px 20px 0px 20px; } .framer-ZtcqX .framer-fzzxfa { order: 2; padding: 0px 20px 0px 20px; } .framer-ZtcqX .framer-k7hcrm { gap: 20px; } .framer-ZtcqX .framer-1mqazxv-container { order: 1; } .framer-ZtcqX .framer-1nux813-container { order: 3; } .framer-ZtcqX .framer-ynmv1q-container { order: 4; } .framer-ZtcqX .framer-eqcdhd-container { order: 5; }}\",\"@media (max-width: 809px) { .framer-ZtcqX.framer-c1zg53 { width: 393px; } .framer-ZtcqX .framer-17gxy9o { padding: 0px 16px 0px 16px; } .framer-ZtcqX .framer-k4ixfl { order: 0; width: 393px; } .framer-ZtcqX .framer-y8v3f9 { aspect-ratio: unset; height: 222px; order: 1; } .framer-ZtcqX .framer-oqvhic { order: 2; } .framer-ZtcqX .framer-fzzxfa { gap: 42px; padding: 0px 0px 0px 16px; } .framer-ZtcqX .framer-5htngn { height: auto; } .framer-ZtcqX .framer-maliu3 { height: min-content; justify-content: flex-start; overflow: auto; } .framer-ZtcqX .framer-k7hcrm { flex: none; gap: 20px; width: min-content; } .framer-ZtcqX .framer-t4j2mn { flex: none; width: 273px; } .framer-ZtcqX .framer-17axx9l { height: 172px; order: 0; } .framer-ZtcqX .framer-167xn2m { order: 1; } .framer-ZtcqX .framer-1mqazxv-container { height: auto; left: unset; right: 0px; top: 0px; transform: unset; width: 101%; }}\",\"@media (min-width: 1800px) { .framer-ZtcqX.framer-c1zg53 { width: 1800px; } .framer-ZtcqX .framer-y8v3f9 { max-width: 1200px; } .framer-ZtcqX .framer-fzzxfa { padding: 0px 180px 0px 180px; width: 1800px; } .framer-ZtcqX .framer-maliu3 { height: min-content; } .framer-ZtcqX .framer-k7hcrm { height: 333px; } .framer-ZtcqX .framer-t4j2mn { gap: 16px; height: 100%; } .framer-ZtcqX .framer-17axx9l { gap: 10px; height: 292px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4389\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AFYoriCqi\":{\"layout\":[\"fixed\",\"auto\"]},\"A9BCR66xs\":{\"layout\":[\"fixed\",\"auto\"]},\"kZ7hRhwTH\":{\"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 FramerOK0XXZ_nt=withCSS(Component,css,\"framer-ZtcqX\");export default FramerOK0XXZ_nt;FramerOK0XXZ_nt.displayName=\"Articles Detail\";FramerOK0XXZ_nt.defaultProps={height:4389,width:1440};addFonts(FramerOK0XXZ_nt,[{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:\"Satoshi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4ulVpL2MllUaZemsFJujh0UEzi8.woff2\"},{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\"}]},...HEADFonts,...FooterFonts,...SmoothScrollFonts,...ScrollbarComponentFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOK0XXZ_nt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AFYoriCqi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A9BCR66xs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kZ7hRhwTH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"4389\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HEADFonts", "getFonts", "MefyLZknx_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "FooterFonts", "Jz5kmOUCi_default", "SmoothScrollFonts", "SmoothScroll", "ScrollbarComponentFonts", "ScrollbarComponent", "breakpoints", "serializationHash", "variantClassNames", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "transition2", "animation2", "animation3", "animation4", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "w9c2YOp4e_default", "zbtNtE7EN_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "adQpC2Bg0XUpt4fOpG", "dbCFjtjRzXUpt4fOpG", "idXUpt4fOpG", "e3T60Kh9G", "FtqqJKS_7", "Zk48OG_mw", "GeE8_lLtI", "CkHoU4Gxg", "avFVKBs12Qm4pX_4dU", "GeE8_lLtIQm4pX_4dU", "FtqqJKS_7Qm4pX_4dU", "idQm4pX_4dU", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "useCustomCursors", "GeneratedComponentContext", "LayoutGroup", "motion", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "RichText", "x", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "collection1", "paginationInfo1", "loadMore1", "index1", "Link", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "MefyLZknx_default", "Container", "Jz5kmOUCi_default", "SmoothScroll", "ScrollbarComponent", "css", "FramerOK0XXZ_nt", "withCSS", "OK0XXZ_nt_default", "addFonts", "HEADFonts", "FooterFonts", "SmoothScrollFonts", "ScrollbarComponentFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
