{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ZDsXoMebUcUURhFLLiP9/aKpsGlIe8Lt5bTagWQo2/UP7k_pHCG.js"],
  "sourcesContent": ["// Generated by Framer (cec372b)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport TopBar from \"https://framerusercontent.com/modules/wXAwqF9XCxGPKnUMEzr4/0UKXiQC8juDsLslmh1tE/a8zaifG98.js\";\nimport Footer from \"https://framerusercontent.com/modules/xZMB8DJ1EIcEzv9LrRvD/VQZBZhOTYtkTGBhO4lYE/NNpgnq2bN.js\";\nimport Articles from \"https://framerusercontent.com/modules/IX4r6a13DYu8khGoOVQV/Gehzaa2pL461ItKLDiUi/kA5OGLUZ6.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/dSSaANImV97tFTdrlfur/pTipuYEsQrdAbYiSZBqw/ahLgTfCIP.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/a9uy8Adx843jU4jpxRRF/O3gNrJbfHu36PI4b6lEy/PJ34MGaut.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/A4GhpMGwij7r3KUI4Ru4/paxEU51e4tBkkxHEMB73/stylesPresetHeading1.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/eDajaOFaKRSLWMcysIDa/C13Hnrz1TZ6KmUTTtH6d/stylesPresetHeading2.js\";\nimport * as sharedStyle5 from \"https://framerusercontent.com/modules/nZzWMQ7BMDU8QbIsD7CH/AQpNb1SQqg1DTXXgBy9f/stylesPresetLink.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/8EDfwo1vd1LuxEZz4sgT/IEUJMLoZPlaP0AzL8VRO/stylesPresetParagraph.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/nXQ2fPGw4dcXbmjRqMML/5uxnHoKqmpAH7nDuUwCZ/UP7k_pHCG.js\";\nconst TopBarFonts = getFonts(TopBar);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"PLGoBqeGB\", \"T68_5aOCG\", \"q9b8_e1uW\"];\nconst breakpoints = {\n  PLGoBqeGB: \"(min-width: 1200px)\",\n  q9b8_e1uW: \"(max-width: 809px)\",\n  T68_5aOCG: \"(min-width: 810px) and (max-width: 1199px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  PLGoBqeGB: \"framer-v-10jwnll\",\n  q9b8_e1uW: \"framer-v-15axoml\",\n  T68_5aOCG: \"framer-v-1pmfduu\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"PLGoBqeGB\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"PLGoBqeGB\",\n  Phone: \"q9b8_e1uW\",\n  Tablet: \"T68_5aOCG\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nfunction toResponsiveImage_194x2gw(value) {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n}\nfunction toDateString_194x2gw(value, options = {}) {\n  if (typeof value !== \"string\") return \"\";\n  const date = new Date(value);\n  if (isNaN(date.getTime())) return \"\";\n  const fallbackLocale = \"en-US\";\n  const locale = options.locale || fallbackLocale;\n  const dateStyle = options.dateStyle;\n  const timeZone = \"UTC\";\n  try {\n    return date.toLocaleDateString(locale, {\n      dateStyle,\n      timeZone\n    });\n  } catch {\n    return date.toLocaleDateString(fallbackLocale, {\n      dateStyle,\n      timeZone\n    });\n  }\n}\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nfunction useRandomID() {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n}\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"PLGoBqeGB\",\n  bUCveC6VoSEYvqAL2K,\n  cfD7FVpotSEYvqAL2K,\n  U8DTYkNrvSEYvqAL2K,\n  gvePsgXfehnw6GbLde,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata = metadataProvider();\n    document.title = metadata.title || \"\";\n    if (metadata.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata.viewport);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"PLGoBqeGB\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        \"data-framer-generated\": true,\n        className: cx(\"framer-vfFei\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className, sharedStyle5.className),\n        style: {\n          display: \"contents\",\n          pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : undefined\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-10jwnll\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-1enzni9-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                q9b8_e1uW: {\n                  variant: \"ANlim4K0k\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(TopBar, {\n                height: \"100%\",\n                id: \"Uyy6e4FBc\",\n                layoutId: \"Uyy6e4FBc\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"VS11D3mbo\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-5zk38h\",\n            \"data-framer-name\": \"Blog\",\n            name: \"Blog\",\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h2\", {\n                  style: {\n                    \"--font-selector\": \"R0Y7TWFucm9wZS04MDA=\",\n                    \"--framer-font-family\": '\"Manrope\", serif',\n                    \"--framer-font-size\": \"50px\",\n                    \"--framer-font-weight\": \"800\",\n                    \"--framer-letter-spacing\": \"-2.6px\",\n                    \"--framer-text-alignment\": \"center\",\n                    \"--framer-text-color\": \"rgb(51, 51, 51)\"\n                  },\n                  children: \"Articles\"\n                })\n              }),\n              className: \"framer-132k1ds\",\n              fonts: [\"GF;Manrope-800\"],\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1v8ztxd\",\n              children: Articles.map((data9t6zcd, i) => {\n                const {\n                  bUCveC6Vo: bUCveC6VoSEYvqAL2K,\n                  cfD7FVpot: cfD7FVpotSEYvqAL2K,\n                  gvePsgXfe: gvePsgXfeSEYvqAL2K,\n                  qlRnr0aTI: qlRnr0aTISEYvqAL2K,\n                  SaHRyy3vs: SaHRyy3vsSEYvqAL2K,\n                  olKYBBnLR: olKYBBnLRSEYvqAL2K,\n                  U8DTYkNrv: U8DTYkNrvSEYvqAL2K,\n                  k06gZjael: k06gZjaelSEYvqAL2K,\n                  ovEmgGvXO: ovEmgGvXOSEYvqAL2K\n                } = data9t6zcd;\n                return /*#__PURE__*/_jsx(LayoutGroup, {\n                  id: `SEYvqAL2K-${data9t6zcd[\"id\"]}`,\n                  children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                    value: data9t6zcd,\n                    children: /*#__PURE__*/_jsx(Link, {\n                      href: \"data:framer/page-link,hnw6GbLde\",\n                      children: /*#__PURE__*/_jsxs(motion.a, {\n                        className: \"framer-5kk7je framer-o4vn6k\",\n                        style: {\n                          \"--olKYBBnLRSEYvqAL2K\": olKYBBnLRSEYvqAL2K\n                        },\n                        children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                          breakpoint: baseVariant,\n                          overrides: {\n                            q9b8_e1uW: {\n                              background: {\n                                alt: \"\",\n                                fit: \"fill\",\n                                sizes: \"90px\",\n                                ...toResponsiveImage_194x2gw(bUCveC6VoSEYvqAL2K)\n                              }\n                            }\n                          },\n                          children: /*#__PURE__*/_jsx(Image, {\n                            background: {\n                              alt: \"\",\n                              fit: \"fill\",\n                              sizes: \"150px\",\n                              ...toResponsiveImage_194x2gw(bUCveC6VoSEYvqAL2K)\n                            },\n                            className: \"framer-1flpzec\"\n                          })\n                        }), /*#__PURE__*/_jsxs(motion.div, {\n                          className: \"framer-9eflmf\",\n                          \"data-framer-name\": \"Post\",\n                          name: \"Post\",\n                          children: [/*#__PURE__*/_jsx(RichText, {\n                            __fromCanvasComponent: true,\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"h2\", {\n                                className: \"framer-styles-preset-1m9bzi2\",\n                                \"data-styles-preset\": \"stylesPresetHeading2\",\n                                children: \"Title\"\n                              })\n                            }),\n                            className: \"framer-1uoglpf\",\n                            \"data-framer-name\": \"Title\",\n                            name: \"Title\",\n                            text: cfD7FVpotSEYvqAL2K,\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          }), /*#__PURE__*/_jsx(RichText, {\n                            __fromCanvasComponent: true,\n                            children: /*#__PURE__*/_jsx(React.Fragment, {\n                              children: /*#__PURE__*/_jsx(\"p\", {\n                                className: \"framer-styles-preset-1c3fawt\",\n                                \"data-styles-preset\": \"ahLgTfCIP\",\n                                style: {\n                                  \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                                },\n                                children: \"Content\"\n                              })\n                            }),\n                            className: \"framer-1ngb39\",\n                            \"data-framer-name\": \"Date\",\n                            name: \"Date\",\n                            text: toDateString_194x2gw(U8DTYkNrvSEYvqAL2K, {\n                              dateStyle: \"medium\",\n                              locale: \"en-US\"\n                            }),\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          }), /*#__PURE__*/_jsx(RichText, {\n                            __fromCanvasComponent: true,\n                            children: gvePsgXfehnw6GbLde,\n                            className: \"framer-15fvmcz\",\n                            \"data-framer-name\": \"Subtitle\",\n                            name: \"Subtitle\",\n                            stylesPresetsClassNames: {\n                              a: \"framer-styles-preset-aexbeb\",\n                              h1: \"framer-styles-preset-o3e5h0\",\n                              h2: \"framer-styles-preset-1m9bzi2\",\n                              h3: \"framer-styles-preset-1jkzk3b\",\n                              p: \"framer-styles-preset-16bzrdu\"\n                            },\n                            verticalAlignment: \"top\",\n                            withExternalLayout: true\n                          })]\n                        })]\n                      })\n                    })\n                  })\n                }, data9t6zcd[\"id\"]);\n              })\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-71q7ko-container\",\n            children: /*#__PURE__*/_jsx(Footer, {\n              height: \"100%\",\n              id: \"W0CCH5dZ4\",\n              layoutId: \"W0CCH5dZ4\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"H1mpamEnS\",\n              width: \"100%\"\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-vfFei [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-vfFei .framer-o4vn6k { display: block; }\", \".framer-vfFei .framer-10jwnll { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-vfFei .framer-1enzni9-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-vfFei .framer-5zk38h { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\", \".framer-vfFei .framer-132k1ds { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-vfFei .framer-1v8ztxd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-vfFei .framer-5kk7je { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 100%; }\", \".framer-vfFei .framer-1flpzec { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 150px; position: relative; width: 150px; }\", \".framer-vfFei .framer-9eflmf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-vfFei .framer-1uoglpf, .framer-vfFei .framer-1ngb39 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-vfFei .framer-15fvmcz { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-vfFei .framer-71q7ko-container { flex: none; height: auto; position: relative; width: 1200px; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-vfFei .framer-10jwnll, .framer-vfFei .framer-5zk38h, .framer-vfFei .framer-1v8ztxd, .framer-vfFei .framer-5kk7je, .framer-vfFei .framer-9eflmf { gap: 0px; } .framer-vfFei .framer-10jwnll > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-vfFei .framer-10jwnll > :first-child, .framer-vfFei .framer-5zk38h > :first-child, .framer-vfFei .framer-1v8ztxd > :first-child, .framer-vfFei .framer-9eflmf > :first-child { margin-top: 0px; } .framer-vfFei .framer-10jwnll > :last-child, .framer-vfFei .framer-5zk38h > :last-child, .framer-vfFei .framer-1v8ztxd > :last-child, .framer-vfFei .framer-9eflmf > :last-child { margin-bottom: 0px; } .framer-vfFei .framer-5zk38h > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-vfFei .framer-1v8ztxd > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-vfFei .framer-5kk7je > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-vfFei .framer-5kk7je > :first-child { margin-left: 0px; } .framer-vfFei .framer-5kk7je > :last-child { margin-right: 0px; } .framer-vfFei .framer-9eflmf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\", \"@media (min-width: 1200px) { .framer-vfFei .hidden-10jwnll { display: none !important; } }\", \"@media (min-width: 810px) and (max-width: 1199px) { .framer-vfFei .hidden-1pmfduu { display: none !important; } .framer-vfFei .framer-10jwnll { width: 810px; }}\", \"@media (max-width: 809px) { .framer-vfFei .hidden-15axoml { display: none !important; } .framer-vfFei .framer-10jwnll { width: 390px; } .framer-vfFei .framer-5kk7je { gap: 20px; height: 105px; } .framer-vfFei .framer-1flpzec { aspect-ratio: 0.8571428571428571 / 1; height: 100%; width: var(--framer-aspect-ratio-supported, 90px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-vfFei .framer-5kk7je { gap: 0px; } .framer-vfFei .framer-5kk7je > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-vfFei .framer-5kk7je > :first-child { margin-left: 0px; } .framer-vfFei .framer-5kk7je > :last-child { margin-right: 0px; } }}\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css, ...sharedStyle5.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicHeight 1086\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"T68_5aOCG\":{\"layout\":[\"fixed\",\"auto\"]},\"q9b8_e1uW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       */\nconst FramerUP7k_pHCG = withCSS(Component, css);\nexport default FramerUP7k_pHCG;\nFramerUP7k_pHCG.displayName = \"Resources\";\nFramerUP7k_pHCG.defaultProps = {\n  height: 1086,\n  width: 1200\n};\naddFonts(FramerUP7k_pHCG, [{\n  family: \"Manrope\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/UP7k_pHCG:default\",\n    url: \"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\",\n  weight: \"800\"\n}, ...TopBarFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts, ...sharedStyle5.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerUP7k_pHCG\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T68_5aOCG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q9b8_e1uW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"1086\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["TopBarFonts", "getFonts", "a8zaifG98_default", "FooterFonts", "NNpgnq2bN_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "toResponsiveImage_194x2gw", "value", "toDateString_194x2gw", "options", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "bUCveC6VoSEYvqAL2K", "cfD7FVpotSEYvqAL2K", "U8DTYkNrvSEYvqAL2K", "gvePsgXfehnw6GbLde", "restProps", "variant", "fe", "metadata", "UP7k_pHCG_default", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "pointerEvents", "style", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "a8zaifG98_default", "RichText", "x", "kA5OGLUZ6_default", "data9t6zcd", "i", "gvePsgXfeSEYvqAL2K", "qlRnr0aTISEYvqAL2K", "SaHRyy3vsSEYvqAL2K", "olKYBBnLRSEYvqAL2K", "k06gZjaelSEYvqAL2K", "ovEmgGvXOSEYvqAL2K", "PathVariablesContext", "Link", "Image2", "NNpgnq2bN_default", "css", "FramerUP7k_pHCG", "withCSS", "addFonts", "TopBarFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
