{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wQkyOuNlLtXPmhCVA2jJ/TNkPV2zrJu7AC2R9JVLi/pA3k6hmfl.js", "ssg:https://framerusercontent.com/modules/iOWvE21mWPdku9jGkJsS/Djq5Bq20m5sgCx7gRfvh/ibNX3PZBJ.js"],
  "sourcesContent": ["// Generated by Framer (b5638f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oxI02C7nxG5qdCZnBqwG/XiMh79rxey0lbXOqNkiy/dtOoAAwB_.js\";import Badge from\"https://framerusercontent.com/modules/ktznGDRHKOl7fWkPEUBO/ynWhR9pVvkP6RyDvz5vF/ZC6oaTVqt.js\";const BadgeFonts=getFonts(Badge);const PhosphorFonts=getFonts(Phosphor);const enabledGestures={aWPqjh6ms:{hover:true},TaYIj8gVY:{hover:true}};const cycleOrder=[\"aWPqjh6ms\",\"TaYIj8gVY\"];const serializationHash=\"framer-MLBJ6\";const variantClassNames={aWPqjh6ms:\"framer-v-1ulvjpa\",TaYIj8gVY:\"framer-v-69taqd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:.15,ease:[.03,.79,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Boxed:\"TaYIj8gVY\",Default:\"aWPqjh6ms\"};const getProps=({background,border,category,height,id,link,shadow,textColor,thumbnail,title,width,...props})=>{return{...props,A2GUO00Up:link??props.A2GUO00Up,bYC4hSOsY:thumbnail??props.bYC4hSOsY??{src:\"https://framerusercontent.com/images/TUvmJraaDigo8UGQhJcrrh6uW1Y.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/TUvmJraaDigo8UGQhJcrrh6uW1Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/TUvmJraaDigo8UGQhJcrrh6uW1Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TUvmJraaDigo8UGQhJcrrh6uW1Y.png 1920w\"},im0TJpzLF:category??props.im0TJpzLF??\"Getting Started\",pW0C9Erp8:background??props.pW0C9Erp8??\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",SA6KHyzIN:shadow??props.SA6KHyzIN??\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\",U3gIFUAE2:textColor??props.U3gIFUAE2??\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",v7hWlRx3S:border??props.v7hWlRx3S??{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},variant:humanReadableVariantMap[props.variant]??props.variant??\"aWPqjh6ms\",VaYuTSuOv:title??props.VaYuTSuOv??\"Help Article Item Title\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,bYC4hSOsY,VaYuTSuOv,A2GUO00Up,im0TJpzLF,U3gIFUAE2,v7hWlRx3S,SA6KHyzIN,pW0C9Erp8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aWPqjh6ms\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:A2GUO00Up,motionChild:true,nodeId:\"aWPqjh6ms\",scopeId:\"pA3k6hmfl\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1ulvjpa\",className,classNames)} framer-1mw2gby`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"aWPqjh6ms\",ref:refBinding,style:{...style},...addPropertyOverrides({\"aWPqjh6ms-hover\":{\"data-framer-name\":undefined},\"TaYIj8gVY-hover\":{\"data-framer-name\":undefined},TaYIj8gVY:{\"data-framer-name\":\"Boxed\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fmp5pt\",layoutDependency:layoutDependency,layoutId:\"ShBeetd77\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",\"--u6y86x\":SA6KHyzIN,backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},variants:{\"aWPqjh6ms-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},TaYIj8gVY:{\"--border-bottom-width\":(v7hWlRx3S.borderBottomWidth??v7hWlRx3S.borderWidth)+\"px\",\"--border-color\":v7hWlRx3S.borderColor,\"--border-left-width\":(v7hWlRx3S.borderLeftWidth??v7hWlRx3S.borderWidth)+\"px\",\"--border-right-width\":(v7hWlRx3S.borderRightWidth??v7hWlRx3S.borderWidth)+\"px\",\"--border-style\":v7hWlRx3S.borderStyle,\"--border-top-width\":(v7hWlRx3S.borderTopWidth??v7hWlRx3S.borderWidth)+\"px\",backgroundColor:pW0C9Erp8,borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"var(--u6y86x)\"}},...addPropertyOverrides({TaYIj8gVY:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fdvogz\",layoutDependency:layoutDependency,layoutId:\"VfKvEIYKd\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+0+((componentViewport?.height||200)-0-305)/1*0)+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(bYC4hSOsY)},className:\"framer-1blfls0\",\"data-border\":true,\"data-framer-name\":\"Thumbnail\",layoutDependency:layoutDependency,layoutId:\"sEsNSHSPd\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({TaYIj8gVY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(0+0+((componentViewport?.height||200)-0-350)/1*0)+20+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,...toResponsiveImage(bYC4hSOsY)}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||200)-0-305)/1*0)+0+0+0+20,...addPropertyOverrides({TaYIj8gVY:{y:(componentViewport?.y||0)+0+(0+0+((componentViewport?.height||200)-0-350)/1*0)+20+0+0+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gq5adm-container\",layoutDependency:layoutDependency,layoutId:\"ODAeHKq5e-container\",nodeId:\"ODAeHKq5e\",rendersWithMotion:true,scopeId:\"pA3k6hmfl\",children:/*#__PURE__*/_jsx(Badge,{C_fTzd5lR:{borderColor:'var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231)) /* {\"name\":\"Gray 200\"} */',borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"ODAeHKq5e\",iXsfVjsEM:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",JPO2n74ig:100,layoutId:\"ODAeHKq5e\",Lsu1xrgI3:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",p4KdNyw2A:0,variant:\"Qy1b_vjYv\",width:\"100%\",XGtDHEUvE:im0TJpzLF})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ptfax\",layoutDependency:layoutDependency,layoutId:\"URZ5E_oMJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-ntfn9g\",\"data-styles-preset\":\"dtOoAAwB_\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--variable-reference-U3gIFUAE2-pA3k6hmfl))\"},children:\"Portfolio Item Title\"})}),className:\"framer-980lpi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V6sK9zH7t\",style:{\"--extracted-1w1cjl5\":\"var(--variable-reference-U3gIFUAE2-pA3k6hmfl)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-U3gIFUAE2-pA3k6hmfl\":U3gIFUAE2},text:VaYuTSuOv,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s9m362-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kdv5sIFC4-container\",nodeId:\"kdv5sIFC4\",rendersWithMotion:true,scopeId:\"pA3k6hmfl\",style:{opacity:0},variants:{\"aWPqjh6ms-hover\":{opacity:1},\"TaYIj8gVY-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:U3gIFUAE2,height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"kdv5sIFC4\",layoutId:\"kdv5sIFC4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MLBJ6.framer-1mw2gby, .framer-MLBJ6 .framer-1mw2gby { display: block; }\",\".framer-MLBJ6.framer-1ulvjpa { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 600px; }\",\".framer-MLBJ6 .framer-1fmp5pt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-MLBJ6 .framer-fdvogz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-MLBJ6 .framer-1blfls0 { flex: 1 0 0px; height: 250px; position: relative; width: 1px; }\",\".framer-MLBJ6 .framer-gq5adm-container { flex: none; height: auto; position: absolute; right: 20px; top: 20px; width: auto; }\",\".framer-MLBJ6 .framer-12ptfax { 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 50px 0px 20px; position: relative; width: 100%; }\",\".framer-MLBJ6 .framer-980lpi { flex: 1 0 0px; height: auto; max-width: 600px; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-MLBJ6 .framer-s9m362-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: absolute; right: 30px; top: 0px; width: 26px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MLBJ6 .framer-1fmp5pt, .framer-MLBJ6 .framer-fdvogz, .framer-MLBJ6 .framer-12ptfax { gap: 0px; } .framer-MLBJ6 .framer-1fmp5pt > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-MLBJ6 .framer-1fmp5pt > :first-child { margin-top: 0px; } .framer-MLBJ6 .framer-1fmp5pt > :last-child { margin-bottom: 0px; } .framer-MLBJ6 .framer-fdvogz > *, .framer-MLBJ6 .framer-12ptfax > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MLBJ6 .framer-fdvogz > :first-child, .framer-MLBJ6 .framer-12ptfax > :first-child { margin-left: 0px; } .framer-MLBJ6 .framer-fdvogz > :last-child, .framer-MLBJ6 .framer-12ptfax > :last-child { margin-right: 0px; } }\",\".framer-MLBJ6.framer-v-69taqd .framer-1fmp5pt { align-content: center; align-items: center; overflow: visible; padding: 20px 20px 25px 20px; }\",\".framer-MLBJ6.framer-v-1ulvjpa.hover .framer-s9m362-container { right: 20px; }\",\".framer-MLBJ6.framer-v-69taqd.hover .framer-s9m362-container { height: var(--framer-aspect-ratio-supported, 29px); right: 20px; }\",...sharedStyle.css,'.framer-MLBJ6[data-border=\"true\"]::after, .framer-MLBJ6 [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 305\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TaYIj8gVY\":{\"layout\":[\"fixed\",\"auto\"]},\"NVJqK1ajR\":{\"layout\":[\"fixed\",\"auto\"]},\"aHKsgvBrZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"bYC4hSOsY\":\"thumbnail\",\"VaYuTSuOv\":\"title\",\"A2GUO00Up\":\"link\",\"im0TJpzLF\":\"category\",\"U3gIFUAE2\":\"textColor\",\"v7hWlRx3S\":\"border\",\"SA6KHyzIN\":\"shadow\",\"pW0C9Erp8\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerpA3k6hmfl=withCSS(Component,css,\"framer-MLBJ6\");export default FramerpA3k6hmfl;FramerpA3k6hmfl.displayName=\"Help Article/Card\";FramerpA3k6hmfl.defaultProps={height:305,width:600};addPropertyControls(FramerpA3k6hmfl,{variant:{options:[\"aWPqjh6ms\",\"TaYIj8gVY\"],optionTitles:[\"Default\",\"Boxed\"],title:\"Variant\",type:ControlType.Enum},bYC4hSOsY:{__defaultAssetReference:\"data:framer/asset-reference,TUvmJraaDigo8UGQhJcrrh6uW1Y.png?originalFilename=image.png&preferredSize=auto\",title:\"Thumbnail\",type:ControlType.ResponsiveImage},VaYuTSuOv:{defaultValue:\"Help Article Item Title\",title:\"Title\",type:ControlType.String},A2GUO00Up:{title:\"Link\",type:ControlType.Link},im0TJpzLF:{defaultValue:\"Getting Started\",title:\"Category\",type:ControlType.String},U3gIFUAE2:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Text Color\",type:ControlType.Color},v7hWlRx3S:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},SA6KHyzIN:{defaultValue:[{blur:5,color:\"rgba(0,0,0,0.25)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],title:\"Shadow\",type:ControlType.BoxShadow},pW0C9Erp8:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"Light/Dark [Dynamic]\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerpA3k6hmfl,[{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\"}]},...BadgeFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpA3k6hmfl\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TaYIj8gVY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NVJqK1ajR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aHKsgvBrZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"305\",\"framerVariables\":\"{\\\"bYC4hSOsY\\\":\\\"thumbnail\\\",\\\"VaYuTSuOv\\\":\\\"title\\\",\\\"A2GUO00Up\\\":\\\"link\\\",\\\"im0TJpzLF\\\":\\\"category\\\",\\\"U3gIFUAE2\\\":\\\"textColor\\\",\\\"v7hWlRx3S\\\":\\\"border\\\",\\\"SA6KHyzIN\\\":\\\"shadow\\\",\\\"pW0C9Erp8\\\":\\\"background\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pA3k6hmfl.map", "// Generated by Framer (b5638f1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Button from\"#framer/local/canvasComponent/LNCJ8JrMb/LNCJ8JrMb.js\";import HelpArticleCard from\"#framer/local/canvasComponent/pA3k6hmfl/pA3k6hmfl.js\";import Header from\"#framer/local/canvasComponent/R59UUiNVK/R59UUiNVK.js\";import Footer from\"#framer/local/canvasComponent/RT57n2mYC/RT57n2mYC.js\";import Badge from\"#framer/local/canvasComponent/ZC6oaTVqt/ZC6oaTVqt.js\";import HelpArticles,{enumToDisplayNameFunctions}from\"#framer/local/collection/Hth_U5mID/Hth_U5mID.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle10 from\"#framer/local/css/A1pcW8SdI/A1pcW8SdI.js\";import*as sharedStyle3 from\"#framer/local/css/ALE6yx_O9/ALE6yx_O9.js\";import*as sharedStyle1 from\"#framer/local/css/ao6vEw8CX/ao6vEw8CX.js\";import*as sharedStyle8 from\"#framer/local/css/dRgG77f47/dRgG77f47.js\";import*as sharedStyle6 from\"#framer/local/css/dtOoAAwB_/dtOoAAwB_.js\";import*as sharedStyle2 from\"#framer/local/css/f8V3IQI3H/f8V3IQI3H.js\";import*as sharedStyle7 from\"#framer/local/css/HhLr_TFUZ/HhLr_TFUZ.js\";import*as sharedStyle11 from\"#framer/local/css/lKnSTH4YS/lKnSTH4YS.js\";import*as sharedStyle9 from\"#framer/local/css/Mfr4KkkU8/Mfr4KkkU8.js\";import*as sharedStyle5 from\"#framer/local/css/PT_amgL_6/PT_amgL_6.js\";import*as sharedStyle4 from\"#framer/local/css/Tsh95XLwX/Tsh95XLwX.js\";import*as sharedStyle from\"#framer/local/css/vlUd825be/vlUd825be.js\";import metadataProvider from\"#framer/local/webPageMetadata/ibNX3PZBJ/ibNX3PZBJ.js\";const HeaderFonts=getFonts(Header);const BadgeFonts=getFonts(Badge);const PhosphorFonts=getFonts(Phosphor);const ImageWithFX=withFX(Image);const ButtonFonts=getFonts(Button);const HelpArticleCardFonts=getFonts(HelpArticleCard);const FooterFonts=getFonts(Footer);const breakpoints={AjEKXaIu_:\"(max-width: 809px)\",JGdpQmISf:\"(min-width: 810px) and (max-width: 1199px)\",xps7sGHNS:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-cNPZW\";const variantClassNames={AjEKXaIu_:\"framer-v-12r1690\",JGdpQmISf:\"framer-v-9eii3f\",xps7sGHNS:\"framer-v-18ljkuf\"};const animation={filter:\"blur(3px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:5};const transition1={damping:40,delay:.05,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation,repeat:false,startDelay:0,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};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 animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,x:0,y:0};const transition2={damping:50,delay:.3,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition2,x:0,y:0};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale,{Ie7bjH47STiaEpkNoQ})=>{if(value){return{pathVariables:{Ie7bjH47S:Ie7bjH47STiaEpkNoQ},webPageId:\"ibNX3PZBJ\"};}else{return undefined;}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"xps7sGHNS\",Phone:\"AjEKXaIu_\",Tablet:\"JGdpQmISf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xps7sGHNS\"};};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:\"ibNX3PZBJ\",data:HelpArticles,type:\"Collection\"},select:[{collection:\"ibNX3PZBJ\",name:\"xe8LU7XjF\",type:\"Identifier\"},{collection:\"ibNX3PZBJ\",name:\"Ie7bjH47S\",type:\"Identifier\"},{collection:\"ibNX3PZBJ\",name:\"us3LrjzME\",type:\"Identifier\"},{collection:\"ibNX3PZBJ\",name:\"QdxcGYPkU\",type:\"Identifier\"},{collection:\"ibNX3PZBJ\",name:\"DUvxOEBzf\",type:\"Identifier\"},{collection:\"ibNX3PZBJ\",name:\"bsJc4U6hr\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"ibNX3PZBJ\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,DUvxOEBzf=getFromCurrentRouteData(\"DUvxOEBzf\"),xe8LU7XjF=getFromCurrentRouteData(\"xe8LU7XjF\")??\"\",QdxcGYPkU=getFromCurrentRouteData(\"QdxcGYPkU\"),us3LrjzME=getFromCurrentRouteData(\"us3LrjzME\"),bsJc4U6hr=getFromCurrentRouteData(\"bsJc4U6hr\")??\"\",us3LrjzMETiaEpkNoQ,xe8LU7XjFTiaEpkNoQ,Ie7bjH47STiaEpkNoQ,DUvxOEBzfTiaEpkNoQ,idTiaEpkNoQ,Ie7bjH47S=getFromCurrentRouteData(\"Ie7bjH47S\")??\"\",...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(\"CBViAaBSE\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(QdxcGYPkU,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xps7sGHNS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-18ljkuf\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bgvfqw-container\",layoutScroll:true,nodeId:\"ReUDZu6TA\",scopeId:\"ibNX3PZBJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{variant:\"g7fLVO5ml\"},JGdpQmISf:{variant:\"g7fLVO5ml\"}},children:/*#__PURE__*/_jsx(Header,{BeZsA273t:true,Cof0RMUzO:\"var(--token-e6a1425f-5cc8-4e16-87a5-8615ab8b8fe1, rgb(82, 82, 91))\",dbTkB554q:\"https://store.pixfort.com/buy/46c92bab-2899-43f1-99c6-b4bc8dd1408f\",EdKYuwXXP:\"var(--token-5cb9a68d-31cb-4baf-8414-1a3d9276de57, rgba(255, 255, 255, 0.9))\",eGOhp_OqC:\"Contact\",ewfFJItNT:\"XgBIHPUqi\",FFcnuU4Ek:\"var(--token-5cb9a68d-31cb-4baf-8414-1a3d9276de57, rgba(255, 255, 255, 0.95))\",fjP7WXjeu:true,height:\"100%\",id:\"ReUDZu6TA\",ixSSNMsgd:\"lk7ooqA4_\",KDPaGeBIL:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",layoutId:\"ReUDZu6TA\",oqjnlG1pR:true,ORnOR2pUN:{borderBottomWidth:1,borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},sGHTFWZo5:true,style:{width:\"100%\"},t4qtipNl7:10,UTTJR9foI:true,v06jigF6i:\"flex-start\",variant:\"OEkGhi0ka\",width:\"100%\",zzroHIlLa:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-12jxrg9\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.85,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:96,pixelWidth:96,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-vbv28w\",\"data-framer-name\":\"pattern\"})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1el8y9c\",\"data-framer-name\":\"Title\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fbrvit\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{y:(componentViewport?.y||0)+100+0+0+0+0+0},JGdpQmISf:{y:(componentViewport?.y||0)+120+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+140+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xe1w8m-container\",nodeId:\"zjA8uOwm1\",scopeId:\"ibNX3PZBJ\",children:/*#__PURE__*/_jsx(Badge,{C_fTzd5lR:{borderColor:'var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231)) /* {\"name\":\"Gray 200\"} */',borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"zjA8uOwm1\",iXsfVjsEM:\"var(--token-b0454cba-c19e-43a6-8075-f4b7a5ae4372, rgb(244, 244, 245))\",JPO2n74ig:100,layoutId:\"zjA8uOwm1\",Lsu1xrgI3:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",p4KdNyw2A:0,variant:\"Qy1b_vjYv\",width:\"100%\",XGtDHEUvE:enumToDisplayNameFunctions[\"DUvxOEBzf\"]?.(DUvxOEBzf,activeLocale)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1nqpcik\",\"data-styles-preset\":\"vlUd825be\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"},children:\"Tips for Improving Performance in Framer\"})}),className:\"framer-1fz52el\",\"data-framer-name\":\"Title\",effect:textEffect,fonts:[\"Inter\"],text:xe8LU7XjF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nd8g8m\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cnxg6i\",\"data-framer-name\":\"Date\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1epfsuk-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"P0XnaQUyF\",scopeId:\"ibNX3PZBJ\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarBlank\",id:\"P0XnaQUyF\",layoutId:\"P0XnaQUyF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-igt7au\",\"data-styles-preset\":\"ao6vEw8CX\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\"},children:\"Content\"})}),className:\"framer-97dd7a\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+0+0+217.4),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px)`,...toResponsiveImage(us3LrjzME)}},JGdpQmISf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+120+0+0+227.4),sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) - 40px, 800px)`,...toResponsiveImage(us3LrjzME)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+140+0+0+227.4),sizes:`min(min(${componentViewport?.width||\"100vw\"} - 20px, 1200px) - 40px, 800px)`,...toResponsiveImage(us3LrjzME)},className:\"framer-1bgvvax\",\"data-border\":true,\"data-framer-name\":\"Thumbnail\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"WGQMwDLnq\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:bsJc4U6hr,className:\"framer-2bc2f0\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-tawneo\",blockquote:\"framer-styles-preset-8ekxq0\",code:\"framer-styles-preset-156bu4c\",h1:\"framer-styles-preset-fvy4c6\",h2:\"framer-styles-preset-1nqpcik\",h3:\"framer-styles-preset-1njlwr9\",h4:\"framer-styles-preset-ai6hvh\",h5:\"framer-styles-preset-fi66dc\",h6:\"framer-styles-preset-ntfn9g\",img:\"framer-styles-preset-1w4zmzw\",p:\"framer-styles-preset-11zorzc\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1lrh66c\",\"data-framer-name\":\"Related Articles\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ak81ve\",\"data-framer-name\":\"CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wyy1de\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\"},children:\"Related Articles\"})}),className:\"framer-rk0pnd\",fonts:[\"GF;Plus Jakarta Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-11zorzc\",\"data-styles-preset\":\"HhLr_TFUZ\",children:\"Check articles from the same category\"})}),className:\"framer-15zpeu1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wh02OOwE4\"},implicitPathVariables:undefined},{href:{webPageId:\"Wh02OOwE4\"},implicitPathVariables:undefined},{href:{webPageId:\"Wh02OOwE4\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{y:(componentViewport?.y||0)+100+573.4+40+0+0+197.6},JGdpQmISf:{y:(componentViewport?.y||0)+120+803.4+40+0+66.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+140+823.4+40+0+66.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cmkztd-container\",nodeId:\"HX4NdElPa\",scopeId:\"ibNX3PZBJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{U1Kbkgydv:resolvedLinks[2]},JGdpQmISf:{U1Kbkgydv:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{ApWhoO21o:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},ey7w8muFX:false,G77f5Yx_v:\"Check all articles\",height:\"100%\",HFfTjmBlq:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",id:\"HX4NdElPa\",layoutId:\"HX4NdElPa\",n9WP3fBIv:true,oV7zrnzuy:\"var(--token-b0454cba-c19e-43a6-8075-f4b7a5ae4372, rgb(244, 244, 245))\",SZQpZ3lk2:50,U1Kbkgydv:resolvedLinks[0],variant:\"dFbyw6SJY\",VkxZQkMEC:\"\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:true})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iqsklk\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ebcxna\",\"data-framer-name\":\"Articles list\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"TiaEpkNoQ\",data:HelpArticles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"TiaEpkNoQ\",name:\"us3LrjzME\",type:\"Identifier\"},{collection:\"TiaEpkNoQ\",name:\"xe8LU7XjF\",type:\"Identifier\"},{collection:\"TiaEpkNoQ\",name:\"Ie7bjH47S\",type:\"Identifier\"},{collection:\"TiaEpkNoQ\",name:\"DUvxOEBzf\",type:\"Identifier\"},{collection:\"TiaEpkNoQ\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"TiaEpkNoQ\",name:\"Ie7bjH47S\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:Ie7bjH47S},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"TiaEpkNoQ\",name:\"DUvxOEBzf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:DUvxOEBzf},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({DUvxOEBzf:DUvxOEBzfTiaEpkNoQ,id:idTiaEpkNoQ,Ie7bjH47S:Ie7bjH47STiaEpkNoQ,us3LrjzME:us3LrjzMETiaEpkNoQ,xe8LU7XjF:xe8LU7XjFTiaEpkNoQ},index)=>{xe8LU7XjFTiaEpkNoQ??=\"\";Ie7bjH47STiaEpkNoQ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`TiaEpkNoQ-${idTiaEpkNoQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Ie7bjH47S:Ie7bjH47STiaEpkNoQ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean(isSet(Ie7bjH47STiaEpkNoQ),activeLocale,{Ie7bjH47STiaEpkNoQ}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(Ie7bjH47STiaEpkNoQ),activeLocale,{Ie7bjH47STiaEpkNoQ}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(Ie7bjH47STiaEpkNoQ),activeLocale,{Ie7bjH47STiaEpkNoQ}),implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{width:`max(max(min(${componentViewport?.width||\"100vw\"} - 30px, 800px), 1px), 200px)`,y:(componentViewport?.y||0)+100+573.4+40+277.6+0+0+0},JGdpQmISf:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 30px, 800px), 1px) - 30px) / 2, 200px)`,y:(componentViewport?.y||0)+120+803.4+40+212.6+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:`max((max(min(${componentViewport?.width||\"100vw\"} - 50px, 800px), 1px) - 30px) / 2, 200px)`,y:(componentViewport?.y||0)+140+823.4+40+212.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mw1727-container\",nodeId:\"j0ZZYyREd\",scopeId:\"ibNX3PZBJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{A2GUO00Up:resolvedLinks1[2]},JGdpQmISf:{A2GUO00Up:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(HelpArticleCard,{A2GUO00Up:resolvedLinks1[0],bYC4hSOsY:toResponsiveImage(us3LrjzMETiaEpkNoQ),height:\"100%\",id:\"j0ZZYyREd\",im0TJpzLF:enumToDisplayNameFunctions[\"DUvxOEBzf\"]?.(DUvxOEBzfTiaEpkNoQ,activeLocale),layoutId:\"j0ZZYyREd\",pW0C9Erp8:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",SA6KHyzIN:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\",style:{width:\"100%\"},U3gIFUAE2:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",v7hWlRx3S:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},variant:\"aWPqjh6ms\",VaYuTSuOv:xe8LU7XjFTiaEpkNoQ,width:\"100%\"})})})})})})})},idTiaEpkNoQ);})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+100+1591},JGdpQmISf:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+120+1766}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:557,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+140+1806,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bfqs0r-container\",nodeId:\"PEuWmLunK\",scopeId:\"ibNX3PZBJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AjEKXaIu_:{variant:\"mpwjk9MUe\"},JGdpQmISf:{variant:\"z8oyrV_8I\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"PEuWmLunK\",layoutId:\"PEuWmLunK\",style:{width:\"100%\"},variant:\"PbSBQXuqG\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cNPZW.framer-xi5zt1, .framer-cNPZW .framer-xi5zt1 { display: block; }\",\".framer-cNPZW.framer-18ljkuf { align-content: center; align-items: center; background-color: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 0px 0px 20px; position: relative; width: 1200px; }\",\".framer-cNPZW .framer-1bgvfqw-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-cNPZW .framer-12jxrg9 { background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, rgb(247, 237, 237)) 60%); flex: none; height: 400px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-cNPZW .framer-vbv28w { -webkit-mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; flex: none; height: 400px; left: 0px; mask: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 100%) add; opacity: 0.05; position: absolute; right: 0px; top: 0px; }\",\".framer-cNPZW .framer-1el8y9c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 0px 20px 0px 20px; position: relative; width: 100%; z-index: 0; }\",\".framer-cNPZW .framer-1fbrvit { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cNPZW .framer-xe1w8m-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-cNPZW .framer-1fz52el { flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cNPZW .framer-nd8g8m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cNPZW .framer-1cnxg6i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cNPZW .framer-1epfsuk-container { flex: none; height: 21px; position: relative; width: 21px; }\",\".framer-cNPZW .framer-97dd7a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cNPZW .framer-1bgvvax { --border-bottom-width: 1px; --border-color: var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, #e4e4e7); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 400px; max-width: 800px; position: relative; width: 100%; }\",\".framer-cNPZW .framer-2bc2f0 { --framer-paragraph-spacing: 40px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cNPZW .framer-1lrh66c { align-content: center; align-items: center; background-color: var(--token-cd1e8e92-b91e-4022-84c2-a059ee7f7bad, #f7eded); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 15px 40px 15px; position: relative; width: 100%; }\",\".framer-cNPZW .framer-ak81ve { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 800px; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-cNPZW .framer-1wyy1de { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cNPZW .framer-rk0pnd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 600px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cNPZW .framer-15zpeu1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cNPZW .framer-1cmkztd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cNPZW .framer-iqsklk { 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; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cNPZW .framer-1ebcxna { display: grid; flex: 1 0 0px; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-cNPZW .framer-mw1727-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-cNPZW .framer-bfqs0r-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cNPZW.framer-18ljkuf, .framer-cNPZW .framer-1el8y9c, .framer-cNPZW .framer-1fbrvit, .framer-cNPZW .framer-nd8g8m, .framer-cNPZW .framer-1cnxg6i, .framer-cNPZW .framer-1lrh66c, .framer-cNPZW .framer-1wyy1de, .framer-cNPZW .framer-iqsklk { gap: 0px; } .framer-cNPZW.framer-18ljkuf > *, .framer-cNPZW .framer-1el8y9c > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-cNPZW.framer-18ljkuf > :first-child, .framer-cNPZW .framer-1el8y9c > :first-child, .framer-cNPZW .framer-1fbrvit > :first-child, .framer-cNPZW .framer-1lrh66c > :first-child, .framer-cNPZW .framer-1wyy1de > :first-child { margin-top: 0px; } .framer-cNPZW.framer-18ljkuf > :last-child, .framer-cNPZW .framer-1el8y9c > :last-child, .framer-cNPZW .framer-1fbrvit > :last-child, .framer-cNPZW .framer-1lrh66c > :last-child, .framer-cNPZW .framer-1wyy1de > :last-child { margin-bottom: 0px; } .framer-cNPZW .framer-1fbrvit > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-cNPZW .framer-nd8g8m > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-cNPZW .framer-nd8g8m > :first-child, .framer-cNPZW .framer-1cnxg6i > :first-child, .framer-cNPZW .framer-iqsklk > :first-child { margin-left: 0px; } .framer-cNPZW .framer-nd8g8m > :last-child, .framer-cNPZW .framer-1cnxg6i > :last-child, .framer-cNPZW .framer-iqsklk > :last-child { margin-right: 0px; } .framer-cNPZW .framer-1cnxg6i > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-cNPZW .framer-1lrh66c > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-cNPZW .framer-1wyy1de > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-cNPZW .framer-iqsklk > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 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,'.framer-cNPZW[data-border=\"true\"]::after, .framer-cNPZW [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-cNPZW.framer-18ljkuf { gap: 30px; padding: 120px 0px 0px 0px; width: 810px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cNPZW.framer-18ljkuf { gap: 0px; } .framer-cNPZW.framer-18ljkuf > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-cNPZW.framer-18ljkuf > :first-child { margin-top: 0px; } .framer-cNPZW.framer-18ljkuf > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-cNPZW.framer-18ljkuf { gap: 20px; padding: 100px 0px 0px 0px; width: 390px; } .framer-cNPZW .framer-1el8y9c { gap: 40px; } .framer-cNPZW .framer-1bgvvax { height: 200px; max-width: unset; } .framer-cNPZW .framer-ak81ve { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 15px; justify-content: flex-start; } .framer-cNPZW .framer-1wyy1de { flex: none; width: 100%; } .framer-cNPZW .framer-1ebcxna { grid-template-columns: repeat(1, minmax(200px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cNPZW.framer-18ljkuf, .framer-cNPZW .framer-1el8y9c, .framer-cNPZW .framer-ak81ve { gap: 0px; } .framer-cNPZW.framer-18ljkuf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-cNPZW.framer-18ljkuf > :first-child, .framer-cNPZW .framer-1el8y9c > :first-child, .framer-cNPZW .framer-ak81ve > :first-child { margin-top: 0px; } .framer-cNPZW.framer-18ljkuf > :last-child, .framer-cNPZW .framer-1el8y9c > :last-child, .framer-cNPZW .framer-ak81ve > :last-child { margin-bottom: 0px; } .framer-cNPZW .framer-1el8y9c > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-cNPZW .framer-ak81ve > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2916\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JGdpQmISf\":{\"layout\":[\"fixed\",\"auto\"]},\"AjEKXaIu_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"CBViAaBSE\":{\"pattern\":\":CBViAaBSE\",\"name\":\"job-description\"}}\n * @framerResponsiveScreen\n */const FrameribNX3PZBJ=withCSS(Component,css,\"framer-cNPZW\");export default FrameribNX3PZBJ;FrameribNX3PZBJ.displayName=\"Help Articles\";FrameribNX3PZBJ.defaultProps={height:2916,width:1200};addFonts(FrameribNX3PZBJ,[{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:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]},...HeaderFonts,...BadgeFonts,...PhosphorFonts,...ButtonFonts,...HelpArticleCardFonts,...FooterFonts,...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?.[\"WGQMwDLnq\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"WGQMwDLnq\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameribNX3PZBJ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JGdpQmISf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AjEKXaIu_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"{\\\"CBViAaBSE\\\":{\\\"pattern\\\":\\\":CBViAaBSE\\\",\\\"name\\\":\\\"job-description\\\"}}\",\"framerIntrinsicHeight\":\"2916\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BadgeFonts", "getFonts", "ZC6oaTVqt_default", "PhosphorFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transition2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "border", "category", "height", "id", "link", "shadow", "textColor", "thumbnail", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "bYC4hSOsY", "VaYuTSuOv", "A2GUO00Up", "im0TJpzLF", "U3gIFUAE2", "v7hWlRx3S", "SA6KHyzIN", "pW0C9Erp8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerpA3k6hmfl", "withCSS", "pA3k6hmfl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeaderFonts", "getFonts", "R59UUiNVK_default", "BadgeFonts", "ZC6oaTVqt_default", "PhosphorFonts", "Icon", "ImageWithFX", "withFX", "Image2", "ButtonFonts", "LNCJ8JrMb_default", "HelpArticleCardFonts", "pA3k6hmfl_default", "FooterFonts", "RT57n2mYC_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "animation1", "transition2", "animation2", "isSet", "convertFromBoolean", "Ie7bjH47STiaEpkNoQ", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Hth_U5mID_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "DUvxOEBzf", "xe8LU7XjF", "QdxcGYPkU", "us3LrjzME", "bsJc4U6hr", "us3LrjzMETiaEpkNoQ", "xe8LU7XjFTiaEpkNoQ", "DUvxOEBzfTiaEpkNoQ", "idTiaEpkNoQ", "Ie7bjH47S", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "R59UUiNVK_default", "Image2", "getLoadingLazyAtYPosition", "ZC6oaTVqt_default", "enumToDisplayNameFunctions", "RichText2", "x", "Icon", "ImageWithFX", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "LNCJ8JrMb_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks1", "pA3k6hmfl_default", "RT57n2mYC_default", "css", "FrameribNX3PZBJ", "withCSS", "ibNX3PZBJ_default", "addFonts", "HeaderFonts", "BadgeFonts", "PhosphorFonts", "ButtonFonts", "HelpArticleCardFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
