{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2DlNHImssIcCxsL73iLE/nMo5fDU1NuB3ZehNZDI7/mozKQNny2.js", "ssg:https://framerusercontent.com/modules/0LpqYYufhvnpdPnS5DxG/cavwZwCzeCj0R7Xocgd8/wwlIkkzNn.js", "ssg:https://framerusercontent.com/modules/2YpNFst0rhF8e8Cq6QjH/FTQRuK1aSu9wcd1XVnmK/sbeggtg1V.js", "ssg:https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/RPrU1aOtKIzYUf3nkXYG/Search.js", "ssg:https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js", "ssg:https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/tiKvpL4XcfzfRKXEwNiV/SearchModal.js", "ssg:https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/VKPcuxBCKu4ecmEtZUh5/useSearch.js", "ssg:https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/6EBKQJ7jpOf0wR1CbnGj/utils.js", "ssg:https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js", "ssg:https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/rxFrxSh0utdVXiSJFdY4/fakeResults.js", "ssg:https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/JUSOhg0nH8Uc1bal1x1v/cachedIndex.js", "ssg:https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16", "ssg:https://framerusercontent.com/modules/3Xi2AslpcDRhfyCVPmx3/d0Oobr5BHnVqZJQyMdGn/storage.js", "ssg:https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js", "ssg:https://framerusercontent.com/modules/Gzef0nFihI9m9vZG45th/lIUxbZcreiDm2GzUkt3y/useCallbackOnMouseMove.js", "ssg:https://framerusercontent.com/modules/eAnjm75CdfYT1Zz4BIaz/7KDSfnnyD1T3Ap75L4m8/scrollIntoView.js", "ssg:https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js"],
  "sourcesContent": ["// Generated by Framer (77e81ff)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, SVG, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/5Z6iHjJv7LKPcfY6IWC5/QnDcsI3bSE1M72ELqOmp/AS4PcgcTr.js\";\nconst cycleOrder = [\"RzZ6H658o\", \"WOTRUd3pL\", \"RhX99NapX\"];\nconst variantClassNames = {\n  RhX99NapX: \"framer-v-1jb8ktl\",\n  RzZ6H658o: \"framer-v-12ict84\",\n  WOTRUd3pL: \"framer-v-m2cl5w\"\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 humanReadableVariantMap = {\n  Desktop: \"RzZ6H658o\",\n  Phone: \"RhX99NapX\",\n  Tablet: \"WOTRUd3pL\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst transformTemplate = (_, t) => `translateY(-50%) ${t}`;\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 Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"RzZ6H658o\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"RzZ6H658o\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed = () => {\n    if (baseVariant === \"RhX99NapX\") 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-uufHD\", sharedStyle.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.section, {\n          ...restProps,\n          className: cx(\"framer-12ict84\", className),\n          \"data-framer-name\": \"Desktop\",\n          layoutDependency: layoutDependency,\n          layoutId: \"RzZ6H658o\",\n          ref: ref,\n          style: {\n            backgroundColor: \"var(--token-3a2f51f7-6844-4a6f-a8bc-1758ce419f41, rgb(244, 244, 246))\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            RhX99NapX: {\n              \"data-framer-name\": \"Phone\"\n            },\n            WOTRUd3pL: {\n              \"data-framer-name\": \"Tablet\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1jdwvo3\",\n            \"data-framer-name\": \"H Padding\",\n            layoutDependency: layoutDependency,\n            layoutId: \"LvhlG5BzJ\",\n            children: /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1ecr7fp\",\n              \"data-framer-name\": \"V Padding\",\n              layoutDependency: layoutDependency,\n              layoutId: \"n4iM1Xqyu\",\n              children: /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-14ppeq5\",\n                \"data-framer-name\": \"L Container\",\n                layoutDependency: layoutDependency,\n                layoutId: \"Ja3P8xetr\",\n                children: /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-15bqotz\",\n                  \"data-framer-name\": \"Layout\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"XXY65C6Tv\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1u59bye\",\n                    \"data-framer-name\": \"Footer Content Wrapper\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"bb2mTNtTY\",\n                    children: [/*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-1asg1jq\",\n                      layoutDependency: layoutDependency,\n                      layoutId: \"tmx0av_Bk\",\n                      transformTemplate: transformTemplate,\n                      ...addPropertyOverrides({\n                        RhX99NapX: {\n                          transformTemplate: undefined\n                        }\n                      }, baseVariant, gestureVariant),\n                      children: /*#__PURE__*/_jsx(SVG, {\n                        className: \"framer-bi9psp\",\n                        \"data-framer-name\": \"Asset_1\",\n                        fill: \"black\",\n                        intrinsicHeight: 224,\n                        intrinsicWidth: 215,\n                        layoutDependency: layoutDependency,\n                        layoutId: \"g2kZbC8w0\",\n                        style: {\n                          opacity: .88\n                        },\n                        svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 215.39 223.51\"><path d=\"M204.25 94.45c-.53 0-1.04-.04-1.56-.11L9.91 67c-2.66-.38-5.09-1.7-6.86-3.73a11.186 11.186 0 0 1-2.74-7.32V11.16C.33 5.01 5.34 0 11.48 0h192.76c6.15 0 11.14 5.01 11.14 11.16v72.12c0 3.23-1.4 6.31-3.83 8.44a11.147 11.147 0 0 1-7.31 2.74h.01ZM11.48 187.84c-2.68 0-5.28-.97-7.32-2.75a11.197 11.197 0 0 1-3.82-8.41v-85.3c0-3.23 1.4-6.31 3.83-8.44 2.44-2.12 5.67-3.07 8.88-2.62l192.76 27.34c2.66.38 5.09 1.7 6.86 3.73 1.76 2.03 2.73 4.63 2.73 7.32v31.4c0 5.55-4.14 10.3-9.63 11.06L13 187.73c-.5.07-1.02.11-1.52.11Zm192.44 35.67h-.05l-198.82-.8c-2.37 0-4.43-1.7-4.91-4.02-.1-.44-.14-.9-.14-1.35v-9.42c0-3.15 2.34-5.85 5.46-6.29l196.89-27.93c3.2-.45 6.43.5 8.88 2.62 2.44 2.12 3.83 5.19 3.83 8.44v27.59c0 2.99-1.17 5.8-3.29 7.91-2.1 2.09-4.9 3.26-7.86 3.26Z\"/></svg>',\n                        withExternalLayout: true\n                      })\n                    }), isDisplayed() && /*#__PURE__*/_jsx(Link, {\n                      href: {\n                        webPageId: \"augiA20Il\"\n                      },\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-4vbe7m framer-1oyhvyh\",\n                        \"data-framer-name\": \"Logo Wrapper\",\n                        layoutDependency: layoutDependency,\n                        layoutId: \"qpThxaKQ2\"\n                      })\n                    }), /*#__PURE__*/_jsxs(motion.div, {\n                      className: \"framer-ka5v39\",\n                      \"data-framer-name\": \"Footer Links Wrapper\",\n                      layoutDependency: layoutDependency,\n                      layoutId: \"NsshTarG6\",\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\": \"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\n                              \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                              \"--framer-font-size\": \"15px\",\n                              \"--framer-font-weight\": \"600\",\n                              \"--framer-letter-spacing\": \"0px\",\n                              \"--framer-line-height\": \"1.5em\",\n                              \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                            },\n                            children: /*#__PURE__*/_jsx(Link, {\n                              href: \"\",\n                              openInNewTab: false,\n                              smoothScroll: false,\n                              children: /*#__PURE__*/_jsx(motion.a, {\n                                className: \"framer-styles-preset-fsrzda\",\n                                \"data-styles-preset\": \"AS4PcgcTr\",\n                                children: \"Home\"\n                              })\n                            })\n                          })\n                        }),\n                        className: \"framer-19yrc8i\",\n                        fonts: [\"GF;Space Grotesk-600\"],\n                        layoutDependency: layoutDependency,\n                        layoutId: \"BJggNU7No\",\n                        style: {\n                          \"--extracted-r6o4lv\": \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                          \"--framer-paragraph-spacing\": \"0px\"\n                        },\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(motion.p, {\n                            style: {\n                              \"--font-selector\": \"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\n                              \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                              \"--framer-font-size\": \"15px\",\n                              \"--framer-font-weight\": \"600\",\n                              \"--framer-letter-spacing\": \"0px\",\n                              \"--framer-line-height\": \"1.5em\",\n                              \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                            },\n                            children: /*#__PURE__*/_jsx(Link, {\n                              href: \"\",\n                              openInNewTab: false,\n                              smoothScroll: false,\n                              children: /*#__PURE__*/_jsx(motion.a, {\n                                className: \"framer-styles-preset-fsrzda\",\n                                \"data-styles-preset\": \"AS4PcgcTr\",\n                                children: \"Tech.\"\n                              })\n                            })\n                          })\n                        }),\n                        className: \"framer-12k6uwr\",\n                        fonts: [\"GF;Space Grotesk-600\"],\n                        layoutDependency: layoutDependency,\n                        layoutId: \"bgzSJ7j8D\",\n                        style: {\n                          \"--extracted-r6o4lv\": \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                          \"--framer-paragraph-spacing\": \"0px\"\n                        },\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(motion.p, {\n                            style: {\n                              \"--font-selector\": \"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\n                              \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                              \"--framer-font-size\": \"15px\",\n                              \"--framer-font-weight\": \"600\",\n                              \"--framer-letter-spacing\": \"0px\",\n                              \"--framer-line-height\": \"1.5em\",\n                              \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                            },\n                            children: /*#__PURE__*/_jsx(Link, {\n                              href: \"\",\n                              openInNewTab: false,\n                              smoothScroll: false,\n                              children: /*#__PURE__*/_jsx(motion.a, {\n                                className: \"framer-styles-preset-fsrzda\",\n                                \"data-styles-preset\": \"AS4PcgcTr\",\n                                children: \"Studio\"\n                              })\n                            })\n                          })\n                        }),\n                        className: \"framer-1dl0odw\",\n                        fonts: [\"GF;Space Grotesk-600\"],\n                        layoutDependency: layoutDependency,\n                        layoutId: \"yE9hXTass\",\n                        style: {\n                          \"--extracted-r6o4lv\": \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                          \"--framer-paragraph-spacing\": \"0px\"\n                        },\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      }), /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(motion.p, {\n                            style: {\n                              \"--font-selector\": \"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\n                              \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                              \"--framer-font-size\": \"15px\",\n                              \"--framer-font-weight\": \"600\",\n                              \"--framer-letter-spacing\": \"0px\",\n                              \"--framer-line-height\": \"1.5em\",\n                              \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                            },\n                            children: /*#__PURE__*/_jsx(Link, {\n                              href: \"\",\n                              openInNewTab: false,\n                              smoothScroll: false,\n                              children: /*#__PURE__*/_jsx(motion.a, {\n                                className: \"framer-styles-preset-fsrzda\",\n                                \"data-styles-preset\": \"AS4PcgcTr\",\n                                children: \"Contact\"\n                              })\n                            })\n                          })\n                        }),\n                        className: \"framer-1drfn85\",\n                        fonts: [\"GF;Space Grotesk-600\"],\n                        layoutDependency: layoutDependency,\n                        layoutId: \"FH22qszYh\",\n                        style: {\n                          \"--extracted-r6o4lv\": \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                          \"--framer-paragraph-spacing\": \"0px\"\n                        },\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })]\n                    })]\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-1v1e0so\",\n                    \"data-framer-name\": \"Legal Content\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"MLtVqWKQG\",\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\": \"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\n                            \"--framer-letter-spacing\": \"0px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                          },\n                          children: \"\\xa9 Streamline Tech. Pty Ltd 2023.\"\n                        })\n                      }),\n                      className: \"framer-1hqcp6\",\n                      fonts: [\"GF;Space Grotesk-regular\"],\n                      layoutDependency: layoutDependency,\n                      layoutId: \"XgCPfc81P\",\n                      style: {\n                        \"--extracted-r6o4lv\": \"var(--token-fe0a76d1-a2f5-44b4-8714-e201073a8f91, rgb(133, 133, 133))\",\n                        \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                        \"--framer-link-text-decoration\": \"underline\",\n                        \"--framer-paragraph-spacing\": \"0px\"\n                      },\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true,\n                      ...addPropertyOverrides({\n                        RhX99NapX: {\n                          children: /*#__PURE__*/_jsx(React.Fragment, {\n                            children: /*#__PURE__*/_jsx(motion.p, {\n                              style: {\n                                \"--font-selector\": \"R0Y7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\n                                \"--framer-font-family\": '\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\n                                \"--framer-font-size\": \"15px\",\n                                \"--framer-letter-spacing\": \"0px\",\n                                \"--framer-line-height\": \"1.4em\",\n                                \"--framer-text-alignment\": \"right\",\n                                \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                              },\n                              children: \"\\xa9 Streamline Tech. Pty Ltd 2023.\"\n                            })\n                          })\n                        }\n                      }, baseVariant, gestureVariant)\n                    })\n                  })]\n                })\n              })\n            })\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-uufHD [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-uufHD .framer-1oyhvyh { display: block; }\", \".framer-uufHD .framer-12ict84 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 1200px; }\", \".framer-uufHD .framer-1jdwvo3 { 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; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-uufHD .framer-1ecr7fp { 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; padding: 80px 0px 40px 0px; position: relative; width: 100%; }\", \".framer-uufHD .framer-14ppeq5 { 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; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-uufHD .framer-15bqotz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-uufHD .framer-1llu6cg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px 30px 30px 30px; position: relative; width: 100%; will-change: transform; }\", \".framer-uufHD .framer-1u59bye { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-uufHD .framer-1asg1jq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: min-content; z-index: 1; }\", \".framer-uufHD .framer-bi9psp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); position: relative; width: 46px; }\", \".framer-uufHD .framer-4vbe7m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: flex-start; min-width: 220px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\", \".framer-uufHD .framer-ka5v39 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-uufHD .framer-19yrc8i, .framer-uufHD .framer-12k6uwr, .framer-uufHD .framer-1dl0odw, .framer-uufHD .framer-1drfn85 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-uufHD .framer-1v1e0so { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-uufHD .framer-1hqcp6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uufHD .framer-12ict84, .framer-uufHD .framer-1jdwvo3, .framer-uufHD .framer-1ecr7fp, .framer-uufHD .framer-14ppeq5, .framer-uufHD .framer-15bqotz, .framer-uufHD .framer-1llu6cg, .framer-uufHD .framer-1asg1jq, .framer-uufHD .framer-4vbe7m, .framer-uufHD .framer-ka5v39, .framer-uufHD .framer-1v1e0so { gap: 0px; } .framer-uufHD .framer-12ict84 > *, .framer-uufHD .framer-1jdwvo3 > *, .framer-uufHD .framer-1ecr7fp > *, .framer-uufHD .framer-14ppeq5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-uufHD .framer-12ict84 > :first-child, .framer-uufHD .framer-1jdwvo3 > :first-child, .framer-uufHD .framer-1ecr7fp > :first-child, .framer-uufHD .framer-14ppeq5 > :first-child, .framer-uufHD .framer-15bqotz > :first-child { margin-top: 0px; } .framer-uufHD .framer-12ict84 > :last-child, .framer-uufHD .framer-1jdwvo3 > :last-child, .framer-uufHD .framer-1ecr7fp > :last-child, .framer-uufHD .framer-14ppeq5 > :last-child, .framer-uufHD .framer-15bqotz > :last-child { margin-bottom: 0px; } .framer-uufHD .framer-15bqotz > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-uufHD .framer-1llu6cg > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-uufHD .framer-1llu6cg > :first-child, .framer-uufHD .framer-1asg1jq > :first-child, .framer-uufHD .framer-4vbe7m > :first-child, .framer-uufHD .framer-ka5v39 > :first-child, .framer-uufHD .framer-1v1e0so > :first-child { margin-left: 0px; } .framer-uufHD .framer-1llu6cg > :last-child, .framer-uufHD .framer-1asg1jq > :last-child, .framer-uufHD .framer-4vbe7m > :last-child, .framer-uufHD .framer-ka5v39 > :last-child, .framer-uufHD .framer-1v1e0so > :last-child { margin-right: 0px; } .framer-uufHD .framer-1asg1jq > *, .framer-uufHD .framer-4vbe7m > *, .framer-uufHD .framer-1v1e0so > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-uufHD .framer-ka5v39 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\", \".framer-uufHD.framer-v-m2cl5w .framer-12ict84 { padding: 0px 32px 0px 32px; width: 810px; }\", \".framer-uufHD.framer-v-m2cl5w .framer-15bqotz { gap: 40px; }\", \".framer-uufHD.framer-v-m2cl5w .framer-1u59bye { order: 1; }\", \".framer-uufHD.framer-v-m2cl5w .framer-1v1e0so { order: 2; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uufHD.framer-v-m2cl5w .framer-15bqotz { gap: 0px; } .framer-uufHD.framer-v-m2cl5w .framer-15bqotz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-uufHD.framer-v-m2cl5w .framer-15bqotz > :first-child { margin-top: 0px; } .framer-uufHD.framer-v-m2cl5w .framer-15bqotz > :last-child { margin-bottom: 0px; } }\", \".framer-uufHD.framer-v-1jb8ktl .framer-12ict84 { padding: 0px 20px 0px 20px; width: 390px; }\", \".framer-uufHD.framer-v-1jb8ktl .framer-1u59bye { align-content: flex-end; align-items: flex-end; flex-direction: column; gap: 56px; justify-content: flex-end; }\", \".framer-uufHD.framer-v-1jb8ktl .framer-1asg1jq { bottom: 155px; order: 0; top: unset; }\", \".framer-uufHD.framer-v-1jb8ktl .framer-bi9psp { height: var(--framer-aspect-ratio-supported, 31px); order: 0; width: 31px; }\", \".framer-uufHD.framer-v-1jb8ktl .framer-ka5v39 { align-content: flex-end; align-items: flex-end; align-self: unset; flex-direction: column; height: min-content; order: 1; }\", \".framer-uufHD.framer-v-1jb8ktl .framer-1v1e0so { flex-direction: column; gap: 32px; justify-content: flex-start; }\", \".framer-uufHD.framer-v-1jb8ktl .framer-1hqcp6 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uufHD.framer-v-1jb8ktl .framer-1u59bye, .framer-uufHD.framer-v-1jb8ktl .framer-ka5v39, .framer-uufHD.framer-v-1jb8ktl .framer-1v1e0so { gap: 0px; } .framer-uufHD.framer-v-1jb8ktl .framer-1u59bye > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-uufHD.framer-v-1jb8ktl .framer-1u59bye > :first-child, .framer-uufHD.framer-v-1jb8ktl .framer-ka5v39 > :first-child, .framer-uufHD.framer-v-1jb8ktl .framer-1v1e0so > :first-child { margin-top: 0px; } .framer-uufHD.framer-v-1jb8ktl .framer-1u59bye > :last-child, .framer-uufHD.framer-v-1jb8ktl .framer-ka5v39 > :last-child, .framer-uufHD.framer-v-1jb8ktl .framer-1v1e0so > :last-child { margin-bottom: 0px; } .framer-uufHD.framer-v-1jb8ktl .framer-ka5v39 > *, .framer-uufHD.framer-v-1jb8ktl .framer-1v1e0so > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\", ...sharedStyle.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicHeight 250\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicWidth 1120\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WOTRUd3pL\":{\"layout\":[\"fixed\",\"auto\"]},\"RhX99NapX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      */\nconst FramermozKQNny2 = withCSS(Component, css, \"framer-uufHD\");\nexport default FramermozKQNny2;\nFramermozKQNny2.displayName = \"FINAL FOOTER\";\nFramermozKQNny2.defaultProps = {\n  height: 250,\n  width: 1120\n};\naddPropertyControls(FramermozKQNny2, {\n  variant: {\n    options: [\"RzZ6H658o\", \"WOTRUd3pL\", \"RhX99NapX\"],\n    optionTitles: [\"Desktop\", \"Tablet\", \"Phone\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramermozKQNny2, [{\n  family: \"Space Grotesk\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/mozKQNny2:default\",\n    url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf\",\n  weight: \"600\"\n}, {\n  family: \"Space Grotesk\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/mozKQNny2:default\",\n    url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\",\n  weight: \"400\"\n}, ...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramermozKQNny2\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"250\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WOTRUd3pL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RhX99NapX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"1120\",\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};\n//# sourceMappingURL=./mozKQNny2.map", "// Generated by Framer (214386f)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, resolvePageScope, RichText, SVG, useRouter, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport MenuIcon from \"https://framerusercontent.com/modules/2YpNFst0rhF8e8Cq6QjH/FTQRuK1aSu9wcd1XVnmK/sbeggtg1V.js\";\nimport Search from \"https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/RPrU1aOtKIzYUf3nkXYG/Search.js\";\nconst MenuIconFonts = getFonts(MenuIcon);\nconst SearchFonts = getFonts(Search);\nconst cycleOrder = [\"cOC3eAzrO\", \"YT3JWrOKz\", \"AVZ66qWGQ\", \"YUAW6X5rf\", \"AVBdgmXDG\"];\nconst variantClassNames = {\n  AVBdgmXDG: \"framer-v-y9amva\",\n  AVZ66qWGQ: \"framer-v-i21dan\",\n  cOC3eAzrO: \"framer-v-j2mei3\",\n  YT3JWrOKz: \"framer-v-167owql\",\n  YUAW6X5rf: \"framer-v-3s24t4\"\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 humanReadableVariantMap = {\n  \"Phone Open\": \"AVZ66qWGQ\",\n  \"Variant 7\": \"YUAW6X5rf\",\n  Desktop: \"cOC3eAzrO\",\n  Phone: \"AVBdgmXDG\",\n  Tablet: \"YT3JWrOKz\"\n};\nconst transitions = {\n  default: {\n    damping: 30,\n    delay: 0,\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  }\n};\nconst transformTemplate = (_, t) => `translate(-50%, -50%) ${t}`;\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 Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"cOC3eAzrO\",\n  searchBar: tLaaU8Yye = 'var(--token-4cfd0b42-19e4-422c-a308-f2110c16420a, rgb(233, 233, 233)) /* {\"name\":\"border\"} */',\n  background2: vz2G7adAv = \"var(--token-3a2f51f7-6844-4a6f-a8bc-1758ce419f41, rgb(244, 244, 246))\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"cOC3eAzrO\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed = () => {\n    if ([\"YT3JWrOKz\", \"AVBdgmXDG\"].includes(baseVariant)) return true;\n    return false;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"AVZ66qWGQ\") return false;\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if ([\"YT3JWrOKz\", \"AVBdgmXDG\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const router = useRouter();\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-BTbqb\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-j2mei3\", className),\n          \"data-framer-name\": \"Desktop\",\n          layoutDependency: layoutDependency,\n          layoutId: \"cOC3eAzrO\",\n          ref: ref,\n          style: {\n            backgroundColor: vz2G7adAv,\n            filter: \"none\",\n            WebkitFilter: \"none\",\n            ...style\n          },\n          variants: {\n            YUAW6X5rf: {\n              filter: \"invert(1)\",\n              WebkitFilter: \"invert(1)\"\n            }\n          },\n          ...addPropertyOverrides({\n            AVBdgmXDG: {\n              \"data-framer-name\": \"Phone\"\n            },\n            AVZ66qWGQ: {\n              \"data-framer-name\": \"Phone Open\"\n            },\n            YT3JWrOKz: {\n              \"data-framer-name\": \"Tablet\"\n            },\n            YUAW6X5rf: {\n              \"data-framer-name\": \"Variant 7\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1grc4p2\",\n            layoutDependency: layoutDependency,\n            layoutId: \"d8GYqB8T2\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-s86vw0\",\n              \"data-framer-name\": \"L Container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"pdXy7ZNn7\",\n              transformTemplate: transformTemplate,\n              ...addPropertyOverrides({\n                AVBdgmXDG: {\n                  transformTemplate: undefined\n                },\n                YT3JWrOKz: {\n                  transformTemplate: undefined\n                }\n              }, baseVariant, gestureVariant),\n              children: [isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-9i7h8m\",\n                \"data-framer-name\": \"Logo & Icon Wrapper\",\n                layoutDependency: layoutDependency,\n                layoutId: \"hziFmsNWK\",\n                children: isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1obtfco-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"m4fXxFZ_N-container\",\n                  children: /*#__PURE__*/_jsx(MenuIcon, {\n                    color: 'var(--token-e0ce79e8-f023-49ad-9edf-bfcca13d71cf, rgb(7, 15, 75)) /* {\"name\":\"Background - Dark\"} */',\n                    height: \"100%\",\n                    id: \"m4fXxFZ_N\",\n                    layoutId: \"m4fXxFZ_N\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant: \"nMMSul8dt\",\n                    width: \"100%\"\n                  })\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-htdmov\",\n                layoutDependency: layoutDependency,\n                layoutId: \"nGLW99ZgA\",\n                children: [isDisplayed1() && /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-awu1t4\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"AEMnX7Lac\",\n                  children: [/*#__PURE__*/_jsx(motion.div, {\n                    background: {\n                      alt: \"\",\n                      fit: \"fit\",\n                      intrinsicHeight: 70,\n                      intrinsicWidth: 300,\n                      pixelHeight: 70,\n                      pixelWidth: 300,\n                      src: new URL(\"https://framerusercontent.com/images/WfBxCOoQoRFcqSm54TSG7bE.svg\").href\n                    },\n                    className: \"framer-whi025\",\n                    \"data-framer-name\": \"Logo\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"K3WE0C4ON\",\n                    children: /*#__PURE__*/_jsx(SVG, {\n                      className: \"framer-1qj6y4m\",\n                      \"data-framer-name\": \"Asset_1\",\n                      layout: \"position\",\n                      layoutDependency: layoutDependency,\n                      layoutId: \"iL8Yl3BHq\",\n                      opacity: 1,\n                      svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 41\"><path d=\"M 37.929 17.295 C 37.831 17.295 37.736 17.288 37.64 17.275 L 1.84 12.269 C 1.346 12.199 0.895 11.958 0.566 11.586 C 0.239 11.214 0.058 10.738 0.058 10.245 L 0.058 2.044 C 0.061 0.917 0.992 0 2.132 0 L 37.928 0 C 39.07 0 39.996 0.917 39.996 2.044 L 39.996 15.25 C 39.996 15.841 39.736 16.405 39.285 16.795 C 38.909 17.119 38.427 17.297 37.928 17.297 L 37.929 17.297 Z M 2.132 34.397 C 1.634 34.397 1.151 34.219 0.773 33.893 C 0.322 33.504 0.064 32.943 0.063 32.353 L 0.063 16.733 C 0.063 16.142 0.323 15.578 0.774 15.188 C 1.227 14.799 1.827 14.626 2.423 14.708 L 38.219 19.714 C 38.713 19.784 39.164 20.026 39.493 20.397 C 39.82 20.769 40 21.245 40 21.738 L 40 27.488 C 40 28.504 39.231 29.374 38.212 29.513 L 2.414 34.376 C 2.321 34.389 2.225 34.397 2.132 34.397 Z M 37.868 40.928 L 37.859 40.928 L 0.938 40.782 C 0.498 40.782 0.115 40.471 0.026 40.046 C 0.007 39.965 0 39.881 0 39.799 L 0 38.074 C 0 37.497 0.435 37.002 1.014 36.922 L 37.577 31.807 C 38.171 31.725 38.771 31.899 39.226 32.287 C 39.679 32.675 39.937 33.238 39.937 33.833 L 39.937 38.885 C 39.937 39.432 39.72 39.947 39.326 40.333 C 38.936 40.716 38.416 40.93 37.866 40.93 Z\" fill=\"hsl(0, 0%, 21%)\"></path></svg>',\n                      svgContentId: 1473765259,\n                      withExternalLayout: true,\n                      ...addPropertyOverrides({\n                        AVBdgmXDG: {\n                          svgContentId: 507358958\n                        },\n                        YT3JWrOKz: {\n                          svgContentId: 507358958\n                        },\n                        YUAW6X5rf: {\n                          svgContentId: 507358958\n                        }\n                      }, baseVariant, gestureVariant)\n                    })\n                  }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-qskro4\",\n                    \"data-border\": true,\n                    \"data-framer-name\": \"Search bar\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"KUh5P0vUV\",\n                    style: {\n                      \"--border-bottom-width\": \"1px\",\n                      \"--border-color\": 'var(--token-e9af58cc-74d2-4fb4-8655-20b9a1838eef, rgb(62, 62, 62)) /* {\"name\":\"Mid Grey Sub Nav\"} */',\n                      \"--border-left-width\": \"1px\",\n                      \"--border-right-width\": \"1px\",\n                      \"--border-style\": \"solid\",\n                      \"--border-top-width\": \"1px\",\n                      backgroundColor: tLaaU8Yye,\n                      borderBottomLeftRadius: 8,\n                      borderBottomRightRadius: 8,\n                      borderTopLeftRadius: 8,\n                      borderTopRightRadius: 8\n                    },\n                    children: /*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-1nxhxqx-container\",\n                      layoutDependency: layoutDependency,\n                      layoutId: \"hjsnIoB_U-container\",\n                      children: /*#__PURE__*/_jsx(Search, {\n                        backdropOptions: {\n                          backgroundColor: \"rgba(0, 0, 0, 0.8)\",\n                          transition: {\n                            damping: 60,\n                            delay: 0,\n                            duration: .3,\n                            ease: [.44, 0, .56, 1],\n                            mass: 1,\n                            stiffness: 500,\n                            type: \"spring\"\n                          },\n                          zIndex: 10\n                        },\n                        height: \"100%\",\n                        iconColor: 'var(--token-5d6652c8-8a15-49e8-9575-3983d897b2dd, rgb(102, 102, 102)) /* {\"name\":\"Hover grey\"} */',\n                        iconSize: 24,\n                        iconType: \"default\",\n                        id: \"hjsnIoB_U\",\n                        inputOptions: {\n                          clearButtonText: \"Clear\",\n                          clearButtonType: \"icon\",\n                          dividerType: \"fullWidth\",\n                          iconOptions: {\n                            iconColor: \"rgba(0, 0, 0, 0.45)\",\n                            iconSize: 18,\n                            iconType: \"default\"\n                          },\n                          inputFont: {},\n                          placeholderOptions: {\n                            placeholderColor: \"rgba(0, 0, 0, 0.4)\",\n                            placeholderText: \"Search...\"\n                          },\n                          textColor: \"rgb(51, 51, 51)\"\n                        },\n                        layoutId: \"hjsnIoB_U\",\n                        modalOptions: {\n                          backgroundColor: \"rgb(255, 255, 255)\",\n                          borderRadius: 16,\n                          heightIsStatic: true,\n                          heightTransition: {\n                            damping: 60,\n                            stiffness: 800,\n                            type: \"spring\"\n                          },\n                          layoutType: \"QuickMenu\",\n                          shadow: {\n                            blur: 40,\n                            color: \"rgba(0, 0, 0, 0.2)\",\n                            spread: 0,\n                            x: 0,\n                            y: 20\n                          },\n                          width: 500\n                        },\n                        resultOptions: {\n                          itemType: \"fullWidth\",\n                          subtitleOptions: {\n                            subtitleColor: \"rgba(0, 0, 0, 0.4)\",\n                            subtitleFont: {},\n                            subtitleType: \"path\"\n                          },\n                          titleColor: \"rgb(51, 51, 51)\",\n                          titleFont: {}\n                        },\n                        style: {\n                          height: \"100%\",\n                          width: \"100%\"\n                        },\n                        urlScope: resolvePageScope({\n                          webPageId: \"SaCZgnjMq\"\n                        }, router),\n                        width: \"100%\"\n                      })\n                    })\n                  })]\n                }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-v1j2z5\",\n                  \"data-framer-name\": \"Links & Button Wrapper\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"Pj0mOYWLZ\",\n                  children: /*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-oyuwvl\",\n                    \"data-framer-name\": \"Button Row\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"sCAFFl8JZ\",\n                    children: [/*#__PURE__*/_jsx(Link, {\n                      href: {\n                        webPageId: \"FClEABcOF\"\n                      },\n                      openInNewTab: false,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-fdohrk framer-dyut46\",\n                        \"data-framer-name\": \"Button Copy 4\",\n                        \"data-reset\": \"button\",\n                        layoutDependency: layoutDependency,\n                        layoutId: \"fEW_qgZaH\",\n                        style: {\n                          backgroundColor: \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                          borderBottomLeftRadius: 8,\n                          borderBottomRightRadius: 8,\n                          borderTopLeftRadius: 8,\n                          borderTopRightRadius: 8\n                        },\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\": \"R0Y7U3BhY2UgR3JvdGVzay01MDA=\",\n                                \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                                \"--framer-font-weight\": \"500\",\n                                \"--framer-letter-spacing\": \"0.15px\",\n                                \"--framer-line-height\": \"1.5em\",\n                                \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                              },\n                              children: \"Tech.\"\n                            })\n                          }),\n                          className: \"framer-1fxyqvi\",\n                          fonts: [\"GF;Space Grotesk-500\"],\n                          layoutDependency: layoutDependency,\n                          layoutId: \"OzsVmOPZa\",\n                          style: {\n                            \"--extracted-r6o4lv\": \"var(--token-3a2f51f7-6844-4a6f-a8bc-1758ce419f41, rgb(244, 244, 246))\",\n                            \"--framer-paragraph-spacing\": \"0px\"\n                          },\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      })\n                    }), /*#__PURE__*/_jsx(Link, {\n                      href: {\n                        webPageId: \"SbjkAlcP9\"\n                      },\n                      openInNewTab: false,\n                      children: /*#__PURE__*/_jsx(motion.a, {\n                        className: \"framer-ufhyo9 framer-dyut46\",\n                        \"data-border\": true,\n                        \"data-framer-name\": \"Button Copy 4\",\n                        \"data-reset\": \"button\",\n                        layoutDependency: layoutDependency,\n                        layoutId: \"pk54otTUT\",\n                        style: {\n                          \"--border-bottom-width\": \"1px\",\n                          \"--border-color\": \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                          \"--border-left-width\": \"1px\",\n                          \"--border-right-width\": \"1px\",\n                          \"--border-style\": \"solid\",\n                          \"--border-top-width\": \"1px\",\n                          backgroundColor: \"var(--token-4cfd0b42-19e4-422c-a308-f2110c16420a, rgb(233, 233, 233))\",\n                          borderBottomLeftRadius: 8,\n                          borderBottomRightRadius: 8,\n                          borderTopLeftRadius: 8,\n                          borderTopRightRadius: 8\n                        },\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\": \"R0Y7U3BhY2UgR3JvdGVzay01MDA=\",\n                                \"--framer-font-family\": '\"Space Grotesk\", sans-serif',\n                                \"--framer-font-weight\": \"500\",\n                                \"--framer-letter-spacing\": \"0.15px\",\n                                \"--framer-line-height\": \"1.5em\",\n                                \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                              },\n                              children: \"Studio\"\n                            })\n                          }),\n                          className: \"framer-hdinwi\",\n                          fonts: [\"GF;Space Grotesk-500\"],\n                          layoutDependency: layoutDependency,\n                          layoutId: \"Ql9qgmyMf\",\n                          style: {\n                            \"--extracted-r6o4lv\": \"var(--token-304989e3-a65a-4e58-b1ee-742be443935c, rgb(34, 34, 34))\",\n                            \"--framer-paragraph-spacing\": \"0px\"\n                          },\n                          verticalAlignment: \"top\",\n                          withExternalLayout: true\n                        })\n                      })\n                    })]\n                  })\n                })]\n              })]\n            })\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-BTbqb [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-BTbqb .framer-dyut46 { display: block; }\", \".framer-BTbqb .framer-j2mei3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 20px 10px 20px; position: relative; width: 1200px; }\", \".framer-BTbqb .framer-1grc4p2 { flex: none; height: 48px; overflow: visible; position: relative; width: 100%; }\", \".framer-BTbqb .framer-s86vw0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; padding: 0px 0px 0px 0px; position: absolute; top: 50%; width: 100%; }\", \".framer-BTbqb .framer-9i7h8m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 31px; min-width: 31px; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-BTbqb .framer-1obtfco-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\", \".framer-BTbqb .framer-htdmov { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 48px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-BTbqb .framer-awu1t4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-BTbqb .framer-cb9hce { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 36px; }\", \".framer-BTbqb .framer-whi025 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 1px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-BTbqb .framer-1qj6y4m { flex: none; height: 41px; position: relative; width: 40px; }\", \".framer-BTbqb .framer-qskro4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 48px; justify-content: flex-start; max-width: 90%; overflow: visible; padding: 4px 4px 4px 4px; position: relative; width: 1px; }\", \".framer-BTbqb .framer-1nxhxqx-container { cursor: pointer; flex: none; height: 40px; position: relative; width: 40px; z-index: 1; }\", \".framer-BTbqb .framer-v1j2z5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 16px; position: relative; width: min-content; }\", \".framer-BTbqb .framer-12lxfmu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-BTbqb .framer-oyuwvl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-BTbqb .framer-fdohrk, .framer-BTbqb .framer-ufhyo9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 48px; justify-content: center; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: 120px; }\", \".framer-BTbqb .framer-1x9i8sh-container, .framer-BTbqb .framer-110g36q-container, .framer-BTbqb .framer-i5v333-container, .framer-BTbqb .framer-l3xc5c-container { flex: none; height: 20px; position: relative; width: 20px; }\", \".framer-BTbqb .framer-1fxyqvi, .framer-BTbqb .framer-hdinwi { -webkit-user-select: none; flex: none; height: auto; overflow: visible; position: relative; user-select: none; white-space: pre; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BTbqb .framer-j2mei3, .framer-BTbqb .framer-9i7h8m, .framer-BTbqb .framer-awu1t4, .framer-BTbqb .framer-whi025, .framer-BTbqb .framer-qskro4, .framer-BTbqb .framer-v1j2z5, .framer-BTbqb .framer-12lxfmu, .framer-BTbqb .framer-oyuwvl, .framer-BTbqb .framer-fdohrk, .framer-BTbqb .framer-ufhyo9 { gap: 0px; } .framer-BTbqb .framer-j2mei3 > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } .framer-BTbqb .framer-j2mei3 > :first-child { margin-top: 0px; } .framer-BTbqb .framer-j2mei3 > :last-child { margin-bottom: 0px; } .framer-BTbqb .framer-9i7h8m > *, .framer-BTbqb .framer-12lxfmu > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BTbqb .framer-9i7h8m > :first-child, .framer-BTbqb .framer-awu1t4 > :first-child, .framer-BTbqb .framer-whi025 > :first-child, .framer-BTbqb .framer-qskro4 > :first-child, .framer-BTbqb .framer-v1j2z5 > :first-child, .framer-BTbqb .framer-12lxfmu > :first-child, .framer-BTbqb .framer-oyuwvl > :first-child, .framer-BTbqb .framer-fdohrk > :first-child, .framer-BTbqb .framer-ufhyo9 > :first-child { margin-left: 0px; } .framer-BTbqb .framer-9i7h8m > :last-child, .framer-BTbqb .framer-awu1t4 > :last-child, .framer-BTbqb .framer-whi025 > :last-child, .framer-BTbqb .framer-qskro4 > :last-child, .framer-BTbqb .framer-v1j2z5 > :last-child, .framer-BTbqb .framer-12lxfmu > :last-child, .framer-BTbqb .framer-oyuwvl > :last-child, .framer-BTbqb .framer-fdohrk > :last-child, .framer-BTbqb .framer-ufhyo9 > :last-child { margin-right: 0px; } .framer-BTbqb .framer-awu1t4 > *, .framer-BTbqb .framer-qskro4 > *, .framer-BTbqb .framer-oyuwvl > *, .framer-BTbqb .framer-fdohrk > *, .framer-BTbqb .framer-ufhyo9 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-BTbqb .framer-whi025 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BTbqb .framer-v1j2z5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\", \".framer-BTbqb.framer-v-167owql .framer-j2mei3 { width: 810px; }\", \".framer-BTbqb.framer-v-167owql .framer-1grc4p2, .framer-BTbqb.framer-v-y9amva .framer-1grc4p2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; }\", \".framer-BTbqb.framer-v-167owql .framer-s86vw0, .framer-BTbqb.framer-v-y9amva .framer-s86vw0 { left: unset; position: relative; top: unset; }\", \".framer-BTbqb.framer-v-167owql .framer-9i7h8m, .framer-BTbqb.framer-v-y9amva .framer-9i7h8m { min-height: unset; min-width: unset; order: 1; }\", \".framer-BTbqb.framer-v-167owql .framer-htdmov, .framer-BTbqb.framer-v-y9amva .framer-htdmov { flex: none; gap: 0px; height: min-content; justify-content: center; order: 0; width: min-content; }\", \".framer-BTbqb.framer-v-167owql .framer-awu1t4, .framer-BTbqb.framer-v-y9amva .framer-awu1t4 { flex: none; gap: 0px; justify-content: center; width: min-content; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BTbqb.framer-v-167owql .framer-1grc4p2, .framer-BTbqb.framer-v-167owql .framer-htdmov, .framer-BTbqb.framer-v-167owql .framer-awu1t4 { gap: 0px; } .framer-BTbqb.framer-v-167owql .framer-1grc4p2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BTbqb.framer-v-167owql .framer-1grc4p2 > :first-child { margin-top: 0px; } .framer-BTbqb.framer-v-167owql .framer-1grc4p2 > :last-child { margin-bottom: 0px; } .framer-BTbqb.framer-v-167owql .framer-htdmov > *, .framer-BTbqb.framer-v-167owql .framer-awu1t4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BTbqb.framer-v-167owql .framer-htdmov > :first-child, .framer-BTbqb.framer-v-167owql .framer-awu1t4 > :first-child { margin-left: 0px; } .framer-BTbqb.framer-v-167owql .framer-htdmov > :last-child, .framer-BTbqb.framer-v-167owql .framer-awu1t4 > :last-child { margin-right: 0px; } }\", \".framer-BTbqb.framer-v-i21dan .framer-j2mei3 { padding: 8px 20px 64px 20px; width: 390px; }\", \".framer-BTbqb.framer-v-i21dan .framer-s86vw0 { flex-direction: column; gap: 40px; justify-content: flex-start; }\", \".framer-BTbqb.framer-v-i21dan .framer-htdmov { flex: none; width: 100%; }\", \".framer-BTbqb.framer-v-i21dan .framer-v1j2z5 { flex: 1 0 0px; flex-direction: column; justify-content: flex-start; width: 1px; }\", \".framer-BTbqb.framer-v-i21dan .framer-oyuwvl { flex-direction: column; width: 100%; }\", \".framer-BTbqb.framer-v-i21dan .framer-fdohrk, .framer-BTbqb.framer-v-i21dan .framer-ufhyo9 { width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BTbqb.framer-v-i21dan .framer-s86vw0, .framer-BTbqb.framer-v-i21dan .framer-v1j2z5, .framer-BTbqb.framer-v-i21dan .framer-oyuwvl { gap: 0px; } .framer-BTbqb.framer-v-i21dan .framer-s86vw0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-BTbqb.framer-v-i21dan .framer-s86vw0 > :first-child, .framer-BTbqb.framer-v-i21dan .framer-v1j2z5 > :first-child, .framer-BTbqb.framer-v-i21dan .framer-oyuwvl > :first-child { margin-top: 0px; } .framer-BTbqb.framer-v-i21dan .framer-s86vw0 > :last-child, .framer-BTbqb.framer-v-i21dan .framer-v1j2z5 > :last-child, .framer-BTbqb.framer-v-i21dan .framer-oyuwvl > :last-child { margin-bottom: 0px; } .framer-BTbqb.framer-v-i21dan .framer-v1j2z5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-BTbqb.framer-v-i21dan .framer-oyuwvl > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\", \".framer-BTbqb.framer-v-y9amva .framer-j2mei3 { padding: 12px 20px 12px 20px; width: 390px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BTbqb.framer-v-y9amva .framer-1grc4p2, .framer-BTbqb.framer-v-y9amva .framer-htdmov, .framer-BTbqb.framer-v-y9amva .framer-awu1t4 { gap: 0px; } .framer-BTbqb.framer-v-y9amva .framer-1grc4p2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BTbqb.framer-v-y9amva .framer-1grc4p2 > :first-child { margin-top: 0px; } .framer-BTbqb.framer-v-y9amva .framer-1grc4p2 > :last-child { margin-bottom: 0px; } .framer-BTbqb.framer-v-y9amva .framer-htdmov > *, .framer-BTbqb.framer-v-y9amva .framer-awu1t4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BTbqb.framer-v-y9amva .framer-htdmov > :first-child, .framer-BTbqb.framer-v-y9amva .framer-awu1t4 > :first-child { margin-left: 0px; } .framer-BTbqb.framer-v-y9amva .framer-htdmov > :last-child, .framer-BTbqb.framer-v-y9amva .framer-awu1t4 > :last-child { margin-right: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicHeight 66\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YT3JWrOKz\":{\"layout\":[\"fixed\",\"auto\"]},\"AVZ66qWGQ\":{\"layout\":[\"fixed\",\"auto\"]},\"YUAW6X5rf\":{\"layout\":[\"fixed\",\"auto\"]},\"AVBdgmXDG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerVariables {\"tLaaU8Yye\":\"searchBar\",\"vz2G7adAv\":\"background2\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               */\nconst FramerwwlIkkzNn = withCSS(Component, css, \"framer-BTbqb\");\nexport default FramerwwlIkkzNn;\nFramerwwlIkkzNn.displayName = \"NAV_FINAL_02\";\nFramerwwlIkkzNn.defaultProps = {\n  height: 66,\n  width: 1200\n};\naddPropertyControls(FramerwwlIkkzNn, {\n  variant: {\n    options: [\"cOC3eAzrO\", \"YT3JWrOKz\", \"AVZ66qWGQ\", \"YUAW6X5rf\", \"AVBdgmXDG\"],\n    optionTitles: [\"Desktop\", \"Tablet\", \"Phone Open\", \"Variant 7\", \"Phone\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  tLaaU8Yye: {\n    defaultValue: 'var(--token-4cfd0b42-19e4-422c-a308-f2110c16420a, rgb(233, 233, 233)) /* {\"name\":\"border\"} */',\n    title: \"Search bar\",\n    type: ControlType.Color\n  },\n  vz2G7adAv: {\n    defaultValue: \"var(--token-3a2f51f7-6844-4a6f-a8bc-1758ce419f41, rgb(244, 244, 246))\",\n    title: \"Background 2\",\n    type: ControlType.Color\n  }\n});\naddFonts(FramerwwlIkkzNn, [{\n  family: \"Space Grotesk\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/wwlIkkzNn:default\",\n    url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/spacegrotesk/v15/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\",\n  weight: \"500\"\n}, ...MenuIconFonts, ...SearchFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerwwlIkkzNn\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerVariables\": \"{\\\"tLaaU8Yye\\\":\\\"searchBar\\\",\\\"vz2G7adAv\\\":\\\"background2\\\"}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YT3JWrOKz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AVZ66qWGQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YUAW6X5rf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AVBdgmXDG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"66\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./wwlIkkzNn.map", "// Generated by Framer (b997b22)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, useActiveVariantCallback, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"nMMSul8dt\", \"pPvtgl_uB\"];\nconst variantClassNames = {\n  nMMSul8dt: \"framer-v-sk6cxp\",\n  pPvtgl_uB: \"framer-v-16clsbi\"\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 humanReadableVariantMap = {\n  Menu: \"nMMSul8dt\",\n  X: \"pPvtgl_uB\"\n};\nconst transitions = {\n  default: {\n    damping: 30,\n    delay: 0,\n    duration: 5,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  }\n};\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nfunction useRandomID() {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n}\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"nMMSul8dt\",\n  tap: TBgHLr7MW,\n  color: mP9Tz30oK = 'var(--token-e0ce79e8-f023-49ad-9edf-bfcca13d71cf, rgb(7, 15, 75)) /* {\"name\":\"Background - Dark\"} */',\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"nMMSul8dt\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap4mzumy = activeVariantCallback(async (...args) => {\n    if (TBgHLr7MW) {\n      const res = await TBgHLr7MW(...args);\n      if (res === false) return false;\n    }\n    setVariant(\"pPvtgl_uB\");\n  });\n  const onTapjmr1gu = activeVariantCallback(async (...args) => {\n    if (TBgHLr7MW) {\n      const res = await TBgHLr7MW(...args);\n      if (res === false) return false;\n    }\n    setVariant(\"nMMSul8dt\");\n  });\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      \"data-framer-generated\": true,\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-uf1ts\", classNames),\n      style: {\n        display: \"contents\",\n        pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : undefined\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-sk6cxp\", className),\n        \"data-framer-name\": \"Menu\",\n        \"data-highlight\": true,\n        layoutDependency: layoutDependency,\n        layoutId: \"nMMSul8dt\",\n        onTap: onTap4mzumy,\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          pPvtgl_uB: {\n            \"data-framer-name\": \"X\",\n            onTap: onTapjmr1gu\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-1vrf05y\",\n          \"data-framer-name\": \"Bottom Line\",\n          layoutDependency: layoutDependency,\n          layoutId: \"KatGdAqDd\",\n          style: {\n            backgroundColor: mP9Tz30oK,\n            rotate: 0\n          },\n          transition: transition,\n          variants: {\n            pPvtgl_uB: {\n              rotate: -45\n            }\n          }\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-1g53kqi\",\n          \"data-framer-name\": \"Middle Line\",\n          layoutDependency: layoutDependency,\n          layoutId: \"jWyoQbwvT\",\n          style: {\n            backgroundColor: mP9Tz30oK,\n            opacity: 1\n          },\n          transition: transition,\n          variants: {\n            pPvtgl_uB: {\n              opacity: 0\n            }\n          }\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-1ek7t3g\",\n          \"data-framer-name\": \"Top Line\",\n          layoutDependency: layoutDependency,\n          layoutId: \"JBPKZnGsK\",\n          style: {\n            backgroundColor: mP9Tz30oK,\n            rotate: 0\n          },\n          transition: transition,\n          variants: {\n            pPvtgl_uB: {\n              rotate: 45\n            }\n          }\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-uf1ts [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-uf1ts * { box-sizing: border-box; }\", \".framer-uf1ts .framer-at4b8j { display: block; }\", \".framer-uf1ts .framer-sk6cxp { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\", \".framer-uf1ts .framer-1vrf05y { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; }\", \".framer-uf1ts .framer-1g53kqi { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; }\", \".framer-uf1ts .framer-1ek7t3g { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; }\", \".framer-uf1ts.framer-v-16clsbi .framer-sk6cxp { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); }\", \".framer-uf1ts.framer-v-16clsbi .framer-1vrf05y { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\", \".framer-uf1ts.framer-v-16clsbi .framer-1g53kqi { left: calc(50.00000000000002% - 2px / 2); width: 2px; }\", \".framer-uf1ts.framer-v-16clsbi .framer-1ek7t3g { left: unset; right: 4px; top: calc(50.00000000000002% - 2px / 2); }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicHeight 32\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicWidth 32\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pPvtgl_uB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerVariables {\"TBgHLr7MW\":\"tap\",\"mP9Tz30oK\":\"color\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     */\nconst Framersbeggtg1V = withCSS(Component, css);\nexport default Framersbeggtg1V;\nFramersbeggtg1V.displayName = \"Menu Icon\";\nFramersbeggtg1V.defaultProps = {\n  height: 32,\n  width: 32\n};\naddPropertyControls(Framersbeggtg1V, {\n  variant: {\n    options: [\"nMMSul8dt\", \"pPvtgl_uB\"],\n    optionTitles: [\"Menu\", \"X\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  TBgHLr7MW: {\n    title: \"Tap\",\n    type: ControlType.EventHandler\n  },\n  mP9Tz30oK: {\n    defaultValue: 'var(--token-e0ce79e8-f023-49ad-9edf-bfcca13d71cf, rgb(7, 15, 75)) /* {\"name\":\"Background - Dark\"} */',\n    title: \"Color\",\n    type: ControlType.Color\n  }\n});\naddFonts(Framersbeggtg1V, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Framersbeggtg1V\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"32\",\n        \"framerVariables\": \"{\\\"TBgHLr7MW\\\":\\\"tap\\\",\\\"mP9Tz30oK\\\":\\\"color\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pPvtgl_uB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"32\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./sbeggtg1V.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { createPortal } from \"react-dom\";\nimport { useRef, useState, useEffect, forwardRef } from \"react\";\nimport { AnimatePresence, motion } from \"framer-motion\";\nimport { SearchIcon } from \"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";\nimport { addPropertyControls, ControlType, RenderTarget, withCSS } from \"framer\";\nimport { SearchModal, SearchResultItemType, SearchResultSubtitleType, SearchInputDividerType, SearchInputClearButtonType, SearchLayoutType, SearchIconType } from \"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/tiKvpL4XcfzfRKXEwNiV/SearchModal.js\";\nimport { useViewportSizeState } from \"https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js\";\nimport { titleCase, DEFAULT_FONT_FAMILY, isEmptyObject, animationKeyFromLayout, checkIfOverLimit } from \"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/6EBKQJ7jpOf0wR1CbnGj/utils.js\";\nimport { Browser } from \"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";\nvar\n// SITE SEARCH\n// By Anthony and Hunter\nEntryPointOptions;\n(function (EntryPointOptions) {\n  EntryPointOptions[\"icon\"] = \"Icon\";\n  EntryPointOptions[\"input\"] = \"Input\";\n})(EntryPointOptions || (EntryPointOptions = {}));\nfunction buildShadow(shadowProperty, fallback = \"none\") {\n  if (!shadowProperty) return fallback;\n  const {\n    x,\n    y,\n    blur,\n    color,\n    spread\n  } = shadowProperty;\n  return `${x}px ${y}px ${blur}px ${spread}px ${color}`;\n}\nconst Overlay = /*#__PURE__*/forwardRef(function Overlay(props, ref) {\n  const {\n    layoutType,\n    theme,\n    onDismiss\n  } = props;\n  useEffect(() => {\n    const handleKeyDown = event => {\n      if (event.code === \"Escape\") {\n        event.stopPropagation();\n        onDismiss();\n      }\n    };\n    const handlePointerDown = event => {\n      if (event.pointerType !== \"touch\") return;\n      const isWithinSearchHeader = Boolean(event.target instanceof Element && event.target.closest(\"[role=search]\"));\n      if (isWithinSearchHeader) return;\n      if (document.activeElement instanceof HTMLInputElement) {\n        document.activeElement.blur();\n      }\n    }; // Event listener added to window so that pressing escape key to dimiss\n    // can be invoked from anywhere on the page.\n    window.addEventListener(\"keydown\", handleKeyDown);\n    window.addEventListener(\"pointerdown\", handlePointerDown, {\n      capture: true\n    }); // Disable page scrolling when overlay is shown.\n    document.body.classList.add(bodyOverflowHidden);\n    return () => {\n      window.removeEventListener(\"keydown\", handleKeyDown);\n      window.removeEventListener(\"pointerdown\", handlePointerDown, {\n        capture: true\n      });\n      document.body.classList.remove(bodyOverflowHidden);\n    };\n  }, []);\n  return /*#__PURE__*/createPortal( /*#__PURE__*/_jsxs(\"div\", {\n    ref: ref,\n    className: \"__framer-search-modal-container\",\n    role: \"presentation\",\n    style: {\n      ...backdropStyles,\n      zIndex: props.backdropOptions.zIndex,\n      justifyContent: layoutType === SearchLayoutType.Sidebar ? \"flex-start\" : \"center\"\n    },\n    onClick: onDismiss,\n    children: [/*#__PURE__*/_jsx(motion.div, {\n      role: \"presentation\",\n      initial: {\n        opacity: 0\n      },\n      animate: {\n        opacity: 1\n      },\n      exit: {\n        opacity: 0,\n        transition: {\n          duration: 0\n        }\n      },\n      transition: theme.overlayTransition,\n      style: {\n        top: 0,\n        left: 0,\n        right: 0,\n        bottom: 0,\n        width: \"100%\",\n        height: \"100%\",\n        boxSizing: \"border-box\",\n        position: \"absolute\",\n        touchAction: \"none\",\n        backgroundColor: props.backdropOptions.backgroundColor\n      }\n    }), /*#__PURE__*/_jsx(SearchModal, {\n      urlScope: props.urlScope,\n      layoutType: layoutType,\n      inputOptions: props.inputOptions,\n      resultOptions: props.resultOptions,\n      modalOptions: props.modalOptions,\n      backdropOptions: props.backdropOptions,\n      theme: props.theme,\n      onDismiss: onDismiss\n    })]\n  }), document.body);\n});\nconst backdropStyles = {\n  width: \"100%\",\n  boxSizing: \"border-box\",\n  willChange: \"transform\",\n  position: \"fixed\",\n  display: \"flex\",\n  alignItems: \"flex-start\",\n  top: 0,\n  left: 0,\n  right: 0,\n  bottom: 0\n};\nconst containerStyle = {\n  height: \"100%\",\n  display: \"flex\",\n  borderRadius: 10,\n  cursor: \"inherit\",\n  overflow: \"hidden\"\n};\nconst bodyOverflowHidden = \"__framer-overflow-hidden\"; /**\n                                                       *\n                                                       * SEARCH\n                                                       * By Anthony and Hunter\n                                                       *\n                                                       * @framerSupportedLayoutWidth any-prefer-fixed\n                                                       * @framerSupportedLayoutHeight any-prefer-fixed\n                                                       *\n                                                       * @framerDisableUnlink\n                                                       *\n                                                       * @framerIntrinsicWidth 40\n                                                       * @framerIntrinsicHeight 40\n                                                       */\nconst EntryPoint = withCSS(function EntryPoint(props) {\n  var ref, ref1, ref2, ref3, ref4;\n  const overlay = useRef(null);\n  const [isOpen, setIsOpen] = useState(false);\n  const [isOverLimit, setIsOverLimit] = useState(false);\n  const [isSafariTouchDevice, setIsSafariTouchDevice] = useState(false);\n  const [isOnCanvas] = useState(() => RenderTarget.current() === RenderTarget.canvas);\n  useEffect(() => {\n    setIsOverLimit(checkIfOverLimit());\n    setIsSafariTouchDevice(Browser.isSafari() && Browser.isTouch());\n  }, []);\n  const baseInputFontSize = ((ref = props.inputOptions) === null || ref === void 0 ? void 0 : (ref1 = ref.inputFont) === null || ref1 === void 0 ? void 0 : ref1.fontSize) ? props.inputOptions.inputFont.fontSize : \"16px\"; // The font size is set to a minimum of `16px` on Safari with touch screens\n  // because otherwise Safari will zoom in slightly if the type size is smaller.\n  const inputFontSize = isSafariTouchDevice ? `max(16px, ${baseInputFontSize})` : baseInputFontSize;\n  const layoutType = useViewportSizeState(size => {\n    if (size.width < props.modalOptions.width + 10) {\n      return SearchLayoutType.FixedTop;\n    } // @ts-ignore \u2013 Fallback\n    return props.modalOptions.layoutType || props.layoutType;\n  });\n  const theme = {\n    subtitleColor: props.resultOptions.subtitleOptions.subtitleColor,\n    backgroundColor: props.modalOptions.backgroundColor,\n    foregroundColor: props.resultOptions.titleColor,\n    placeholderColor: props.inputOptions.placeholderOptions.placeholderColor,\n    titleFont: ((ref2 = props.resultOptions) === null || ref2 === void 0 ? void 0 : ref2.titleFont) && !isEmptyObject(props.resultOptions.titleFont) ? props.resultOptions.titleFont : {\n      fontSize: 14,\n      fontFamily: DEFAULT_FONT_FAMILY,\n      fontWeight: 500\n    },\n    subtitleFont: ((ref3 = props.resultOptions.subtitleOptions) === null || ref3 === void 0 ? void 0 : ref3.subtitleFont) && !isEmptyObject(props.resultOptions.subtitleOptions.subtitleFont) ? props.resultOptions.subtitleOptions.subtitleFont : {\n      fontSize: 12,\n      fontFamily: DEFAULT_FONT_FAMILY,\n      fontWeight: 500\n    },\n    inputFont: ((ref4 = props.inputOptions) === null || ref4 === void 0 ? void 0 : ref4.inputFont) && !isEmptyObject(props.inputOptions.inputFont) ? props.inputOptions.inputFont : {\n      fontSize: 16,\n      fontFamily: DEFAULT_FONT_FAMILY,\n      fontWeight: 500\n    },\n    // Keep separate so we can more easily override\n    inputFontSize: inputFontSize,\n    width: props.modalOptions.width,\n    borderRadius: props.modalOptions.borderRadius,\n    shadow: buildShadow(props.modalOptions.shadow),\n    entryIconColor: props.iconColor,\n    entryIconSize: props.iconSize,\n    entryIconImage: props.iconImage,\n    inputIconSize: props.inputOptions.iconOptions.iconSize,\n    inputIconColor: props.inputOptions.iconOptions.iconColor,\n    inputIconImage: props.inputOptions.iconOptions.iconImage,\n    gapBetweenStatusAndSearch: 16,\n    gapBetweenResults: 1,\n    scrollBarWidth: 20,\n    margin: 10,\n    spacing: 8,\n    zIndex: props.backdropOptions.zIndex,\n    horizontalSpacing: 20,\n    overlayTransition: props.backdropOptions.transition\n  };\n  const handleClick = event => {\n    // Both need to keep `autofocus` working on the search input.\n    event.preventDefault();\n    event.stopPropagation();\n    if (isOverLimit) return;\n    setIsOpen(true);\n  };\n  return /*#__PURE__*/_jsxs(\"div\", {\n    style: {\n      ...containerStyle,\n      ...props.style,\n      pointerEvents: isOverLimit ? \"none\" : \"auto\",\n      opacity: isOverLimit ? .4 : 1\n    },\n    children: [/*#__PURE__*/_jsx(\"button\", {\n      \"aria-label\": \"Search Icon\",\n      style: {\n        width: \"100%\",\n        height: \"100%\",\n        display: \"flex\",\n        alignItems: \"center\",\n        justifyContent: \"center\",\n        background: \"none\",\n        cursor: \"inherit\",\n        color: \"inherit\",\n        border: \"none\",\n        outline: \"inherit\",\n        padding: 0\n      },\n      onClick: handleClick,\n      children: props.iconType === SearchIconType.Custom && theme.entryIconImage ? /*#__PURE__*/_jsx(\"img\", {\n        src: theme.entryIconImage.src,\n        width: theme.entryIconSize,\n        height: theme.entryIconSize\n      }) : /*#__PURE__*/_jsx(SearchIcon, {\n        color: theme.entryIconColor,\n        width: theme.entryIconSize,\n        height: theme.entryIconSize\n      })\n    }), /*#__PURE__*/_jsx(AnimatePresence, {\n      children: isOpen && !isOnCanvas && /*#__PURE__*/_jsx(Overlay, {\n        ref: overlay,\n        layoutType: layoutType,\n        urlScope: props.urlScope,\n        inputOptions: props.inputOptions,\n        resultOptions: props.resultOptions,\n        backdropOptions: props.backdropOptions,\n        modalOptions: props.modalOptions,\n        theme: theme,\n        onDismiss: () => setIsOpen(false)\n      })\n    })]\n  });\n}, [\n// Prevent scrolling on iOS Safari when Input is focused.\n// From: https://gist.github.com/kiding/72721a0553fa93198ae2bb6eefaa3299\n`\n        @keyframes __framer-blink-input {\n            0% { opacity: 0; }\n            100% { opacity: 1; }\n        }\n\n        .__framer-search-modal-container input:focus {\n            animation: __framer-blink-input 0.01s;\n        }\n        `,\n// Allow styling of input placeholder\n`\n         .__framer-search-modal-container input::placeholder, \n         .__framer-search-modal-container input::-webkit-input-placeholder { \n            color: var(--framer-search-placeholder-color, #999999);\n            opacity: 1;\n        }\n        `,\n// Allow fallback to 100vh when dvh unit is not supported.\n`\n        .__framer-search-modal-container {\n            height: 100vh;\n            height: 100dvh;\n        }\n        .__framer-search-modal-container .__framer-max-height-80dvh {\n            max-height: 80vh;\n            max-height: 80dvh;\n        }\n        `, `\n        body.${bodyOverflowHidden} {\n            overflow: hidden;\n        }`,\n// Increase hit target\n`\n        button.__framer-search-clear-button {\n            position: relative;\n        }\n        button.__framer-search-clear-button::after {\n            content: \"\";\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            bottom: -10px;\n            left: -10px;\n        }`]);\nexport default EntryPoint;\naddPropertyControls(EntryPoint, {\n  urlScope: {\n    title: \"Scope\",\n    // @ts-ignore - Internal\n    type: ControlType.PageScope\n  },\n  // entryType: {\n  //     title: \"Type\",\n  //     type: ControlType.Enum,\n  //     options: Object.values(SearchEntryType),\n  //     optionTitles: Object.values(SearchEntryType).map(titleCase),\n  //     displaySegmentedControl: true,\n  // },\n  iconType: {\n    title: \"Icon\",\n    type: ControlType.Enum,\n    options: Object.values(SearchIconType),\n    optionTitles: Object.values(SearchIconType).map(titleCase),\n    displaySegmentedControl: true\n  },\n  iconColor: {\n    title: \"Color\",\n    type: ControlType.Color,\n    defaultValue: \"#333\",\n    hidden: props => props.iconType === SearchIconType.Custom\n  },\n  iconImage: {\n    title: \"File\",\n    type: ControlType.ResponsiveImage,\n    allowedFileTypes: [\"jpg\", \"png\", \"svg\"],\n    hidden: props => props.iconType === SearchIconType.Default\n  },\n  iconSize: {\n    title: \"Size\",\n    type: ControlType.Number,\n    displayStepper: true,\n    defaultValue: 24\n  },\n  inputOptions: {\n    title: \"Input\",\n    type: ControlType.Object,\n    buttonTitle: \"Icon, Styles\",\n    controls: {\n      iconOptions: {\n        title: \"Icon\",\n        type: ControlType.Object,\n        buttonTitle: \"Color, Size\",\n        controls: {\n          iconType: {\n            title: \"Icon\",\n            type: ControlType.Enum,\n            options: Object.values(SearchIconType),\n            optionTitles: Object.values(SearchIconType).map(titleCase),\n            displaySegmentedControl: true\n          },\n          iconColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"rgba(0, 0, 0, 0.45)\",\n            hidden: ({\n              iconType\n            }) => {\n              return iconType === SearchIconType.Custom;\n            }\n          },\n          iconImage: {\n            title: \"File\",\n            type: ControlType.ResponsiveImage,\n            allowedFileTypes: [\"jpg\", \"png\", \"svg\"],\n            hidden: ({\n              iconType\n            }) => iconType === SearchIconType.Default\n          },\n          iconSize: {\n            title: \"Icon Size\",\n            type: ControlType.Number,\n            displayStepper: true,\n            defaultValue: 18,\n            min: 0,\n            max: 100\n          }\n        }\n      },\n      inputFont: {\n        title: \"Font\",\n        // @ts-ignore \u2013\u00A0Internal\n        type: ControlType.Font,\n        displayFontSize: true\n      },\n      textColor: {\n        title: \"Color\",\n        type: ControlType.Color,\n        defaultValue: \"#333\"\n      },\n      placeholderOptions: {\n        title: \"Placeholder\",\n        type: ControlType.Object,\n        buttonTitle: \"Color, Text\",\n        controls: {\n          placeholderText: {\n            title: \"Text\",\n            type: ControlType.String,\n            defaultValue: \"Search...\"\n          },\n          placeholderColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"rgba(0,0,0,0.4)\"\n          }\n        }\n      },\n      dividerType: {\n        title: \"Divider\",\n        type: ControlType.Enum,\n        options: Object.values(SearchInputDividerType),\n        optionTitles: Object.keys(SearchInputDividerType).map(titleCase),\n        defaultValue: SearchInputDividerType.FullWidth\n      },\n      clearButtonType: {\n        title: \"Clear Type\",\n        type: ControlType.Enum,\n        options: Object.values(SearchInputClearButtonType),\n        optionTitles: Object.keys(SearchInputClearButtonType).map(titleCase),\n        defaultValue: SearchInputClearButtonType.Icon\n      },\n      clearButtonText: {\n        title: \"Clear Text\",\n        type: ControlType.String,\n        defaultValue: \"Clear\",\n        hidden: props => props.clearButtonType !== SearchInputClearButtonType.Text\n      }\n    }\n  },\n  modalOptions: {\n    title: \"Modal\",\n    buttonTitle: \"Layout, Width\",\n    type: ControlType.Object,\n    controls: {\n      layoutType: {\n        title: \"Layout\",\n        type: ControlType.Enum,\n        options: Object.keys(SearchLayoutType),\n        optionTitles: Object.values(SearchLayoutType).map(titleCase),\n        defaultValue: SearchLayoutType.QuickMenu\n      },\n      width: {\n        title: \"Width\",\n        type: ControlType.Number,\n        defaultValue: 500,\n        min: 200,\n        max: 1e3,\n        displayStepper: true,\n        step: 5\n      },\n      heightIsStatic: {\n        title: \"Height\",\n        type: ControlType.Boolean,\n        enabledTitle: \"Instant\",\n        disabledTitle: \"Animate\",\n        hidden: ({\n          layoutType\n        }) => layoutType !== SearchLayoutType.QuickMenu\n      },\n      heightTransition: {\n        title: \"Type\",\n        type: ControlType.Transition,\n        defaultValue: {\n          type: \"spring\",\n          stiffness: 800,\n          damping: 60\n        },\n        hidden: ({\n          heightIsStatic,\n          layoutType\n        }) => layoutType !== SearchLayoutType.QuickMenu || heightIsStatic\n      },\n      borderRadius: {\n        title: \"Radius\",\n        type: ControlType.Number,\n        defaultValue: 16,\n        displayStepper: true,\n        min: 0,\n        hidden: ({\n          layoutType\n        }) => layoutType !== SearchLayoutType.QuickMenu\n      },\n      shadow: {\n        buttonTitle: \"Options\",\n        type: ControlType.Object,\n        defaultValue: {\n          x: 0,\n          y: 20,\n          blur: 40,\n          spread: 0,\n          color: \"rgba(0,0,0,0.2)\"\n        },\n        controls: {\n          color: {\n            type: ControlType.Color,\n            defaultValue: \"rgba(0,0,0,0.2)\"\n          },\n          x: {\n            type: ControlType.Number,\n            defaultValue: 0\n          },\n          y: {\n            type: ControlType.Number,\n            defaultValue: 20\n          },\n          blur: {\n            type: ControlType.Number,\n            defaultValue: 40\n          },\n          spread: {\n            type: ControlType.Number,\n            defaultValue: 0\n          }\n        }\n      },\n      backgroundColor: {\n        title: \"Background\",\n        type: ControlType.Color,\n        defaultValue: \"#FFF\"\n      },\n      [animationKeyFromLayout(SearchLayoutType.QuickMenu)]: {\n        title: \"Animation\",\n        type: ControlType.Object,\n        icon: \"effect\",\n        hidden: ({\n          layoutType\n        }) => layoutType !== SearchLayoutType.QuickMenu,\n        optional: true,\n        buttonTitle: \"Options\",\n        controls: {\n          opacity: {\n            type: ControlType.Number,\n            defaultValue: .5,\n            step: .1,\n            min: 0,\n            max: 1\n          },\n          scale: {\n            type: ControlType.Number,\n            defaultValue: .75,\n            step: .1,\n            min: 0,\n            max: 2\n          },\n          // rotate: {\n          //     type: ControlType.Number,\n          //     defaultValue: 0,\n          //     min: -360,\n          //     max: 360,\n          // },\n          x: {\n            type: ControlType.Number,\n            defaultValue: 0,\n            min: -500,\n            max: 500\n          },\n          y: {\n            type: ControlType.Number,\n            defaultValue: 0,\n            min: -500,\n            max: 500\n          },\n          transition: {\n            type: ControlType.Transition\n          }\n        }\n      },\n      [animationKeyFromLayout(SearchLayoutType.FixedTop)]: {\n        title: \"Animation\",\n        type: ControlType.Object,\n        icon: \"effect\",\n        buttonTitle: \"Options\",\n        hidden: ({\n          layoutType\n        }) => layoutType !== SearchLayoutType.FixedTop,\n        optional: true,\n        controls: {\n          opacity: {\n            type: ControlType.Number,\n            defaultValue: .8,\n            step: .1,\n            min: 0,\n            max: 1\n          },\n          y: {\n            type: ControlType.Number,\n            defaultValue: 0,\n            min: -100,\n            max: 100\n          },\n          transition: {\n            type: ControlType.Transition\n          }\n        }\n      },\n      [animationKeyFromLayout(SearchLayoutType.Sidebar)]: {\n        title: \"Animation\",\n        type: ControlType.Object,\n        icon: \"effect\",\n        buttonTitle: \"Options\",\n        hidden: ({\n          layoutType\n        }) => layoutType !== SearchLayoutType.Sidebar,\n        optional: true,\n        controls: {\n          opacity: {\n            type: ControlType.Number,\n            defaultValue: .8,\n            step: .1,\n            min: 0,\n            max: 1\n          },\n          x: {\n            type: ControlType.Number,\n            defaultValue: 0,\n            min: -1e3,\n            max: 1e3\n          },\n          transition: {\n            type: ControlType.Transition\n          }\n        }\n      }\n    }\n  },\n  resultOptions: {\n    title: \"Results\",\n    buttonTitle: \"Fonts, Style\",\n    type: ControlType.Object,\n    defaultValue: {},\n    // description:\n    //     \"Learn more about how to use Site Search [here](https://framer.com/learn/site-search)\",\n    controls: {\n      itemType: {\n        title: \"Style\",\n        type: ControlType.Enum,\n        options: Object.values(SearchResultItemType),\n        optionTitles: Object.keys(SearchResultItemType).map(titleCase),\n        defaultValue: SearchResultItemType.FullWidth\n      },\n      titleFont: {\n        title: \"Title\",\n        // @ts-ignore - Internal\n        type: ControlType.Font,\n        defaultValue: {\n          fontSize: 15\n        },\n        displayFontSize: true\n      },\n      titleColor: {\n        title: \"Color\",\n        type: ControlType.Color,\n        defaultValue: \"#333\"\n      },\n      subtitleOptions: {\n        type: ControlType.Object,\n        title: \"Subtitle\",\n        buttonTitle: \"Font, Content\",\n        controls: {\n          subtitleFont: {\n            title: \"Font\",\n            // @ts-ignore - Internal\n            type: ControlType.Font,\n            defaultValue: {\n              fontSize: 13\n            },\n            displayFontSize: true\n          },\n          subtitleColor: {\n            title: \"Color\",\n            type: ControlType.Color,\n            defaultValue: \"rgba(0, 0, 0, 0.4)\"\n          },\n          subtitleType: {\n            title: \"Content\",\n            type: ControlType.Enum,\n            options: Object.values(SearchResultSubtitleType),\n            optionTitles: Object.keys(SearchResultSubtitleType).map(titleCase),\n            defaultValue: SearchResultSubtitleType.Path\n          }\n        }\n      }\n    }\n  },\n  backdropOptions: {\n    title: \"Backdrop\",\n    type: ControlType.Object,\n    buttonTitle: \"Color, Z Index\",\n    controls: {\n      backgroundColor: {\n        title: \"Color\",\n        type: ControlType.Color,\n        defaultValue: \"rgba(0, 0, 0, 0.8)\"\n      },\n      zIndex: {\n        title: \"Z Index\",\n        type: ControlType.Number,\n        defaultValue: 10,\n        displayStepper: true,\n        min: 0,\n        max: 10\n      },\n      transition: {\n        type: ControlType.Transition\n      }\n    }\n  }\n});\nEntryPoint.displayName = \"Search\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"EntryPoint\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerDisableUnlink\": \"*\",\n        \"framerSupportedLayoutWidth\": \"any-prefer-fixed\",\n        \"framerSupportedLayoutHeight\": \"any-prefer-fixed\",\n        \"framerIntrinsicWidth\": \"40\",\n        \"framerIntrinsicHeight\": \"40\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"EntryPointProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Shadow\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"WindowAnimation\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"ResponsiveImage\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { motion } from \"framer-motion\";\nexport function SearchIcon(props) {\n  return /*#__PURE__*/_jsx(\"svg\", {\n    xmlns: \"http://www.w3.org/2000/svg\",\n    viewBox: \"0 0 256 256\",\n    width: props.width,\n    height: props.height,\n    style: {\n      ...props.style,\n      color: props.color\n    },\n    children: /*#__PURE__*/_jsx(\"path\", {\n      d: \"M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z\",\n      fill: \"currentColor\"\n    })\n  });\n}\nexport function ClearIcon(props) {\n  return /*#__PURE__*/_jsxs(\"svg\", {\n    xmlns: \"http://www.w3.org/2000/svg\",\n    viewBox: \"0 0 256 256\",\n    ...props,\n    children: [/*#__PURE__*/_jsx(\"rect\", {\n      width: \"256\",\n      height: \"256\",\n      fill: \"none\"\n    }), /*#__PURE__*/_jsx(\"path\", {\n      d: \"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm37.66,130.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32L139.31,128Z\",\n      fill: \"currentColor\"\n    })]\n  });\n}\nexport function SpinnerIcon(props) {\n  const borderWidth = 3;\n  return /*#__PURE__*/_jsxs(\"div\", {\n    style: {\n      position: \"relative\",\n      ...props.style\n    },\n    children: [/*#__PURE__*/_jsx(motion.div, {\n      animate: {\n        rotate: 360\n      },\n      transition: {\n        ease: \"linear\",\n        duration: 1,\n        repeat: Infinity\n      },\n      style: {\n        borderRadius: 100,\n        backgroundImage: `conic-gradient(from 270deg, transparent 0%, ${props.color} 100%)`,\n        width: \"100%\",\n        height: \"100%\"\n      }\n    }), /*#__PURE__*/_jsx(\"div\", {\n      style: {\n        backgroundColor: props.backgroundColor,\n        borderRadius: 100,\n        position: \"absolute\",\n        top: borderWidth,\n        left: borderWidth,\n        bottom: borderWidth,\n        right: borderWidth\n      }\n    })]\n  });\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"ClearIcon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"ClearIcon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SpinnerIcon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"SpinnerIcon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchIcon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"SearchIcon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Icons.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useSearch } from \"https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/VKPcuxBCKu4ecmEtZUh5/useSearch.js\";\nimport React, { useEffect, useState, useMemo, forwardRef, useRef, useDeferredValue, useLayoutEffect, useCallback, useImperativeHandle } from \"react\";\nimport { Browser } from \"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";\nimport { motion, clamp, useAnimate } from \"framer-motion\";\nimport { SearchIcon, ClearIcon, SpinnerIcon } from \"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";\nimport { clampText, getFontFamily, localStorageDebugFlag, animationKeyFromLayout } from \"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/6EBKQJ7jpOf0wR1CbnGj/utils.js\";\nimport { useCallbackOnMouseMove } from \"https://framerusercontent.com/modules/Gzef0nFihI9m9vZG45th/lIUxbZcreiDm2GzUkt3y/useCallbackOnMouseMove.js\";\nimport { scrollIntoView } from \"https://framerusercontent.com/modules/eAnjm75CdfYT1Zz4BIaz/7KDSfnnyD1T3Ap75L4m8/scrollIntoView.js\";\nconst MAX_DESCRIPTION_LENGTH = 120;\nconst MODAL_MAX_HEIGHT = 496;\nconst VERTICAL_SPACING_MULTIPLIER = .6;\nfunction ClearButton({\n  theme,\n  type,\n  onClick,\n  text\n}) {\n  const shouldDisplayIcon = type === SearchInputClearButtonType.Icon;\n  const iconOrText = shouldDisplayIcon ? /*#__PURE__*/_jsx(ClearIcon, {\n    style: {\n      color: theme.inputIconColor,\n      width: theme.inputIconSize,\n      height: theme.inputIconSize\n    }\n  }) : text;\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      flexShrink: 0,\n      fontSize: theme && theme.titleFont && theme.titleFont.fontSize ? theme.titleFont.fontSize : 15\n    },\n    children: /*#__PURE__*/_jsx(\"button\", {\n      className: \"__framer-search-clear-button\",\n      onClick: onClick,\n      style: {\n        fontFamily: \"inherit\",\n        border: \"none\",\n        background: \"none\",\n        cursor: \"pointer\",\n        display: \"flex\",\n        textTransform: \"uppercase\",\n        color: theme.inputIconColor,\n        fontSize: \"0.75em\",\n        padding: 0\n      },\n      children: iconOrText\n    })\n  });\n}\nfunction Divider({\n  theme,\n  type\n}) {\n  const styles = {\n    background: theme.foregroundColor,\n    height: 1,\n    flexShrink: 0,\n    opacity: .05\n  };\n  if (type === SearchInputDividerType.Contained && theme) {\n    styles.marginLeft = theme.horizontalSpacing;\n    styles.marginRight = theme.horizontalSpacing;\n  }\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: styles\n  });\n}\nexport const Input = /*#__PURE__*/forwardRef(function Input(props, ref) {\n  const {\n    value = \"\",\n    status,\n    autofocus,\n    theme,\n    placeholder,\n    iconType,\n    clearButtonType,\n    onChange\n  } = props;\n  const [inputValue, setInputValue] = useState(value);\n  const [isFocused, setIsFocused] = useState(false);\n  const inputRef = useRef();\n  useImperativeHandle(ref, () => inputRef.current);\n  React.useLayoutEffect(() => {\n    // Runs on unmount, fixes a bug in Safari that scrolls to the bottom\n    // of the page when the input unmounts.\n    return () => {\n      const inputElement = inputRef.current;\n      if (!inputElement || inputElement !== document.activeElement) return;\n      inputElement.blur();\n    };\n  }, []);\n  const handleInputClick = () => {\n    if (inputRef.current) {\n      inputRef.current.focus();\n    }\n  };\n  const handleClearClick = () => {\n    setInputValue(\"\");\n  };\n  useEffect(() => {\n    onChange(inputValue);\n  }, [inputValue]);\n  const hasInputText = inputValue.length > 0;\n  const showClearButton = inputValue.length > 0 && clearButtonType && clearButtonType !== SearchInputClearButtonType.None;\n  const verticalSpacing = Math.floor(theme ? theme.horizontalSpacing * VERTICAL_SPACING_MULTIPLIER : 0);\n  const searchIcon = iconType === SearchIconType.Custom && theme.inputIconImage ? /*#__PURE__*/_jsx(\"img\", {\n    src: theme.inputIconImage.src,\n    width: theme.inputIconSize,\n    height: theme.inputIconSize\n  }) : /*#__PURE__*/_jsx(SearchIcon, {\n    color: theme.inputIconColor,\n    width: theme.inputIconSize,\n    height: theme.inputIconSize\n  });\n  return /*#__PURE__*/_jsxs(\"div\", {\n    role: \"search\",\n    style: {\n      ...inputContainerStyle,\n      fontFamily: getFontFamily(theme),\n      paddingLeft: theme && theme.horizontalSpacing,\n      paddingRight: theme && theme.horizontalSpacing,\n      gap: 12,\n      paddingTop: verticalSpacing,\n      paddingBottom: verticalSpacing,\n      touchAction: \"none\"\n    },\n    onClick: handleInputClick,\n    children: [/*#__PURE__*/_jsx(\"div\", {\n      style: {\n        flexShrink: 0,\n        display: \"flex\"\n      },\n      children: status === \"loading\" && inputValue ? /*#__PURE__*/_jsx(SpinnerIcon, {\n        color: theme.inputIconColor,\n        backgroundColor: theme.backgroundColor,\n        style: {\n          height: theme && theme.inputIconSize,\n          width: theme && theme.inputIconSize\n        }\n      }) : searchIcon\n    }), /*#__PURE__*/_jsx(\"input\", {\n      ref: inputRef,\n      spellCheck: false,\n      autoFocus: autofocus,\n      style: {\n        ...inputStyle,\n        WebkitTapHighlightColor: \"rgba(0,0,0,0)\",\n        color: theme.foregroundColor,\n        lineHeight: \"2em\",\n        verticalAlign: \"baseline\",\n        ...theme.titleFont,\n        ...theme.inputFont,\n        fontSize: theme.inputFontSize,\n        // @ts-ignore\n        \"--framer-search-placeholder-color\": theme.placeholderColor\n      },\n      onFocus: () => {\n        const scrollOffset = document.documentElement.scrollTop;\n        document.documentElement.scrollTop = scrollOffset;\n      },\n      placeholder: placeholder,\n      value: inputValue,\n      onChange: () => setInputValue(inputRef.current.value)\n    }), showClearButton && /*#__PURE__*/_jsx(ClearButton, {\n      theme: theme,\n      type: props.clearButtonType,\n      text: props.clearButtonText,\n      onClick: handleClearClick\n    })]\n  });\n});\nconst inputContainerStyle = {\n  display: \"inline-flex\",\n  alignItems: \"center\",\n  flexShrink: 0\n};\nconst inputStyle = {\n  outline: \"none\",\n  border: \"none\",\n  background: \"transparent\",\n  fontWeight: 500,\n  height: \"2em\",\n  padding: 0,\n  width: \"100%\"\n};\nexport const ResultRow = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function ResultRow(props, ref) {\n  const {\n    index,\n    result,\n    prevMousePositionRef,\n    type = SearchResultItemType.Contained,\n    subtitleType = SearchResultSubtitleType.Path,\n    selected = false,\n    theme,\n    style,\n    onMouseMove,\n    onPointerDown,\n    onNavigateTo\n  } = props;\n  const {\n    url,\n    title,\n    score\n  } = result;\n  const urlPath = useMemo(() => {\n    return url;\n    const parsedURL = new URL(url);\n    return parsedURL.pathname;\n  }, [url]);\n  const handleMouseMove = useCallbackOnMouseMove(event => onMouseMove(event, index), prevMousePositionRef);\n  const isContained = type === SearchResultItemType.Contained;\n  const borderRadius = isContained ? clamp(0, Infinity, theme.borderRadius - theme.spacing) : 0;\n  const subtitleText = subtitleType === SearchResultSubtitleType.Path ? urlPath : clampText(result.description, MAX_DESCRIPTION_LENGTH);\n  const handleClick = event => {\n    event.preventDefault();\n    onNavigateTo(result.url);\n  };\n  const focusTrap = event => {\n    event.preventDefault();\n  };\n  return /*#__PURE__*/_jsx(\"a\", {\n    ref: ref,\n    style: {\n      textDecoration: \"none\"\n    },\n    href: result.url,\n    onClick: handleClick,\n    onMouseMove: handleMouseMove,\n    onMouseDown: focusTrap,\n    onPointerDown: event => onPointerDown(event, index),\n    children: /*#__PURE__*/_jsxs(\"li\", {\n      style: {\n        ...resultContainer,\n        ...style,\n        paddingTop: isContained ? 12 : 16,\n        paddingBottom: isContained ? 12 : 16,\n        color: theme.foregroundColor,\n        position: \"relative\",\n        paddingLeft: theme && theme.horizontalSpacing,\n        paddingRight: theme && theme.horizontalSpacing\n      },\n      children: [/*#__PURE__*/_jsx(\"div\", {\n        style: {\n          backgroundColor: theme.foregroundColor,\n          position: \"absolute\",\n          opacity: selected ? .06 : 0,\n          borderRadius,\n          left: theme && isContained ? theme.spacing : 0,\n          right: theme && isContained ? theme.spacing : 0,\n          top: 0,\n          bottom: 0\n        }\n      }), /*#__PURE__*/_jsxs(\"div\", {\n        style: {\n          display: \"flex\",\n          flexDirection: \"column\",\n          overflow: \"hidden\",\n          gap: 4\n        },\n        children: [/*#__PURE__*/_jsx(\"h3\", {\n          style: {\n            ...resultTitle,\n            ...theme.titleFont,\n            lineHeight: \"1.4em\"\n          },\n          children: title\n        }), /*#__PURE__*/_jsxs(\"p\", {\n          style: {\n            margin: 0,\n            color: theme.subtitleColor,\n            ...theme.subtitleFont,\n            whiteSpace: \"nowrap\",\n            overflow: \"hidden\",\n            textOverflow: \"ellipsis\",\n            lineHeight: \"1.4em\"\n          },\n          children: [localStorageDebugFlag ? score : \"\", \" \", subtitleText]\n        })]\n      })]\n    }, result.url)\n  });\n})); /**\n     * Flexible gap used inside a flexbox layout to push down the quick menu\n     * by 20% of the screen height, but also allow it to collapse to zero if\n     * there is not enough vertical room.\n     */\nfunction QuickMenuSpacer({\n  onClick\n}) {\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      width: \"100%\",\n      flexBasis: \"20vh\"\n    },\n    onClick: onClick\n  });\n}\nconst layoutContainerStyle = {\n  display: \"flex\",\n  flexDirection: \"column\",\n  alignItems: \"center\",\n  justifyContent: \"flex-start\",\n  gap: 15,\n  overflow: \"visible\"\n};\nfunction LayoutContainer({\n  layoutType,\n  theme,\n  onKeyDown,\n  onDismiss,\n  children,\n  modalOptions\n}) {\n  const layoutStyles = getLayoutBaseStyles(layoutType, theme);\n  const style = {\n    ...layoutContainerStyle,\n    ...layoutStyles,\n    willChange: \"transform\",\n    height: layoutType === SearchLayoutType.Sidebar ? \"100%\" : \"auto\",\n    maxHeight: layoutType === SearchLayoutType.QuickMenu ? \"100%\" : \"none\",\n    justifyContent: layoutType === SearchLayoutType.Sidebar ? \"flex-end\" : \"flex-start\",\n    flexDirection: layoutType === SearchLayoutType.Sidebar ? \"column-reverse\" : \"column\"\n  };\n  const innerStyle = {\n    ...layoutContainerStyle,\n    ...layoutStyles,\n    height: layoutType === SearchLayoutType.Sidebar ? \"100%\" : \"auto\",\n    maxHeight: layoutType === SearchLayoutType.QuickMenu ? \"100%\" : \"none\",\n    gap: layoutType === SearchLayoutType.Sidebar ? 0 : theme.gapBetweenStatusAndSearch,\n    backgroundColor: layoutType === SearchLayoutType.Sidebar ? theme.backgroundColor : \"transparent\",\n    justifyContent: layoutType === SearchLayoutType.Sidebar ? \"flex-end\" : \"flex-start\",\n    flexDirection: layoutType === SearchLayoutType.Sidebar ? \"column-reverse\" : \"column\",\n    originX: .5,\n    originY: .5\n  };\n  function getContainerAnimation() {\n    switch (layoutType) {\n      case SearchLayoutType.FixedTop:\n        {\n          const key = animationKeyFromLayout(SearchLayoutType.FixedTop);\n          const prop = modalOptions ? modalOptions[key] : undefined;\n          if (prop) {\n            return prop;\n          } else {\n            return {\n              y: -10,\n              opacity: .2,\n              transition: {\n                duration: Browser.isTouch() ? 0 : .15\n              }\n            };\n          }\n          break;\n        }\n      case SearchLayoutType.QuickMenu:\n        {\n          const key1 = animationKeyFromLayout(SearchLayoutType.QuickMenu);\n          const prop1 = modalOptions ? modalOptions[key1] : undefined;\n          if (prop1) {\n            return prop1;\n          } else {\n            return {\n              scale: .95,\n              opacity: 0,\n              y: 0,\n              x: 0,\n              rotate: 0,\n              transition: {\n                type: \"spring\",\n                stiffness: 600,\n                damping: 40\n              }\n            };\n          }\n          break;\n        }\n      case SearchLayoutType.Sidebar:\n        {\n          const key2 = animationKeyFromLayout(SearchLayoutType.Sidebar);\n          const prop2 = modalOptions ? modalOptions[key2] : undefined;\n          if (prop2) {\n            return prop2;\n          } else {\n            return {\n              x: -10,\n              opacity: 0,\n              transition: {\n                duration: .15\n              }\n            };\n          }\n          break;\n        }\n    }\n  }\n  const containerAnimation = getContainerAnimation();\n  return /*#__PURE__*/_jsxs(\"div\", {\n    style: style,\n    onKeyDown: onKeyDown,\n    onClick: event => event.stopPropagation(),\n    children: [layoutType === SearchLayoutType.QuickMenu && /*#__PURE__*/_jsx(QuickMenuSpacer, {\n      onClick: onDismiss\n    }), /*#__PURE__*/_jsx(motion.div, {\n      initial: containerAnimation,\n      animate: {\n        opacity: 1,\n        scale: 1,\n        x: 0,\n        y: 0,\n        rotate: 0\n      },\n      transition: containerAnimation ? containerAnimation.transition : undefined,\n      exit: {\n        opacity: 0,\n        transition: {\n          duration: 0\n        }\n      },\n      style: innerStyle,\n      children: children\n    })]\n  });\n}\nfunction ModalContainer({\n  layoutType,\n  theme,\n  children,\n  heightIsStatic,\n  heightTransition,\n  heightDeps\n}) {\n  const style = {\n    // This `willChange` is required to avoid weird rendering issues where\n    // parts of the search window won't redraw, which we observed in Safari 16.4.\n    willChange: \"transform\",\n    backgroundColor: theme.backgroundColor,\n    color: theme.foregroundColor,\n    borderRadius: layoutType === SearchLayoutType.QuickMenu ? theme.borderRadius : 0,\n    width: \"100%\",\n    display: \"flex\",\n    flexDirection: \"column\",\n    overflow: \"hidden\",\n    boxShadow: layoutType !== SearchLayoutType.Sidebar ? theme.shadow : undefined,\n    maxHeight: layoutType === SearchLayoutType.QuickMenu ? MODAL_MAX_HEIGHT : undefined\n  }; // Opt-in Height Animations for the Search Quick Actions menu.\n  // These are disabled by default, but can be enabled via props.\n  const [scope, animate] = useAnimate();\n  useLayoutEffect(() => {\n    if (layoutType !== SearchLayoutType.QuickMenu || heightIsStatic) return;\n    const prevHeight = scope.current.offsetHeight;\n    scope.current.style.height = \"auto\";\n    const height = scope.current.offsetHeight;\n    scope.current.style.height = prevHeight + \"px\";\n    animate(scope.current, {\n      height: [prevHeight, height]\n    }, heightTransition);\n  }, heightDeps);\n  return /*#__PURE__*/_jsx(\"div\", {\n    ref: scope,\n    role: \"dialog\",\n    className: layoutType === SearchLayoutType.FixedTop ? \"__framer-max-height-80dvh\" : undefined,\n    style: style,\n    children: children\n  });\n}\nconst ScrollView = /*#__PURE__*/React.forwardRef(function ScrollView({\n  theme,\n  children\n}, ref) {\n  const isTouch = Browser.isTouch();\n  const [canScroll, setCanScroll] = React.useState(true);\n  React.useEffect(() => {\n    if (!isTouch) return;\n    const element = ref.current;\n    if (!element) return;\n    setCanScroll(element.scrollHeight > element.clientHeight);\n  });\n  return /*#__PURE__*/_jsx(\"div\", {\n    ref: ref,\n    style: {\n      width: `calc(100% + ${theme.scrollBarWidth}px)`,\n      overflowY: \"scroll\",\n      overflowX: \"hidden\",\n      overscrollBehavior: \"contain\",\n      touchAction: canScroll ? undefined : \"none\",\n      // Make the list appear slightly under the divider\n      // so that the divider is still visible when the first\n      // item is selected.\n      marginTop: -1\n    },\n    children: children\n  });\n});\nconst statusStyle = {\n  backgroundColor: \"#B5B5B5\",\n  color: \"#FFF\",\n  boxShadow: \"0px 20px 40px 0px rgba(0, 0, 0, 0.25)\",\n  fontFamily: \"inherit\",\n  textAlign: \"center\",\n  fontSize: 13,\n  padding: \"8px 0\"\n};\nfunction StatusMessage({\n  status,\n  layoutType,\n  theme\n}) {\n  const verticalSpacing = Math.floor(theme ? theme.horizontalSpacing * VERTICAL_SPACING_MULTIPLIER : 0);\n  const style = {\n    ...statusStyle,\n    userSelect: \"none\",\n    fontFamily: getFontFamily(theme),\n    paddingLeft: theme && theme.horizontalSpacing,\n    paddingRight: theme && theme.horizontalSpacing,\n    fontWeight: 500,\n    lineHeight: `calc(${theme.inputFontSize} * 2)`,\n    paddingTop: verticalSpacing,\n    paddingBottom: verticalSpacing,\n    ...theme.titleFont,\n    zIndex: theme.zIndex + 1,\n    maxWidth: layoutType === SearchLayoutType.FixedTop ? \"none\" : theme.width,\n    width: layoutType === SearchLayoutType.FixedTop ? `calc(100% - ${verticalSpacing * 2}px` : \"100%\",\n    boxShadow: layoutType !== SearchLayoutType.Sidebar && statusStyle.boxShadow,\n    borderRadius: layoutType !== SearchLayoutType.Sidebar && theme.borderRadius\n  }; // Show less text on fixed text to look nicer on mobile\n  const previewInfoText = layoutType === SearchLayoutType.FixedTop ? \"Preview Mode\" : \"Preview Mode. Publish your Site to Search.\";\n  if (status === \"no-meta-tag-found\") {\n    return /*#__PURE__*/_jsx(\"div\", {\n      style: style,\n      children: previewInfoText\n    });\n  }\n  if (status === \"pending-index-generation\") {\n    return /*#__PURE__*/_jsx(\"div\", {\n      style: style,\n      children: \"Site is being indexed\"\n    });\n  }\n  return null;\n}\nconst resultTitle = {\n  textOverflow: \"ellipsis\",\n  maxWidth: \"100%\",\n  overflow: \"hidden\",\n  fontWeight: 500,\n  whiteSpace: \"nowrap\",\n  flex: 1,\n  margin: 0\n};\nconst resultContainer = {\n  padding: \"16px 20px\",\n  listStyle: \"none\",\n  fontWeight: 500\n};\nconst sidebarStyles = {\n  left: 0,\n  width: 500\n};\nconst fixedTopStyles = {\n  top: 0,\n  width: \"100%\"\n};\nconst quickMenuStyles = {\n  width: 500\n};\nfunction getLayoutBaseStyles(layoutOption, theme) {\n  switch (layoutOption) {\n    case SearchLayoutType.Sidebar:\n      return {\n        ...sidebarStyles,\n        width: theme.width\n      };\n    case SearchLayoutType.FixedTop:\n      return fixedTopStyles;\n    case SearchLayoutType.QuickMenu:\n      return {\n        ...quickMenuStyles,\n        width: theme.width\n      };\n  }\n}\nexport var SearchInputClearButtonType;\n(function (SearchInputClearButtonType) {\n  SearchInputClearButtonType[\"Icon\"] = \"icon\";\n  SearchInputClearButtonType[\"Text\"] = \"text\";\n  SearchInputClearButtonType[\"None\"] = \"none\";\n})(SearchInputClearButtonType || (SearchInputClearButtonType = {}));\nexport var SearchInputDividerType;\n(function (SearchInputDividerType) {\n  SearchInputDividerType[\"None\"] = \"none\";\n  SearchInputDividerType[\"FullWidth\"] = \"fullWidth\";\n  SearchInputDividerType[\"Contained\"] = \"contained\";\n})(SearchInputDividerType || (SearchInputDividerType = {}));\nexport var SearchResultSubtitleType;\n(function (SearchResultSubtitleType) {\n  SearchResultSubtitleType[\"Description\"] = \"description\";\n  SearchResultSubtitleType[\"Path\"] = \"path\";\n})(SearchResultSubtitleType || (SearchResultSubtitleType = {}));\nexport var SearchResultItemType;\n(function (SearchResultItemType) {\n  SearchResultItemType[\"FullWidth\"] = \"fullWidth\";\n  SearchResultItemType[\"Contained\"] = \"contained\";\n})(SearchResultItemType || (SearchResultItemType = {}));\nexport var SearchLayoutType;\n(function (SearchLayoutType) {\n  SearchLayoutType[\"Sidebar\"] = \"Sidebar\";\n  SearchLayoutType[\"FixedTop\"] = \"FixedTop\";\n  SearchLayoutType[\"QuickMenu\"] = \"QuickMenu\";\n})(SearchLayoutType || (SearchLayoutType = {}));\nexport var SearchEntryType;\n(function (SearchEntryType) {\n  SearchEntryType[\"Icon\"] = \"icon\";\n  SearchEntryType[\"Text\"] = \"text\";\n})(SearchEntryType || (SearchEntryType = {}));\nexport var SearchIconType;\n(function (SearchIconType) {\n  SearchIconType[\"Default\"] = \"default\";\n  SearchIconType[\"Custom\"] = \"custom\";\n})(SearchIconType || (SearchIconType = {})); /**\n                                             * @framerSupportedLayoutWidth fixed\n                                             * @framerSupportedLayoutHeight fixed\n                                             */\nexport function SearchModal(props) {\n  const {\n    layoutType,\n    theme,\n    urlScope,\n    inputOptions,\n    backdropOptions,\n    modalOptions,\n    onDismiss\n  } = props;\n  const input = useRef();\n  const selectedResultRow = useRef();\n  const scrollView = useRef();\n  const [selected, setSelected] = useState({\n    index: 0,\n    scroll: true\n  });\n  const prevMousePositionRef = useRef(null);\n  const [isKeyboardNavigationDisabled, setIsKeyboardNavigationDisabled] = useState(Browser.isTouch);\n  const [query, setQuery] = useState(\"\");\n  const deferredQuery = useDeferredValue(query);\n  const {\n    results,\n    status\n  } = useSearch(deferredQuery, {\n    minimumScore: 0,\n    urlScope\n  });\n  const selectedResult = results[selected.index];\n  const verticalSpacing = Math.floor(theme ? theme.horizontalSpacing * VERTICAL_SPACING_MULTIPLIER : 0);\n  useEffect(() => {\n    // Reset the selection to the top if the query changes.\n    setSelected({\n      index: 0,\n      scroll: true\n    });\n  }, [deferredQuery]);\n  const handleResultRowPointerDown = useCallback((event, index) => {\n    if (event.pointerType !== \"touch\") return;\n    setIsKeyboardNavigationDisabled(true);\n    setSelected({\n      index,\n      scroll: false\n    });\n  }, []);\n  const handleResultRowMouseMove = useCallback((event, index) => {\n    setSelected(previousSelected => {\n      if (previousSelected.index === index) {\n        return previousSelected;\n      }\n      return {\n        index,\n        scroll: false\n      };\n    });\n  }, []);\n  const navigateTo = useCallback(url => {\n    if (status === \"no-meta-tag-found\") {\n      return;\n    }\n    window.location.href = url;\n  }, [status]);\n  const handleKeyDown = event => {\n    const maxIndex = results.length - 1;\n    switch (event.code) {\n      case \"ArrowUp\":\n        event.preventDefault();\n        if (isKeyboardNavigationDisabled) {\n          setIsKeyboardNavigationDisabled(false);\n          break;\n        }\n        setSelected(previousSelected => ({\n          index: clamp(0, maxIndex, previousSelected.index - 1),\n          scroll: true\n        }));\n        break;\n      case \"ArrowDown\":\n        event.preventDefault();\n        if (isKeyboardNavigationDisabled) {\n          setIsKeyboardNavigationDisabled(false);\n          break;\n        }\n        setSelected(previousSelected => ({\n          index: clamp(0, maxIndex, previousSelected.index + 1),\n          scroll: true\n        }));\n        break;\n      case \"Escape\":\n        break;\n      case \"Enter\":\n        if (selectedResult) {\n          navigateTo(selectedResult.url);\n        }\n        break;\n      default:\n        event.stopPropagation();\n    }\n  };\n  const showNoResults = results.length === 0 && deferredQuery.length > 1 && status !== \"loading\";\n  const showDivider = Boolean((deferredQuery.length > 0 && results.length > 0 || showNoResults) && status !== \"loading\" && props.inputOptions && props.inputOptions.dividerType !== SearchInputDividerType.None);\n  const isItemContained = Boolean(props.resultOptions && props.resultOptions.itemType === SearchResultItemType.Contained);\n  const spacing = isItemContained ? theme.spacing : 10;\n  const listPaddingTop = showDivider && isItemContained ? spacing + theme.gapBetweenResults * 2 : 0;\n  useEffect(() => {\n    if (!selected.scroll) return;\n    const element = selectedResultRow.current;\n    if (!element) return;\n    scrollIntoView(element, scrollView.current, {\n      offsetTop: showDivider && isItemContained ? listPaddingTop : 0,\n      offsetBottom: isItemContained ? spacing : 0\n    }); // `showDivider` and `isItemContained` are not dependencies because\n    // they will be the latest values when `selected` changes. And including\n    // them will cause unnecessary scrolling into view.\n  }, [selected]);\n  return /*#__PURE__*/_jsxs(LayoutContainer, {\n    layoutType: layoutType,\n    modalOptions: modalOptions,\n    theme: theme,\n    onKeyDown: handleKeyDown,\n    onDismiss: onDismiss,\n    children: [/*#__PURE__*/_jsxs(ModalContainer, {\n      layoutType: layoutType,\n      theme: theme,\n      heightIsStatic: modalOptions.heightIsStatic,\n      heightTransition: modalOptions.heightTransition,\n      heightDeps: [results.length, showNoResults],\n      children: [/*#__PURE__*/_jsx(Input, {\n        autofocus: true,\n        ref: input,\n        onChange: setQuery,\n        value: query,\n        theme: theme,\n        status: status,\n        iconType: inputOptions.iconOptions.iconType,\n        placeholder: inputOptions.placeholderOptions.placeholderText,\n        clearButtonType: inputOptions ? inputOptions.clearButtonType : undefined,\n        clearButtonText: inputOptions.clearButtonText\n      }), showDivider && /*#__PURE__*/_jsx(Divider, {\n        theme: theme,\n        type: inputOptions.dividerType\n      }), /*#__PURE__*/_jsx(ScrollView, {\n        ref: scrollView,\n        theme: theme,\n        children: /*#__PURE__*/_jsxs(\"ul\", {\n          \"aria-live\": \"polite\",\n          style: {\n            display: \"flex\",\n            flexDirection: \"column\",\n            width: `calc(100% - ${theme.scrollBarWidth}px)`,\n            padding: 0,\n            paddingTop: listPaddingTop,\n            paddingBottom: results.length && isItemContained ? spacing : 0,\n            gap: theme.gapBetweenResults,\n            margin: 0\n          },\n          children: [results.map((result, index) => {\n            const isSelected = index === selected.index;\n            return /*#__PURE__*/_jsx(ResultRow, {\n              ref: isSelected ? selectedResultRow : null,\n              index: index,\n              result: result,\n              prevMousePositionRef: prevMousePositionRef,\n              selected: !isKeyboardNavigationDisabled && isSelected,\n              type: props.resultOptions.itemType,\n              subtitleType: props.resultOptions.subtitleOptions.subtitleType,\n              theme: theme,\n              onMouseMove: handleResultRowMouseMove,\n              onPointerDown: handleResultRowPointerDown,\n              onNavigateTo: navigateTo\n            }, result.url);\n          }), showNoResults && /*#__PURE__*/_jsx(\"li\", {\n            style: {\n              paddingTop: verticalSpacing - listPaddingTop,\n              paddingBottom: verticalSpacing,\n              lineHeight: \"2em\",\n              paddingLeft: theme && theme.horizontalSpacing,\n              paddingRight: theme && theme.horizontalSpacing,\n              height: SearchLayoutType.Sidebar ? \"100%\" : \"auto\"\n            },\n            children: /*#__PURE__*/_jsx(\"h3\", {\n              style: {\n                ...resultTitle,\n                textAlign: \"center\",\n                lineHeight: `calc(${theme.inputFontSize} * 2)`,\n                color: theme.subtitleColor,\n                ...theme.titleFont\n              },\n              children: \"No results\"\n            })\n          })]\n        })\n      })]\n    }), /*#__PURE__*/_jsx(StatusMessage, {\n      status: status,\n      layoutType: layoutType,\n      theme: theme\n    })]\n  });\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"SearchInputClearButtonType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchInputDividerType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchModal\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"SearchModal\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchTheme\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Input\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"ResultRow\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchResultItemType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchLayoutType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchEntryType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchIconType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchResultSubtitleType\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./SearchModal.map", "import { useEffect, useState, useMemo } from \"react\";\nimport { clamp } from \"framer-motion\";\nimport { createLogger, localStorageDebugFlag, safeDocument, safeWindow } from \"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/6EBKQJ7jpOf0wR1CbnGj/utils.js\";\nimport { distance } from \"https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js\";\nimport fakeResults from \"https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/rxFrxSh0utdVXiSJFdY4/fakeResults.js\";\nimport { setCachedIndex, getCachedIndex } from \"https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/JUSOhg0nH8Uc1bal1x1v/cachedIndex.js\";\nconst {\n  log,\n  time,\n  timeEnd\n} = createLogger(localStorageDebugFlag);\nfunction isValidUrl(url) {\n  try {\n    new URL(url);\n    return true;\n  } catch (_error) {\n    return false;\n  }\n}\nfunction splitWords(text) {\n  return text.split(RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+\", \"u\"));\n}\nfunction getUniqueWords(str) {\n  const words = splitWords(str).filter(word => word.trim() && word.length > 0);\n  return new Set(words);\n} /**\n  * Replace accented characters with equivilant non-accented versions and\n  * make everything lowercase.\n  */\nfunction getNormalizedString(text) {\n  if (Array.isArray(text)) {\n    return text.map(getNormalizedString);\n  }\n  return text.normalize(\"NFD\") // From: https://stackoverflow.com/a/37511463\n  .replace(/[\\u0300-\\u036f]/g, \"\").toLowerCase();\n}\nfunction getNormalizedItem(item) {\n  const normalizedItem = {};\n  for (const [key, value] of Object.entries(item)) {\n    if (typeof value === \"string\") {\n      normalizedItem[key] = getNormalizedString(value);\n      continue;\n    }\n    if (Array.isArray(value)) {\n      normalizedItem[key] = getNormalizedString(value);\n      continue;\n    }\n    normalizedItem[key] = value;\n  }\n  return normalizedItem;\n}\nfunction getMatchRange(currentRange, start, end) {\n  const result = {\n    ...currentRange\n  };\n  if (start < result.start) {\n    result.start = start;\n  }\n  if (end > result.end) {\n    result.end = end;\n  }\n  return result;\n} /**\n  * Score index item based on the contents of it's fields such as title, description, headings etc.\n  *\n  * Note that this does not normalize the item or query. Normalization is expected to happen\n  * before passing the data into this.\n  */\nfunction getScoreForSearchIndexItem(item, query, words, fullQuery) {\n  let score = 0;\n  const match = {\n    title: {\n      start: Infinity,\n      end: 0\n    },\n    description: {\n      start: Infinity,\n      end: 0\n    }\n  };\n  const urlWords = getUniqueWords(item.url); // Match query based on words in the URL so that random strings inside\n  // other strings are not matched.\n  if (urlWords.has(query)) {\n    score += 10;\n  } // Really boost single word queries that match single word URLs.\n  if (words.size === 1 && urlWords.size === 1 && urlWords.values().next().value === query) {\n    score += score * 5;\n  } // Score shorter URLs higher so `/pricing` is before `/lala/pricing`.\n  if (score > 0) {\n    const splitLength = item.url.split(\"/\").length;\n    score += clamp(10 - splitLength, 0, splitLength);\n  }\n  const titleWords = getUniqueWords(item.title); // Prefer full word matches in the title.\n  if (titleWords.has(query)) {\n    score += 10;\n  }\n  const titleIndex = item.title.indexOf(query);\n  if (titleIndex !== -1) {\n    score += 10; // TODO: Matches are currently not used, but they can be used in the\n    // future to add text highlighting.\n    match.title = getMatchRange(match.title, titleIndex, titleIndex + query.length);\n  } // If the full query is close to being the heading, score this highly as\n  // the user is most likely looking for that exact title.\n  if (distance(item.title, fullQuery) <= 2) {\n    score += score * 10;\n  } // Fuzzy match full words in the title.\n  for (const titleWord of titleWords) {\n    const distanceScore = distance(query, titleWord); // Small distance score helps with small typos.\n    if (distanceScore <= 2) {\n      score += 10;\n    }\n  }\n  const headings = [...item.h1, ...item.h2, ...item.h3, ...item.h4, ...item.h5, ...item.h6];\n  for (const heading of headings) {\n    const headingWords = getUniqueWords(heading); // If the full query is close to being the heading, score this highly as\n    // the user is most likely looking for that exact title.\n    if (distance(heading, fullQuery) <= 2) {\n      score += score * 10;\n    } // Bias headings that start with the query as this helps when\n    // you know the title you are searching for.\n    if (heading.startsWith(query)) {\n      score += 10;\n    }\n    if (headingWords.has(query)) {\n      score += 10;\n    }\n    if (heading.includes(query)) {\n      score += 1;\n    } // Fuzzy match full words in headings.\n    for (const headingWord of headingWords) {\n      const distanceScore1 = distance(query, headingWord);\n      if (distanceScore1 <= 2) {\n        score += 1;\n      }\n    }\n  }\n  const descriptionIndex = item.description.indexOf(query);\n  if (descriptionIndex !== -1) {\n    score += 10;\n    match.description = getMatchRange(match.description, descriptionIndex, descriptionIndex + query.length);\n  }\n  for (const paragraph of item.p) {\n    if (paragraph.includes(query)) {\n      score += .5;\n    }\n  }\n  return {\n    score,\n    match\n  };\n}\nfunction getSearchIndexItemScore(item, query) {\n  const normalizedItem = getNormalizedItem(item);\n  const normalizedQuery = getNormalizedString(query);\n  const queryWords = getUniqueWords(normalizedQuery);\n  let total = 0;\n  for (const queryWord of queryWords) {\n    const {\n      score\n    } = getScoreForSearchIndexItem(normalizedItem, queryWord, queryWords, normalizedQuery);\n    total += score;\n  }\n  return total;\n}\nfunction useRawSearch(index, query, settings) {\n  const results = useMemo(() => {\n    if (!query || !index) {\n      return [];\n    }\n    const path = safeWindow === null || safeWindow === void 0 ? void 0 : safeWindow.location.pathname;\n    time(\"query\"); // Filter the results.\n    const results = Object.values(index).map(item => {\n      const score = getSearchIndexItemScore(item, query); // Use first `h1` instead of title if the page has one.\n      const heading = item.h1.length && item.h1[0]; // Convert index item to result item.\n      const result = {\n        url: item.url,\n        title: heading ? heading : item.title,\n        description: item.description,\n        body: item.p.join(\" \"),\n        score\n      };\n      return result;\n    }).filter(item => item.score > settings.minimumScore || 0).filter(item => {\n      if (!path) return true;\n      return item.url !== path;\n    }).sort((itemA, itemB) => itemB.score - itemA.score);\n    timeEnd(\"query\");\n    return results;\n  }, [index, query]);\n  return results;\n}\nfunction getIndexedScopedToUrl(index, rawUrlScope) {\n  const scopedIndex = {};\n  const baseScopeUrlHasVariable = rawUrlScope.includes(\":\");\n  const urlUpToPathVariable = rawUrlScope.split(\":\")[0];\n  const urlScope = urlUpToPathVariable.length > 1 ? urlUpToPathVariable : \"\";\n  for (const url in index) {\n    if (!url.startsWith(urlScope)) {\n      continue;\n    }\n    if (baseScopeUrlHasVariable && url.length <= urlScope.length) {\n      continue;\n    }\n    scopedIndex[url] = index[url];\n  }\n  return scopedIndex;\n}\nexport function useSearch(query, settings) {\n  const [searchIndex, _setSearchIndex] = useState({});\n  const [status, setStatus] = useState(\"loading\");\n  const results = useRawSearch(searchIndex, query, settings); // Seperate setter function so that the URL scope is always applied\n  // to indexes loaded from either the cache or network.\n  function setSearchIndex(index, options = {\n    ignoreScope: false\n  }) {\n    let scopedIndex = index;\n    if (settings.urlScope && !options.ignoreScope) {\n      scopedIndex = getIndexedScopedToUrl(index, settings.urlScope);\n      log(\"Using URL scope\", settings.urlScope);\n    }\n    _setSearchIndex(scopedIndex);\n  }\n  useEffect(() => {\n    async function loadSearchIndex() {\n      setStatus(\"loading\");\n      const metaTag = safeDocument === null || safeDocument === void 0 ? void 0 : safeDocument.querySelector('meta[name=\"framer-search-index\"]');\n      if (!metaTag) {\n        setStatus(\"no-meta-tag-found\");\n        setSearchIndex(fakeResults, {\n          ignoreScope: true\n        });\n        log(\"No meta tag found\");\n        return;\n      }\n      const cachedIndex = await getCachedIndex();\n      const metaTagContent = metaTag.getAttribute(\"content\");\n      const isOverLimit = metaTagContent === \"limit-reached\";\n      log(\"Page limit for plan exceeded\"); // If a cached index exists, use the cached version until latest one\n      // from the network loads.\n      if (cachedIndex && !isOverLimit) {\n        setSearchIndex(cachedIndex);\n        setStatus(\"loading-with-cache\");\n        log(\"Using cached index\");\n      } // Return early and do not make a fetch request if the URL is not valid.\n      if (!metaTagContent || !isValidUrl(metaTagContent)) {\n        log(\"Meta tag exists but URL is not valid yet\"); // If there is no cached index, show the pending index message.\n        // Otherwise use the cache to as the index to search.\n        if (!cachedIndex) {\n          setStatus(\"pending-index-generation\");\n          log(\"No cache to use, page reload required to check for meta tag\");\n        } else {\n          log(\"Continue using cache\");\n        }\n        return;\n      }\n      const searchIndexUrl = metaTagContent;\n      const response = await fetch(searchIndexUrl);\n      if (!response.ok) {\n        throw new Error(response.statusText);\n      }\n      const downloadedIndex = await response.json();\n      setSearchIndex(downloadedIndex);\n      setCachedIndex(downloadedIndex);\n      setStatus(\"success\");\n      log(\"Using downloaded index\");\n    }\n    loadSearchIndex().catch(error => {\n      // TODO: Check for error type here. If it's a network error,\n      // we could do a few retries.\n      setStatus(\"error\");\n      log(\"Failed to load search index\", error);\n    });\n  }, []);\n  log({\n    status,\n    results\n  });\n  return {\n    results,\n    status\n  };\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"SearchIndex\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useSearch\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchItem\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"SearchStatus\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./useSearch.map", "function capitalizeFirstLetter(value) {\n  return value.charAt(0).toUpperCase() + value.slice(1);\n}\nexport const localStorageDebugFlag = typeof window !== \"undefined\" && window.localStorage.getItem(\"__framerDebugSearch\") === \"true\";\nconst groupsRegex = /[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;\nexport function titleCase(value) {\n  const groups = value.match(groupsRegex) || [];\n  return groups.map(capitalizeFirstLetter).join(\" \");\n}\nexport function clampText(text, maxLength) {\n  const textLength = text.length;\n  if (textLength <= maxLength) {\n    return text;\n  }\n  const slicedText = text.slice(0, maxLength);\n  if (textLength > maxLength) {\n    return slicedText + \"\u2026\";\n  }\n  return slicedText;\n}\nexport function isEmptyObject(object) {\n  return Object.keys(object).length === 0;\n}\nexport function createLogger(showOutput) {\n  function log(...data) {\n    console.log(Date.now(), ...data);\n  }\n  function time(label) {\n    console.time(label);\n  }\n  function timeEnd(label) {\n    console.timeEnd(label);\n  }\n  function noop() {}\n  if (!showOutput) {\n    return {\n      log: noop,\n      time: noop,\n      timeEnd: noop\n    };\n  }\n  return {\n    log,\n    time,\n    timeEnd\n  };\n}\nexport const DEFAULT_FONT_FAMILY = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport function getFontFamily(theme) {\n  var ref, ref1, ref2;\n  if ((ref = theme.inputFont) === null || ref === void 0 ? void 0 : ref.fontFamily) return theme.inputFont.fontFamily;\n  if ((ref1 = theme.titleFont) === null || ref1 === void 0 ? void 0 : ref1.fontFamily) return theme.titleFont.fontFamily;\n  if ((ref2 = theme.subtitleFont) === null || ref2 === void 0 ? void 0 : ref2.fontFamily) return theme.subtitleFont.fontFamily;\n  return DEFAULT_FONT_FAMILY;\n}\nexport function animationKeyFromLayout(layout) {\n  return `${layout}Animation`;\n}\nexport const safeDocument = typeof document !== \"undefined\" ? document : null;\nexport const safeWindow = typeof window !== \"undefined\" ? window : null;\nconst metaTagSelector = 'meta[name=\"framer-search-index\"]';\nexport function getMetaTagContent() {\n  const metaTag = safeDocument === null || safeDocument === void 0 ? void 0 : safeDocument.querySelector(metaTagSelector);\n  if (!metaTag) return undefined;\n  const metaTagContent = metaTag.getAttribute(\"content\");\n  return metaTagContent;\n}\nexport const checkIfOverLimit = () => {\n  return getMetaTagContent() === \"limit-reached\";\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"isEmptyObject\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"getFontFamily\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"clampText\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"localStorageDebugFlag\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"safeDocument\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"titleCase\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"animationKeyFromLayout\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"safeWindow\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"createLogger\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"checkIfOverLimit\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"getMetaTagContent\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"DEFAULT_FONT_FAMILY\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./utils.map", "// This file is based on the Levenshtein algorithm. Originally from Koen but maybe he\n// got it from somewhere else.\nconst peq = new Uint32Array(65536);\nconst myers_32 = (a, b) => {\n  const n = a.length;\n  const m = b.length;\n  const lst = 1 << n - 1;\n  let pv = -1;\n  let mv = 0;\n  let sc = n;\n  let i = n;\n  while (i--) {\n    peq[a.charCodeAt(i)] |= 1 << i;\n  }\n  for (i = 0; i < m; i++) {\n    let eq = peq[b.charCodeAt(i)];\n    const xv = eq | mv;\n    eq |= (eq & pv) + pv ^ pv;\n    mv |= ~(eq | pv);\n    pv &= eq;\n    if (mv & lst) {\n      sc++;\n    }\n    if (pv & lst) {\n      sc--;\n    }\n    mv = mv << 1 | 1;\n    pv = pv << 1 | ~(xv | mv);\n    mv &= xv;\n  }\n  i = n;\n  while (i--) {\n    peq[a.charCodeAt(i)] = 0;\n  }\n  return sc;\n};\nconst myers_x = (b, a) => {\n  const n = a.length;\n  const m = b.length;\n  const mhc = [];\n  const phc = [];\n  const hsize = Math.ceil(n / 32);\n  const vsize = Math.ceil(m / 32);\n  for (let i = 0; i < hsize; i++) {\n    phc[i] = -1;\n    mhc[i] = 0;\n  }\n  let j = 0;\n  for (; j < vsize - 1; j++) {\n    let mv = 0;\n    let pv = -1;\n    const start = j * 32;\n    const vlen = Math.min(32, m) + start;\n    for (let k = start; k < vlen; k++) {\n      peq[b.charCodeAt(k)] |= 1 << k;\n    }\n    for (let i1 = 0; i1 < n; i1++) {\n      const eq = peq[a.charCodeAt(i1)];\n      const pb = phc[i1 / 32 | 0] >>> i1 & 1;\n      const mb = mhc[i1 / 32 | 0] >>> i1 & 1;\n      const xv = eq | mv;\n      const xh = ((eq | mb) & pv) + pv ^ pv | eq | mb;\n      let ph = mv | ~(xh | pv);\n      let mh = pv & xh;\n      if (ph >>> 31 ^ pb) {\n        phc[i1 / 32 | 0] ^= 1 << i1;\n      }\n      if (mh >>> 31 ^ mb) {\n        mhc[i1 / 32 | 0] ^= 1 << i1;\n      }\n      ph = ph << 1 | pb;\n      mh = mh << 1 | mb;\n      pv = mh | ~(xv | ph);\n      mv = ph & xv;\n    }\n    for (let k1 = start; k1 < vlen; k1++) {\n      peq[b.charCodeAt(k1)] = 0;\n    }\n  }\n  let mv1 = 0;\n  let pv1 = -1;\n  const start1 = j * 32;\n  const vlen1 = Math.min(32, m - start1) + start1;\n  for (let k2 = start1; k2 < vlen1; k2++) {\n    peq[b.charCodeAt(k2)] |= 1 << k2;\n  }\n  let score = m;\n  for (let i2 = 0; i2 < n; i2++) {\n    const eq1 = peq[a.charCodeAt(i2)];\n    const pb1 = phc[i2 / 32 | 0] >>> i2 & 1;\n    const mb1 = mhc[i2 / 32 | 0] >>> i2 & 1;\n    const xv1 = eq1 | mv1;\n    const xh1 = ((eq1 | mb1) & pv1) + pv1 ^ pv1 | eq1 | mb1;\n    let ph1 = mv1 | ~(xh1 | pv1);\n    let mh1 = pv1 & xh1;\n    score += ph1 >>> m - 1 & 1;\n    score -= mh1 >>> m - 1 & 1;\n    if (ph1 >>> 31 ^ pb1) {\n      phc[i2 / 32 | 0] ^= 1 << i2;\n    }\n    if (mh1 >>> 31 ^ mb1) {\n      mhc[i2 / 32 | 0] ^= 1 << i2;\n    }\n    ph1 = ph1 << 1 | pb1;\n    mh1 = mh1 << 1 | mb1;\n    pv1 = mh1 | ~(xv1 | ph1);\n    mv1 = ph1 & xv1;\n  }\n  for (let k3 = start1; k3 < vlen1; k3++) {\n    peq[b.charCodeAt(k3)] = 0;\n  }\n  return score;\n};\nconst distance = (a, b) => {\n  if (a.length < b.length) {\n    const tmp = b;\n    b = a;\n    a = tmp;\n  }\n  if (b.length === 0) {\n    return a.length;\n  }\n  if (a.length <= 32) {\n    return myers_32(a, b);\n  }\n  return myers_x(a, b);\n};\nconst closest = (str, arr) => {\n  let min_distance = Infinity;\n  let min_index = 0;\n  for (let i = 0; i < arr.length; i++) {\n    const dist = distance(str, arr[i]);\n    if (dist < min_distance) {\n      min_distance = dist;\n      min_index = i;\n    }\n  }\n  return arr[min_index];\n};\nexport { closest, distance };\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"closest\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"distance\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./fuzzySearch.map", "// Fake example data used for when the search component is in preview mode.\n// Note that the `url` value is used as a key in React, so it needs to be unique.\nexport default {\n  \"/\": {\n    version: 1,\n    title: \"Example Search Result\",\n    description: \"Description of search result.\",\n    keywords: \"\",\n    h1: [],\n    h2: [],\n    h3: [],\n    h4: [],\n    h5: [],\n    h6: [],\n    p: [],\n    url: \"/example-url/\",\n    links: []\n  },\n  \"/example-1\": {\n    version: 1,\n    title: \"Publish your Site to Search\",\n    description: \"Try Site Search to instantly search your Framer site content.\",\n    keywords: \"\",\n    h1: [],\n    h2: [],\n    h3: [],\n    h4: [],\n    h5: [],\n    h6: [],\n    p: [],\n    url: \"/example-url/1/\",\n    links: []\n  },\n  \"/example-2\": {\n    version: 1,\n    title: \"Customise your Site Search\",\n    description: \"Personalize everything from corner radius, to icon weight.\",\n    keywords: \"\",\n    h1: [],\n    h2: [],\n    h3: [],\n    h4: [],\n    h5: [],\n    h6: [],\n    p: [],\n    url: \"/example-url/2/\",\n    links: []\n  }\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./fakeResults.map", "import { checkForCachedData, setCachedData } from \"https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16\";\nconst VERSION = 1;\nconst INDEX_KEY = \"searchIndexCache\";\nconst METADATA_KEY = \"searchCacheMetadata\";\nexport async function getCachedIndex() {\n  // A check here for metadata can be added later if we need to\n  // migrate or expire the index. Though most likely, any version change\n  // should result in deleting the cache and starting again.\n  const cachedIndex = await checkForCachedData(INDEX_KEY);\n  if (cachedIndex) {\n    return cachedIndex;\n  }\n}\nexport function setCachedIndex(index) {\n  setCachedData(INDEX_KEY, index);\n  setCachedData(METADATA_KEY, {\n    version: VERSION,\n    timestamp: Date.now()\n  });\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"getCachedIndex\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"setCachedIndex\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./cachedIndex.map", "// @ts-ignore\nimport{Storage}from\"https://framerusercontent.com/modules/3Xi2AslpcDRhfyCVPmx3/d0Oobr5BHnVqZJQyMdGn/storage.js\";export const hashCode=s=>s.split(\"\").reduce((a,b)=>{a=(a<<5)-a+b.charCodeAt(0);return a&a;},0);export function corsProxy(url){return`https://cors-anywhere.herokuapp.com/${url}`;}export async function cachedResponse(url,cache=new Storage(\"cache\")){const cacheKey=url;const data=await cache.get(cacheKey);if(data){return data;}else{var req=new XMLHttpRequest;req.open(\"GET\",url,true);req.responseType=\"blob\";return new Promise((resolve,reject)=>{req.onload=async function(){if(this.status===200){await cache.set(url,this.response);resolve(this.response);}else{reject(new Error(`Response status ${this.status} ${this.statusText}`));}};req.onerror=function(error){reject(error);};req.send();});}}export async function setCachedData(url,dataToCache,cache=new Storage(\"cache\")){const cacheKey=url;const data=await cache.set(cacheKey,dataToCache);}export async function checkForCachedData(url,cache=new Storage(\"cache\")){const cacheKey=url;const data=await cache.get(cacheKey);if(data){return data;}else{return null;}}\nexport const __FramerMetadata__ = {\"exports\":{\"hashCode\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"setCachedData\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"checkForCachedData\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"corsProxy\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"cachedResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cache.map", "export function Storage(name) {\n  this.ready = new Promise((resolve, reject) => {\n    var request = window.indexedDB.open(location.origin);\n    request.onupgradeneeded = e => {\n      this.db = e.target[\"result\"];\n      this.db.createObjectStore(\"store\");\n    };\n    request.onsuccess = e => {\n      this.db = e.target[\"result\"];\n      resolve();\n    };\n    request.onerror = e => {\n      this.db = e.target[\"result\"];\n      reject(e);\n    };\n  });\n}\nStorage.prototype.get = function (key) {\n  return this.ready.then(() => {\n    return new Promise((resolve, reject) => {\n      var request = this.getStore().get(key);\n      request.onsuccess = e => resolve(e.target.result);\n      request.onerror = reject;\n    });\n  });\n};\nStorage.prototype.getStore = function () {\n  return this.db.transaction([\"store\"], \"readwrite\").objectStore(\"store\");\n};\nStorage.prototype.set = function (key, value) {\n  return this.ready.then(() => {\n    return new Promise((resolve, reject) => {\n      var request = this.getStore().put(value, key);\n      request.onsuccess = resolve;\n      request.onerror = reject;\n    });\n  });\n};\nStorage.prototype.delete = function (key, value) {\n  window.indexedDB.deleteDatabase(location.origin);\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Storage\": {\n      \"type\": \"function\"\n    }\n  }\n};", "export var Browser;\n(function (Browser) {\n  var isTouch = Browser.isTouch = () => \"ontouchstart\" in window || navigator.maxTouchPoints > 0;\n  var isChrome = Browser.isChrome = () => navigator.userAgent.toLowerCase().includes(\"chrome/\");\n  var isWebKit = Browser.isWebKit = () => navigator.userAgent.toLowerCase().includes(\"applewebkit/\");\n  var isSafari = Browser.isSafari = () => isWebKit() && !isChrome();\n  var isSafariDesktop = Browser.isSafariDesktop = () => isSafari() && !isTouch();\n  var isWindows = Browser.isWindows = () => /Win/.test(navigator.platform);\n  var isMacOS = Browser.isMacOS = () => /Mac/.test(navigator.platform);\n})(Browser || (Browser = {}));\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./browser.map", "// From: @framerjs/fresco/src/components/utils/useCallbackOnMouseMove.ts\nimport { useRef, useCallback } from \"react\";\nimport { Browser } from \"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\"; /**\n                                                                                                                      * Webkit fires mousemove events if the pointer's coordination changes relative\n                                                                                                                      * to its container (e.g. if the container scrolls), or when a modifier key is\n                                                                                                                      * pressed, mousemove would fire even if the cursor did not actually move.\n                                                                                                                      * This helper compares the cursor position between mouse events, and fire the\n                                                                                                                      * callback only when its position changes.\n                                                                                                                      */\nexport const useCallbackOnMouseMove = (callback, mousePositionRef) => {\n  const prevPositionRef = useRef(null);\n  return useCallback(event => {\n    if (!Browser.isSafari()) return callback(event);\n    const ref = mousePositionRef ? mousePositionRef : prevPositionRef;\n    const {\n      clientX,\n      clientY\n    } = event;\n    const prevCursorPosition = ref.current;\n    ref.current = {\n      x: clientX,\n      y: clientY\n    }; // Ignore mouse moves unless we have a position. Else it might be an\n    // element that appears behind the mouse without the mouse moving.\n    if (!prevCursorPosition) {\n      return;\n    }\n    if (prevCursorPosition.x !== clientX || prevCursorPosition.y !== clientY) {\n      return callback(event);\n    }\n  }, [mousePositionRef, callback]);\n};\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useCallbackOnMouseMove\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Point\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./useCallbackOnMouseMove.map", "// Safari does not support `element.scrollIntoView({ block: \"nearest\" })`, so this\n// is a workaround for that.\nexport function scrollIntoView(targetElement, scrollElement, /** Additional spacing to add from the top or bottom of the scroll element viewport. */{\n  offsetTop,\n  offsetBottom\n}) {\n  const targetElementBounds = targetElement.getBoundingClientRect();\n  const scrollElementBounds = scrollElement.getBoundingClientRect();\n  if (targetElementBounds.top < scrollElementBounds.top) {\n    const difference = scrollElementBounds.top - targetElementBounds.top;\n    scrollElement.scrollTop = scrollElement.scrollTop - difference - offsetTop;\n  } else if (targetElementBounds.bottom > scrollElementBounds.bottom) {\n    const topAligned = scrollElementBounds.top - targetElementBounds.top;\n    const minOffset = scrollElement.scrollTop - topAligned - offsetTop;\n    const bottomAligned = targetElementBounds.bottom - scrollElementBounds.bottom;\n    const offset = scrollElement.scrollTop + bottomAligned + offsetBottom;\n    scrollElement.scrollTop = Math.min(minOffset, offset);\n  }\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"scrollIntoView\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./scrollIntoView.map", "import { useEffect, useState } from \"react\";\nfunction getViewportSize() {\n  if (typeof window === \"undefined\") {\n    return {\n      width: 0,\n      height: 0\n    };\n  }\n  return {\n    width: window.innerWidth,\n    height: window.innerHeight\n  };\n}\nexport function useViewportSizeState(getState) {\n  const [state, setState] = useState(() => getState(getViewportSize()));\n  useEffect(() => {\n    const handleWindowResize = () => setState(getState(getViewportSize()));\n    window.addEventListener(\"resize\", handleWindowResize);\n    return () => {\n      window.removeEventListener(\"resize\", handleWindowResize);\n    };\n  }, []);\n  return state;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"useViewportSizeState\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./useViewportSizeState.map"],
  "mappings": "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",
  "names": ["init_shims", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isDisplayed", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "SVG", "Link", "RichText", "x", "css", "FramermozKQNny2", "withCSS", "mozKQNny2_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "init_shims", "init_shims", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "TBgHLr7MW", "mP9Tz30oK", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4mzumy", "args", "onTapjmr1gu", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "u", "css", "Framersbeggtg1V", "withCSS", "sbeggtg1V_default", "addPropertyControls", "ControlType", "addFonts", "init_shims", "init_shims", "SearchIcon", "props", "p", "ClearIcon", "u", "SpinnerIcon", "motion", "init_shims", "init_shims", "init_shims", "capitalizeFirstLetter", "value", "localStorageDebugFlag", "groupsRegex", "titleCase", "clampText", "text", "maxLength", "textLength", "slicedText", "isEmptyObject", "object", "createLogger", "showOutput", "log", "data", "time", "label", "timeEnd", "noop", "DEFAULT_FONT_FAMILY", "getFontFamily", "theme", "ref", "ref1", "ref2", "animationKeyFromLayout", "layout", "safeDocument", "safeWindow", "metaTagSelector", "getMetaTagContent", "metaTag", "checkIfOverLimit", "init_shims", "peq", "myers_32", "a", "b", "n", "m", "lst", "pv", "mv", "sc", "i", "eq", "xv", "myers_x", "mhc", "phc", "hsize", "vsize", "j", "start", "vlen", "k", "i1", "pb", "mb", "xh", "ph", "mh", "k1", "mv1", "pv1", "start1", "vlen1", "k2", "score", "i2", "eq1", "pb1", "mb1", "xv1", "xh1", "ph1", "mh1", "k3", "distance", "tmp", "init_shims", "fakeResults_default", "init_shims", "init_shims", "init_shims", "Storage", "name", "resolve", "reject", "request", "e", "key", "value", "setCachedData", "url", "dataToCache", "cache", "Storage", "cacheKey", "data", "checkForCachedData", "VERSION", "INDEX_KEY", "METADATA_KEY", "getCachedIndex", "cachedIndex", "checkForCachedData", "setCachedIndex", "index", "setCachedData", "log", "time", "timeEnd", "createLogger", "localStorageDebugFlag", "isValidUrl", "url", "splitWords", "text", "getUniqueWords", "str", "words", "word", "getNormalizedString", "getNormalizedItem", "item", "normalizedItem", "key", "value", "getMatchRange", "currentRange", "start", "end", "result", "getScoreForSearchIndexItem", "query", "fullQuery", "score", "match", "urlWords", "splitLength", "clamp", "titleWords", "titleIndex", "distance", "titleWord", "headings", "heading", "headingWords", "headingWord", "descriptionIndex", "paragraph", "getSearchIndexItemScore", "normalizedQuery", "queryWords", "total", "queryWord", "useRawSearch", "index", "settings", "se", "path", "safeWindow", "results", "itemA", "itemB", "getIndexedScopedToUrl", "rawUrlScope", "scopedIndex", "baseScopeUrlHasVariable", "urlUpToPathVariable", "urlScope", "useSearch", "searchIndex", "_setSearchIndex", "ye", "status", "setStatus", "setSearchIndex", "options", "ue", "loadSearchIndex", "metaTag", "safeDocument", "fakeResults_default", "cachedIndex", "getCachedIndex", "metaTagContent", "isOverLimit", "response", "downloadedIndex", "setCachedIndex", "error", "init_shims", "Browser", "isTouch", "isChrome", "isWebKit", "isSafari", "isSafariDesktop", "isWindows", "isMacOS", "init_shims", "useCallbackOnMouseMove", "callback", "mousePositionRef", "prevPositionRef", "pe", "te", "event", "Browser", "ref", "clientX", "clientY", "prevCursorPosition", "init_shims", "scrollIntoView", "targetElement", "scrollElement", "offsetTop", "offsetBottom", "targetElementBounds", "scrollElementBounds", "difference", "topAligned", "minOffset", "bottomAligned", "offset", "MAX_DESCRIPTION_LENGTH", "MODAL_MAX_HEIGHT", "VERTICAL_SPACING_MULTIPLIER", "ClearButton", "theme", "type", "onClick", "text", "iconOrText", "SearchInputClearButtonType", "p", "ClearIcon", "Divider", "styles", "SearchInputDividerType", "Input", "Y", "props", "ref", "value", "status", "autofocus", "placeholder", "iconType", "clearButtonType", "onChange", "inputValue", "setInputValue", "ye", "isFocused", "setIsFocused", "inputRef", "pe", "ce", "e", "inputElement", "handleInputClick", "handleClearClick", "ue", "hasInputText", "showClearButton", "verticalSpacing", "searchIcon", "SearchIconType", "SearchIcon", "u", "inputContainerStyle", "getFontFamily", "SpinnerIcon", "inputStyle", "scrollOffset", "ResultRow", "index", "result", "prevMousePositionRef", "SearchResultItemType", "subtitleType", "SearchResultSubtitleType", "selected", "style", "onMouseMove", "onPointerDown", "onNavigateTo", "url", "title", "score", "urlPath", "se", "handleMouseMove", "useCallbackOnMouseMove", "event", "isContained", "borderRadius", "clamp", "subtitleText", "clampText", "handleClick", "focusTrap", "resultContainer", "resultTitle", "localStorageDebugFlag", "QuickMenuSpacer", "layoutContainerStyle", "LayoutContainer", "layoutType", "onKeyDown", "onDismiss", "children", "modalOptions", "layoutStyles", "getLayoutBaseStyles", "SearchLayoutType", "innerStyle", "getContainerAnimation", "key", "animationKeyFromLayout", "prop", "Browser", "key1", "prop1", "key2", "prop2", "containerAnimation", "motion", "ModalContainer", "heightIsStatic", "heightTransition", "heightDeps", "scope", "animate", "useAnimate", "fe", "prevHeight", "height", "ScrollView", "isTouch", "canScroll", "setCanScroll", "element", "statusStyle", "StatusMessage", "previewInfoText", "sidebarStyles", "fixedTopStyles", "quickMenuStyles", "layoutOption", "SearchEntryType", "SearchModal", "urlScope", "inputOptions", "backdropOptions", "input", "selectedResultRow", "scrollView", "setSelected", "isKeyboardNavigationDisabled", "setIsKeyboardNavigationDisabled", "query", "setQuery", "deferredQuery", "oe", "results", "useSearch", "selectedResult", "handleResultRowPointerDown", "te", "handleResultRowMouseMove", "previousSelected", "navigateTo", "handleKeyDown", "maxIndex", "showNoResults", "showDivider", "isItemContained", "spacing", "listPaddingTop", "scrollIntoView", "isSelected", "init_shims", "getViewportSize", "useViewportSizeState", "getState", "state", "setState", "ye", "ue", "handleWindowResize", "EntryPointOptions", "buildShadow", "shadowProperty", "fallback", "x", "y", "blur", "color", "spread", "Overlay", "Y", "props", "ref", "layoutType", "theme", "onDismiss", "ue", "handleKeyDown", "event", "handlePointerDown", "bodyOverflowHidden", "qa", "u", "backdropStyles", "SearchLayoutType", "p", "motion", "SearchModal", "containerStyle", "EntryPoint", "withCSS", "ref1", "ref2", "ref3", "ref4", "overlay", "pe", "isOpen", "setIsOpen", "ye", "isOverLimit", "setIsOverLimit", "isSafariTouchDevice", "setIsSafariTouchDevice", "isOnCanvas", "RenderTarget", "checkIfOverLimit", "Browser", "baseInputFontSize", "inputFontSize", "useViewportSizeState", "size", "isEmptyObject", "DEFAULT_FONT_FAMILY", "handleClick", "SearchIconType", "SearchIcon", "AnimatePresence", "Search_default", "addPropertyControls", "ControlType", "titleCase", "iconType", "SearchInputDividerType", "SearchInputClearButtonType", "heightIsStatic", "animationKeyFromLayout", "SearchResultItemType", "SearchResultSubtitleType", "MenuIconFonts", "getFonts", "sbeggtg1V_default", "SearchFonts", "Search_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "tLaaU8Yye", "vz2G7adAv", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "SVG", "resolvePageScope", "Link", "RichText", "x", "css", "FramerwwlIkkzNn", "withCSS", "wwlIkkzNn_default", "addPropertyControls", "ControlType", "addFonts"]
}
