{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lDKXu72rhIkkpI7AsHtK/iTy32h9H6zmKdr4JVhnF/OuWV9BMDU.js", "ssg:https://framerusercontent.com/modules/zsK6tMADTG2ut5gs0DYB/VrfmXFvdRYNG5tVy3KQC/ttgMcJTaG.js"],
  "sourcesContent": ["// Generated by Framer (ea5544a)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, Link, RichText, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  eIr0jL2ev: {\n    hover: true,\n    pressed: true\n  },\n  EYlFkZbEn: {\n    hover: true,\n    pressed: true\n  },\n  m0AMDuAPD: {\n    hover: true,\n    pressed: true\n  },\n  mFj7gG3v4: {\n    hover: true,\n    pressed: true\n  }\n};\nconst cycleOrder = [\"m0AMDuAPD\", \"mFj7gG3v4\", \"eIr0jL2ev\", \"EYlFkZbEn\"];\nconst variantClassNames = {\n  eIr0jL2ev: \"framer-v-1a6qq09\",\n  EYlFkZbEn: \"framer-v-1pygzao\",\n  m0AMDuAPD: \"framer-v-kc5rkb\",\n  mFj7gG3v4: \"framer-v-1curz6i\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst toResponsiveImage = 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 Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Next Minimal\": \"EYlFkZbEn\",\n  \"Previous Minimal\": \"eIr0jL2ev\",\n  Next: \"mFj7gG3v4\",\n  Previous: \"m0AMDuAPD\"\n};\nconst getProps = ({\n  banner,\n  date,\n  height,\n  id,\n  link,\n  title,\n  width,\n  ...props\n}) => {\n  var ref, _variant, ref1, ref2;\n  return {\n    ...props,\n    A_l1AGBzQ: (ref = title !== null && title !== void 0 ? title : props.A_l1AGBzQ) !== null && ref !== void 0 ? ref : \"Improved Publishing Performance\",\n    gMaJO7s9b: banner !== null && banner !== void 0 ? banner : props.gMaJO7s9b,\n    Njlzo1ynX: link !== null && link !== void 0 ? link : props.Njlzo1ynX,\n    variant: (ref1 = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref1 !== void 0 ? ref1 : \"m0AMDuAPD\",\n    wAjocTLJr: (ref2 = date !== null && date !== void 0 ? date : props.wAjocTLJr) !== null && ref2 !== void 0 ? ref2 : \"text\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    Njlzo1ynX,\n    A_l1AGBzQ,\n    gMaJO7s9b,\n    wAjocTLJr,\n    AKhftKE6i,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"m0AMDuAPD\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const isDisplayed = () => {\n    if ([\"eIr0jL2ev-hover\", \"eIr0jL2ev-pressed\", \"EYlFkZbEn-hover\", \"EYlFkZbEn-pressed\"].includes(gestureVariant)) return false;\n    if ([\"eIr0jL2ev\", \"EYlFkZbEn\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-GG9ez\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Link, {\n          href: Njlzo1ynX,\n          children: /*#__PURE__*/_jsxs(motion.a, {\n            ...restProps,\n            className: `${cx(\"framer-kc5rkb\", className)} framer-1gdhzew`,\n            \"data-framer-name\": \"Previous\",\n            layoutDependency: layoutDependency,\n            layoutId: \"m0AMDuAPD\",\n            ref: ref,\n            style: {\n              backgroundColor: \"var(--token-7446b825-fa01-415e-ae4a-fe71d1f27a73, rgba(0, 0, 0, 0.02))\",\n              borderBottomLeftRadius: 23,\n              borderBottomRightRadius: 23,\n              borderTopLeftRadius: 23,\n              borderTopRightRadius: 23,\n              ...style\n            },\n            variants: {\n              \"eIr0jL2ev-hover\": {\n                backgroundColor: \"var(--token-a5282755-25f1-469e-81b1-0b33ec51d552, rgba(0, 0, 0, 0.03))\"\n              },\n              \"EYlFkZbEn-hover\": {\n                backgroundColor: \"var(--token-a5282755-25f1-469e-81b1-0b33ec51d552, rgba(0, 0, 0, 0.03))\"\n              },\n              \"m0AMDuAPD-hover\": {\n                backgroundColor: \"var(--token-a5282755-25f1-469e-81b1-0b33ec51d552, rgba(0, 0, 0, 0.03))\"\n              },\n              \"mFj7gG3v4-hover\": {\n                backgroundColor: \"var(--token-a5282755-25f1-469e-81b1-0b33ec51d552, rgba(0, 0, 0, 0.03))\"\n              }\n            },\n            ...addPropertyOverrides({\n              \"eIr0jL2ev-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"eIr0jL2ev-pressed\": {\n                \"data-framer-name\": undefined\n              },\n              \"EYlFkZbEn-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"EYlFkZbEn-pressed\": {\n                \"data-framer-name\": undefined\n              },\n              \"m0AMDuAPD-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"m0AMDuAPD-pressed\": {\n                \"data-framer-name\": undefined\n              },\n              \"mFj7gG3v4-hover\": {\n                \"data-framer-name\": undefined\n              },\n              \"mFj7gG3v4-pressed\": {\n                \"data-framer-name\": undefined\n              },\n              eIr0jL2ev: {\n                \"data-framer-name\": \"Previous Minimal\"\n              },\n              EYlFkZbEn: {\n                \"data-framer-name\": \"Next Minimal\"\n              },\n              mFj7gG3v4: {\n                \"data-framer-name\": \"Next\"\n              }\n            }, baseVariant, gestureVariant),\n            children: [isDisplayed() && /*#__PURE__*/_jsx(Image, {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                sizes: \"100px\",\n                ...toResponsiveImage(gMaJO7s9b)\n              },\n              className: \"framer-9qj39n\",\n              layoutDependency: layoutDependency,\n              layoutId: \"dTF7vg7lg\",\n              style: {\n                borderBottomLeftRadius: 10,\n                borderBottomRightRadius: 10,\n                borderTopLeftRadius: 10,\n                borderTopRightRadius: 10\n              }\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-108pz23\",\n              \"data-framer-name\": \"Post\",\n              layoutDependency: layoutDependency,\n              layoutId: \"CkECMfeZ6\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                      \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                      \"--framer-font-size\": \"15px\",\n                      \"--framer-letter-spacing\": \"0px\",\n                      \"--framer-line-height\": \"1.5em\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"\u2190 \u8F83\u65E7\u6587\u7AE0\"\n                  })\n                }),\n                className: \"framer-1xml5jb\",\n                \"data-framer-name\": \"Navigation Link\",\n                fonts: [\"__SystemDefault-400-normal__\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"h28wOqz2v\",\n                style: {\n                  \"--extracted-r6o4lv\": \"var(--token-3cbce9cd-e7f7-4f09-95af-478f6f99575c, rgb(0, 153, 255))\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                verticalAlignment: \"top\",\n                withExternalLayout: true,\n                ...addPropertyOverrides({\n                  \"m0AMDuAPD-hover\": {\n                    text: AKhftKE6i\n                  },\n                  EYlFkZbEn: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                          \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                          \"--framer-font-size\": \"15px\",\n                          \"--framer-letter-spacing\": \"0px\",\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"right\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                        },\n                        children: \"\u8F83\u65B0\u6587\u7AE0 \u2192\"\n                      })\n                    })\n                  },\n                  mFj7gG3v4: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                          \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                          \"--framer-font-size\": \"15px\",\n                          \"--framer-letter-spacing\": \"0px\",\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"right\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                        },\n                        children: \"\u8F83\u65B0\u6587\u7AE0 \u2192\"\n                      })\n                    })\n                  }\n                }, baseVariant, gestureVariant)\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1gv25c3\",\n                layoutDependency: layoutDependency,\n                layoutId: \"FEJ5YS6XX\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.h2, {\n                      style: {\n                        \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                        \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                        \"--framer-font-size\": \"14px\",\n                        \"--framer-letter-spacing\": \"0px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-color\": \"var(--extracted-1of0zx5)\"\n                      },\n                      children: \"text\"\n                    })\n                  }),\n                  className: \"framer-ova33b\",\n                  \"data-framer-name\": \"Date\",\n                  fonts: [\"__SystemDefault-400-normal__\"],\n                  layoutDependency: layoutDependency,\n                  layoutId: \"MdtSypljl\",\n                  style: {\n                    \"--extracted-1of0zx5\": \"var(--token-4ca7d748-6404-4dbd-82d7-1148c1e14e26, rgba(0, 0, 0, 0.5)) \",\n                    \"--framer-paragraph-spacing\": \"0px\"\n                  },\n                  text: wAjocTLJr,\n                  variants: {\n                    EYlFkZbEn: {\n                      \"--extracted-1of0zx5\": \"var(--token-4ca7d748-6404-4dbd-82d7-1148c1e14e26, rgba(0, 0, 0, 0.5))\"\n                    },\n                    mFj7gG3v4: {\n                      \"--extracted-1of0zx5\": \"var(--token-d2c4f753-d23e-4a0f-ba16-7610000ac35f, rgb(77, 96, 67))\"\n                    }\n                  },\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true,\n                  ...addPropertyOverrides({\n                    EYlFkZbEn: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(motion.h2, {\n                          style: {\n                            \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                            \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                            \"--framer-font-size\": \"14px\",\n                            \"--framer-letter-spacing\": \"0px\",\n                            \"--framer-line-height\": \"1.4em\",\n                            \"--framer-text-alignment\": \"right\",\n                            \"--framer-text-color\": \"var(--extracted-1of0zx5)\"\n                          },\n                          children: \"text\"\n                        })\n                      })\n                    },\n                    mFj7gG3v4: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(motion.h2, {\n                          style: {\n                            \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                            \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                            \"--framer-font-size\": \"14px\",\n                            \"--framer-letter-spacing\": \"0px\",\n                            \"--framer-line-height\": \"1.4em\",\n                            \"--framer-text-alignment\": \"right\",\n                            \"--framer-text-color\": \"var(--extracted-1of0zx5)\"\n                          },\n                          children: \"text\"\n                        })\n                      })\n                    }\n                  }, baseVariant, gestureVariant)\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.h2, {\n                      style: {\n                        \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                        \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                        \"--framer-letter-spacing\": \"0px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-color\": \"var(--extracted-1of0zx5)\"\n                      },\n                      children: \"Improved Publishing Performance\"\n                    })\n                  }),\n                  className: \"framer-1qvla5o\",\n                  \"data-framer-name\": \"Title\",\n                  fonts: [\"__SystemDefault-400-normal__\"],\n                  layoutDependency: layoutDependency,\n                  layoutId: \"rlKNECplE\",\n                  style: {\n                    \"--extracted-1of0zx5\": \"var(--token-553feb38-2637-4ec9-835b-4a57fbd49b50, rgb(0, 0, 0))\",\n                    \"--framer-paragraph-spacing\": \"0px\"\n                  },\n                  text: A_l1AGBzQ,\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true,\n                  ...addPropertyOverrides({\n                    EYlFkZbEn: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(motion.h2, {\n                          style: {\n                            \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                            \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                            \"--framer-letter-spacing\": \"0px\",\n                            \"--framer-line-height\": \"1.4em\",\n                            \"--framer-text-alignment\": \"right\",\n                            \"--framer-text-color\": \"var(--extracted-1of0zx5)\"\n                          },\n                          children: \"Improved Publishing Performance\"\n                        })\n                      })\n                    },\n                    mFj7gG3v4: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(motion.h2, {\n                          style: {\n                            \"--font-selector\": \"X19TeXN0ZW1EZWZhdWx0LTQwMC1ub3JtYWxfXw==\",\n                            \"--framer-font-family\": '\"system-ui\", \"-apple-system\", \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Roboto Placeholder\", \"Oxygen\", \"Oxygen Placeholder\", \"Ubuntu\", \"Ubuntu Placeholder\", \"Cantarell\", \"Cantarell Placeholder\", \"Fira Sans\", \"Fira Sans Placeholder\", \"Droid Sans\", \"Helvetica Neue\", sans-serif, \"System Default\", serif',\n                            \"--framer-letter-spacing\": \"0px\",\n                            \"--framer-line-height\": \"1.4em\",\n                            \"--framer-text-alignment\": \"right\",\n                            \"--framer-text-color\": \"var(--extracted-1of0zx5)\"\n                          },\n                          children: \"Improved Publishing Performance\"\n                        })\n                      })\n                    }\n                  }, baseVariant, gestureVariant)\n                })]\n              })]\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-GG9ez [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-GG9ez .framer-1gdhzew { display: block; }\", \".framer-GG9ez .framer-kc5rkb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 20px 20px 20px 20px; position: relative; text-decoration: none; width: 600px; }\", \".framer-GG9ez .framer-9qj39n { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); position: relative; width: 100px; }\", \".framer-GG9ez .framer-108pz23 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px 0px 0px 5px; position: relative; width: 1px; }\", \".framer-GG9ez .framer-1xml5jb, .framer-GG9ez .framer-ova33b, .framer-GG9ez .framer-1qvla5o { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-GG9ez .framer-1gv25c3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-GG9ez .framer-v-kc5rkb .framer-kc5rkb, .framer-GG9ez .framer-v-1curz6i .framer-kc5rkb, .framer-GG9ez .framer-v-1a6qq09 .framer-kc5rkb, .framer-GG9ez .framer-v-1pygzao .framer-kc5rkb { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GG9ez .framer-kc5rkb, .framer-GG9ez .framer-108pz23, .framer-GG9ez .framer-1gv25c3 { gap: 0px; } .framer-GG9ez .framer-kc5rkb > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-GG9ez .framer-kc5rkb > :first-child { margin-left: 0px; } .framer-GG9ez .framer-kc5rkb > :last-child { margin-right: 0px; } .framer-GG9ez .framer-108pz23 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-GG9ez .framer-108pz23 > :first-child, .framer-GG9ez .framer-1gv25c3 > :first-child { margin-top: 0px; } .framer-GG9ez .framer-108pz23 > :last-child, .framer-GG9ez .framer-1gv25c3 > :last-child { margin-bottom: 0px; } .framer-GG9ez .framer-1gv25c3 > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } }\", \".framer-GG9ez.framer-v-1curz6i .framer-9qj39n { order: 1; }\", \".framer-GG9ez.framer-v-1curz6i .framer-108pz23 { align-content: flex-end; align-items: flex-end; order: 0; padding: 0px 5px 0px 0px; }\", \".framer-GG9ez.framer-v-1a6qq09 .framer-kc5rkb, .framer-GG9ez.framer-v-1pygzao .framer-kc5rkb { width: 390px; }\", \".framer-GG9ez.framer-v-1a6qq09 .framer-108pz23 { gap: 10px; padding: 0px 0px 0px 0px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GG9ez.framer-v-1a6qq09 .framer-108pz23 { gap: 0px; } .framer-GG9ez.framer-v-1a6qq09 .framer-108pz23 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GG9ez.framer-v-1a6qq09 .framer-108pz23 > :first-child { margin-top: 0px; } .framer-GG9ez.framer-v-1a6qq09 .framer-108pz23 > :last-child { margin-bottom: 0px; } }\", \".framer-GG9ez.framer-v-1pygzao .framer-108pz23 { align-content: flex-end; align-items: flex-end; gap: 10px; order: 1; padding: 0px 0px 0px 0px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GG9ez.framer-v-1pygzao .framer-108pz23 { gap: 0px; } .framer-GG9ez.framer-v-1pygzao .framer-108pz23 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GG9ez.framer-v-1pygzao .framer-108pz23 > :first-child { margin-top: 0px; } .framer-GG9ez.framer-v-1pygzao .framer-108pz23 > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicHeight 140\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerIntrinsicWidth 600\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mFj7gG3v4\":{\"layout\":[\"fixed\",\"auto\"]},\"eIr0jL2ev\":{\"layout\":[\"fixed\",\"auto\"]},\"EYlFkZbEn\":{\"layout\":[\"fixed\",\"auto\"]},\"W0P9g9Tre\":{\"layout\":[\"fixed\",\"auto\"]},\"IaVUhJR1F\":{\"layout\":[\"fixed\",\"auto\"]},\"mWDo3VpZx\":{\"layout\":[\"fixed\",\"auto\"]},\"ZR4oMoUES\":{\"layout\":[\"fixed\",\"auto\"]},\"MqVS0OME5\":{\"layout\":[\"fixed\",\"auto\"]},\"IFmbcfpfu\":{\"layout\":[\"fixed\",\"auto\"]},\"bRxbuf9UC\":{\"layout\":[\"fixed\",\"auto\"]},\"lSfAg5wX6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       * @framerVariables {\"Njlzo1ynX\":\"link\",\"A_l1AGBzQ\":\"title\",\"gMaJO7s9b\":\"banner\",\"wAjocTLJr\":\"date\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       */\nconst FramerOuWV9BMDU = withCSS(Component, css, \"framer-GG9ez\");\nexport default FramerOuWV9BMDU;\nFramerOuWV9BMDU.displayName = \"Page Navigation Copy 2\";\nFramerOuWV9BMDU.defaultProps = {\n  height: 140,\n  width: 600\n};\naddPropertyControls(FramerOuWV9BMDU, {\n  variant: {\n    options: [\"m0AMDuAPD\", \"mFj7gG3v4\", \"eIr0jL2ev\", \"EYlFkZbEn\"],\n    optionTitles: [\"Previous\", \"Next\", \"Previous Minimal\", \"Next Minimal\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  Njlzo1ynX: {\n    title: \"Link\",\n    type: ControlType.Link\n  },\n  A_l1AGBzQ: {\n    defaultValue: \"Improved Publishing Performance\",\n    title: \"Title\",\n    type: ControlType.String\n  },\n  gMaJO7s9b: {\n    title: \"Banner\",\n    type: ControlType.ResponsiveImage\n  },\n  wAjocTLJr: {\n    defaultValue: \"text\",\n    displayTextArea: false,\n    title: \"Date\",\n    type: ControlType.String\n  }\n});\naddFonts(FramerOuWV9BMDU, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerOuWV9BMDU\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mFj7gG3v4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eIr0jL2ev\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EYlFkZbEn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W0P9g9Tre\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IaVUhJR1F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mWDo3VpZx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZR4oMoUES\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MqVS0OME5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IFmbcfpfu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bRxbuf9UC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lSfAg5wX6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"600\",\n        \"framerIntrinsicHeight\": \"140\",\n        \"framerVariables\": \"{\\\"Njlzo1ynX\\\":\\\"link\\\",\\\"A_l1AGBzQ\\\":\\\"title\\\",\\\"gMaJO7s9b\\\":\\\"banner\\\",\\\"wAjocTLJr\\\":\\\"date\\\"}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./OuWV9BMDU.map", "// Generated by Framer (ea5544a)\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, getWhereExpressionFromPathVariables, Image, Link, NotFoundError, optimizeAppear, optimizeAppearTransformTemplate, PathVariablesContext, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, useActiveVariantCallback, useCurrentPathVariables, useHydratedBreakpointVariants, useLocaleCode, useLocaleInfo, useOverlayState, useQueryData, useRouter, withCSS, withFX } from \"framer\";\nimport { AnimatePresence, LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport NavigationOpenClosed from \"https://framerusercontent.com/modules/M2vjfPkXTNyOT9480YTu/8Ti6pDkMhQFA7363Qyie/eFVK3OU1g.js\";\nimport MobileDropdown from \"https://framerusercontent.com/modules/tYWQ604yx54HCdiWFQAf/gAmwksUJbHPAJ9TfLHNf/L050vVLEW.js\";\nimport NavigationCopy from \"https://framerusercontent.com/modules/SzHWziQe2yPfVlwlefJz/AZmed1klfDZvl4pN8nkn/hJCuJb2ax.js\";\nimport FooterCopy from \"https://framerusercontent.com/modules/oWricVPP7wRoML99iaJ1/9RME0XzIjL9OPQrI1f3X/KMQ3Mdfqv.js\";\nimport PageNavigationCopy2 from \"https://framerusercontent.com/modules/lDKXu72rhIkkpI7AsHtK/iTy32h9H6zmKdr4JVhnF/OuWV9BMDU.js\";\nimport Blog from \"https://framerusercontent.com/modules/zP45xT5ZFze1wvUJD9lK/A73NuyPvBBYQk69xumZ5/BuyTrafJy.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/nS3rXlYhPQ2BoUgrKMc3/H2wz77iLaTatoeHHRcad/f3Dc0O4kS.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/bgiTDSNj7DsgtRMmF27o/CriptZDdOxknYwzZfPVK/KYQ2OVCuK.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/fehF2RpP2K7JinCOOM4w/JL9YaFxhK66Izvmwczp0/ro7OPezbn.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/2qQczuB51l34yEKv9o9q/KCStJUNhFgo9rW6k8Wvt/vDltKVZ8B.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/jtFywkgoQSGHRXdfBaQ3/KwL0er5ZupFhIgFi34UC/YckFIlg3V.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/sw2MNobVqhYcmJq115Ed/a6yCyYISgneaPRfEAMvu/ttgMcJTaG.js\";\nconst NavigationCopyFonts = getFonts(NavigationCopy);\nconst PageNavigationCopy2Fonts = getFonts(PageNavigationCopy2);\nconst MotionDivWithFX = withFX(motion.div);\nconst FooterCopyFonts = getFonts(FooterCopy);\nconst NavigationOpenClosedFonts = getFonts(NavigationOpenClosed);\nconst MobileDropdownFonts = getFonts(MobileDropdown);\nconst cycleOrder = [\"JzznjLlR1\", \"VvSgNhR5_\", \"mBG_avsaP\"];\nconst breakpoints = {\n  JzznjLlR1: \"(min-width: 1200px)\",\n  mBG_avsaP: \"(max-width: 809px)\",\n  VvSgNhR5_: \"(min-width: 810px) and (max-width: 1199px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  JzznjLlR1: \"framer-v-150y668\",\n  mBG_avsaP: \"framer-v-1dm65pt\",\n  VvSgNhR5_: \"framer-v-5e2jd5\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"JzznjLlR1\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nfunction Overlay({\n  children,\n  blockDocumentScrolling\n}) {\n  const [visible, setVisible] = useOverlayState({\n    blockDocumentScrolling\n  });\n  return children({\n    hide: () => setVisible(false),\n    show: () => setVisible(true),\n    toggle: () => setVisible(!visible),\n    visible\n  });\n}\nconst transition1 = {\n  damping: 40,\n  delay: 0,\n  mass: 1,\n  stiffness: 150,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 80\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: .001,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 80\n};\nconst transition2 = {\n  damping: 40,\n  delay: .1,\n  mass: 1,\n  stiffness: 150,\n  type: \"spring\"\n};\nconst animation3 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 80\n};\nconst animation4 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 0\n};\nconst toDateString = (value, options = {}, activeLocale) => {\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 || activeLocale || 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 toResponsiveImage = 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 QueryData = ({\n  query,\n  children\n}) => {\n  const data = useQueryData(query);\n  return children(data);\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"JzznjLlR1\",\n  Phone: \"mBG_avsaP\",\n  Tablet: \"VvSgNhR5_\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"JzznjLlR1\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const currentPathVariables = useCurrentPathVariables();\n  const [currentRouteData] = useQueryData({\n    from: {\n      data: Blog,\n      locale: activeLocale,\n      type: \"Collection\"\n    },\n    select: [{\n      name: \"j948_I8m9\",\n      type: \"Identifier\"\n    }, {\n      name: \"Dw0p_agKH\",\n      type: \"Identifier\"\n    }, {\n      name: \"lBifBEMBD\",\n      type: \"Identifier\"\n    }, {\n      name: \"b4o5rKqBi\",\n      type: \"Identifier\"\n    }, {\n      name: \"NgnBKSllU\",\n      type: \"Identifier\"\n    }],\n    where: getWhereExpressionFromPathVariables(currentPathVariables)\n  });\n  const getFromCurrentRouteData = key => {\n    if (!currentRouteData) throw new NotFoundError(`No data in \"Blog\" matches path variables: ${JSON.stringify(currentPathVariables)}`);\n    return currentRouteData[key];\n  };\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    Dw0p_agKH = getFromCurrentRouteData(\"Dw0p_agKH\"),\n    lBifBEMBD = getFromCurrentRouteData(\"lBifBEMBD\"),\n    b4o5rKqBi = getFromCurrentRouteData(\"b4o5rKqBi\"),\n    NgnBKSllU = getFromCurrentRouteData(\"NgnBKSllU\"),\n    vMf8RK1bygF8AOBZQx,\n    Dw0p_agKHgF8AOBZQx,\n    rAyZbCQBKgF8AOBZQx,\n    b4o5rKqBigF8AOBZQx,\n    lBifBEMBDgF8AOBZQx,\n    idgF8AOBZQx,\n    j948_I8m9 = getFromCurrentRouteData(\"j948_I8m9\"),\n    vMf8RK1byNfT3hQBxW,\n    Dw0p_agKHNfT3hQBxW,\n    rAyZbCQBKNfT3hQBxW,\n    b4o5rKqBiNfT3hQBxW,\n    lBifBEMBDNfT3hQBxW,\n    idNfT3hQBxW,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(currentRouteData);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, [currentRouteData]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(undefined);\n  const tap42m929 = overlay => activeVariantCallback(async (...args) => {\n    overlay.toggle();\n  });\n  const isDisplayed = () => {\n    if ([\"VvSgNhR5_\", \"mBG_avsaP\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const activeLocaleCode = useLocaleCode();\n  const router = useRouter();\n  const isDisplayed1 = () => {\n    if (baseVariant === \"mBG_avsaP\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"VvSgNhR5_\") return true;\n    return !isBrowser();\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"JzznjLlR1\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-3VYsa\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className),\n        style: {\n          \"--j948_I8m9\": j948_I8m9,\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-150y668\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [isDisplayed() && /*#__PURE__*/_jsx(Container, {\n            className: \"framer-89v7yp-container hidden-5e2jd5 hidden-1dm65pt\",\n            children: /*#__PURE__*/_jsx(NavigationCopy, {\n              height: \"100%\",\n              id: \"LE12DxIi3\",\n              layoutId: \"LE12DxIi3\",\n              style: {\n                width: \"100%\"\n              },\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 4e3,\n              intrinsicWidth: 6e3,\n              pixelHeight: 4e3,\n              pixelWidth: 6e3,\n              sizes: \"min(100vw, 1200px)\",\n              src: new URL(\"https://framerusercontent.com/images/uKKuWXjoleltDRAZZDoeDntwn0.jpg\").href,\n              srcSet: `${new URL(\"https://framerusercontent.com/images/uKKuWXjoleltDRAZZDoeDntwn0.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/uKKuWXjoleltDRAZZDoeDntwn0.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/uKKuWXjoleltDRAZZDoeDntwn0.jpg?scale-down-to=2048\").href} 2048w, ${new URL(\"https://framerusercontent.com/images/uKKuWXjoleltDRAZZDoeDntwn0.jpg?scale-down-to=4096\").href} 4096w, ${new URL(\"https://framerusercontent.com/images/uKKuWXjoleltDRAZZDoeDntwn0.jpg\").href} 6000w`\n            },\n            className: \"framer-1rnqq90\",\n            children: /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-115129l\",\n              children: /*#__PURE__*/_jsxs(MotionDivWithFX, {\n                __framer__adjustPosition: false,\n                __framer__offset: 0,\n                __framer__parallaxTransformEnabled: true,\n                __framer__speed: 110,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                className: \"framer-izyy0p\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    mBG_avsaP: {\n                      \"data-framer-appear-id\": \"1kszbcw\",\n                      animate: optimizeAppear(\"animate\", \"1kszbcw\", animation1, \"1dm65pt\"),\n                      initial: optimizeAppear(\"initial\", \"1kszbcw\", animation2, \"1dm65pt\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"1kszbcw\", transformTemplate)\n                    },\n                    VvSgNhR5_: {\n                      \"data-framer-appear-id\": \"r31mc0\",\n                      animate: optimizeAppear(\"animate\", \"r31mc0\", animation1, \"5e2jd5\"),\n                      initial: optimizeAppear(\"initial\", \"r31mc0\", animation2, \"5e2jd5\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"r31mc0\", transformTemplate)\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    animate: optimizeAppear(\"animate\", \"2qhup2\", animation1, \"150y668\"),\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        className: \"framer-styles-preset-bccllm\",\n                        \"data-styles-preset\": \"KYQ2OVCuK\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\"\n                        },\n                        children: \"\u6F5C\u6C34\u624B\u52BF\uFF1A\u6F5C\u6C34\u5458\u5982\u4F55\u5728\u6C34\u4E0B\u4EA4\u6D41\"\n                      })\n                    }),\n                    className: \"framer-2qhup2\",\n                    \"data-framer-appear-id\": \"2qhup2\",\n                    exit: animation,\n                    initial: optimizeAppear(\"initial\", \"2qhup2\", animation2, \"150y668\"),\n                    text: Dw0p_agKH,\n                    transformTemplate: optimizeAppearTransformTemplate(\"2qhup2\", transformTemplate),\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-peaija\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      mBG_avsaP: {\n                        \"data-framer-appear-id\": \"zg2o23\",\n                        animate: optimizeAppear(\"animate\", \"zg2o23\", animation4, \"1dm65pt\"),\n                        initial: optimizeAppear(\"initial\", \"zg2o23\", animation2, \"1dm65pt\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"zg2o23\", transformTemplate)\n                      },\n                      VvSgNhR5_: {\n                        \"data-framer-appear-id\": \"1jmst2d\",\n                        animate: optimizeAppear(\"animate\", \"1jmst2d\", animation4, \"5e2jd5\"),\n                        initial: optimizeAppear(\"initial\", \"1jmst2d\", animation2, \"5e2jd5\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"1jmst2d\", transformTemplate)\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      animate: optimizeAppear(\"animate\", \"hfwvie\", animation4, \"150y668\"),\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-6nfpdv\",\n                          \"data-styles-preset\": \"f3Dc0O4kS\",\n                          style: {\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(136, 136, 136)\"\n                          },\n                          children: \"2023\u5E748\u670818\u65E5\"\n                        })\n                      }),\n                      className: \"framer-hfwvie\",\n                      \"data-framer-appear-id\": \"hfwvie\",\n                      \"data-framer-name\": \"Date\",\n                      exit: animation3,\n                      initial: optimizeAppear(\"initial\", \"hfwvie\", animation2, \"150y668\"),\n                      name: \"Date\",\n                      text: toDateString(lBifBEMBD, {\n                        dateStyle: \"medium\",\n                        locale: \"\"\n                      }, activeLocaleCode),\n                      transformTemplate: optimizeAppearTransformTemplate(\"hfwvie\", transformTemplate),\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1je4vmr\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-h04awu\",\n                    children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        mBG_avsaP: {\n                          background: {\n                            alt: \"\",\n                            fit: \"fill\",\n                            intrinsicHeight: 540,\n                            intrinsicWidth: 960,\n                            pixelHeight: 1080,\n                            pixelWidth: 1920,\n                            sizes: \"min(min(max(min(100vw, 1200px) - 80px, 0px), 800px), 720px)\",\n                            ...toResponsiveImage(b4o5rKqBi)\n                          }\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(Image, {\n                        background: {\n                          alt: \"\",\n                          fit: \"fill\",\n                          intrinsicHeight: 540,\n                          intrinsicWidth: 960,\n                          pixelHeight: 1080,\n                          pixelWidth: 1920,\n                          sizes: \"min(min(max(min(100vw, 1200px) - 80px, 0px), 800px) - 80px, 720px)\",\n                          ...toResponsiveImage(b4o5rKqBi)\n                        },\n                        className: \"framer-1l20j9p\",\n                        \"data-border\": true,\n                        \"data-framer-name\": \"Banner\",\n                        name: \"Banner\"\n                      })\n                    }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        mBG_avsaP: {\n                          \"data-framer-appear-id\": \"aepanj\",\n                          animate: optimizeAppear(\"animate\", \"aepanj\", animation4, \"1dm65pt\"),\n                          initial: optimizeAppear(\"initial\", \"aepanj\", animation2, \"1dm65pt\"),\n                          transformTemplate: optimizeAppearTransformTemplate(\"aepanj\", transformTemplate)\n                        },\n                        VvSgNhR5_: {\n                          \"data-framer-appear-id\": \"di1uvg\",\n                          animate: optimizeAppear(\"animate\", \"di1uvg\", animation4, \"5e2jd5\"),\n                          initial: optimizeAppear(\"initial\", \"di1uvg\", animation2, \"5e2jd5\"),\n                          transformTemplate: optimizeAppearTransformTemplate(\"di1uvg\", transformTemplate)\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        animate: optimizeAppear(\"animate\", \"coyqou\", animation4, \"150y668\"),\n                        children: NgnBKSllU,\n                        className: \"framer-coyqou\",\n                        \"data-framer-appear-id\": \"coyqou\",\n                        exit: animation3,\n                        initial: optimizeAppear(\"initial\", \"coyqou\", animation2, \"150y668\"),\n                        stylesPresetsClassNames: {\n                          a: \"framer-styles-preset-1wicq5s\",\n                          h1: \"framer-styles-preset-bccllm\",\n                          h2: \"framer-styles-preset-1joz210\",\n                          h3: \"framer-styles-preset-12lj5ox\",\n                          p: \"framer-styles-preset-6nfpdv\"\n                        },\n                        transformTemplate: optimizeAppearTransformTemplate(\"coyqou\", transformTemplate),\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })]\n                  }), /*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1rlh0x4\",\n                    \"data-border\": true,\n                    children: [/*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-1q679rs\",\n                      \"data-framer-name\": \"Previous\",\n                      name: \"Previous\",\n                      children: /*#__PURE__*/_jsx(QueryData, {\n                        query: {\n                          from: {\n                            data: Blog,\n                            locale: activeLocale,\n                            type: \"Collection\"\n                          },\n                          limit: {\n                            type: \"LiteralValue\",\n                            value: 1\n                          },\n                          select: [{\n                            name: \"vMf8RK1by\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"Dw0p_agKH\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"rAyZbCQBK\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"b4o5rKqBi\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"lBifBEMBD\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"id\",\n                            type: \"Identifier\"\n                          }],\n                          where: {\n                            left: {\n                              name: \"j948_I8m9\",\n                              type: \"Identifier\"\n                            },\n                            operator: \"<\",\n                            right: {\n                              type: \"LiteralValue\",\n                              value: j948_I8m9\n                            },\n                            type: \"BinaryOperation\"\n                          }\n                        },\n                        children: collection => collection.map(({\n                          vMf8RK1by: vMf8RK1bygF8AOBZQx,\n                          Dw0p_agKH: Dw0p_agKHgF8AOBZQx,\n                          rAyZbCQBK: rAyZbCQBKgF8AOBZQx,\n                          b4o5rKqBi: b4o5rKqBigF8AOBZQx,\n                          lBifBEMBD: lBifBEMBDgF8AOBZQx,\n                          id: idgF8AOBZQx\n                        }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                          id: `gF8AOBZQx-${idgF8AOBZQx}`,\n                          children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                            value: {\n                              vMf8RK1by: vMf8RK1bygF8AOBZQx\n                            },\n                            children: /*#__PURE__*/_jsx(Container, {\n                              className: \"framer-2jpoyo-container\",\n                              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                breakpoint: baseVariant,\n                                overrides: {\n                                  mBG_avsaP: {\n                                    variant: \"eIr0jL2ev\"\n                                  }\n                                },\n                                children: /*#__PURE__*/_jsx(PageNavigationCopy2, {\n                                  banner: toResponsiveImage(b4o5rKqBigF8AOBZQx),\n                                  date: toDateString(lBifBEMBDgF8AOBZQx, {\n                                    dateStyle: \"medium\",\n                                    locale: \"\"\n                                  }, activeLocaleCode),\n                                  description: rAyZbCQBKgF8AOBZQx,\n                                  height: \"100%\",\n                                  id: \"G5zJuIZ5X\",\n                                  layoutId: \"G5zJuIZ5X\",\n                                  link: resolveLink({\n                                    pathVariables: {\n                                      vMf8RK1by: vMf8RK1bygF8AOBZQx\n                                    },\n                                    webPageId: \"ttgMcJTaG\"\n                                  }, router),\n                                  style: {\n                                    width: \"100%\"\n                                  },\n                                  title: Dw0p_agKHgF8AOBZQx,\n                                  variant: \"m0AMDuAPD\",\n                                  width: \"100%\"\n                                })\n                              })\n                            })\n                          })\n                        }, idgF8AOBZQx))\n                      })\n                    }), /*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-70gk2c\",\n                      \"data-framer-name\": \"Next\",\n                      name: \"Next\",\n                      children: /*#__PURE__*/_jsx(QueryData, {\n                        query: {\n                          from: {\n                            data: Blog,\n                            locale: activeLocale,\n                            type: \"Collection\"\n                          },\n                          limit: {\n                            type: \"LiteralValue\",\n                            value: 1\n                          },\n                          orderBy: [{\n                            direction: \"desc\",\n                            name: \"index\",\n                            type: \"Identifier\"\n                          }],\n                          select: [{\n                            name: \"vMf8RK1by\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"Dw0p_agKH\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"rAyZbCQBK\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"b4o5rKqBi\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"lBifBEMBD\",\n                            type: \"Identifier\"\n                          }, {\n                            name: \"id\",\n                            type: \"Identifier\"\n                          }],\n                          where: {\n                            left: {\n                              name: \"j948_I8m9\",\n                              type: \"Identifier\"\n                            },\n                            operator: \">\",\n                            right: {\n                              type: \"LiteralValue\",\n                              value: j948_I8m9\n                            },\n                            type: \"BinaryOperation\"\n                          }\n                        },\n                        children: collection1 => collection1.map(({\n                          vMf8RK1by: vMf8RK1byNfT3hQBxW,\n                          Dw0p_agKH: Dw0p_agKHNfT3hQBxW,\n                          rAyZbCQBK: rAyZbCQBKNfT3hQBxW,\n                          b4o5rKqBi: b4o5rKqBiNfT3hQBxW,\n                          lBifBEMBD: lBifBEMBDNfT3hQBxW,\n                          id: idNfT3hQBxW\n                        }, i) => /*#__PURE__*/_jsx(LayoutGroup, {\n                          id: `NfT3hQBxW-${idNfT3hQBxW}`,\n                          children: /*#__PURE__*/_jsx(PathVariablesContext.Provider, {\n                            value: {\n                              vMf8RK1by: vMf8RK1byNfT3hQBxW\n                            },\n                            children: /*#__PURE__*/_jsx(Container, {\n                              className: \"framer-gsx6jt-container\",\n                              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                                breakpoint: baseVariant,\n                                overrides: {\n                                  mBG_avsaP: {\n                                    variant: \"EYlFkZbEn\"\n                                  }\n                                },\n                                children: /*#__PURE__*/_jsx(PageNavigationCopy2, {\n                                  banner: toResponsiveImage(b4o5rKqBiNfT3hQBxW),\n                                  date: toDateString(lBifBEMBDNfT3hQBxW, {\n                                    dateStyle: \"medium\",\n                                    locale: \"\"\n                                  }, activeLocaleCode),\n                                  description: rAyZbCQBKNfT3hQBxW,\n                                  height: \"100%\",\n                                  id: \"AQMqGb8iC\",\n                                  layoutId: \"AQMqGb8iC\",\n                                  link: resolveLink({\n                                    pathVariables: {\n                                      vMf8RK1by: vMf8RK1byNfT3hQBxW\n                                    },\n                                    webPageId: \"ttgMcJTaG\"\n                                  }, router),\n                                  style: {\n                                    width: \"100%\"\n                                  },\n                                  title: Dw0p_agKHNfT3hQBxW,\n                                  variant: \"mFj7gG3v4\",\n                                  width: \"100%\"\n                                })\n                              })\n                            })\n                          })\n                        }, idNfT3hQBxW))\n                      })\n                    })]\n                  })]\n                })]\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-dih8gh-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                mBG_avsaP: {\n                  variant: \"Ifpzs4MUf\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(FooterCopy, {\n                height: \"100%\",\n                id: \"bbqYwuZBu\",\n                layoutId: \"bbqYwuZBu\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"ter13AZlR\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed1() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-13wvx7d hidden-150y668 hidden-5e2jd5\",\n            \"data-framer-name\": \"Mobile navigation\",\n            name: \"Mobile navigation\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1e25ods\",\n              \"data-framer-name\": \"Navbar\",\n              name: \"Navbar\",\n              children: [/*#__PURE__*/_jsx(Link, {\n                href: {\n                  hash: \":VtpFTYdxQ\",\n                  webPageId: \"eddhjzMea\"\n                },\n                openInNewTab: false,\n                smoothScroll: true,\n                children: /*#__PURE__*/_jsx(Image, {\n                  as: \"a\",\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    intrinsicHeight: 244,\n                    intrinsicWidth: 429,\n                    pixelHeight: 244,\n                    pixelWidth: 429,\n                    src: new URL(\"https://framerusercontent.com/images/LAnqPcQWGO6iFmKOB002V5AX9g.png\").href\n                  },\n                  className: \"framer-1biwk2q framer-1501t4o\",\n                  \"data-framer-name\": \"Logo\",\n                  name: \"Logo\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1mh44q2\",\n                \"data-framer-name\": \"Spacer\",\n                name: \"Spacer\"\n              }), /*#__PURE__*/_jsx(Overlay, {\n                children: overlaymkmx4 => /*#__PURE__*/_jsx(_Fragment, {\n                  children: /*#__PURE__*/_jsxs(Container, {\n                    className: \"framer-quy9jv-container\",\n                    children: [/*#__PURE__*/_jsx(NavigationOpenClosed, {\n                      height: \"100%\",\n                      id: \"eUsswSXGb\",\n                      layoutId: \"eUsswSXGb\",\n                      tap: tap42m929(overlaymkmx4),\n                      variant: \"Kq4Vth3KQ\",\n                      width: \"100%\"\n                    }), /*#__PURE__*/_jsx(AnimatePresence, {\n                      children: overlaymkmx4.visible && /*#__PURE__*/_jsx(_Fragment, {\n                        children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(motion.div, {\n                            animate: {\n                              opacity: 1,\n                              transition: {\n                                delay: 0,\n                                duration: .3,\n                                ease: [.5, 0, .88, .77],\n                                type: \"tween\"\n                              }\n                            },\n                            className: \"framer-mkmx4\",\n                            exit: {\n                              opacity: 0,\n                              transition: {\n                                delay: 0,\n                                duration: 0,\n                                ease: [0, 0, 1, 1],\n                                type: \"tween\"\n                              }\n                            },\n                            initial: {\n                              opacity: 0\n                            },\n                            onTap: () => overlaymkmx4.hide()\n                          }, \"FOkKr5Ra7\"), /*#__PURE__*/_jsx(Container, {\n                            className: \"framer-134t2fb-container\",\n                            children: /*#__PURE__*/_jsx(MobileDropdown, {\n                              height: \"100%\",\n                              id: \"t0blx94xx\",\n                              layoutId: \"t0blx94xx\",\n                              style: {\n                                height: \"100%\",\n                                width: \"100%\"\n                              },\n                              variant: \"MMWFoZ06m\",\n                              width: \"100%\"\n                            })\n                          })]\n                        }), document.querySelector(\"#overlay\"))\n                      })\n                    })]\n                  })\n                })\n              })]\n            })\n          }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1fe6hxh hidden-150y668 hidden-1dm65pt\",\n            \"data-framer-name\": \"Mobile navigation\",\n            name: \"Mobile navigation\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-dpc45g\",\n              \"data-framer-name\": \"Navbar\",\n              name: \"Navbar\",\n              children: [/*#__PURE__*/_jsx(Link, {\n                href: {\n                  hash: \":VtpFTYdxQ\",\n                  webPageId: \"eddhjzMea\"\n                },\n                openInNewTab: false,\n                smoothScroll: true,\n                children: /*#__PURE__*/_jsx(Image, {\n                  as: \"a\",\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    intrinsicHeight: 244,\n                    intrinsicWidth: 429,\n                    pixelHeight: 244,\n                    pixelWidth: 429,\n                    src: new URL(\"https://framerusercontent.com/images/LAnqPcQWGO6iFmKOB002V5AX9g.png\").href\n                  },\n                  className: \"framer-qm1lue framer-1501t4o\",\n                  \"data-framer-name\": \"Logo\",\n                  name: \"Logo\"\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-lmczw5\",\n                \"data-framer-name\": \"Spacer\",\n                name: \"Spacer\"\n              }), /*#__PURE__*/_jsx(Overlay, {\n                children: overlay1bzefio => /*#__PURE__*/_jsx(_Fragment, {\n                  children: /*#__PURE__*/_jsxs(Container, {\n                    className: \"framer-1nh5j86-container\",\n                    children: [/*#__PURE__*/_jsx(NavigationOpenClosed, {\n                      height: \"100%\",\n                      id: \"uvKiJBtqf\",\n                      layoutId: \"uvKiJBtqf\",\n                      tap: tap42m929(overlay1bzefio),\n                      variant: \"Kq4Vth3KQ\",\n                      width: \"100%\"\n                    }), /*#__PURE__*/_jsx(AnimatePresence, {\n                      children: overlay1bzefio.visible && /*#__PURE__*/_jsx(_Fragment, {\n                        children: /*#__PURE__*/ReactDOM.createPortal( /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(motion.div, {\n                            animate: {\n                              opacity: 1,\n                              transition: {\n                                delay: 0,\n                                duration: .3,\n                                ease: [.5, 0, .88, .77],\n                                type: \"tween\"\n                              }\n                            },\n                            className: \"framer-1bzefio\",\n                            exit: {\n                              opacity: 0,\n                              transition: {\n                                delay: 0,\n                                duration: 0,\n                                ease: [0, 0, 1, 1],\n                                type: \"tween\"\n                              }\n                            },\n                            initial: {\n                              opacity: 0\n                            },\n                            onTap: () => overlay1bzefio.hide()\n                          }, \"yhSG5nd44\"), /*#__PURE__*/_jsx(Container, {\n                            className: \"framer-hvwxhk-container\",\n                            children: /*#__PURE__*/_jsx(MobileDropdown, {\n                              height: \"100%\",\n                              id: \"KkVOSNHdZ\",\n                              layoutId: \"KkVOSNHdZ\",\n                              style: {\n                                height: \"100%\",\n                                width: \"100%\"\n                              },\n                              variant: \"MMWFoZ06m\",\n                              width: \"100%\"\n                            })\n                          })]\n                        }), document.querySelector(\"#overlay\"))\n                      })\n                    })]\n                  })\n                })\n              })]\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-3VYsa [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; } }\", `.${metadata.bodyClassName} { background: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, rgb(249, 248, 245)) /* {\"name\":\"Background\"} */; }`, \".framer-3VYsa .framer-1501t4o { display: block; }\", \".framer-3VYsa .framer-150y668 { align-content: center; align-items: center; background-color: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, #f9f8f5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-3VYsa .framer-89v7yp-container { flex: none; height: auto; position: sticky; top: 10px; width: 1100px; will-change: transform; z-index: 3; }\", \".framer-3VYsa .framer-1rnqq90 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-3VYsa .framer-115129l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 80px 40px 0px 40px; position: relative; width: 100%; }\", \".framer-3VYsa .framer-izyy0p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 1px; }\", \".framer-3VYsa .framer-2qhup2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; min-width: 300px; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\", \".framer-3VYsa .framer-peaija { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 720px; overflow: visible; padding: 4px 0px 20px 0px; position: relative; width: 100%; }\", \".framer-3VYsa .framer-hfwvie { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; min-width: 200px; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-3VYsa .framer-1je4vmr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 720px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-3VYsa .framer-h04awu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 70px 0px; position: relative; width: 720px; }\", \".framer-3VYsa .framer-1l20j9p { --border-bottom-width: 1px; --border-color: var(--token-742492b5-40ae-4b31-b839-49b3176211d4, rgba(0, 0, 0, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 405px); overflow: visible; position: relative; width: 100%; }\", \".framer-3VYsa .framer-coyqou { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", '.framer-3VYsa .framer-1rlh0x4 { --border-bottom-width: 0px; --border-color: var(--token-2915d017-20c1-4abe-8538-b2b315f3fd12, #dfefd7) /* {\"name\":\"Support-100\"} */; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 0px 0px 0px; position: relative; width: 100%; }', \".framer-3VYsa .framer-1q679rs, .framer-3VYsa .framer-70gk2c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-3VYsa .framer-2jpoyo-container, .framer-3VYsa .framer-gsx6jt-container, .framer-3VYsa .framer-dih8gh-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-3VYsa .framer-13wvx7d, .framer-3VYsa .framer-1fe6hxh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 3; }\", \".framer-3VYsa .framer-1e25ods, .framer-3VYsa .framer-dpc45g { align-content: center; align-items: center; background-color: var(--token-1e55750a-e808-43b6-b6f4-373b634626f7, #1e1515); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 64px; justify-content: flex-start; overflow: hidden; padding: 10px 24px 10px 24px; position: relative; width: 1px; }\", \".framer-3VYsa .framer-1biwk2q, .framer-3VYsa .framer-qm1lue { flex: none; height: 47px; overflow: hidden; position: relative; text-decoration: none; width: 94px; }\", \".framer-3VYsa .framer-1mh44q2, .framer-3VYsa .framer-lmczw5 { flex: 1 0 0px; height: 23px; overflow: hidden; position: relative; width: 1px; }\", \".framer-3VYsa .framer-quy9jv-container, .framer-3VYsa .framer-1nh5j86-container { flex: none; height: auto; position: relative; width: auto; z-index: 4; }\", \".framer-3VYsa .framer-mkmx4, .framer-3VYsa .framer-1bzefio { background-color: rgba(0, 0, 0, 0.7); inset: 0px; position: fixed; user-select: none; z-index: 1; }\", \".framer-3VYsa .framer-134t2fb-container, .framer-3VYsa .framer-hvwxhk-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 76px; width: 100%; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3VYsa .framer-150y668, .framer-3VYsa .framer-1rnqq90, .framer-3VYsa .framer-115129l, .framer-3VYsa .framer-izyy0p, .framer-3VYsa .framer-peaija, .framer-3VYsa .framer-1je4vmr, .framer-3VYsa .framer-h04awu, .framer-3VYsa .framer-1rlh0x4, .framer-3VYsa .framer-1q679rs, .framer-3VYsa .framer-70gk2c, .framer-3VYsa .framer-13wvx7d, .framer-3VYsa .framer-1e25ods, .framer-3VYsa .framer-1fe6hxh, .framer-3VYsa .framer-dpc45g { gap: 0px; } .framer-3VYsa .framer-150y668 > *, .framer-3VYsa .framer-1rnqq90 > *, .framer-3VYsa .framer-1je4vmr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3VYsa .framer-150y668 > :first-child, .framer-3VYsa .framer-1rnqq90 > :first-child, .framer-3VYsa .framer-izyy0p > :first-child, .framer-3VYsa .framer-peaija > :first-child, .framer-3VYsa .framer-1je4vmr > :first-child, .framer-3VYsa .framer-h04awu > :first-child, .framer-3VYsa .framer-1rlh0x4 > :first-child, .framer-3VYsa .framer-1q679rs > :first-child, .framer-3VYsa .framer-70gk2c > :first-child { margin-top: 0px; } .framer-3VYsa .framer-150y668 > :last-child, .framer-3VYsa .framer-1rnqq90 > :last-child, .framer-3VYsa .framer-izyy0p > :last-child, .framer-3VYsa .framer-peaija > :last-child, .framer-3VYsa .framer-1je4vmr > :last-child, .framer-3VYsa .framer-h04awu > :last-child, .framer-3VYsa .framer-1rlh0x4 > :last-child, .framer-3VYsa .framer-1q679rs > :last-child, .framer-3VYsa .framer-70gk2c > :last-child { margin-bottom: 0px; } .framer-3VYsa .framer-115129l > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-3VYsa .framer-115129l > :first-child, .framer-3VYsa .framer-13wvx7d > :first-child, .framer-3VYsa .framer-1e25ods > :first-child, .framer-3VYsa .framer-1fe6hxh > :first-child, .framer-3VYsa .framer-dpc45g > :first-child { margin-left: 0px; } .framer-3VYsa .framer-115129l > :last-child, .framer-3VYsa .framer-13wvx7d > :last-child, .framer-3VYsa .framer-1e25ods > :last-child, .framer-3VYsa .framer-1fe6hxh > :last-child, .framer-3VYsa .framer-dpc45g > :last-child { margin-right: 0px; } .framer-3VYsa .framer-izyy0p > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-3VYsa .framer-peaija > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-3VYsa .framer-h04awu > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-3VYsa .framer-1rlh0x4 > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-3VYsa .framer-1q679rs > *, .framer-3VYsa .framer-70gk2c > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-3VYsa .framer-13wvx7d > *, .framer-3VYsa .framer-1fe6hxh > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-3VYsa .framer-1e25ods > *, .framer-3VYsa .framer-dpc45g > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\", \"@media (min-width: 1200px) { .framer-3VYsa .hidden-150y668 { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-3VYsa .hidden-5e2jd5 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, rgb(249, 248, 245)) /* {\"name\":\"Background\"} */; } .framer-3VYsa .framer-150y668 { width: 810px; } .framer-3VYsa .framer-1rnqq90 { order: 2; } .framer-3VYsa .framer-h04awu { width: 100%; } .framer-3VYsa .framer-1l20j9p { height: var(--framer-aspect-ratio-supported, 366px); } .framer-3VYsa .framer-dih8gh-container { order: 3; } .framer-3VYsa .framer-1fe6hxh { order: 0; }}`, `@media (max-width: 809px) { .framer-3VYsa .hidden-1dm65pt { display: none !important; } .${metadata.bodyClassName} { background: var(--token-eaf80125-bf32-4d8e-9fcf-bcc499a289a4, rgb(249, 248, 245)) /* {\"name\":\"Background\"} */; } .framer-3VYsa .framer-150y668 { width: 428px; } .framer-3VYsa .framer-1rnqq90 { order: 2; } .framer-3VYsa .framer-115129l { padding: 40px 40px 0px 40px; } .framer-3VYsa .framer-izyy0p { padding: 0px 0px 0px 0px; } .framer-3VYsa .framer-2qhup2, .framer-3VYsa .framer-h04awu { width: 100%; } .framer-3VYsa .framer-1l20j9p { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 196px); } .framer-3VYsa .framer-dih8gh-container { order: 3; } .framer-3VYsa .framer-13wvx7d { order: 0; }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerIntrinsicHeight 4241.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VvSgNhR5_\":{\"layout\":[\"fixed\",\"auto\"]},\"mBG_avsaP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            */\nconst FramerttgMcJTaG = withCSS(Component, css, \"framer-3VYsa\");\nexport default FramerttgMcJTaG;\nFramerttgMcJTaG.displayName = \"Blog Detail\";\nFramerttgMcJTaG.defaultProps = {\n  height: 4241.5,\n  width: 1200\n};\naddFonts(FramerttgMcJTaG, [...NavigationCopyFonts, ...PageNavigationCopy2Fonts, ...FooterCopyFonts, ...NavigationOpenClosedFonts, ...MobileDropdownFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.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\": \"FramerttgMcJTaG\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"4241.5\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VvSgNhR5_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mBG_avsaP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "banner", "date", "height", "id", "link", "title", "width", "props", "ref", "_variant", "ref1", "ref2", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "Njlzo1ynX", "A_l1AGBzQ", "gMaJO7s9b", "wAjocTLJr", "AKhftKE6i", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isDisplayed", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "Image2", "RichText", "x", "css", "FramerOuWV9BMDU", "withCSS", "OuWV9BMDU_default", "addPropertyControls", "ControlType", "addFonts", "NavigationCopyFonts", "getFonts", "hJCuJb2ax_default", "PageNavigationCopy2Fonts", "OuWV9BMDU_default", "MotionDivWithFX", "withFX", "motion", "FooterCopyFonts", "KMQ3Mdfqv_default", "NavigationOpenClosedFonts", "eFVK3OU1g_default", "MobileDropdownFonts", "L050vVLEW_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "Overlay", "children", "blockDocumentScrolling", "visible", "setVisible", "useOverlayState", "transition1", "animation", "transformTemplate", "_", "animation1", "animation2", "transition2", "animation3", "animation4", "toDateString", "value", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "toResponsiveImage", "QueryData", "query", "data", "useQueryData", "metadata", "ttgMcJTaG_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "BuyTrafJy_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "Dw0p_agKH", "lBifBEMBD", "b4o5rKqBi", "NgnBKSllU", "vMf8RK1bygF8AOBZQx", "Dw0p_agKHgF8AOBZQx", "rAyZbCQBKgF8AOBZQx", "b4o5rKqBigF8AOBZQx", "lBifBEMBDgF8AOBZQx", "idgF8AOBZQx", "j948_I8m9", "vMf8RK1byNfT3hQBxW", "Dw0p_agKHNfT3hQBxW", "rAyZbCQBKNfT3hQBxW", "b4o5rKqBiNfT3hQBxW", "lBifBEMBDNfT3hQBxW", "idNfT3hQBxW", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap42m929", "overlay", "args", "isDisplayed", "activeLocaleCode", "useLocaleCode", "router", "useRouter", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "hJCuJb2ax_default", "MotionDivWithFX", "PropertyOverrides", "optimizeAppear", "optimizeAppearTransformTemplate", "RichText", "x", "Image2", "collection", "i", "PathVariablesContext", "OuWV9BMDU_default", "resolveLink", "collection1", "KMQ3Mdfqv_default", "Link", "overlaymkmx4", "l", "eFVK3OU1g_default", "AnimatePresence", "qa", "L050vVLEW_default", "overlay1bzefio", "css", "FramerttgMcJTaG", "withCSS", "addFonts", "NavigationCopyFonts", "PageNavigationCopy2Fonts", "FooterCopyFonts", "NavigationOpenClosedFonts", "MobileDropdownFonts", "fonts", "__FramerMetadata__"]
}
