{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/GuDK5na84BCeFJyt8yLc/6UDT5BEVRFbAbHF29uEP/xZqFf6NIR.js"],
  "sourcesContent": ["// Generated by Framer (fb31e5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TableOfContents from\"https://framerusercontent.com/modules/A3fGd30HElxkujQ2qPnV/6sTEz6gN2xEXEdHpWSPc/TableOfContents.js\";import LiteWidget from\"https://framerusercontent.com/modules/IMgm3DbGlQf4ahdRBe6A/gWOKu5HpxkMTZiunXVCV/ShareWidget.js\";import Footer from\"#framer/local/canvasComponent/eo4fbJTdm/eo4fbJTdm.js\";import NavNav from\"#framer/local/canvasComponent/hH1DdpI8D/hH1DdpI8D.js\";import CTANewsletter from\"#framer/local/canvasComponent/iSnsA2DHh/iSnsA2DHh.js\";import RelatedContent from\"#framer/local/canvasComponent/Un9FiD5AS/Un9FiD5AS.js\";import PageHeaderResource from\"#framer/local/canvasComponent/UotngM7Sy/UotngM7Sy.js\";import Blog from\"#framer/local/collection/xHsfFVWkB/xHsfFVWkB.js\";import People from\"#framer/local/collection/Y8dPBsl38/Y8dPBsl38.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle10 from\"#framer/local/css/ab70ub8zF/ab70ub8zF.js\";import*as sharedStyle5 from\"#framer/local/css/dfOFFIkTA/dfOFFIkTA.js\";import*as sharedStyle3 from\"#framer/local/css/FRyBd2fqW/FRyBd2fqW.js\";import*as sharedStyle from\"#framer/local/css/ibwfVdCPB/ibwfVdCPB.js\";import*as sharedStyle8 from\"#framer/local/css/JbXXvRkK9/JbXXvRkK9.js\";import*as sharedStyle6 from\"#framer/local/css/jtJlIpRh6/jtJlIpRh6.js\";import*as sharedStyle1 from\"#framer/local/css/KpUo75477/KpUo75477.js\";import*as sharedStyle4 from\"#framer/local/css/lUiowudWc/lUiowudWc.js\";import*as sharedStyle11 from\"#framer/local/css/MqRcUil23/MqRcUil23.js\";import*as sharedStyle7 from\"#framer/local/css/ni_dHyAZr/ni_dHyAZr.js\";import*as sharedStyle9 from\"#framer/local/css/OfjMX9VHG/OfjMX9VHG.js\";import*as sharedStyle2 from\"#framer/local/css/QZpttoVWT/QZpttoVWT.js\";import metadataProvider from\"#framer/local/webPageMetadata/xZqFf6NIR/xZqFf6NIR.js\";const PageHeaderResourceFonts=getFonts(PageHeaderResource);const TableOfContentsFonts=getFonts(TableOfContents);const LiteWidgetFonts=getFonts(LiteWidget);const RelatedContentFonts=getFonts(RelatedContent);const CTANewsletterFonts=getFonts(CTANewsletter);const FooterFonts=getFonts(Footer);const NavNavFonts=getFonts(NavNav);const NavNavWithVariantAppearEffect=withVariantAppearEffect(NavNav);const breakpoints={LfMAfP_ZS:\"(min-width: 1200px)\",Nl8Vn8Soh:\"(min-width: 810px) and (max-width: 1199px)\",UeBSU2jus:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-mh2ks\";const variantClassNames={LfMAfP_ZS:\"framer-v-1e0l0yw\",Nl8Vn8Soh:\"framer-v-1jjdm0t\",UeBSU2jus:\"framer-v-1g7gma7\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"LfMAfP_ZS\",Phone:\"UeBSU2jus\",Tablet:\"Nl8Vn8Soh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LfMAfP_ZS\"};};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:{constraint:{left:{collection:\"xZqFf6NIR\",name:\"ReHMYiG_J\",type:\"Identifier\"},operator:\"==\",right:{collection:\"ReHMYiG_J\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"xZqFf6NIR\",data:Blog,type:\"Collection\"},right:{alias:\"ReHMYiG_J\",data:People,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"xZqFf6NIR\",name:\"lx3f8_UWk\",type:\"Identifier\"},{collection:\"xZqFf6NIR\",name:\"pUebPMLnL\",type:\"Identifier\"},{collection:\"xZqFf6NIR\",name:\"SHNC9zVHB\",type:\"Identifier\"},{collection:\"xZqFf6NIR\",name:\"QbenxiqFk\",type:\"Identifier\"},{alias:\"ReHMYiG_J.DA58g31kn\",collection:\"ReHMYiG_J\",name:\"DA58g31kn\",type:\"Identifier\"},{alias:\"ReHMYiG_J\",collection:\"ReHMYiG_J\",name:\"id\",type:\"Identifier\"},{collection:\"xZqFf6NIR\",name:\"qCmpxYULU\",type:\"Identifier\"},{collection:\"xZqFf6NIR\",name:\"hTSOFk8kG\",type:\"Identifier\"},{collection:\"xZqFf6NIR\",name:\"WRWLvI8Kb\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"xZqFf6NIR\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,lx3f8_UWk=getFromCurrentRouteData(\"lx3f8_UWk\")??\"\",hTSOFk8kG=getFromCurrentRouteData(\"hTSOFk8kG\"),ReHMYiG_J=getFromCurrentRouteData(\"ReHMYiG_J\"),ReHMYiG_J_DA58g31kn=getFromCurrentRouteData(\"ReHMYiG_J.DA58g31kn\")??\"\",qCmpxYULU=getFromCurrentRouteData(\"qCmpxYULU\"),WRWLvI8Kb=getFromCurrentRouteData(\"WRWLvI8Kb\")??\"\",...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,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"dicHs0kfq\");const router=useRouter();const activeLocaleCode=useLocaleCode();const ref1=React.useRef(null);const elementId1=useRouteElementId(\"Lce26mnVS\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"IbDueIaPA\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"UeBSU2jus\")return false;return true;};const elementId3=useRouteElementId(\"UteHt5F1F\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"LfMAfP_ZS\",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-1e0l0yw\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{DA58g31kn:ReHMYiG_J_DA58g31kn},webPageId:\"xT6eb13x9\"},implicitPathVariables:undefined},{href:{webPageId:\"rWckdJOfg\"},implicitPathVariables:undefined},{href:{webPageId:\"P78EdQDCb\"},implicitPathVariables:undefined},{href:{pathVariables:{DA58g31kn:ReHMYiG_J_DA58g31kn},webPageId:\"xT6eb13x9\"},implicitPathVariables:undefined},{href:{webPageId:\"rWckdJOfg\"},implicitPathVariables:undefined},{href:{webPageId:\"P78EdQDCb\"},implicitPathVariables:undefined},{href:{pathVariables:{DA58g31kn:ReHMYiG_J_DA58g31kn},webPageId:\"xT6eb13x9\"},implicitPathVariables:undefined},{href:{webPageId:\"rWckdJOfg\"},implicitPathVariables:undefined},{href:{webPageId:\"P78EdQDCb\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rugtkk-container\",\"data-framer-name\":\"Header\",id:elementId,name:\"Header\",nodeId:\"dicHs0kfq\",ref:ref1,scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Nl8Vn8Soh:{cw5zRkL2K:resolvedLinks[5],oeJpEw92A:resolvedLinks[3],Pel5sLd2v:resolvedLinks[4],variant:\"WWwu_yMO0\"},UeBSU2jus:{cw5zRkL2K:resolvedLinks[8],oeJpEw92A:resolvedLinks[6],Pel5sLd2v:resolvedLinks[7],variant:\"oG0Crh1nN\"}},children:/*#__PURE__*/_jsx(PageHeaderResource,{cdkXx19Di:true,cw5zRkL2K:resolvedLinks[2],djum8gfu5:toDateString(qCmpxYULU,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),EuGObSqmo:\"Resources\",FaFtaADco:lx3f8_UWk,FJEKRDlUW:true,GahtulFnE:\"Blog\",height:\"100%\",id:\"dicHs0kfq\",INfSXAHts:\"HFgpmKwyt\",iUUTDi_7H:\"\",layoutId:\"dicHs0kfq\",LIIgsu_U4:ReHMYiG_J,MZGFAGXTL:toResponsiveImage(hTSOFk8kG),name:\"Header\",NBkmr1AjM:true,oeJpEw92A:resolvedLinks[0],OeUHCyBid:WRWLvI8Kb,Pel5sLd2v:resolvedLinks[1],style:{width:\"100%\"},TT4Gt5W9Y:\"Blog\",variant:\"aZ_RtSXTz\",width:\"100%\",zBPUQQKMa:\"yrLs6NHIX\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iquixq\",\"data-framer-name\":\"Main\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-68ke3o\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ebzv5\",\"data-framer-name\":\"Scrolling\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-y7ya8y\",\"data-framer-name\":\"Resource Wrapper\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"jXefIIYPB\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"wOBHRcw21\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:WRWLvI8Kb,className:\"framer-120677\",\"data-framer-name\":\"Resource\",fonts:[\"Inter\"],id:elementId2,ref:ref3,stylesPresetsClassNames:{a:\"framer-styles-preset-69vsi1\",blockquote:\"framer-styles-preset-11pst8c\",code:\"framer-styles-preset-1nmf7i4\",h1:\"framer-styles-preset-gg94vw\",h2:\"framer-styles-preset-13g8wph\",h3:\"framer-styles-preset-pbeer9\",h4:\"framer-styles-preset-r22m4l\",h5:\"framer-styles-preset-5zm6fl\",h6:\"framer-styles-preset-1jzh67k\",img:\"framer-styles-preset-xdw0ye\",p:\"framer-styles-preset-1wypkhn\",table:\"framer-styles-preset-kiici5\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hq3b9p\",\"data-framer-name\":\"Sticky\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ejior hidden-1g7gma7\",\"data-framer-name\":\"Table of Contents Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a1v7sz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KsOt8S4UD\",scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(TableOfContents,{content:WRWLvI8Kb,contentId:\"content\",font:{fontFamily:'\"Mars Standard Regular Regular\", \"Mars Standard Regular Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.4em\"},fontColor:{current:\"var(--token-28df14c1-ba0a-4a7e-903e-56ae0e5f5de9, rgb(255, 255, 255))\",currentHover:\"var(--token-28df14c1-ba0a-4a7e-903e-56ae0e5f5de9, rgb(255, 255, 255))\",default:\"var(--token-b38e9269-9118-4a79-91c3-3d242b3e3e3c, rgba(255, 255, 255, 0.7))\",defaultHover:\"var(--token-28df14c1-ba0a-4a7e-903e-56ae0e5f5de9, rgb(255, 255, 255))\",transition:{bounce:0,delay:0,duration:.5,type:\"spring\"}},gap:16,height:\"100%\",highlight:{bgBlur:0,fill:\"var(--token-ffecc70f-f5a6-40be-a98e-1b27dfea8b86, rgba(255, 255, 255, 0.2))\",opacity:1,padding:\"8px 10px 8px 10px\",radius:\"5px\",shadows:\"\",transition:{bounce:0,delay:0,duration:.25,type:\"spring\"}},id:\"KsOt8S4UD\",includedHeadings:{h1:true,h2:true,h3:true,h4:false,h5:false,h6:false},layoutId:\"KsOt8S4UD\",linking:{scrollMode:\"smooth\",scrollOffset:100},style:{width:\"100%\"},textMode:\"ellipsis\",textSelect:false,title:\"\",topDistance:100,width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oi2dcj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"I32qkqmSw\",scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(LiteWidget,{backgroundcolor:\"var(--token-b984212c-6b21-4967-bb54-ce90369391ae, rgb(255, 255, 255))\",borderproperties:{color:\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(0, 0, 0, 0.06))\",style:\"Solid\",width:1},bottomLeft:10,bottomRight:10,height:\"100%\",iconproperties:{color:\"var(--token-0fffcb1a-245e-4ea8-8124-685f270db416, rgba(0, 0, 0, 0.7))\",width:20},id:\"I32qkqmSw\",isMixed:false,layoutId:\"I32qkqmSw\",padding:10,radius:10,showCp:false,showEm:true,showFb:true,showLk:true,showPi:false,showWh:false,showX:true,topLeft:10,topRight:10,widgetgap:10,width:\"100%\"})})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UeBSU2jus:{y:(componentViewport?.y||0)+0+1016}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:526,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1110,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7nfh55-container\",nodeId:\"YT_mRha8l\",scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Nl8Vn8Soh:{variant:\"wbYGBlejU\"},UeBSU2jus:{variant:\"LPK9l6LM4\"}},children:/*#__PURE__*/_jsx(RelatedContent,{ABW4kqlza:\"Blog\",bwjE1ZbDr:\"What does your CFO expect from you?\",f3dg053kG:\"https://www.abacum.ai/guides/lead-the-business-as-a-10x-cfo\",H8C12I_qn:\"Guides\",height:\"100%\",id:\"YT_mRha8l\",JIe4kFAMJ:addImageAlt({src:\"https://framerusercontent.com/images/XVQgOrmTVofIlnDPK0jmnhnPek.png\",srcSet:\"https://framerusercontent.com/images/XVQgOrmTVofIlnDPK0jmnhnPek.png?scale-down-to=512 512w,https://framerusercontent.com/images/XVQgOrmTVofIlnDPK0jmnhnPek.png 800w\"},\"\"),layoutId:\"YT_mRha8l\",ObecGDxpo:\"Blog\",PFXMpcSd1:true,r_E52N_07:addImageAlt({src:\"https://framerusercontent.com/images/LClxjkhf2f4d0OZb3DiLYicFQVQ.png\",srcSet:\"https://framerusercontent.com/images/LClxjkhf2f4d0OZb3DiLYicFQVQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/LClxjkhf2f4d0OZb3DiLYicFQVQ.png 800w\"},\"\"),Rushcp2TL:\"The 10x Finance Leader: Actually Being a \u201CStrategic CFO\u201D\",style:{width:\"100%\"},SyCfXlpaG:addImageAlt({src:\"https://framerusercontent.com/images/ldOMQcyRpV8P5mLlvVE2rU5khoU.png\",srcSet:\"https://framerusercontent.com/images/ldOMQcyRpV8P5mLlvVE2rU5khoU.png?scale-down-to=512 512w,https://framerusercontent.com/images/ldOMQcyRpV8P5mLlvVE2rU5khoU.png 796w\"},\"\"),t2F4SyBAz:\"https://www.abacum.ai/blog/the-10x-finance-leader-actually-being-a-strategic-cfo\",Tg1k3Qx6N:\"Lead the Business as a 10x CFO\",variant:\"oo7V1o4xl\",width:\"100%\",y48XUarHp:\"https://www.abacum.ai/blog/what-does-your-cfo-expect-from-you\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UeBSU2jus:{y:(componentViewport?.y||0)+0+1542}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:426,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1636,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xya8i1-container\",\"data-framer-name\":\"CTA\",id:elementId3,name:\"CTA\",nodeId:\"UteHt5F1F\",ref:ref4,scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Nl8Vn8Soh:{variant:\"xRJKunJJt\"},UeBSU2jus:{variant:\"rgVTKcQcv\"}},children:/*#__PURE__*/_jsx(CTANewsletter,{height:\"100%\",id:\"UteHt5F1F\",layoutId:\"UteHt5F1F\",name:\"CTA\",QmpCzW15f:\"Sign up for our finance newsletter\",style:{width:\"100%\"},variant:\"CMVWLDMzt\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UeBSU2jus:{y:(componentViewport?.y||0)+0+1968}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:644,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2062,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b8qj7q-container\",nodeId:\"xcJPYmnEx\",scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Nl8Vn8Soh:{variant:\"LU5aqljY_\"},UeBSU2jus:{variant:\"ZPzkKlhV5\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"xcJPYmnEx\",layoutId:\"xcJPYmnEx\",style:{width:\"100%\"},variant:\"aUOVDA5wB\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ew6fah-container\",\"data-framer-name\":\"Nav\",layoutScroll:true,name:\"Nav\",nodeId:\"cUntLj59D\",rendersWithMotion:true,scopeId:\"xZqFf6NIR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Nl8Vn8Soh:{__framer__targets:[{offset:60,ref:ref1,target:\"GOhfOxQ_4\"},{offset:60,ref:ref2,target:\"jlsM5JHcx\"},{offset:60,ref:ref4,target:\"GOhfOxQ_4\"}],variant:\"GOhfOxQ_4\"},UeBSU2jus:{__framer__targets:[{offset:60,ref:ref1,target:\"Fjkl5OPGk\"},{offset:60,ref:ref2,target:\"onuwv4s61\"},{offset:60,ref:ref4,target:\"Fjkl5OPGk\"}],variant:\"Fjkl5OPGk\"}},children:/*#__PURE__*/_jsx(NavNavWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:60,ref:ref1,target:\"eSgYVtV7y\"},{offset:60,ref:ref2,target:\"J7TtQthx_\"},{offset:60,ref:ref4,target:\"eSgYVtV7y\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"cUntLj59D\",layoutId:\"cUntLj59D\",name:\"Nav\",style:{width:\"100%\"},variant:\"eSgYVtV7y\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mh2ks.framer-oj8bp3, .framer-mh2ks .framer-oj8bp3 { display: block; }\",\".framer-mh2ks.framer-1e0l0yw { 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: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-mh2ks .framer-1rugtkk-container, .framer-mh2ks .framer-1xya8i1-container { flex: none; height: auto; position: relative; scroll-margin-top: 60px; width: 100%; }\",\".framer-mh2ks .framer-iquixq { 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; scroll-margin-top: 60px; width: 100%; }\",\".framer-mh2ks .framer-68ke3o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 80px 60px 80px 60px; position: relative; width: 1px; }\",\".framer-mh2ks .framer-11ebzv5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mh2ks .framer-y7ya8y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-mh2ks .framer-120677 { --framer-paragraph-spacing: 15px; flex: 1 0 0px; height: auto; max-width: 720px; position: relative; scroll-margin-top: 140px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-mh2ks .framer-1hq3b9p { align-content: center; align-items: center; bottom: 80px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 140px; width: 300px; z-index: 1; }\",\".framer-mh2ks .framer-2ejior { align-content: center; align-items: center; background-color: var(--token-fae2c128-35fb-45de-a6c2-32169f920c68, #0d0d0d); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 5px; position: sticky; top: 140px; width: 100%; z-index: 1; }\",\".framer-mh2ks .framer-a1v7sz-container, .framer-mh2ks .framer-7nfh55-container, .framer-mh2ks .framer-1b8qj7q-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-mh2ks .framer-oi2dcj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-mh2ks .framer-1ew6fah-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-mh2ks.framer-1e0l0yw, .framer-mh2ks .framer-iquixq, .framer-mh2ks .framer-68ke3o, .framer-mh2ks .framer-11ebzv5, .framer-mh2ks .framer-y7ya8y, .framer-mh2ks .framer-1hq3b9p, .framer-mh2ks .framer-2ejior { gap: 0px; } .framer-mh2ks.framer-1e0l0yw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mh2ks.framer-1e0l0yw > :first-child, .framer-mh2ks .framer-68ke3o > :first-child, .framer-mh2ks .framer-1hq3b9p > :first-child, .framer-mh2ks .framer-2ejior > :first-child { margin-top: 0px; } .framer-mh2ks.framer-1e0l0yw > :last-child, .framer-mh2ks .framer-68ke3o > :last-child, .framer-mh2ks .framer-1hq3b9p > :last-child, .framer-mh2ks .framer-2ejior > :last-child { margin-bottom: 0px; } .framer-mh2ks .framer-iquixq > *, .framer-mh2ks .framer-y7ya8y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mh2ks .framer-iquixq > :first-child, .framer-mh2ks .framer-11ebzv5 > :first-child, .framer-mh2ks .framer-y7ya8y > :first-child { margin-left: 0px; } .framer-mh2ks .framer-iquixq > :last-child, .framer-mh2ks .framer-11ebzv5 > :last-child, .framer-mh2ks .framer-y7ya8y > :last-child { margin-right: 0px; } .framer-mh2ks .framer-68ke3o > *, .framer-mh2ks .framer-2ejior > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-mh2ks .framer-11ebzv5 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-mh2ks .framer-1hq3b9p > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-mh2ks.framer-1e0l0yw { width: 810px; } .framer-mh2ks .framer-68ke3o { padding: 80px 40px 80px 40px; } .framer-mh2ks .framer-1hq3b9p { width: 200px; }}\",\"@media (max-width: 809px) { .framer-mh2ks.framer-1e0l0yw { width: 390px; } .framer-mh2ks .framer-iquixq, .framer-mh2ks .framer-11ebzv5 { flex-direction: column; } .framer-mh2ks .framer-68ke3o { flex: none; padding: 80px 20px 80px 20px; width: 100%; } .framer-mh2ks .framer-y7ya8y { flex: none; width: 100%; } .framer-mh2ks .framer-1hq3b9p { bottom: unset; position: relative; top: unset; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-mh2ks .framer-iquixq, .framer-mh2ks .framer-11ebzv5 { gap: 0px; } .framer-mh2ks .framer-iquixq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mh2ks .framer-iquixq > :first-child, .framer-mh2ks .framer-11ebzv5 > :first-child { margin-top: 0px; } .framer-mh2ks .framer-iquixq > :last-child, .framer-mh2ks .framer-11ebzv5 > :last-child { margin-bottom: 0px; } .framer-mh2ks .framer-11ebzv5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6591\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Nl8Vn8Soh\":{\"layout\":[\"fixed\",\"auto\"]},\"UeBSU2jus\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"dicHs0kfq\":{\"pattern\":\":dicHs0kfq\",\"name\":\"header\"},\"Lce26mnVS\":{\"pattern\":\":Lce26mnVS\",\"name\":\"main\"},\"IbDueIaPA\":{\"pattern\":\":IbDueIaPA\",\"name\":\"content\"},\"UteHt5F1F\":{\"pattern\":\":UteHt5F1F\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FramerxZqFf6NIR=withCSS(Component,css,\"framer-mh2ks\");export default FramerxZqFf6NIR;FramerxZqFf6NIR.displayName=\"Articles\";FramerxZqFf6NIR.defaultProps={height:6591,width:1200};addFonts(FramerxZqFf6NIR,[{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\"}]},...PageHeaderResourceFonts,...TableOfContentsFonts,...LiteWidgetFonts,...RelatedContentFonts,...CTANewsletterFonts,...FooterFonts,...NavNavFonts,...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),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"jXefIIYPB\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"jXefIIYPB\"]):[],...componentPresets.fonts?.[\"wOBHRcw21\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"wOBHRcw21\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxZqFf6NIR\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"6591\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"dicHs0kfq\\\":{\\\"pattern\\\":\\\":dicHs0kfq\\\",\\\"name\\\":\\\"header\\\"},\\\"Lce26mnVS\\\":{\\\"pattern\\\":\\\":Lce26mnVS\\\",\\\"name\\\":\\\"main\\\"},\\\"IbDueIaPA\\\":{\\\"pattern\\\":\\\":IbDueIaPA\\\",\\\"name\\\":\\\"content\\\"},\\\"UteHt5F1F\\\":{\\\"pattern\\\":\\\":UteHt5F1F\\\",\\\"name\\\":\\\"cta\\\"}}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Nl8Vn8Soh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UeBSU2jus\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PageHeaderResourceFonts", "getFonts", "UotngM7Sy_default", "TableOfContentsFonts", "TableOfContents", "LiteWidgetFonts", "LiteWidget", "RelatedContentFonts", "Un9FiD5AS_default", "CTANewsletterFonts", "iSnsA2DHh_default", "FooterFonts", "eo4fbJTdm_default", "NavNavFonts", "hH1DdpI8D_default", "NavNavWithVariantAppearEffect", "withVariantAppearEffect", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "addImageAlt", "image", "alt", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "xHsfFVWkB_default", "Y8dPBsl38_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "lx3f8_UWk", "hTSOFk8kG", "ReHMYiG_J", "ReHMYiG_J_DA58g31kn", "qCmpxYULU", "WRWLvI8Kb", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "ref1", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed", "elementId3", "ref4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "PropertyOverrides2", "ComponentPresetsProvider", "RichText2", "css", "FramerxZqFf6NIR", "withCSS", "xZqFf6NIR_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
