{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/hJgdLHzbBsjmQArCUZga/20BxKtIkRIyPnZVqRCTf/pWpdxqxfn.js"],
  "sourcesContent": ["// Generated by Framer (0f793c4)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, NotFoundError, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useCurrentPathVariables, useDataRecord, useHydratedBreakpointVariants, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Topbar from \"https://framerusercontent.com/modules/7uR8Bd10wO6NWnCgbF9M/5tTOT9k9YSL19tlkFVWj/lWUcIJP0H.js\";\nimport Footer from \"https://framerusercontent.com/modules/F2710qHCL7xsdfB8nN3M/VMsPhq4KraLotKnyPMsh/M82dauGNX.js\";\nimport Legal from \"https://framerusercontent.com/modules/iLA2oYAFqN3nuL99t8yH/uixz52z8OxQ6Bl1en4Hg/H1axCB9AX.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/zaMqE4mbYiLtzfJiUcVY/ugg6N9yY02y4BlZDZhUH/f_JgQVGd5.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/sMqyDHsCntLhu8Dbsfwv/hpK3GZJEmlCIJnbWpCWG/pbkah0okA.js\";\nimport * as sharedStyle5 from \"https://framerusercontent.com/modules/llrx5UuxtGCzHgL6GY0Q/YlcJzB5DTEYRgtJS0xmt/puB8kY46u.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/cVKwsHQnRyaj9Z0btugr/wt5BFX6GrjVd1ScyP5Za/xZndidUCt.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/spLttcP8xGkrKR1YjyDk/XBttKptYdo5wKpf35dOR/YAP816Y5n.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/vlh1td54yZVioX9NUqJY/OeAUzgJNp4esDlUixlq7/zFV_Olyc4.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/iwi711daVXhLtpxIUWWu/967u6Hl1R0NgK2hrYJCP/pWpdxqxfn.js\";\nconst TopbarFonts = getFonts(Topbar);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"GF7RaZdBV\", \"AhxD87Cdn\", \"PL8n528A5\"];\nconst breakpoints = {\n  AhxD87Cdn: \"(min-width: 810px) and (max-width: 1199px)\",\n  GF7RaZdBV: \"(min-width: 1200px)\",\n  PL8n528A5: \"(max-width: 809px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  AhxD87Cdn: \"framer-v-174iwmh\",\n  GF7RaZdBV: \"framer-v-es5821\",\n  PL8n528A5: \"framer-v-1t7ub58\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"GF7RaZdBV\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"GF7RaZdBV\",\n  Phone: \"PL8n528A5\",\n  Tablet: \"AhxD87Cdn\"\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}\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 = \"GF7RaZdBV\",\n  IexgK38V3,\n  PPXdPepTK,\n  VuY6SbyL9,\n  AesgSZ9JJ,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const currentPathVariables = useCurrentPathVariables();\n  const currentRouteData = useDataRecord(Legal, currentPathVariables);\n  const getFromCurrentRouteData = key => {\n    if (!currentRouteData) throw new NotFoundError(`No data in \"Legal\" matches path variables: ${JSON.stringify(currentPathVariables)}`);\n    return currentRouteData[key];\n  };\n  if (IexgK38V3 === undefined) IexgK38V3 = getFromCurrentRouteData(\"IexgK38V3\");\n  if (AesgSZ9JJ === undefined) AesgSZ9JJ = getFromCurrentRouteData(\"AesgSZ9JJ\");\n  if (VuY6SbyL9 === undefined) VuY6SbyL9 = getFromCurrentRouteData(\"VuY6SbyL9\");\n  if (PPXdPepTK === undefined) PPXdPepTK = getFromCurrentRouteData(\"PPXdPepTK\");\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: \"GF7RaZdBV\",\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-ycg8b\", 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-es5821\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              PL8n528A5: {\n                background: null,\n                transformTemplate: undefined\n              }\n            },\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-kw0mb1\",\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(\"h1\", {\n                    className: \"framer-styles-preset-3nqyhf\",\n                    \"data-styles-preset\": \"YAP816Y5n\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\"\n                    },\n                    children: \"Title\"\n                  })\n                }),\n                className: \"framer-1x44osb\",\n                \"data-framer-name\": \"Title\",\n                name: \"Title\",\n                text: IexgK38V3,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-omcp0w\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-15u0g6o\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-11ru2ty\",\n                        \"data-styles-preset\": \"puB8kY46u\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                        },\n                        children: \"V\"\n                      })\n                    }),\n                    className: \"framer-1x2gab6\",\n                    \"data-framer-name\": \"Date\",\n                    name: \"Date\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      AhxD87Cdn: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-11ru2ty\",\n                            \"data-styles-preset\": \"puB8kY46u\",\n                            style: {\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                            },\n                            children: \"Version\"\n                          })\n                        }),\n                        fonts: []\n                      },\n                      PL8n528A5: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-11ru2ty\",\n                            \"data-styles-preset\": \"puB8kY46u\",\n                            style: {\n                              \"--framer-text-alignment\": \"left\",\n                              \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                            },\n                            children: \"Version\"\n                          })\n                        }),\n                        fonts: []\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-11ru2ty\",\n                          \"data-styles-preset\": \"puB8kY46u\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                          },\n                          children: \"Version\"\n                        })\n                      }),\n                      className: \"framer-mzppk6\",\n                      \"data-framer-name\": \"Date\",\n                      name: \"Date\",\n                      text: AesgSZ9JJ,\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-11ru2ty\",\n                      \"data-styles-preset\": \"puB8kY46u\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                      },\n                      children: \"-\"\n                    })\n                  }),\n                  className: \"framer-1aru8pq\",\n                  \"data-framer-name\": \"Date\",\n                  name: \"Date\",\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-11ru2ty\",\n                      \"data-styles-preset\": \"puB8kY46u\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                      },\n                      children: \"Last edited on\"\n                    })\n                  }),\n                  className: \"framer-eb6xqo\",\n                  \"data-framer-name\": \"Date\",\n                  name: \"Date\",\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-11ru2ty\",\n                      \"data-styles-preset\": \"puB8kY46u\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(153, 153, 153)\"\n                      },\n                      children: \"Content\"\n                    })\n                  }),\n                  className: \"framer-1dduq0j\",\n                  \"data-framer-name\": \"Date\",\n                  name: \"Date\",\n                  text: toDateString_194x2gw(VuY6SbyL9, {\n                    dateStyle: \"medium\",\n                    locale: \"en-US\"\n                  }),\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  AhxD87Cdn: {\n                    children: PPXdPepTK,\n                    fonts: []\n                  },\n                  PL8n528A5: {\n                    children: PPXdPepTK,\n                    fonts: []\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: PPXdPepTK,\n                  className: \"framer-6kktdp\",\n                  \"data-framer-name\": \"Content\",\n                  name: \"Content\",\n                  stylesPresetsClassNames: {\n                    a: \"framer-styles-preset-pbndum\",\n                    h1: \"framer-styles-preset-3nqyhf\",\n                    h2: \"framer-styles-preset-1tif1bq\",\n                    h3: \"framer-styles-preset-13xnbb0\",\n                    p: \"framer-styles-preset-21ogod\"\n                  },\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-o84nii-container\",\n            layoutScroll: true,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                AhxD87Cdn: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"ZQwaB4_p3\"\n                },\n                PL8n528A5: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"ZQwaB4_p3\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Topbar, {\n                height: \"100%\",\n                id: \"ja5RQCtyj\",\n                layoutId: \"ja5RQCtyj\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                variant: \"jRXICbciv\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1dlf7j-container\",\n            children: /*#__PURE__*/_jsx(Footer, {\n              height: \"100%\",\n              id: \"CMnnvdT4a\",\n              layoutId: \"CMnnvdT4a\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"NWDLXXgiF\",\n              width: \"100%\"\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-ycg8b [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-ycg8b .framer-es5821 { 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: 80px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-ycg8b .framer-kw0mb1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1000px; padding: 100px 100px 100px 100px; position: relative; width: 100%; }\", \".framer-ycg8b .framer-1x44osb { --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-ycg8b .framer-omcp0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-ycg8b .framer-6kktdp { --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-ycg8b .framer-15u0g6o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-ycg8b .framer-1aru8pq, .framer-ycg8b .framer-eb6xqo, .framer-ycg8b .framer-1dduq0j, .framer-ycg8b .framer-1x2gab6, .framer-ycg8b .framer-mzppk6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-ycg8b .framer-o84nii-container { flex: none; height: 80px; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\", \".framer-ycg8b .framer-1dlf7j-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ycg8b .framer-es5821, .framer-ycg8b .framer-kw0mb1, .framer-ycg8b .framer-omcp0w, .framer-ycg8b .framer-15u0g6o { gap: 0px; } .framer-ycg8b .framer-es5821 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ycg8b .framer-es5821 > :first-child, .framer-ycg8b .framer-kw0mb1 > :first-child { margin-top: 0px; } .framer-ycg8b .framer-es5821 > :last-child, .framer-ycg8b .framer-kw0mb1 > :last-child { margin-bottom: 0px; } .framer-ycg8b .framer-kw0mb1 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ycg8b .framer-omcp0w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ycg8b .framer-omcp0w > :first-child, .framer-ycg8b .framer-15u0g6o > :first-child { margin-left: 0px; } .framer-ycg8b .framer-omcp0w > :last-child, .framer-ycg8b .framer-15u0g6o > :last-child { margin-right: 0px; } .framer-ycg8b .framer-15u0g6o > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } }\", \"@media (min-width: 1200px) { .framer-ycg8b .hidden-es5821 { display: none !important; } }\", \"@media (min-width: 810px) and (max-width: 1199px) { .framer-ycg8b .hidden-174iwmh { display: none !important; } .framer-ycg8b .framer-es5821 { height: min-content; width: 810px; } .framer-ycg8b .framer-o84nii-container { align-self: auto; aspect-ratio: unset; bottom: auto; flex: none; height: auto; left: 0px; position: fixed; right: auto; top: 0px; width: 100%; }}\", \"@media (max-width: 809px) { .framer-ycg8b .hidden-1t7ub58 { display: none !important; } .framer-ycg8b .framer-es5821 { height: min-content; padding: 80px 0px 0px 0px; width: 390px; } .framer-ycg8b .framer-kw0mb1 { align-self: auto; aspect-ratio: unset; bottom: auto; flex: none; height: min-content; left: auto; padding: 50px 20px 100px 20px; position: relative; right: auto; top: auto; transform: none; width: 100%; } .framer-ycg8b .framer-o84nii-container { align-self: auto; aspect-ratio: unset; bottom: auto; flex: none; height: auto; left: 0px; position: fixed; right: auto; top: 0px; width: 100%; }}\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css, ...sharedStyle5.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicHeight 19773\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AhxD87Cdn\":{\"layout\":[\"fixed\",\"auto\"]},\"PL8n528A5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       */\nconst FramerpWpdxqxfn = withCSS(Component, css);\nexport default FramerpWpdxqxfn;\nFramerpWpdxqxfn.displayName = \"Legal\";\nFramerpWpdxqxfn.defaultProps = {\n  height: 19773,\n  width: 1200\n};\naddFonts(FramerpWpdxqxfn, [...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\": \"FramerpWpdxqxfn\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AhxD87Cdn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PL8n528A5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"19773\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["TopbarFonts", "getFonts", "lWUcIJP0H_default", "FooterFonts", "M82dauGNX_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "toDateString_194x2gw", "value", "options", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "IexgK38V3", "PPXdPepTK", "VuY6SbyL9", "AesgSZ9JJ", "restProps", "variant", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useDataRecord", "H1axCB9AX_default", "getFromCurrentRouteData", "key", "NotFoundError", "fe", "metadata", "pWpdxqxfn_default", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "pointerEvents", "style", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "PropertyOverrides", "RichText", "x", "Container", "lWUcIJP0H_default", "M82dauGNX_default", "css", "FramerpWpdxqxfn", "withCSS", "addFonts", "TopbarFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
