{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/28dk1gGhkwK2hQxqtWOn/vtWrbGDsqAHpgrWkUeAd/RS_mu759g.js", "ssg:https://framerusercontent.com/modules/uN75KUlVEnqV3TZnobMk/4GJrX28GZ5Qc1qbxGsZo/RS_mu759g.js"],
  "sourcesContent": ["function toImageSrc_194x2gw(value) {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value.src;\n  }\n  return typeof value === \"string\" ? value : undefined;\n}\nfunction toString_194x2gw(value) {\n  return typeof value === \"string\" ? value : String(value);\n}\nconst metadata = params => {\n  return {\n    breakpoints: [{\n      hash: \"alko04\",\n      mediaQuery: \"(min-width: 1200px)\"\n    }, {\n      hash: \"1y1ddtk\",\n      mediaQuery: \"(min-width: 810px) and (max-width: 1199px)\"\n    }, {\n      hash: \"ymg7n1\",\n      mediaQuery: \"(max-width: 809px)\"\n    }],\n    elements: {},\n    socialImage: toImageSrc_194x2gw(params === null || params === void 0 ? void 0 : params[\"NdtS97fz7\"]),\n    title: `${(params === null || params === void 0 ? void 0 : params[\"ucpqEg6Tg\"]) !== undefined ? toString_194x2gw(params[\"ucpqEg6Tg\"]) : \"{{ucpqEg6Tg}}\"}`,\n    viewport: \"width=device-width\"\n  };\n};\nexport default metadata;\nexport const metadataVersion = 1;\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"metadataVersion\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (bb45019)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, NotFoundError, removeHiddenBreakpointLayers, RichText, useCurrentPathVariables, useDataRecord, useHydratedBreakpointVariants, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Footer from \"https://framerusercontent.com/modules/ly2MqfBSTBNg4bMQiRI6/SF6HrMMSYmjqOP4Vi97p/IyTMs80fj.js\";\nimport Topbar from \"https://framerusercontent.com/modules/IG84FxuJH5msYRRL1UJY/AtMPfVjv0bxcoyaO1WvK/KpKH5wybB.js\";\nimport Work from \"https://framerusercontent.com/modules/5C31dTVZ7cceZVzUFX4K/iOfLAiM9BDgcyq2Ou1MV/wi65rbm2r.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/NK5i9WFKmHxOmSJ8oIlc/H0lZqMf63hjx60MLNhaq/ANdniJUL1.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/U4oVnq68LKpWZ3odLDyo/labzBPtrYNaNzBVT28Sg/eQo3akZgA.js\";\nimport * as sharedStyle5 from \"https://framerusercontent.com/modules/5bRrAvbpeM109QyGPLDK/xwPpOVsU9sWa4I4FFxRJ/hk9HyGruR.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/nPTkR5Duw78IAzFnIqyf/AhvtWEzJyUmSoTZwGn8T/Ln7Ttd5w3.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/XiPFcyqUo1KEVtvECV5V/T2kEgbkmeTF6nenSOwsB/uPAen9k6X.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/eQwxfVFJnE7uIQc8RZT4/IDsqdWt67vCVYRfpsjou/xZndidUCt.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/28dk1gGhkwK2hQxqtWOn/vtWrbGDsqAHpgrWkUeAd/RS_mu759g.js\";\nconst TopbarFonts = getFonts(Topbar);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"mjghYUYOL\", \"FPL1Fr9om\", \"m3QByugj7\"];\nconst breakpoints = {\n  FPL1Fr9om: \"(min-width: 810px) and (max-width: 1199px)\",\n  m3QByugj7: \"(max-width: 809px)\",\n  mjghYUYOL: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  FPL1Fr9om: \"framer-v-1y1ddtk\",\n  m3QByugj7: \"framer-v-ymg7n1\",\n  mjghYUYOL: \"framer-v-alko04\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"mjghYUYOL\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"mjghYUYOL\",\n  Phone: \"m3QByugj7\",\n  Tablet: \"FPL1Fr9om\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\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}\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}\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 = \"mjghYUYOL\",\n  feQw8ByYN,\n  ucpqEg6Tg,\n  Jj83m552b,\n  aVg7dx2MN,\n  UkvzUXwYF,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const currentPathVariables = useCurrentPathVariables();\n  const currentRouteData = useDataRecord(Work, currentPathVariables);\n  const getFromCurrentRouteData = key => {\n    if (!currentRouteData) throw new NotFoundError(`No data in \"Work\" matches path variables: ${JSON.stringify(currentPathVariables)}`);\n    return currentRouteData[key];\n  };\n  if (ucpqEg6Tg === undefined) ucpqEg6Tg = getFromCurrentRouteData(\"ucpqEg6Tg\");\n  if (feQw8ByYN === undefined) feQw8ByYN = getFromCurrentRouteData(\"feQw8ByYN\");\n  if (Jj83m552b === undefined) Jj83m552b = getFromCurrentRouteData(\"Jj83m552b\");\n  if (aVg7dx2MN === undefined) aVg7dx2MN = getFromCurrentRouteData(\"aVg7dx2MN\");\n  if (UkvzUXwYF === undefined) UkvzUXwYF = getFromCurrentRouteData(\"UkvzUXwYF\");\n  React.useLayoutEffect(() => {\n    const metadata = metadataProvider(currentRouteData);\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  }, [currentRouteData]);\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: \"mjghYUYOL\",\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-uQLa2\", 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-alko04\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-ui9r65\",\n            \"data-framer-name\": \"Post\",\n            name: \"Post\",\n            children: [/*#__PURE__*/_jsx(Container, {\n              className: \"framer-1panc2s-container\",\n              children: /*#__PURE__*/_jsx(Topbar, {\n                height: \"100%\",\n                id: \"KQzUrm3Yx\",\n                layoutId: \"KQzUrm3Yx\",\n                style: {\n                  width: \"100%\"\n                },\n                width: \"100%\"\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-85y56\",\n              \"data-framer-name\": \"Titles\",\n              name: \"Titles\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                animate: {\n                  opacity: 1,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 30,\n                    delay: 0,\n                    mass: 1,\n                    stiffness: 200,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 0\n                },\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-d7xo6v\",\n                    \"data-styles-preset\": \"eQo3akZgA\",\n                    style: {\n                      \"--framer-text-color\": \"rgb(68, 136, 255)\"\n                    },\n                    children: \"Direction\"\n                  })\n                }),\n                className: \"framer-1svks7z\",\n                exit: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 30,\n                    delay: 0,\n                    mass: 1,\n                    stiffness: 200,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 10\n                },\n                initial: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  x: 0,\n                  y: 10\n                },\n                text: feQw8ByYN,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                animate: {\n                  opacity: 1,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 30,\n                    delay: .05,\n                    mass: 1,\n                    stiffness: 200,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 0\n                },\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h1\", {\n                    className: \"framer-styles-preset-s104tw\",\n                    \"data-styles-preset\": \"uPAen9k6X\",\n                    children: \"Into The Woods\"\n                  })\n                }),\n                className: \"framer-1uxsyxh\",\n                \"data-framer-name\": \"Title\",\n                exit: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 30,\n                    delay: .05,\n                    mass: 1,\n                    stiffness: 200,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 10\n                },\n                initial: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  x: 0,\n                  y: 10\n                },\n                name: \"Title\",\n                text: ucpqEg6Tg,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                animate: {\n                  opacity: 1,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 30,\n                    delay: .1,\n                    mass: 1,\n                    stiffness: 200,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 0\n                },\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-21ogod\",\n                    \"data-styles-preset\": \"xZndidUCt\",\n                    style: {\n                      \"--framer-text-color\": \"rgb(148, 163, 184)\"\n                    },\n                    children: \"Content\"\n                  })\n                }),\n                className: \"framer-1fkawor\",\n                exit: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  transition: {\n                    damping: 30,\n                    delay: .1,\n                    mass: 1,\n                    stiffness: 200,\n                    type: \"spring\"\n                  },\n                  x: 0,\n                  y: 10\n                },\n                initial: {\n                  opacity: 0,\n                  rotate: 0,\n                  rotateX: 0,\n                  rotateY: 0,\n                  scale: 1,\n                  transformPerspective: 1200,\n                  x: 0,\n                  y: 10\n                },\n                text: toDateString_194x2gw(Jj83m552b, {\n                  dateStyle: \"medium\",\n                  locale: \"en\"\n                }),\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsx(Image, {\n              animate: {\n                opacity: 1,\n                rotate: 0,\n                rotateX: 0,\n                rotateY: 0,\n                scale: 1,\n                transformPerspective: 1200,\n                transition: {\n                  damping: 30,\n                  delay: .15,\n                  mass: 1,\n                  stiffness: 200,\n                  type: \"spring\"\n                },\n                x: 0,\n                y: 0\n              },\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                sizes: \"1020px\",\n                ...toResponsiveImage_194x2gw(aVg7dx2MN)\n              },\n              className: \"framer-yhdfvt\",\n              \"data-framer-name\": \"Banner\",\n              exit: {\n                opacity: 0,\n                rotate: 0,\n                rotateX: 0,\n                rotateY: 0,\n                scale: 1,\n                transformPerspective: 1200,\n                transition: {\n                  damping: 30,\n                  delay: .15,\n                  mass: 1,\n                  stiffness: 200,\n                  type: \"spring\"\n                },\n                x: 0,\n                y: 10\n              },\n              initial: {\n                opacity: 0,\n                rotate: 0,\n                rotateX: 0,\n                rotateY: 0,\n                scale: 1,\n                transformPerspective: 1200,\n                x: 0,\n                y: 10\n              },\n              name: \"Banner\"\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              animate: {\n                opacity: 1,\n                rotate: 0,\n                rotateX: 0,\n                rotateY: 0,\n                scale: 1,\n                transformPerspective: 1200,\n                transition: {\n                  damping: 30,\n                  delay: .2,\n                  mass: 1,\n                  stiffness: 200,\n                  type: \"spring\"\n                },\n                x: 0,\n                y: 0\n              },\n              children: UkvzUXwYF,\n              className: \"framer-5wkzc8\",\n              \"data-framer-name\": \"Content\",\n              exit: {\n                opacity: 0,\n                rotate: 0,\n                rotateX: 0,\n                rotateY: 0,\n                scale: 1,\n                transformPerspective: 1200,\n                transition: {\n                  damping: 30,\n                  delay: .2,\n                  mass: 1,\n                  stiffness: 200,\n                  type: \"spring\"\n                },\n                x: 0,\n                y: 10\n              },\n              initial: {\n                opacity: 0,\n                rotate: 0,\n                rotateX: 0,\n                rotateY: 0,\n                scale: 1,\n                transformPerspective: 1200,\n                x: 0,\n                y: 10\n              },\n              name: \"Content\",\n              stylesPresetsClassNames: {\n                a: \"framer-styles-preset-1k9cplt\",\n                h1: \"framer-styles-preset-s104tw\",\n                h2: \"framer-styles-preset-11nkuc8\",\n                h3: \"framer-styles-preset-lyv225\",\n                p: \"framer-styles-preset-21ogod\"\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1u8wmvs-container\",\n            children: /*#__PURE__*/_jsx(Footer, {\n              height: \"100%\",\n              id: \"LrE2QKGiG\",\n              layoutId: \"LrE2QKGiG\",\n              style: {\n                width: \"100%\"\n              },\n              width: \"100%\"\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-uQLa2 [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-uQLa2 .framer-zwiglu { display: block; }\", \".framer-uQLa2 .framer-alko04 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-uQLa2 .framer-ui9r65 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px 20px 0px 20px; position: relative; width: 1060px; }\", \".framer-uQLa2 .framer-1panc2s-container, .framer-uQLa2 .framer-1u8wmvs-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-uQLa2 .framer-85y56 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 640px; }\", \".framer-uQLa2 .framer-1svks7z, .framer-uQLa2 .framer-1fkawor { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-uQLa2 .framer-1uxsyxh { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\", \".framer-uQLa2 .framer-yhdfvt { aspect-ratio: 1.4 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 729px); position: relative; width: 100%; }\", \".framer-uQLa2 .framer-5wkzc8 { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uQLa2 .framer-alko04, .framer-uQLa2 .framer-ui9r65, .framer-uQLa2 .framer-85y56 { gap: 0px; } .framer-uQLa2 .framer-alko04 > *, .framer-uQLa2 .framer-ui9r65 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-uQLa2 .framer-alko04 > :first-child, .framer-uQLa2 .framer-ui9r65 > :first-child, .framer-uQLa2 .framer-85y56 > :first-child { margin-top: 0px; } .framer-uQLa2 .framer-alko04 > :last-child, .framer-uQLa2 .framer-ui9r65 > :last-child, .framer-uQLa2 .framer-85y56 > :last-child { margin-bottom: 0px; } .framer-uQLa2 .framer-85y56 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\", \"@media (min-width: 1200px) { .framer-uQLa2 .hidden-alko04 { display: none !important; } }\", \"@media (min-width: 810px) and (max-width: 1199px) { .framer-uQLa2 .hidden-1y1ddtk { display: none !important; } .framer-uQLa2 .framer-alko04 { width: 810px; } .framer-uQLa2 .framer-yhdfvt { height: var(--framer-aspect-ratio-supported, 550px); }}\", \"@media (max-width: 809px) { .framer-uQLa2 .hidden-ymg7n1 { display: none !important; } .framer-uQLa2 .framer-alko04 { gap: 80px; width: 390px; } .framer-uQLa2 .framer-ui9r65 { gap: 50px; } .framer-uQLa2 .framer-yhdfvt { height: var(--framer-aspect-ratio-supported, 250px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-uQLa2 .framer-alko04, .framer-uQLa2 .framer-ui9r65 { gap: 0px; } .framer-uQLa2 .framer-alko04 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-uQLa2 .framer-alko04 > :first-child, .framer-uQLa2 .framer-ui9r65 > :first-child { margin-top: 0px; } .framer-uQLa2 .framer-alko04 > :last-child, .framer-uQLa2 .framer-ui9r65 > :last-child { margin-bottom: 0px; } .framer-uQLa2 .framer-ui9r65 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css, ...sharedStyle5.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicHeight 2799.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FPL1Fr9om\":{\"layout\":[\"fixed\",\"auto\"]},\"m3QByugj7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 */\nconst FramerRS_mu759g = withCSS(Component, css);\nexport default FramerRS_mu759g;\nFramerRS_mu759g.displayName = \"Page\";\nFramerRS_mu759g.defaultProps = {\n  height: 2799.5,\n  width: 1200\n};\naddFonts(FramerRS_mu759g, [...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\": \"FramerRS_mu759g\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FPL1Fr9om\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m3QByugj7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerContractVersion\": \"1\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"2799.5\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "ujBAAA,SAASA,GAAmBC,EAAO,CACjC,OAAI,OAAOA,GAAU,UAAYA,IAAU,MAAQ,OAAOA,EAAM,KAAQ,SAC/DA,EAAM,IAER,OAAOA,GAAU,SAAWA,EAAQ,MAC7C,CACA,SAASC,GAAiBD,EAAO,CAC/B,OAAO,OAAOA,GAAU,SAAWA,EAAQ,OAAOA,CAAK,CACzD,CACA,IAAME,GAAWC,IACR,CACL,YAAa,CAAC,CACZ,KAAM,SACN,WAAY,qBACd,EAAG,CACD,KAAM,UACN,WAAY,4CACd,EAAG,CACD,KAAM,SACN,WAAY,oBACd,CAAC,EACD,SAAU,CAAC,EACX,YAAaJ,GAAmEI,GAAO,SAAY,EACnG,MAAO,GAAoDA,GAAO,YAAkB,OAAYF,GAAiBE,EAAO,SAAY,EAAI,kBACxI,SAAU,oBACZ,GAEKC,GAAQF,GCZf,IAAMG,GAAcC,EAASC,CAAM,EAC7BC,GAAcF,EAASG,CAAM,EAEnC,IAAMC,GAAc,CAClB,UAAW,6CACX,UAAW,qBACX,UAAW,qBACb,EACMC,GAAY,IAAM,OAAO,SAAa,IACtCC,GAAoB,CACxB,UAAW,mBACX,UAAW,kBACX,UAAW,iBACb,EACID,GAAU,GACZE,EAA6B,YAAaH,GAAaE,EAAiB,EAE1E,IAAME,GAA0B,CAC9B,QAAS,YACT,MAAO,YACP,OAAQ,WACV,EACMC,GAAc,CAClB,QAAS,CACP,SAAU,CACZ,CACF,EACA,SAASC,GAAqBC,EAAOC,EAAU,CAAC,EAAG,CACjD,GAAI,OAAOD,GAAU,SAAU,MAAO,GACtC,IAAME,EAAO,IAAI,KAAKF,CAAK,EAC3B,GAAI,MAAME,EAAK,QAAQ,CAAC,EAAG,MAAO,GAClC,IAAMC,EAAiB,QACjBC,EAASH,EAAQ,QAAUE,EAC3BE,EAAYJ,EAAQ,UACpBK,EAAW,MACjB,GAAI,CACF,OAAOJ,EAAK,mBAAmBE,EAAQ,CACrC,UAAAC,EACA,SAAAC,CACF,CAAC,CACH,MAAE,CACA,OAAOJ,EAAK,mBAAmBC,EAAgB,CAC7C,UAAAE,EACA,SAAAC,CACF,CAAC,CACH,CACF,CACA,SAASC,GAA0BP,EAAO,CACxC,OAAI,OAAOA,GAAU,UAAYA,IAAU,MAAQ,OAAOA,EAAM,KAAQ,SAC/DA,EAEF,OAAOA,GAAU,SAAW,CACjC,IAAKA,CACP,EAAI,MACN,CACA,IAAMQ,GAAS,iEACf,SAASC,IAAc,CACrB,IAAMC,EAAYC,EAAO,IAAI,EAC7B,OAAID,EAAI,UAAY,OAClBA,EAAI,QAAU,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,IAAI,IAAMF,GAAO,KAAK,MAAM,KAAK,OAAO,EAAIA,GAAO,MAAM,EAAE,EAAE,KAAK,EAAE,GAE9FE,EAAI,OACb,CACA,IAAME,GAA+B,EAAW,SAAU,CACxD,GAAAC,EACA,MAAOC,EAAgB,CAAC,EACxB,UAAAC,EACA,MAAAC,EACA,OAAAC,EACA,SAAAC,EACA,QAASC,EAAe,YACxB,UAAAC,EACA,UAAAC,EACA,UAAAC,EACA,UAAAC,EACA,UAAAC,KACGC,EACL,EAAGf,GAAK,CAEN,IAAMgB,GADiB7B,GAAwBsB,IACbA,EAC5BQ,EAAuBC,EAAwB,EAC/CC,EAAmBC,EAAcC,EAAMJ,CAAoB,EAC3DK,EAA0BC,GAAO,CACrC,GAAI,CAACJ,EAAkB,MAAM,IAAIK,EAAc,6CAA6C,KAAK,UAAUP,CAAoB,GAAG,EAClI,OAAOE,EAAiBI,EAC1B,EACIZ,IAAc,SAAWA,EAAYW,EAAwB,WAAW,GACxEZ,IAAc,SAAWA,EAAYY,EAAwB,WAAW,GACxEV,IAAc,SAAWA,EAAYU,EAAwB,WAAW,GACxET,IAAc,SAAWA,EAAYS,EAAwB,WAAW,GACxER,IAAc,SAAWA,EAAYQ,EAAwB,WAAW,GACtEG,EAAgB,IAAM,CAC1B,IAAMC,EAAWC,GAAiBR,CAAgB,EAElD,GADA,SAAS,MAAQO,EAAS,OAAS,GAC/BA,EAAS,SAAU,CACrB,IAAI1B,GACHA,EAAM,SAAS,cAAc,uBAAuB,KAAO,MAAQA,IAAQ,QAAkBA,EAAI,aAAa,UAAW0B,EAAS,QAAQ,CAC7I,CACF,EAAG,CAACP,CAAgB,CAAC,EACrB,GAAM,CAACS,GAAaC,EAAmB,EAAIC,EAA8Bd,GAASjC,GAAa,EAAK,EAC9FgD,GAAiB,OACjBC,GAAa5C,GAAY,QACzB6C,GAAkBlC,GAAY,EAC9B,CACJ,cAAAmC,KACGC,EACL,EAAI/B,EACJ,OAAoBgC,EAAKC,EAA0B,SAAU,CAC3D,MAAO,CACL,iBAAkB,YAClB,kBAAApD,EACF,EACA,SAAuBmD,EAAKE,EAAa,CACvC,GAAI9B,GAAsDyB,GAC1D,SAAuBM,EAAMC,EAAO,IAAK,CACvC,wBAAyB,GACzB,UAAWC,EAAG,eAA4BpC,EAAwBA,GAAwBA,GAAwBA,GAAwBA,EAAwBA,CAAS,EAC3K,MAAO,CACL,QAAS,WACT,cAAe6B,GAAqE,MACtF,EACA,SAAU,CAAcK,EAAMC,EAAO,IAAK,CACxC,GAAGzB,GACH,UAAW0B,EAAG,gBAAiBpC,CAAS,EACxC,IAAKL,GACL,MAAO,CACL,GAAGmC,EACL,EACA,SAAU,CAAcI,EAAMC,EAAO,IAAK,CACxC,UAAW,gBACX,mBAAoB,OACpB,KAAM,OACN,SAAU,CAAcJ,EAAKM,EAAW,CACtC,UAAW,2BACX,SAAuBN,EAAKO,EAAQ,CAClC,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,MAAO,MACT,EACA,MAAO,MACT,CAAC,CACH,CAAC,EAAgBJ,EAAMC,EAAO,IAAK,CACjC,UAAW,eACX,mBAAoB,SACpB,KAAM,SACN,SAAU,CAAcJ,EAAKQ,EAAU,CACrC,sBAAuB,GACvB,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,EACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,CACL,EACA,SAAuBR,EAAWS,EAAU,CAC1C,SAAuBT,EAAK,IAAK,CAC/B,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,sBAAuB,mBACzB,EACA,SAAU,WACZ,CAAC,CACH,CAAC,EACD,UAAW,iBACX,KAAM,CACJ,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,EACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,EACL,EACA,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,EAAG,EACH,EAAG,EACL,EACA,KAAM1B,EACN,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgB0B,EAAKQ,EAAU,CAC9B,sBAAuB,GACvB,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,IACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,CACL,EACA,SAAuBR,EAAWS,EAAU,CAC1C,SAAuBT,EAAK,KAAM,CAChC,UAAW,8BACX,qBAAsB,YACtB,SAAU,gBACZ,CAAC,CACH,CAAC,EACD,UAAW,iBACX,mBAAoB,QACpB,KAAM,CACJ,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,IACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,EACL,EACA,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,EAAG,EACH,EAAG,EACL,EACA,KAAM,QACN,KAAMzB,EACN,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,EAAgByB,EAAKQ,EAAU,CAC9B,sBAAuB,GACvB,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,GACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,CACL,EACA,SAAuBR,EAAWS,EAAU,CAC1C,SAAuBT,EAAK,IAAK,CAC/B,UAAW,8BACX,qBAAsB,YACtB,MAAO,CACL,sBAAuB,oBACzB,EACA,SAAU,SACZ,CAAC,CACH,CAAC,EACD,UAAW,iBACX,KAAM,CACJ,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,GACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,EACL,EACA,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,EAAG,EACH,EAAG,EACL,EACA,KAAM/C,GAAqBuB,EAAW,CACpC,UAAW,SACX,OAAQ,IACV,CAAC,EACD,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,CAAC,CACJ,CAAC,EAAgBwB,EAAKU,EAAO,CAC3B,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,IACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,CACL,EACA,WAAY,CACV,IAAK,GACL,IAAK,OACL,MAAO,SACP,GAAGjD,GAA0BgB,CAAS,CACxC,EACA,UAAW,gBACX,mBAAoB,SACpB,KAAM,CACJ,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,IACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,EACL,EACA,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,EAAG,EACH,EAAG,EACL,EACA,KAAM,QACR,CAAC,EAAgBuB,EAAKQ,EAAU,CAC9B,sBAAuB,GACvB,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,GACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,CACL,EACA,SAAU9B,EACV,UAAW,gBACX,mBAAoB,UACpB,KAAM,CACJ,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,WAAY,CACV,QAAS,GACT,MAAO,GACP,KAAM,EACN,UAAW,IACX,KAAM,QACR,EACA,EAAG,EACH,EAAG,EACL,EACA,QAAS,CACP,QAAS,EACT,OAAQ,EACR,QAAS,EACT,QAAS,EACT,MAAO,EACP,qBAAsB,KACtB,EAAG,EACH,EAAG,EACL,EACA,KAAM,UACN,wBAAyB,CACvB,EAAG,+BACH,GAAI,8BACJ,GAAI,+BACJ,GAAI,8BACJ,EAAG,6BACL,EACA,kBAAmB,MACnB,mBAAoB,EACtB,CAAC,CAAC,CACJ,CAAC,EAAgBsB,EAAKM,EAAW,CAC/B,UAAW,2BACX,SAAuBN,EAAKW,EAAQ,CAClC,OAAQ,OACR,GAAI,YACJ,SAAU,YACV,MAAO,CACL,MAAO,MACT,EACA,MAAO,MACT,CAAC,CACH,CAAC,CAAC,CACJ,CAAC,EAAgBX,EAAK,MAAO,CAC3B,GAAI,SACN,CAAC,CAAC,CACJ,CAAC,CACH,CAAC,CACH,CAAC,CACH,CAAC,EACKY,GAAM,CAAC,sZAAuZ,kFAAmF,mDAAoD,iTAAkT,mSAAoS,kJAAmJ,4SAA6S,8PAA+P,uMAAwM,4RAA6R,wNAAyN,guBAAiuB,4FAA6F,wPAAyP,61BAA81B,GAAeA,EAAK,GAAgBA,GAAK,GAAgBA,GAAK,GAAgBA,EAAK,GAAgBA,EAAK,GAAgBA,CAAG,EAOxgJC,EAAkBC,EAAQhD,GAAW8C,EAAG,EACvCrB,GAAQsB,EACfA,EAAgB,YAAc,OAC9BA,EAAgB,aAAe,CAC7B,OAAQ,OACR,MAAO,IACT,EACAE,EAASF,EAAiB,CAAC,GAAGG,GAAa,GAAGC,GAAa,GAAeC,EAAO,GAAgBA,GAAO,GAAgBA,GAAO,GAAgBA,EAAO,GAAgBA,EAAO,GAAgBA,CAAK,CAAC,EAC5L,IAAMC,GAAqB,CAChC,QAAW,CACT,MAAS,CACP,KAAQ,SACR,YAAe,CACb,sBAAyB,GAC3B,CACF,EACA,QAAW,CACT,KAAQ,iBACR,KAAQ,kBACR,MAAS,CAAC,EACV,YAAe,CACb,oCAAuC,4JACvC,qBAAwB,OACxB,sBAAyB,IACzB,uBAA0B,GAC1B,sBAAyB,QAC3B,CACF,EACA,mBAAsB,CACpB,KAAQ,UACV,CACF,CACF",
  "names": ["toImageSrc_194x2gw", "value", "toString_194x2gw", "metadata", "params", "RS_mu759g_default", "TopbarFonts", "getFonts", "KpKH5wybB_default", "FooterFonts", "IyTMs80fj_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "toDateString_194x2gw", "value", "options", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "toResponsiveImage_194x2gw", "BASE62", "useRandomID", "ref", "pe", "Component", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "feQw8ByYN", "ucpqEg6Tg", "Jj83m552b", "aVg7dx2MN", "UkvzUXwYF", "restProps", "variant", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useDataRecord", "wi65rbm2r_default", "getFromCurrentRouteData", "key", "NotFoundError", "fe", "metadata", "RS_mu759g_default", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "pointerEvents", "style", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "KpKH5wybB_default", "RichText", "x", "Image2", "IyTMs80fj_default", "css", "FramerRS_mu759g", "withCSS", "addFonts", "TopbarFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
