{"version":3,"file":"CrwqCANupFfGV0Kbd-7wuNsFeTbvGASf-_3p9giH0rE.Bq2hAV08.mjs","names":["Announcement","Header","Category","Phosphor","Image","Newsletter","CTA","Footer","Maker","props","Blog","metadata","className","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/4UMip9GMhOjlmpwMJJke/yd9jJmhOWcJC1mrlGV1f/pKregR2vx.js"],"sourcesContent":["// Generated by Framer (c85c929)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MotionText from\"https://framerusercontent.com/modules/2AusMW9Upi6mhJ0JzKTi/JDzSGgmn8h2b4UH5eZEa/MotionText.js\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Footer from\"#framer/local/canvasComponent/FTKcQH8yE/FTKcQH8yE.js\";import Header from\"#framer/local/canvasComponent/GSODHyPTT/GSODHyPTT.js\";import Announcement from\"#framer/local/canvasComponent/gZDq1MaPD/gZDq1MaPD.js\";import Maker from\"#framer/local/canvasComponent/JZ43Bo9kw/JZ43Bo9kw.js\";import Category from\"#framer/local/canvasComponent/oqtJ0FxU5/oqtJ0FxU5.js\";import CTA from\"#framer/local/canvasComponent/swLerQTvA/swLerQTvA.js\";import Newsletter from\"#framer/local/canvasComponent/TTV6rjQmk/TTV6rjQmk.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/sTGkx_v4K/sTGkx_v4K.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/BSJwvYMRq/BSJwvYMRq.js\";import*as sharedStyle5 from\"#framer/local/css/ixO3ePret/ixO3ePret.js\";import*as sharedStyle2 from\"#framer/local/css/ML1ApQtuT/ML1ApQtuT.js\";import*as sharedStyle3 from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle4 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle7 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import*as sharedStyle1 from\"#framer/local/css/vkciF0LFP/vkciF0LFP.js\";import*as sharedStyle from\"#framer/local/css/YoA3gknJd/YoA3gknJd.js\";import metadataProvider from\"#framer/local/webPageMetadata/pKregR2vx/pKregR2vx.js\";const AnnouncementFonts=getFonts(Announcement);const HeaderFonts=getFonts(Header);const CategoryFonts=getFonts(Category);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionTextFonts=getFonts(MotionText);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const PatternFonts=getFonts(Pattern);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const NewsletterFonts=getFonts(Newsletter);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const MakerFonts=getFonts(Maker);const breakpoints={mteFMYiDA:\"(min-width: 1600px)\",NpiPEaVZN:\"(min-width: 810px) and (max-width: 1599px)\",SQR1zAnq9:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-EdABK\";const variantClassNames={mteFMYiDA:\"framer-v-1b4ghbz\",NpiPEaVZN:\"framer-v-121imkp\",SQR1zAnq9:\"framer-v-1gj4ial\"};const transition1={damping:40,delay:.6,mass:1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-40};const transition2={damping:40,delay:.7,mass:1,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,\"en-US\");};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={damping:40,delay:.2,mass:1,stiffness:200,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:40,delay:.3,mass:1,stiffness:200,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={damping:40,delay:.4,mass:1,stiffness:200,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:40,delay:.5,mass:1,stiffness:200,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"mteFMYiDA\",Phone:\"SQR1zAnq9\",Tablet:\"NpiPEaVZN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mteFMYiDA\"};};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:\"pKregR2vx\",data:Blog,type:\"Collection\"},select:[{collection:\"pKregR2vx\",name:\"oKH_t61ub\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"exPumyWSC\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"tFpLAZ9gi\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"GTwcxzdPC\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"qt_zUl3rZ\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"iQitXBB1M\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"hOrnczZK6\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"tmu9n_JM7\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"R1slP3icL\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"d4O_SP452\",type:\"Identifier\"},{collection:\"pKregR2vx\",name:\"w1Hl8K5R0\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"pKregR2vx\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,qt_zUl3rZ=getFromCurrentRouteData(\"qt_zUl3rZ\")??\"#09F\",GTwcxzdPC=getFromCurrentRouteData(\"GTwcxzdPC\"),oKH_t61ub=getFromCurrentRouteData(\"oKH_t61ub\")??\"\",w1Hl8K5R0=getFromCurrentRouteData(\"w1Hl8K5R0\"),tFpLAZ9gi=getFromCurrentRouteData(\"tFpLAZ9gi\"),R1slP3icL=getFromCurrentRouteData(\"R1slP3icL\"),tmu9n_JM7=getFromCurrentRouteData(\"tmu9n_JM7\")??\"\",d4O_SP452=getFromCurrentRouteData(\"d4O_SP452\")??\"\",iQitXBB1M=getFromCurrentRouteData(\"iQitXBB1M\")??\"\",hOrnczZK6=getFromCurrentRouteData(\"hOrnczZK6\")??\"\",exPumyWSC=getFromCurrentRouteData(\"exPumyWSC\")??\"\",...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"SQR1zAnq9\")return false;return true;};const router=useRouter();const elementId=useRouteElementId(\"Zz12rDqW7\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(w1Hl8K5R0,activeLocaleCode);const visible=isSet(tFpLAZ9gi);const isDisplayed1=value=>{if(!isBrowser())return true;if(baseVariant===\"SQR1zAnq9\")return false;return value;};const visible1=isSet(R1slP3icL);const visible2=isSet(tmu9n_JM7);const visible3=isSet(d4O_SP452);const visible4=isSet(iQitXBB1M);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"SQR1zAnq9\")return true;return false;};const elementId1=useRouteElementId(\"moQeabc0t\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"mteFMYiDA\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-11cd0a17-ad80-4ff9-85ee-5c4300b8473d, rgb(240, 243, 249)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1b4ghbz\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J6KwYuFeO\"},implicitPathVariables:undefined},{href:{webPageId:\"J6KwYuFeO\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uitz9m-container hidden-1gj4ial\",nodeId:\"LVbIqPW70\",scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{link:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Announcement,{content:\"Our Q1 2023 changelog is now live! Check out what we shipped over the last quarter.\",height:\"100%\",id:\"LVbIqPW70\",layoutId:\"LVbIqPW70\",link:resolvedLinks[0],newTab:false,smoothScroll:true,style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+58,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{layoutScroll:true}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yvlq6a-container\",id:elementId,nodeId:\"Zz12rDqW7\",ref:ref1,scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{variant:\"ZdcBPVrct\"},SQR1zAnq9:{NsOR8nrMV:\"pHoTnfVDa\",variant:\"niroanx5H\"}},children:/*#__PURE__*/_jsx(Header,{GJuRG56yW:\"xA6ISxkZH\",HDvkhHMl6:\"xA6ISxkZH\",height:\"100%\",id:\"Zz12rDqW7\",JpjHoyexn:\"xA6ISxkZH\",JYKgEXmE4:\"xA6ISxkZH\",layoutId:\"Zz12rDqW7\",NsOR8nrMV:\"ZNAJAjzqr\",s9VMzY2uR:\"xA6ISxkZH\",style:{width:\"100%\"},UGnGFqKnZ:\"xA6ISxkZH\",variant:\"l1qcfii58\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ketck0\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17qig0h\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g4ymp6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b58agb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nz0be8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sigtt6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px)`,y:(componentViewport?.y||0)+56+0+0+613+25+0+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`min(min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px, (min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px) / 2)`,y:(componentViewport?.y||0)+0+128+120+0+0+0+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-zdfn33-container\",\"data-framer-appear-id\":\"zdfn33\",initial:animation1,nodeId:\"XC431XfrQ\",optimized:true,rendersWithMotion:true,scopeId:\"pKregR2vx\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Category,{height:\"100%\",id:\"XC431XfrQ\",layoutId:\"XC431XfrQ\",style:{width:\"100%\"},tUgYXMxYi:enumToDisplayNameFunctions[\"GTwcxzdPC\"]?.(GTwcxzdPC,activeLocale),width:\"100%\",XDMxgKCLO:qt_zUl3rZ})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-brw357-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AtQTMWDoC\",scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{font:{font:\"Fixel Display Black\",fontSize:44,fontWeight:400,letterSpacing:-1.5,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"}}},children:/*#__PURE__*/_jsx(MotionText,{color:\"var(--token-cea9f6c7-bb6d-4719-b864-fb296f62efb5, rgb(0, 64, 221))\",effectOptions:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,x:0,y:10},font:{font:\"Fixel Display Black\",fontSize:52,fontWeight:400,letterSpacing:-1.5,lineHeight:1.2,lineHeightPixels:100,lineHeightType:true,offset:0,textAlign:\"left\",whiteSpace:\"normal\"},height:\"100%\",id:\"AtQTMWDoC\",layoutId:\"AtQTMWDoC\",overflow:false,perWord:false,stagger:.01,style:{width:\"100%\"},text:oKH_t61ub,transitionOptions:{damping:50,delay:0,mass:1,stiffness:500,type:\"spring\"},type:\"letter\",variant:true,width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1wvgb5r\",\"data-framer-appear-id\":\"1wvgb5r\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rydofy-container\",\"data-framer-name\":\"Icon\",isAuthoredByUser:true,isModuleExternal:true,name:\"Icon\",nodeId:\"CAKMfF7f7\",scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(108, 108, 112))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarBlank\",id:\"CAKMfF7f7\",layoutId:\"CAKMfF7f7\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"light\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-abs99d\",\"data-styles-preset\":\"YoA3gknJd\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(108, 108, 112))\"},children:\"May 22, 2023\"})}),className:\"framer-1wax4mr\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),isDisplayed1(visible)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+128+120+0+0+0+0+454),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px)`,...toResponsiveImage(tFpLAZ9gi)}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation4,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+128+120+0+0+0+0+454),sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px, (min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px) * 1.15)`,...toResponsiveImage(tFpLAZ9gi)},className:cx(\"framer-kl4j0d\",\"hidden-1gj4ial\",!visible&&\"hidden-1b4ghbz\",!visible&&\"hidden-121imkp\"),\"data-framer-appear-id\":\"kl4j0d\",\"data-framer-name\":\"Image\",initial:animation3,optimized:true,style:{transformPerspective:1200}})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ods1o3-container hidden-1gj4ial\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rB8ASVbzZ\",scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(Pattern,{back:\"rgba(255, 255, 255, 0)\",diagonal:true,direction:\"left\",duration:5,front:\"var(--token-a0902d3e-cbb2-4a80-a007-763a1bd6393b, rgb(15, 15, 15))\",height:\"100%\",id:\"rB8ASVbzZ\",layoutId:\"rB8ASVbzZ\",patternType:\"plus\",radius:0,scale:6,shouldAnimate:false,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l2eh90\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-oadu20\",\"data-framer-appear-id\":\"oadu20\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:[visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+56+0+0+613+25+404+0+0+-26),sizes:\"52px\",...toResponsiveImage(R1slP3icL)}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+128+120+0+0+494+0+-26),sizes:\"52px\",...toResponsiveImage(R1slP3icL)},className:\"framer-xgtlci\",\"data-border\":true,\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13w7dby\",children:[visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a9ts91\",\"data-styles-preset\":\"vkciF0LFP\",children:\"Jeff Titterton\"})}),className:\"framer-1wky0as\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:tmu9n_JM7,verticalAlignment:\"top\",withExternalLayout:true}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-abs99d\",\"data-styles-preset\":\"YoA3gknJd\",style:{\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(108, 108, 112))\"},children:\"CMO\"})}),className:\"framer-17yhw3p\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],text:d4O_SP452,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wav7kb\",children:[visible4&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tq2c14\",\"data-styles-preset\":\"ML1ApQtuT\",style:{\"--framer-text-color\":\"var(--token-253584e7-0142-4561-ba9b-5f01ede1a8df, rgb(108, 108, 112))\"},children:\"Registration is open for Stripe Sessions—our annual user conference. Like last year, Sessions 2022 will be completely virtual, free to attend, and open to all.\"})}),className:\"framer-11x3mzt\",\"data-framer-appear-id\":\"11x3mzt\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},text:iQitXBB1M,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js:default\":componentPresets.props[\"WSY7Zt3fY\"],\"module:NEd4VmDdsxM3StIUbddO/4sbLnuatuUfmOTwFGSJM/YouTube.js:Youtube\":componentPresets.props[\"rrSKtdeGb\"]},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation7,children:hOrnczZK6,className:\"framer-1j4vxfx\",\"data-framer-appear-id\":\"1j4vxfx\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-1tq2c14\",h5:\"framer-styles-preset-c27xim\",h6:\"framer-styles-preset-1ncqgyt\",p:\"framer-styles-preset-abs99d\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{y:(componentViewport?.y||0)+56+0+0+613+25+560}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1140px) - 50px)`,y:(componentViewport?.y||0)+0+128+120+0+0+670,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-ar3eys-container\",\"data-framer-appear-id\":\"ar3eys\",initial:animation3,nodeId:\"EGTVp3sWw\",optimized:true,rendersWithMotion:true,scopeId:\"pKregR2vx\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{variant:\"EVfs9atIK\"},SQR1zAnq9:{variant:\"QIijWCmEb\"}},children:/*#__PURE__*/_jsx(Newsletter,{CKZps0R2Q:\"EnvelopeSimpleOpen\",height:\"100%\",id:\"EGTVp3sWw\",Id3fpIA5S:\"Receive weekly updates on new posts and features\",layoutId:\"EGTVp3sWw\",style:{width:\"100%\"},variant:\"PU4v_igor\",width:\"100%\",wkXZgY1Q0:\"Subscribe to our newsletter\"})})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+56+0+0+0),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(tFpLAZ9gi)}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",...toResponsiveImage(tFpLAZ9gi)},className:\"framer-19i3ofe hidden-1b4ghbz hidden-121imkp\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{y:(componentViewport?.y||0)+56+1459}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1274,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vs3ruy-container\",nodeId:\"Syt1TIiqs\",scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{variant:\"yqHPE08UJ\"},SQR1zAnq9:{variant:\"z9fVh6wey\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"Syt1TIiqs\",layoutId:\"Syt1TIiqs\",style:{width:\"100%\"},variant:\"isjosqT1I\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{exPumyWSC},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined},{href:{pathVariables:{exPumyWSC},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined},{href:{pathVariables:{exPumyWSC},webPageId:\"pKregR2vx\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SQR1zAnq9:{y:(componentViewport?.y||0)+56+2131}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:151,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1946,children:/*#__PURE__*/_jsx(Container,{className:\"framer-igq67p-container\",id:elementId1,nodeId:\"moQeabc0t\",ref:ref2,scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NpiPEaVZN:{Yz9uIofru:resolvedLinks1[1]},SQR1zAnq9:{variant:\"KJRN70S4a\",Yz9uIofru:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Footer,{cKzvz3Biu:\"xA6ISxkZH\",DsaLsNo9t:\"xA6ISxkZH\",fMXPyG4R8:\"xA6ISxkZH\",height:\"100%\",hz5sdD_ty:\"xA6ISxkZH\",id:\"moQeabc0t\",layoutId:\"moQeabc0t\",McSYdNYT7:\"xA6ISxkZH\",nwHCNDXGX:\"xA6ISxkZH\",style:{width:\"100%\"},variant:\"DelRlX48a\",width:\"100%\",xC98U1B9w:\"ZNAJAjzqr\",Yz9uIofru:resolvedLinks1[0],Zm1PsASFn:\"xA6ISxkZH\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:944,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ogqdyj-container\",layoutScroll:true,nodeId:\"wA6COtbPF\",scopeId:\"pKregR2vx\",children:/*#__PURE__*/_jsx(Maker,{FHJGNfmDK:\"https://yaba.studio/\",height:\"100%\",id:\"wA6COtbPF\",layoutId:\"wA6COtbPF\",nl65IuUSu:\"designed by yaba\",variant:\"omIMHUw1z\",vMgmeqhKJ:true,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EdABK.framer-g985bw, .framer-EdABK .framer-g985bw { display: block; }\",\".framer-EdABK.framer-1b4ghbz { align-content: center; align-items: center; background-color: var(--token-11cd0a17-ad80-4ff9-85ee-5c4300b8473d, #f0f3f9); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1600px; }\",\".framer-EdABK .framer-1uitz9m-container, .framer-EdABK .framer-brw357-container, .framer-EdABK .framer-1vs3ruy-container, .framer-EdABK .framer-igq67p-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-EdABK .framer-1yvlq6a-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-EdABK .framer-ketck0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-EdABK .framer-17qig0h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1140px; overflow: visible; padding: 0px 25px 0px 25px; position: relative; width: 100%; }\",\".framer-EdABK .framer-g4ymp6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-EdABK .framer-b58agb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-EdABK .framer-1nz0be8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 50%; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-EdABK .framer-1sigtt6 { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-EdABK .framer-zdfn33-container, .framer-EdABK .framer-ar3eys-container { flex: none; height: auto; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-EdABK .framer-1wvgb5r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-EdABK .framer-rydofy-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-EdABK .framer-1wax4mr { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-EdABK .framer-kl4j0d { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 113px); justify-content: flex-start; min-width: 115%; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-EdABK .framer-1ods1o3-container { bottom: -55px; flex: none; left: -55px; max-width: 50%; opacity: 0.05; position: absolute; top: -55px; width: 436px; }\",\".framer-EdABK .framer-1l2eh90 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-EdABK .framer-oadu20 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 300px; overflow: visible; padding: 0px; position: sticky; top: 100px; width: 1px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-EdABK .framer-xgtlci { --border-bottom-width: 1px; --border-color: rgba(15, 15, 15, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 52px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 52px; }\",\".framer-EdABK .framer-13w7dby { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EdABK .framer-1wky0as, .framer-EdABK .framer-17yhw3p { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-EdABK .framer-1wav7kb { 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: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-EdABK .framer-11x3mzt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-EdABK .framer-1j4vxfx { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-EdABK .framer-19i3ofe { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 113px); justify-content: flex-start; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-EdABK .framer-ogqdyj-container { bottom: 20px; flex: none; height: auto; position: fixed; right: 175px; width: auto; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-EdABK[data-border=\"true\"]::after, .framer-EdABK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1599px) { .framer-EdABK.framer-1b4ghbz { width: 810px; } .framer-EdABK .framer-kl4j0d { min-width: unset; }}\",\"@media (max-width: 809px) { .framer-EdABK.framer-1b4ghbz { overflow: hidden; padding: 56px 0px 0px 0px; width: 390px; } .framer-EdABK .framer-1yvlq6a-container { left: 0px; position: fixed; right: 0px; width: unset; z-index: 10; } .framer-EdABK .framer-ketck0 { padding: 0px 0px 25px 0px; } .framer-EdABK .framer-17qig0h { gap: 30px; order: 1; padding: 25px 25px 0px 25px; } .framer-EdABK .framer-g4ymp6 { gap: 30px; } .framer-EdABK .framer-b58agb { padding: 0px; } .framer-EdABK .framer-1nz0be8 { max-width: unset; } .framer-EdABK .framer-1l2eh90 { flex-direction: column; gap: 30px; } .framer-EdABK .framer-oadu20 { flex: none; position: relative; top: unset; width: 100%; } .framer-EdABK .framer-1wav7kb { flex: none; width: 100%; } .framer-EdABK .framer-19i3ofe { order: 0; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3461\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NpiPEaVZN\":{\"layout\":[\"fixed\",\"auto\"]},\"SQR1zAnq9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Zz12rDqW7\":{\"pattern\":\":Zz12rDqW7\",\"name\":\"header\"},\"moQeabc0t\":{\"pattern\":\":moQeabc0t\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerpKregR2vx=withCSS(Component,css,\"framer-EdABK\");export default FramerpKregR2vx;FramerpKregR2vx.displayName=\"Blog\";FramerpKregR2vx.defaultProps={height:3461,width:1600};addFonts(FramerpKregR2vx,[{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\"}]},...AnnouncementFonts,...HeaderFonts,...CategoryFonts,...MotionTextFonts,...PhosphorFonts,...PatternFonts,...NewsletterFonts,...CTAFonts,...FooterFonts,...MakerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...componentPresets.fonts?.[\"WSY7Zt3fY\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"WSY7Zt3fY\"]):[],...componentPresets.fonts?.[\"rrSKtdeGb\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"rrSKtdeGb\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpKregR2vx\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1600\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NpiPEaVZN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SQR1zAnq9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"3461\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"Zz12rDqW7\\\":{\\\"pattern\\\":\\\":Zz12rDqW7\\\",\\\"name\\\":\\\"header\\\"},\\\"moQeabc0t\\\":{\\\"pattern\\\":\\\":moQeabc0t\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}