{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/QkAXpd2rsvWfKADuGvFS/eHLvZfs9iLjvGcnKYynd/OnaTgQUh8.js", "ssg:https://framerusercontent.com/modules/1SUm4FPGRLPghEmyA84c/G1y9fgEweQzrdvApULxu/KOrSWKkO0.js"],
  "sourcesContent": ["import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"Inter-SemiBold\"]);\nexport const fonts = [];\nexport const css = ['.framer-azyKI .framer-styles-preset-11w0qkg:not(.rich-text-wrapper), .framer-azyKI .framer-styles-preset-11w0qkg.rich-text-wrapper h3 { --framer-font-family: \"Inter-SemiBold\", \"Inter\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: -0.01em; --framer-line-height: 140%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-eb733268-fa28-48c8-a630-86e5edb68eb6, #020089); --framer-text-decoration: none; --framer-text-transform: none; }'];\nexport const className = \"framer-azyKI\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (4c611f3)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, removeHiddenBreakpointLayers, resolveLink, RichText, SVG, useHydratedBreakpointVariants, useLocaleInfo, useRouter, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Button from \"https://framerusercontent.com/modules/RJZuCpr6E2RlBEFAWp0w/96PrdyB94dCAUadBeGQg/FE7hWhlaN.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/QkAXpd2rsvWfKADuGvFS/eHLvZfs9iLjvGcnKYynd/OnaTgQUh8.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/qZIyYPPtkoAdJNDwb6r5/lfquLInmyb7BVPn4tSZI/KOrSWKkO0.js\";\nconst ButtonFonts = getFonts(Button);\nconst MotionDivWithFX = withFX(motion.div);\nconst cycleOrder = [\"zOrRRi2bS\", \"eL5z5xpgM\", \"v9Uci5WcT\"];\nconst breakpoints = {\n  eL5z5xpgM: \"(min-width: 810px) and (max-width: 1199px)\",\n  v9Uci5WcT: \"(max-width: 809px)\",\n  zOrRRi2bS: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  eL5z5xpgM: \"framer-v-16i114\",\n  v9Uci5WcT: \"framer-v-1e4ez7q\",\n  zOrRRi2bS: \"framer-v-10uzq1j\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"zOrRRi2bS\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 8,\n  rotateY: 0,\n  scale: .95,\n  x: 0,\n  y: 16\n};\nconst transition1 = {\n  delay: .1,\n  duration: .6,\n  ease: [.44, 0, .56, 1],\n  type: \"tween\"\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"zOrRRi2bS\",\n  Phone: \"v9Uci5WcT\",\n  Tablet: \"eL5z5xpgM\"\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 : \"zOrRRi2bS\"\n  };\n};\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    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\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  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const router = useRouter();\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"zOrRRi2bS\",\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-tF2Rw\", sharedStyle.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-10uzq1j\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: /*#__PURE__*/_jsxs(MotionDivWithFX, {\n            __framer__animate: {\n              transition: transition1\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: 0,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-1tjlwvi\",\n            \"data-framer-name\": \"Content\",\n            name: \"Content\",\n            transformTemplate: transformTemplate,\n            children: [/*#__PURE__*/_jsx(SVG, {\n              className: \"framer-1mntkzx\",\n              \"data-framer-name\": \"Logo\",\n              fill: \"rgba(0,0,0,1)\",\n              intrinsicHeight: 34,\n              intrinsicWidth: 223,\n              name: \"Logo\",\n              svg: '<svg width=\"223\" height=\"34\" viewBox=\"0 0 223 34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M46.9107 9.015L50.8951 21.5396H51.0481L55.0405 9.015H58.9041L53.2214 25.4999H48.7299L43.0391 9.015H46.9107Z\" fill=\"#030089\"/>\\n<path d=\"M60.8239 25.4999V13.1362H64.2528V25.4999H60.8239ZM62.5464 11.5425C62.0366 11.5425 61.5993 11.3734 61.2344 11.0354C60.8748 10.6919 60.6951 10.2814 60.6951 9.80383C60.6951 9.33161 60.8748 8.92646 61.2344 8.58839C61.5993 8.24496 62.0366 8.07324 62.5464 8.07324C63.0562 8.07324 63.4908 8.24496 63.8504 8.58839C64.2153 8.92646 64.3977 9.33161 64.3977 9.80383C64.3977 10.2814 64.2153 10.6919 63.8504 11.0354C63.4908 11.3734 63.0562 11.5425 62.5464 11.5425Z\" fill=\"#030089\"/>\\n<path d=\"M72.5858 25.7413C71.3194 25.7413 70.2301 25.473 69.3178 24.9364C68.4109 24.3944 67.7133 23.6432 67.225 22.6826C66.7421 21.7221 66.5006 20.6166 66.5006 19.3663C66.5006 18.0999 66.7448 16.9891 67.2331 16.0339C67.7268 15.0734 68.427 14.3248 69.3339 13.7882C70.2408 13.2462 71.3194 12.9752 72.5697 12.9752C73.6483 12.9752 74.5928 13.1711 75.4031 13.5628C76.2133 13.9546 76.8546 14.5046 77.3268 15.2129C77.799 15.9213 78.0593 16.753 78.1076 17.7082H74.8718C74.7806 17.0911 74.5391 16.5947 74.1474 16.2191C73.761 15.8381 73.2539 15.6476 72.6261 15.6476C72.0948 15.6476 71.6306 15.7925 71.2335 16.0822C70.8418 16.3666 70.5359 16.7825 70.3159 17.3299C70.0959 17.8772 69.9859 18.5399 69.9859 19.318C69.9859 20.1069 70.0932 20.7776 70.3079 21.3303C70.5279 21.8831 70.8365 22.3043 71.2335 22.5941C71.6306 22.8838 72.0948 23.0287 72.6261 23.0287C73.0178 23.0287 73.3693 22.9482 73.6805 22.7873C73.9971 22.6263 74.2574 22.3928 74.4613 22.087C74.6706 21.7757 74.8074 21.4028 74.8718 20.9681H78.1076C78.0539 21.9126 77.7964 22.7443 77.3349 23.4634C76.8787 24.1771 76.2482 24.7352 75.4433 25.1376C74.6384 25.5401 73.6859 25.7413 72.5858 25.7413Z\" fill=\"#030089\"/>\\n<path d=\"M86.8793 13.1362V15.712H79.4337V13.1362H86.8793ZM81.1241 10.1741H84.553V21.7006C84.553 22.0172 84.6013 22.2641 84.6979 22.4411C84.7945 22.6129 84.9287 22.7336 85.1004 22.8034C85.2775 22.8731 85.4814 22.908 85.7121 22.908C85.8731 22.908 86.0341 22.8946 86.1951 22.8678C86.3561 22.8356 86.4795 22.8114 86.5653 22.7953L87.1046 25.3469C86.9329 25.4006 86.6914 25.4623 86.3802 25.5321C86.069 25.6072 85.6907 25.6528 85.2453 25.6689C84.4189 25.7011 83.6944 25.5911 83.072 25.3389C82.4549 25.0867 81.9746 24.6949 81.6312 24.1637C81.2877 23.6324 81.1187 22.9617 81.1241 22.1514V10.1741Z\" fill=\"#030089\"/>\\n<path d=\"M94.5663 25.7413C93.316 25.7413 92.2347 25.4757 91.3224 24.9445C90.4156 24.4078 89.7153 23.6619 89.2216 22.7068C88.7279 21.7462 88.4811 20.6327 88.4811 19.3663C88.4811 18.0892 88.7279 16.973 89.2216 16.0178C89.7153 15.0573 90.4156 14.3114 91.3224 13.7802C92.2347 13.2435 93.316 12.9752 94.5663 12.9752C95.8166 12.9752 96.8952 13.2435 97.8021 13.7802C98.7143 14.3114 99.4173 15.0573 99.911 16.0178C100.405 16.973 100.652 18.0892 100.652 19.3663C100.652 20.6327 100.405 21.7462 99.911 22.7068C99.4173 23.6619 98.7143 24.4078 97.8021 24.9445C96.8952 25.4757 95.8166 25.7413 94.5663 25.7413ZM94.5824 23.0851C95.1512 23.0851 95.6261 22.9241 96.0071 22.6021C96.3881 22.2748 96.6752 21.8294 96.8684 21.266C97.0669 20.7025 97.1662 20.0612 97.1662 19.3422C97.1662 18.6231 97.0669 17.9819 96.8684 17.4184C96.6752 16.855 96.3881 16.4096 96.0071 16.0822C95.6261 15.7549 95.1512 15.5912 94.5824 15.5912C94.0082 15.5912 93.5252 15.7549 93.1335 16.0822C92.7472 16.4096 92.4547 16.855 92.2562 17.4184C92.063 17.9819 91.9664 18.6231 91.9664 19.3422C91.9664 20.0612 92.063 20.7025 92.2562 21.266C92.4547 21.8294 92.7472 22.2748 93.1335 22.6021C93.5252 22.9241 94.0082 23.0851 94.5824 23.0851Z\" fill=\"#030089\"/>\\n<path d=\"M102.881 25.4999V13.1362H106.205V15.2934H106.334C106.56 14.5261 106.938 13.9465 107.469 13.5548C108 13.1577 108.612 12.9591 109.304 12.9591C109.476 12.9591 109.661 12.9699 109.86 12.9913C110.058 13.0128 110.233 13.0423 110.383 13.0799V16.1225C110.222 16.0742 109.999 16.0313 109.715 15.9937C109.431 15.9561 109.17 15.9374 108.934 15.9374C108.43 15.9374 107.979 16.0474 107.582 16.2674C107.19 16.482 106.879 16.7825 106.648 17.1689C106.423 17.5553 106.31 18.0006 106.31 18.5051V25.4999H102.881Z\" fill=\"#030089\"/>\\n<path d=\"M112.156 25.4999V13.1362H115.585V25.4999H112.156ZM113.878 11.5425C113.369 11.5425 112.931 11.3734 112.566 11.0354C112.207 10.6919 112.027 10.2814 112.027 9.80383C112.027 9.33161 112.207 8.92646 112.566 8.58839C112.931 8.24496 113.369 8.07324 113.878 8.07324C114.388 8.07324 114.823 8.24496 115.182 8.58839C115.547 8.92646 115.73 9.33161 115.73 9.80383C115.73 10.2814 115.547 10.6919 115.182 11.0354C114.823 11.3734 114.388 11.5425 113.878 11.5425Z\" fill=\"#030089\"/>\\n<path d=\"M121.857 25.7333C121.068 25.7333 120.365 25.5964 119.748 25.3228C119.131 25.0437 118.643 24.6332 118.283 24.0912C117.929 23.5439 117.752 22.8624 117.752 22.0467C117.752 21.3599 117.878 20.783 118.13 20.3161C118.383 19.8493 118.726 19.4737 119.161 19.1892C119.595 18.9048 120.089 18.6902 120.642 18.5453C121.2 18.4004 121.785 18.2985 122.397 18.2394C123.116 18.1643 123.695 18.0946 124.135 18.0302C124.575 17.9604 124.894 17.8584 125.093 17.7243C125.292 17.5901 125.391 17.3916 125.391 17.1286V17.0803C125.391 16.5706 125.23 16.1761 124.908 15.8971C124.591 15.6181 124.141 15.4785 123.556 15.4785C122.939 15.4785 122.448 15.6154 122.083 15.8891C121.718 16.1574 121.476 16.4954 121.358 16.9033L118.187 16.6457C118.348 15.8944 118.664 15.2451 119.137 14.6978C119.609 14.1451 120.218 13.7211 120.964 13.426C121.715 13.1255 122.584 12.9752 123.572 12.9752C124.259 12.9752 124.916 13.0557 125.544 13.2167C126.177 13.3777 126.738 13.6272 127.226 13.9653C127.72 14.3034 128.109 14.738 128.393 15.2693C128.678 15.7951 128.82 16.4257 128.82 17.1608V25.4999H125.568V23.7854H125.471C125.273 24.1717 125.007 24.5125 124.674 24.8076C124.342 25.0974 123.942 25.3255 123.475 25.4918C123.008 25.6528 122.469 25.7333 121.857 25.7333ZM122.839 23.3668C123.344 23.3668 123.789 23.2675 124.175 23.069C124.562 22.8651 124.865 22.5914 125.085 22.248C125.305 21.9045 125.415 21.5155 125.415 21.0808V19.7688C125.308 19.8386 125.16 19.9029 124.972 19.962C124.79 20.0156 124.583 20.0666 124.353 20.1149C124.122 20.1578 123.891 20.1981 123.66 20.2356C123.43 20.2678 123.22 20.2974 123.032 20.3242C122.63 20.3832 122.278 20.4771 121.978 20.6059C121.677 20.7347 121.444 20.9091 121.278 21.1291C121.111 21.3438 121.028 21.6121 121.028 21.934C121.028 22.4009 121.197 22.7577 121.535 23.0046C121.879 23.2461 122.313 23.3668 122.839 23.3668Z\" fill=\"#030089\"/>\\n<path d=\"M136.791 9.015H141.089L145.629 20.0908H145.822L150.362 9.015H154.66V25.4999H151.279V14.7702H151.142L146.876 25.4194H144.574L140.308 14.73H140.171V25.4999H136.791V9.015Z\" fill=\"#030089\"/>\\n<path d=\"M157.467 25.4999V13.1362H160.896V25.4999H157.467ZM159.19 11.5425C158.68 11.5425 158.243 11.3734 157.878 11.0354C157.518 10.6919 157.338 10.2814 157.338 9.80383C157.338 9.33161 157.518 8.92646 157.878 8.58839C158.243 8.24496 158.68 8.07324 159.19 8.07324C159.699 8.07324 160.134 8.24496 160.494 8.58839C160.858 8.92646 161.041 9.33161 161.041 9.80383C161.041 10.2814 160.858 10.6919 160.494 11.0354C160.134 11.3734 159.699 11.5425 159.19 11.5425Z\" fill=\"#030089\"/>\\n<path d=\"M170.219 13.1362V15.712H162.774V13.1362H170.219ZM164.464 10.1741H167.893V21.7006C167.893 22.0172 167.941 22.2641 168.038 22.4411C168.134 22.6129 168.269 22.7336 168.44 22.8034C168.617 22.8731 168.821 22.908 169.052 22.908C169.213 22.908 169.374 22.8946 169.535 22.8678C169.696 22.8356 169.819 22.8114 169.905 22.7953L170.444 25.3469C170.273 25.4006 170.031 25.4623 169.72 25.5321C169.409 25.6072 169.03 25.6528 168.585 25.6689C167.759 25.7011 167.034 25.5911 166.412 25.3389C165.795 25.0867 165.314 24.6949 164.971 24.1637C164.628 23.6324 164.459 22.9617 164.464 22.1514V10.1741Z\" fill=\"#030089\"/>\\n<path d=\"M177.906 25.7413C176.64 25.7413 175.55 25.473 174.638 24.9364C173.731 24.3944 173.034 23.6432 172.545 22.6826C172.062 21.7221 171.821 20.6166 171.821 19.3663C171.821 18.0999 172.065 16.9891 172.553 16.0339C173.047 15.0734 173.747 14.3248 174.654 13.7882C175.561 13.2462 176.64 12.9752 177.89 12.9752C178.969 12.9752 179.913 13.1711 180.723 13.5628C181.534 13.9546 182.175 14.5046 182.647 15.2129C183.119 15.9213 183.38 16.753 183.428 17.7082H180.192C180.101 17.0911 179.859 16.5947 179.468 16.2191C179.081 15.8381 178.574 15.6476 177.946 15.6476C177.415 15.6476 176.951 15.7925 176.554 16.0822C176.162 16.3666 175.856 16.7825 175.636 17.3299C175.416 17.8772 175.306 18.5399 175.306 19.318C175.306 20.1069 175.414 20.7776 175.628 21.3303C175.848 21.8831 176.157 22.3043 176.554 22.5941C176.951 22.8838 177.415 23.0287 177.946 23.0287C178.338 23.0287 178.69 22.9482 179.001 22.7873C179.317 22.6263 179.578 22.3928 179.782 22.087C179.991 21.7757 180.128 21.4028 180.192 20.9681H183.428C183.374 21.9126 183.117 22.7443 182.655 23.4634C182.199 24.1771 181.569 24.7352 180.764 25.1376C179.959 25.5401 179.006 25.7413 177.906 25.7413Z\" fill=\"#030089\"/>\\n<path d=\"M189.052 18.3521V25.4999H185.623V9.015H188.956V15.3176H189.101C189.38 14.5878 189.83 14.0163 190.453 13.6031C191.075 13.1845 191.856 12.9752 192.795 12.9752C193.654 12.9752 194.402 13.163 195.041 13.5387C195.685 13.9089 196.184 14.4429 196.538 15.1405C196.898 15.8327 197.075 16.6618 197.069 17.6277V25.4999H193.64V18.2394C193.646 17.4774 193.453 16.8845 193.061 16.4606C192.674 16.0366 192.132 15.8247 191.435 15.8247C190.968 15.8247 190.555 15.9239 190.195 16.1225C189.841 16.321 189.562 16.6108 189.358 16.9918C189.16 17.3674 189.058 17.8209 189.052 18.3521Z\" fill=\"#030089\"/>\\n<path d=\"M205.402 25.7413C204.131 25.7413 203.036 25.4838 202.118 24.9686C201.206 24.4481 200.503 23.7129 200.009 22.7631C199.516 21.8079 199.269 20.6784 199.269 19.3744C199.269 18.1026 199.516 16.9864 200.009 16.0259C200.503 15.0654 201.198 14.3168 202.094 13.7802C202.996 13.2435 204.053 12.9752 205.266 12.9752C206.081 12.9752 206.84 13.1067 207.543 13.3696C208.252 13.6272 208.869 14.0163 209.395 14.5368C209.926 15.0573 210.339 15.712 210.634 16.5008C210.929 17.2843 211.077 18.2019 211.077 19.2536V20.1954H200.637V18.0704H207.849C207.849 17.5767 207.742 17.1394 207.527 16.7584C207.313 16.3774 207.015 16.0796 206.634 15.8649C206.258 15.6449 205.821 15.5349 205.322 15.5349C204.801 15.5349 204.34 15.6556 203.937 15.8971C203.54 16.1332 203.229 16.4525 203.004 16.855C202.778 17.2521 202.663 17.6948 202.658 18.1831V20.2035C202.658 20.8152 202.77 21.3438 202.996 21.7892C203.226 22.2345 203.551 22.578 203.97 22.8195C204.388 23.0609 204.885 23.1817 205.459 23.1817C205.84 23.1817 206.188 23.128 206.505 23.0207C206.822 22.9134 207.093 22.7524 207.318 22.5377C207.543 22.3231 207.715 22.0601 207.833 21.7489L211.005 21.9582C210.844 22.7202 210.514 23.3856 210.015 23.9544C209.521 24.5178 208.882 24.9579 208.099 25.2745C207.321 25.5857 206.422 25.7413 205.402 25.7413Z\" fill=\"#030089\"/>\\n<path d=\"M216.744 9.015V25.4999H213.315V9.015H216.744Z\" fill=\"#030089\"/>\\n<path d=\"M222.92 9.015V25.4999H219.491V9.015H222.92Z\" fill=\"#030089\"/>\\n<path d=\"M31.0034 5.31243C25.2017 5.31243 20.7572 3.65487 16.9986 0C13.2406 3.65487 8.79621 5.31243 2.99503 5.31243C2.99503 14.8296 1.02567 28.4636 16.9986 34C32.9727 28.4635 31.0034 14.8296 31.0034 5.31243Z\" fill=\"#030089\"/>\\n</svg>\\n',\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h3\", {\n                  className: \"framer-styles-preset-11w0qkg\",\n                  \"data-styles-preset\": \"OnaTgQUh8\",\n                  style: {\n                    \"--framer-text-alignment\": \"center\"\n                  },\n                  children: \"The page you are looking for does not exist or has been moved.\"\n                })\n              }),\n              className: \"framer-190xs1w\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(Container, {\n              className: \"framer-pxvnz5-container\",\n              children: /*#__PURE__*/_jsx(Button, {\n                height: \"100%\",\n                id: \"Q8JUdCbsJ\",\n                layoutId: \"Q8JUdCbsJ\",\n                link: resolveLink({\n                  webPageId: \"augiA20Il\"\n                }, router),\n                title: \"Back to home\",\n                width: \"100%\"\n              })\n            })]\n          })\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-tF2Rw [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-66a16e19-8e31-445f-9c29-bccb0a79fba2, rgb(252, 246, 242)) /* {\"name\":\"Sand light\"} */; }`, \".framer-tF2Rw .framer-xnqpcw { display: block; }\", \".framer-tF2Rw .framer-10uzq1j { align-content: center; align-items: center; background-color: var(--token-66a16e19-8e31-445f-9c29-bccb0a79fba2, #fcf6f2); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-tF2Rw .framer-1tjlwvi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 100vh; justify-content: center; max-width: 500px; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-tF2Rw .framer-1mntkzx { aspect-ratio: 6.5588235294117645 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 190px; }\", \".framer-tF2Rw .framer-190xs1w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-tF2Rw .framer-pxvnz5-container { flex: none; height: auto; position: relative; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tF2Rw .framer-10uzq1j, .framer-tF2Rw .framer-1tjlwvi { gap: 0px; } .framer-tF2Rw .framer-10uzq1j > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tF2Rw .framer-10uzq1j > :first-child, .framer-tF2Rw .framer-1tjlwvi > :first-child { margin-top: 0px; } .framer-tF2Rw .framer-10uzq1j > :last-child, .framer-tF2Rw .framer-1tjlwvi > :last-child { margin-bottom: 0px; } .framer-tF2Rw .framer-1tjlwvi > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\", \"@media (min-width: 1200px) { .framer-tF2Rw .hidden-10uzq1j { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-tF2Rw .hidden-16i114 { display: none !important; } .${metadata.bodyClassName} { background: var(--token-66a16e19-8e31-445f-9c29-bccb0a79fba2, rgb(252, 246, 242)) /* {\"name\":\"Sand light\"} */; } .framer-tF2Rw .framer-10uzq1j { width: 810px; }}`, `@media (max-width: 809px) { .framer-tF2Rw .hidden-1e4ez7q { display: none !important; } .${metadata.bodyClassName} { background: var(--token-66a16e19-8e31-445f-9c29-bccb0a79fba2, rgb(252, 246, 242)) /* {\"name\":\"Sand light\"} */; } .framer-tF2Rw .framer-10uzq1j { width: 390px; }}`, ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicHeight 800\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eL5z5xpgM\":{\"layout\":[\"fixed\",\"auto\"]},\"v9Uci5WcT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   */\nconst FramerKOrSWKkO0 = withCSS(Component, css, \"framer-tF2Rw\");\nexport default FramerKOrSWKkO0;\nFramerKOrSWKkO0.displayName = \"404\";\nFramerKOrSWKkO0.defaultProps = {\n  height: 800,\n  width: 1200\n};\naddFonts(FramerKOrSWKkO0, [...ButtonFonts, ...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerKOrSWKkO0\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eL5z5xpgM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v9Uci5WcT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"800\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "FE7hWhlaN_default", "MotionDivWithFX", "withFX", "motion", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "animation", "transition1", "transformTemplate", "_", "t", "metadata", "KOrSWKkO0_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "router", "useRouter", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "MotionDivWithFX", "SVG", "RichText", "Container", "FE7hWhlaN_default", "resolveLink", "css", "FramerKOrSWKkO0", "withCSS", "addFonts", "ButtonFonts", "fonts", "__FramerMetadata__"]
}
