{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.57", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js", "ssg:https://framerusercontent.com/modules/ny45DiM5NaMCNFdPWvat/bOxNEf6mzITuZhpNvDOY/hsEEcoNK3.js", "ssg:https://framerusercontent.com/modules/bLzMjlVSsaOlU2yYW31G/vbpNQoBBvcaq4WNKz7FM/FPW9cbYQG.js", "ssg:https://framerusercontent.com/modules/3loLPkFt4xqdSm2Y3OEj/qLB9zSyyq8gcxdMgWZz6/bQATScgCu.js", "ssg:https://framerusercontent.com/modules/03gtqK5Om4TO8DhvfdO5/AxJYePgDKXkoz4PzWpMA/pv1tkg1ps.js", "ssg:https://framerusercontent.com/modules/OgVgGYXVIzO2IViwaBJj/8V76ZmMiJL9WotVYTKcQ/SEpNfYmUo.js", "ssg:https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js", "ssg:https://framerusercontent.com/modules/3Xi2AslpcDRhfyCVPmx3/d0Oobr5BHnVqZJQyMdGn/storage.js", "ssg:https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16", "ssg:https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/PCK1x1QLNluYNoEoapwx/cachedIndex.js", "ssg:https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/mJ54py1Ecnn1RoC4N1m4/fakeResults.js", "ssg:https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js", "ssg:https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js", "ssg:https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/y5F4AGWJ6syeuoB7ebKM/useSearch.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/tV9haTHllpHHc9Fjue2H/Xy775u0FJg3K1GQc1Cd9/SearchModal.js", "ssg:https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js", "ssg:https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/HPzg2Uk7mwtBmDzvGbWF/Search.js", "ssg:https://framerusercontent.com/modules/t9wsnrhrqUCGifXM6B4I/QF1FQD8R7iBp6rcZlpFC/xmK3UQv9J.js", "ssg:https://framerusercontent.com/modules/fSMfgBvS8lZzR0ARQyRS/mjrxxDQemuvpuvXsKnte/CBYp6p7fz.js", "ssg:https://framerusercontent.com/modules/y3Eujiimc6VEDR7HXdyd/n3oV05rACuiC6MHcky4w/mBjSYtuUx.js", "ssg:https://framerusercontent.com/modules/dJqPITXrq2RZSeaYbuSA/6fsUGNAQSxxKHUOx6pdD/mtgjufMeK.js", "ssg:https://framerusercontent.com/modules/uwOp4ZC1JmgbpzfBxnqV/LQFSDvxkTbPpDOM4lmkr/C3bKE5QGw.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (101bcc7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Satoshi Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/fzPHxF9fH0xuWrLGZpocEHb5oU.woff\"}]}];export const css=['.framer-z7JCO .framer-styles-preset-yrgzk7:not(.rich-text-wrapper), .framer-z7JCO .framer-styles-preset-yrgzk7.rich-text-wrapper p { --framer-font-family: \"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, #3f454b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-z7JCO .framer-styles-preset-yrgzk7:not(.rich-text-wrapper), .framer-z7JCO .framer-styles-preset-yrgzk7.rich-text-wrapper p { --framer-font-family: \"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, #3f454b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-z7JCO .framer-styles-preset-yrgzk7:not(.rich-text-wrapper), .framer-z7JCO .framer-styles-preset-yrgzk7.rich-text-wrapper p { --framer-font-family: \"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, #3f454b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-z7JCO\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Satoshi Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/0yFpglK3jVYQPMAavtrS0bTWcJs.woff\"}]}];export const css=['.framer-INfHJ .framer-styles-preset-jcd9ok:not(.rich-text-wrapper), .framer-INfHJ .framer-styles-preset-jcd9ok.rich-text-wrapper p { --framer-font-family: \"Satoshi Regular\", \"Satoshi Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, #3f454b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1279px) and (min-width: 768px) { .framer-INfHJ .framer-styles-preset-jcd9ok:not(.rich-text-wrapper), .framer-INfHJ .framer-styles-preset-jcd9ok.rich-text-wrapper p { --framer-font-family: \"Satoshi Regular\", \"Satoshi Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, #3f454b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 767px) and (min-width: 0px) { .framer-INfHJ .framer-styles-preset-jcd9ok:not(.rich-text-wrapper), .framer-INfHJ .framer-styles-preset-jcd9ok.rich-text-wrapper p { --framer-font-family: \"Satoshi Regular\", \"Satoshi Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss03\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 160%; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, #3f454b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-INfHJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ny45DiM5NaMCNFdPWvat/bOxNEf6mzITuZhpNvDOY/hsEEcoNK3.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"lagYQw7gv\",\"HTB2f0HcP\"];const serializationHash=\"framer-KYzYv\";const variantClassNames={HTB2f0HcP:\"framer-v-1kzy5j1\",lagYQw7gv:\"framer-v-ibvdus\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={primary:\"lagYQw7gv\",Secondary:\"HTB2f0HcP\"};const getProps=({height,id,label,leftIcon,leftIconSwap,lIconOpacity,link,newTab,rIconOpacity,rightIcon,rightIconSwap,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5,_ref6,_ref7;return{...props,EK_ywl1fO:newTab!==null&&newTab!==void 0?newTab:props.EK_ywl1fO,I8QsUDsyA:(_ref=rightIconSwap!==null&&rightIconSwap!==void 0?rightIconSwap:props.I8QsUDsyA)!==null&&_ref!==void 0?_ref:\"Arrowright\",iMuY8lMXe:(_ref1=leftIcon!==null&&leftIcon!==void 0?leftIcon:props.iMuY8lMXe)!==null&&_ref1!==void 0?_ref1:true,RRiFcrUQI:(_ref2=rightIcon!==null&&rightIcon!==void 0?rightIcon:props.RRiFcrUQI)!==null&&_ref2!==void 0?_ref2:true,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"lagYQw7gv\",x1DqRm9AR:(_ref4=leftIconSwap!==null&&leftIconSwap!==void 0?leftIconSwap:props.x1DqRm9AR)!==null&&_ref4!==void 0?_ref4:\"Arrowleft\",YXn6xiZ9z:link!==null&&link!==void 0?link:props.YXn6xiZ9z,Z269UBr60:(_ref5=label!==null&&label!==void 0?label:props.Z269UBr60)!==null&&_ref5!==void 0?_ref5:\"Get Started\",ZV0Mogaxb:(_ref6=lIconOpacity!==null&&lIconOpacity!==void 0?lIconOpacity:props.ZV0Mogaxb)!==null&&_ref6!==void 0?_ref6:1,ZXKoApa8Y:(_ref7=rIconOpacity!==null&&rIconOpacity!==void 0?rIconOpacity:props.ZXKoApa8Y)!==null&&_ref7!==void 0?_ref7:1};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Z269UBr60,iMuY8lMXe,RRiFcrUQI,x1DqRm9AR,I8QsUDsyA,ZV0Mogaxb,ZXKoApa8Y,YXn6xiZ9z,EK_ywl1fO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lagYQw7gv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:YXn6xiZ9z,openInNewTab:EK_ywl1fO,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ibvdus\",className,classNames)} framer-l3ha2z`,\"data-framer-name\":\"primary\",layoutDependency:layoutDependency,layoutId:\"lagYQw7gv\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-9530990a-305c-405a-9e09-e0ee55e3bed6, rgb(68, 60, 223))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{HTB2f0HcP:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgb(240, 241, 242))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-8c0894be-dc01-41b3-a904-05d52c705a57, rgb(252, 250, 250))\"}},...addPropertyOverrides({HTB2f0HcP:{\"data-border\":true,\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[iMuY8lMXe&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cl6w9d-container\",layoutDependency:layoutDependency,layoutId:\"vjhR5XOWL-container\",style:{opacity:ZV0Mogaxb},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6d3c0e6b-f09e-4f17-baa3-5c150131e0f7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:x1DqRm9AR,iconSelection:\"House\",id:\"vjhR5XOWL\",layoutId:\"vjhR5XOWL\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yrgzk7\",\"data-styles-preset\":\"hsEEcoNK3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255)))\"},children:\"Get Started\"})}),className:\"framer-1ihxhf6\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G7FvB3EAU\",style:{\"--extracted-r6o4lv\":\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\"},text:Z269UBr60,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HTB2f0HcP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yrgzk7\",\"data-styles-preset\":\"hsEEcoNK3\",children:\"Get Started\"})})}},baseVariant,gestureVariant)}),RRiFcrUQI&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yyx7ed-container\",layoutDependency:layoutDependency,layoutId:\"MxUT6GX4s-container\",style:{opacity:ZXKoApa8Y},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6d3c0e6b-f09e-4f17-baa3-5c150131e0f7, rgb(255, 255, 255))\",height:\"100%\",iconSearch:I8QsUDsyA,iconSelection:\"House\",id:\"MxUT6GX4s\",layoutId:\"MxUT6GX4s\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KYzYv.framer-l3ha2z, .framer-KYzYv .framer-l3ha2z { display: block; }\",\".framer-KYzYv.framer-ibvdus { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-KYzYv .framer-1cl6w9d-container, .framer-KYzYv .framer-yyx7ed-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-KYzYv .framer-1ihxhf6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KYzYv.framer-ibvdus { gap: 0px; } .framer-KYzYv.framer-ibvdus > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-KYzYv.framer-ibvdus > :first-child { margin-left: 0px; } .framer-KYzYv.framer-ibvdus > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-KYzYv[data-border=\"true\"]::after, .framer-KYzYv [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 163.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HTB2f0HcP\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Z269UBr60\":\"label\",\"iMuY8lMXe\":\"leftIcon\",\"RRiFcrUQI\":\"rightIcon\",\"x1DqRm9AR\":\"leftIconSwap\",\"I8QsUDsyA\":\"rightIconSwap\",\"ZV0Mogaxb\":\"lIconOpacity\",\"ZXKoApa8Y\":\"rIconOpacity\",\"YXn6xiZ9z\":\"link\",\"EK_ywl1fO\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbQATScgCu=withCSS(Component,css,\"framer-KYzYv\");export default FramerbQATScgCu;FramerbQATScgCu.displayName=\"Elements/Button\";FramerbQATScgCu.defaultProps={height:40,width:163.5};addPropertyControls(FramerbQATScgCu,{variant:{options:[\"lagYQw7gv\",\"HTB2f0HcP\"],optionTitles:[\"primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},Z269UBr60:{defaultValue:\"Get Started\",displayTextArea:false,title:\"Label\",type:ControlType.String},iMuY8lMXe:{defaultValue:true,title:\"left icon\",type:ControlType.Boolean},RRiFcrUQI:{defaultValue:true,title:\"Right icon\",type:ControlType.Boolean},x1DqRm9AR:{defaultValue:\"Arrowleft\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Left icon swap\",type:ControlType.String},I8QsUDsyA:{defaultValue:\"Arrowright\",placeholder:\"Menu, Wifi, Box\u2026\",title:\"Right icon swap\",type:ControlType.String},ZV0Mogaxb:{defaultValue:1,max:1,min:0,step:.01,title:\"L icon opacity\",type:ControlType.Number},ZXKoApa8Y:{defaultValue:1,max:1,min:0,step:.01,title:\"R icon opacity\",type:ControlType.Number},YXn6xiZ9z:{title:\"Link\",type:ControlType.Link},EK_ywl1fO:{defaultValue:false,title:\"New tab\",type:ControlType.Boolean}});addFonts(FramerbQATScgCu,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbQATScgCu\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HTB2f0HcP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"163.5\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"Z269UBr60\\\":\\\"label\\\",\\\"iMuY8lMXe\\\":\\\"leftIcon\\\",\\\"RRiFcrUQI\\\":\\\"rightIcon\\\",\\\"x1DqRm9AR\\\":\\\"leftIconSwap\\\",\\\"I8QsUDsyA\\\":\\\"rightIconSwap\\\",\\\"ZV0Mogaxb\\\":\\\"lIconOpacity\\\",\\\"ZXKoApa8Y\\\":\\\"rIconOpacity\\\",\\\"YXn6xiZ9z\\\":\\\"link\\\",\\\"EK_ywl1fO\\\":\\\"newTab\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bQATScgCu.map", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={WQsG82IlC:{hover:true}};const cycleOrder=[\"WQsG82IlC\",\"wIenWNSst\"];const serializationHash=\"framer-aDeNG\";const variantClassNames={wIenWNSst:\"framer-v-1ylzayj\",WQsG82IlC:\"framer-v-1edon1i\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"WQsG82IlC\",Active:\"wIenWNSst\"};const getProps=({color,height,id,link,title2,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,bERZvZ9cS:link!==null&&link!==void 0?link:props.bERZvZ9cS,hP216GrKE:(_ref=title2!==null&&title2!==void 0?title2:props.hP216GrKE)!==null&&_ref!==void 0?_ref:\"text\",sOhtvTmE9:(_ref1=color!==null&&color!==void 0?color:props.sOhtvTmE9)!==null&&_ref1!==void 0?_ref1:\"var(--token-92fb9706-79b8-4393-9baf-d875fe5b9a42, rgb(106, 123, 128))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"WQsG82IlC\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,bERZvZ9cS,hP216GrKE,sOhtvTmE9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WQsG82IlC\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:bERZvZ9cS,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1edon1i\",className,classNames)} framer-1tg5dl9`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"WQsG82IlC\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"WQsG82IlC-hover\":{\"data-framer-name\":undefined},wIenWNSst:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-sOhtvTmE9-pv1tkg1ps))\"},children:\"text\"})}),className:\"framer-okqj58\",\"data-framer-name\":\"Label\",fonts:[\"CUSTOM;Satoshi Medium\"],layoutDependency:layoutDependency,layoutId:\"GkJXdrqyE\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-sOhtvTmE9-pv1tkg1ps)\",\"--variable-reference-sOhtvTmE9-pv1tkg1ps\":sOhtvTmE9},text:hP216GrKE,variants:{\"WQsG82IlC-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},wIenWNSst:{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"WQsG82IlC-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"text\"})})},wIenWNSst:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"text\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aDeNG.framer-1tg5dl9, .framer-aDeNG .framer-1tg5dl9 { display: block; }\",\".framer-aDeNG.framer-1edon1i { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 29px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-aDeNG .framer-okqj58 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aDeNG.framer-1edon1i { gap: 0px; } .framer-aDeNG.framer-1edon1i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aDeNG.framer-1edon1i > :first-child { margin-left: 0px; } .framer-aDeNG.framer-1edon1i > :last-child { margin-right: 0px; } }\",\".framer-aDeNG.framer-v-1ylzayj.framer-1edon1i { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28.5\n * @framerIntrinsicWidth 30\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"wIenWNSst\":{\"layout\":[\"auto\",\"fixed\"]},\"HgBON5lTc\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"bERZvZ9cS\":\"link\",\"hP216GrKE\":\"title2\",\"sOhtvTmE9\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerpv1tkg1ps=withCSS(Component,css,\"framer-aDeNG\");export default Framerpv1tkg1ps;Framerpv1tkg1ps.displayName=\"side-nav-item\";Framerpv1tkg1ps.defaultProps={height:28.5,width:30};addPropertyControls(Framerpv1tkg1ps,{variant:{options:[\"WQsG82IlC\",\"wIenWNSst\"],optionTitles:[\"Variant 1\",\"Active\"],title:\"Variant\",type:ControlType.Enum},bERZvZ9cS:{title:\"Link\",type:ControlType.Link},hP216GrKE:{defaultValue:\"text\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},sOhtvTmE9:{defaultValue:\"var(--token-92fb9706-79b8-4393-9baf-d875fe5b9a42, rgb(106, 123, 128))\",title:\"Color\",type:ControlType.Color}});addFonts(Framerpv1tkg1ps,[{explicitInter:true,fonts:[{family:\"Satoshi Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/fzPHxF9fH0xuWrLGZpocEHb5oU.woff\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerpv1tkg1ps\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"28.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wIenWNSst\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"HgBON5lTc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"30\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"bERZvZ9cS\\\":\\\"link\\\",\\\"hP216GrKE\\\":\\\"title2\\\",\\\"sOhtvTmE9\\\":\\\"color\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pv1tkg1ps.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ny45DiM5NaMCNFdPWvat/bOxNEf6mzITuZhpNvDOY/hsEEcoNK3.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={LzVBZQ5vh:{hover:true},O5PgwaXEZ:{hover:true},U1InavLCF:{hover:true}};const cycleOrder=[\"U1InavLCF\",\"LzVBZQ5vh\",\"O5PgwaXEZ\"];const serializationHash=\"framer-Rvb6h\";const variantClassNames={LzVBZQ5vh:\"framer-v-1r8zowf\",O5PgwaXEZ:\"framer-v-19zh0yc\",U1InavLCF:\"framer-v-1aehtwk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.7,-.35,.3,1.35],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Secondary - home\":\"LzVBZQ5vh\",Primary:\"U1InavLCF\",sm:\"O5PgwaXEZ\"};const getProps=({click,height,iconLeft,iconLeft1,iconRight,iconRight1,id,link,newTab,secHoverVisibility,smoothScroll,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6;return{...props,eLLVdjrc1:(_ref=iconLeft!==null&&iconLeft!==void 0?iconLeft:props.eLLVdjrc1)!==null&&_ref!==void 0?_ref:true,eQlPV7GOJ:(_ref1=iconLeft1!==null&&iconLeft1!==void 0?iconLeft1:props.eQlPV7GOJ)!==null&&_ref1!==void 0?_ref1:\"Play\",HLt4eXyi7:(_ref2=newTab!==null&&newTab!==void 0?newTab:props.HLt4eXyi7)!==null&&_ref2!==void 0?_ref2:true,iavHH7z3E:(_ref3=secHoverVisibility!==null&&secHoverVisibility!==void 0?secHoverVisibility:props.iavHH7z3E)!==null&&_ref3!==void 0?_ref3:true,IscVG0f_n:(_ref4=iconRight1!==null&&iconRight1!==void 0?iconRight1:props.IscVG0f_n)!==null&&_ref4!==void 0?_ref4:\"ArrowRight\",IUu0qBcwT:(_ref5=title!==null&&title!==void 0?title:props.IUu0qBcwT)!==null&&_ref5!==void 0?_ref5:\"Watch Demo\",OERozFwWv:iconRight!==null&&iconRight!==void 0?iconRight:props.OERozFwWv,ScNeIiyeR:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.ScNeIiyeR,TfAN_Rw0v:link!==null&&link!==void 0?link:props.TfAN_Rw0v,variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"U1InavLCF\",vw9F27PdL:click!==null&&click!==void 0?click:props.vw9F27PdL};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,IUu0qBcwT,eLLVdjrc1,OERozFwWv,eQlPV7GOJ,IscVG0f_n,iavHH7z3E,TfAN_Rw0v,HLt4eXyi7,ScNeIiyeR,vw9F27PdL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"U1InavLCF\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapisq6sm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(vw9F27PdL){const res=await vw9F27PdL(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=(value,value1)=>{if(gestureVariant===\"U1InavLCF-hover\")return true;if(gestureVariant===\"LzVBZQ5vh-hover\")return value1;return value;};const isDisplayed1=value=>{if(gestureVariant===\"LzVBZQ5vh-hover\")return false;return value;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TfAN_Rw0v,nodeId:\"U1InavLCF\",openInNewTab:HLt4eXyi7,smoothScroll:ScNeIiyeR,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1aehtwk\",className,classNames)} framer-1bbe26y`,\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"U1InavLCF\",onTap:onTapisq6sm,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-b97a30aa-bfe3-4508-bf08-ef803588fd29, rgb(68, 60, 223))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\",WebkitBackdropFilter:\"none\",...style},variants:{\"LzVBZQ5vh-hover\":{\"--border-color\":\"rgb(93, 84, 255)\"},\"O5PgwaXEZ-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(63, 56, 194)\",boxShadow:\"0px 0px 0px 2px rgb(63, 56, 194)\"},\"U1InavLCF-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-431a2889-196e-4dbc-8ca9-2471634ef31e, rgb(252, 252, 252))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(63, 56, 194)\",boxShadow:\"0px 0px 0px 2px rgb(93, 84, 255)\"},LzVBZQ5vh:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(8, 2, 23)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(2px)\",backgroundColor:\"rgb(5, 1, 15)\",WebkitBackdropFilter:\"blur(2px)\"}},...addPropertyOverrides({\"LzVBZQ5vh-hover\":{\"data-framer-name\":undefined},\"O5PgwaXEZ-hover\":{\"data-border\":true,\"data-framer-name\":undefined},\"U1InavLCF-hover\":{\"data-border\":true,\"data-framer-name\":undefined},LzVBZQ5vh:{\"data-border\":true,\"data-framer-name\":\"Secondary - home\"},O5PgwaXEZ:{\"data-framer-name\":\"sm\"}},baseVariant,gestureVariant),children:[isDisplayed(eLLVdjrc1,iavHH7z3E)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14aytfk-container\",layoutDependency:layoutDependency,layoutId:\"BX9zANFcW-container\",style:{opacity:1},variants:{\"LzVBZQ5vh-hover\":{opacity:.8}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:eQlPV7GOJ,id:\"BX9zANFcW\",layoutId:\"BX9zANFcW\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"LzVBZQ5vh-hover\":{color:\"var(--token-6d3c0e6b-f09e-4f17-baa3-5c150131e0f7, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yrgzk7\",\"data-styles-preset\":\"hsEEcoNK3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255)))\"},children:\"Watch Demo\"})}),className:\"framer-1qvxys\",\"data-framer-name\":\"Button\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eO4EevPSl\",style:{\"--extracted-r6o4lv\":\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"4px\",opacity:1},text:IUu0qBcwT,variants:{\"LzVBZQ5vh-hover\":{opacity:.8}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1(OERozFwWv)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n5ihhj-container\",layoutDependency:layoutDependency,layoutId:\"lBPPSfsP7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"House\",iconSelection:IscVG0f_n,id:\"lBPPSfsP7\",layoutId:\"lBPPSfsP7\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rvb6h.framer-1bbe26y, .framer-Rvb6h .framer-1bbe26y { display: block; }\",\".framer-Rvb6h.framer-1aehtwk { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Rvb6h .framer-14aytfk-container, .framer-Rvb6h .framer-1n5ihhj-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-Rvb6h .framer-1qvxys { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Rvb6h.framer-1aehtwk { gap: 0px; } .framer-Rvb6h.framer-1aehtwk > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Rvb6h.framer-1aehtwk > :first-child { margin-left: 0px; } .framer-Rvb6h.framer-1aehtwk > :last-child { margin-right: 0px; } }\",\".framer-Rvb6h.framer-v-19zh0yc.framer-1aehtwk { padding: 4px 8px 4px 8px; }\",\".framer-Rvb6h.framer-v-19zh0yc.hover.framer-1aehtwk { padding: 6px 10px 6px 10px; }\",...sharedStyle.css,'.framer-Rvb6h[data-border=\"true\"]::after, .framer-Rvb6h [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 142\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"LzVBZQ5vh\":{\"layout\":[\"auto\",\"auto\"]},\"O5PgwaXEZ\":{\"layout\":[\"auto\",\"auto\"]},\"F8WRp680z\":{\"layout\":[\"auto\",\"auto\"]},\"uT9NAKR_9\":{\"layout\":[\"auto\",\"auto\"]},\"SQobj0Wam\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"IUu0qBcwT\":\"title\",\"eLLVdjrc1\":\"iconLeft\",\"OERozFwWv\":\"iconRight\",\"eQlPV7GOJ\":\"iconLeft1\",\"IscVG0f_n\":\"iconRight1\",\"iavHH7z3E\":\"secHoverVisibility\",\"TfAN_Rw0v\":\"link\",\"HLt4eXyi7\":\"newTab\",\"ScNeIiyeR\":\"smoothScroll\",\"vw9F27PdL\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSEpNfYmUo=withCSS(Component,css,\"framer-Rvb6h\");export default FramerSEpNfYmUo;FramerSEpNfYmUo.displayName=\"Button\";FramerSEpNfYmUo.defaultProps={height:40,width:142};addPropertyControls(FramerSEpNfYmUo,{variant:{options:[\"U1InavLCF\",\"LzVBZQ5vh\",\"O5PgwaXEZ\"],optionTitles:[\"Primary\",\"Secondary - home\",\"sm\"],title:\"Variant\",type:ControlType.Enum},IUu0qBcwT:{defaultValue:\"Watch Demo\",displayTextArea:false,title:\"Title\",type:ControlType.String},eLLVdjrc1:{defaultValue:true,title:\"Icon left\",type:ControlType.Boolean},OERozFwWv:{defaultValue:false,title:\"Icon right\",type:ControlType.Boolean},eQlPV7GOJ:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Play\",description:undefined,hidden:undefined,title:\"Icon left\"},IscVG0f_n:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Icon right\"},iavHH7z3E:{defaultValue:true,title:\"sec-hover-visibility\",type:ControlType.Boolean},TfAN_Rw0v:{title:\"Link\",type:ControlType.Link},HLt4eXyi7:{defaultValue:true,title:\"New Tab\",type:ControlType.Boolean},ScNeIiyeR:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},vw9F27PdL:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerSEpNfYmUo,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSEpNfYmUo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"IUu0qBcwT\\\":\\\"title\\\",\\\"eLLVdjrc1\\\":\\\"iconLeft\\\",\\\"OERozFwWv\\\":\\\"iconRight\\\",\\\"eQlPV7GOJ\\\":\\\"iconLeft1\\\",\\\"IscVG0f_n\\\":\\\"iconRight1\\\",\\\"iavHH7z3E\\\":\\\"secHoverVisibility\\\",\\\"TfAN_Rw0v\\\":\\\"link\\\",\\\"HLt4eXyi7\\\":\\\"newTab\\\",\\\"ScNeIiyeR\\\":\\\"smoothScroll\\\",\\\"vw9F27PdL\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"142\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LzVBZQ5vh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"O5PgwaXEZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"F8WRp680z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uT9NAKR_9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SQobj0Wam\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SEpNfYmUo.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";export function SearchIcon(props){return /*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:props.width,height:props.height,style:{...props.style,color:props.color},children:/*#__PURE__*/ _jsx(\"path\",{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\",fill:\"currentColor\"})});}export function ClearIcon(props){return /*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",...props,children:[/*#__PURE__*/ _jsx(\"rect\",{width:\"256\",height:\"256\",fill:\"none\"}),/*#__PURE__*/ _jsx(\"path\",{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\",fill:\"currentColor\"})]});}export function SpinnerIcon(props){const borderWidth=3;return /*#__PURE__*/ _jsxs(\"div\",{style:{position:\"relative\",...props.style},children:[/*#__PURE__*/ _jsx(motion.div,{animate:{rotate:360},transition:{ease:\"linear\",duration:1,repeat:Infinity},style:{borderRadius:100,backgroundImage:`conic-gradient(from 270deg, transparent 0%, ${props.color} 100%)`,width:\"100%\",height:\"100%\"}}),/*#__PURE__*/ _jsx(\"div\",{style:{backgroundColor:props.backgroundColor,borderRadius:100,position:\"absolute\",top:borderWidth,left:borderWidth,bottom:borderWidth,right:borderWidth}})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"ClearIcon\":{\"type\":\"reactComponent\",\"name\":\"ClearIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"SpinnerIcon\":{\"type\":\"reactComponent\",\"name\":\"SpinnerIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchIcon\":{\"type\":\"reactComponent\",\"name\":\"SearchIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Icons.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            ;\n            request.onerror = reject;\n        });\n    });\n};\nStorage.prototype.getStore = function() {\n    return this.db.transaction([\n        \"store\"\n    ], \"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};\n\nexport const __FramerMetadata__ = {\"exports\":{\"Storage\":{\"type\":\"function\"}}}", "// @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", "import{checkForCachedData,setCachedData}from\"https://framer.com/m/cache-YMiL.js@b9aplVZjN51x28yfNK16\";const VERSION=1;const defaultLocaleId=\"default\";export function isDefaultLocaleId(localeId){return!localeId||localeId===\"default\";}const INDEX_KEY=\"searchIndexCache\";function getIndexKey(localeId){if(isDefaultLocaleId(localeId))return INDEX_KEY;return`${INDEX_KEY}-${localeId}`;}const METADATA_KEY=\"searchCacheMetadata\";function getMetadataKey(localeId){if(isDefaultLocaleId(localeId))return METADATA_KEY;return`${METADATA_KEY}-${localeId}`;}export async function getCachedIndex(localeId){// 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.\nconst indexKey=getIndexKey(localeId);const cachedIndex=await checkForCachedData(indexKey);if(cachedIndex){return cachedIndex;}}export function setCachedIndex(localeId,index){const indexKey=getIndexKey(localeId);setCachedData(indexKey,index);const metadata={version:VERSION,timestamp:Date.now()};const metadataKey=getMetadataKey(localeId);setCachedData(metadataKey,metadata);}\nexport const __FramerMetadata__ = {\"exports\":{\"getCachedIndex\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"setCachedIndex\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isDefaultLocaleId\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cachedIndex.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 const fakeResults={\"/\":{version:1,title:\"Example Search Result\",description:\"Description of search result.\",keywords:\"\",h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],p:[],url:\"/example-url/\",codeblock:[]},\"/example-1\":{version:1,title:\"Publish your Site to Search\",description:\"Try Site Search to instantly search your Framer site content.\",keywords:\"\",h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],p:[],url:\"/example-url/1/\",codeblock:[]},\"/example-2\":{version:1,title:\"Customise your Site Search\",description:\"Personalize everything from corner radius, to icon weight.\",keywords:\"\",h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],p:[],url:\"/example-url/2/\",codeblock:[]}};\nexport const __FramerMetadata__ = {\"exports\":{\"fakeResults\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fakeResults.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);const myers_32=(a,b)=>{const n=a.length;const m=b.length;const lst=1<<n-1;let pv=-1;let mv=0;let sc=n;let i=n;while(i--){peq[a.charCodeAt(i)]|=1<<i;}for(i=0;i<m;i++){let eq=peq[b.charCodeAt(i)];const xv=eq|mv;eq|=(eq&pv)+pv^pv;mv|=~(eq|pv);pv&=eq;if(mv&lst){sc++;}if(pv&lst){sc--;}mv=mv<<1|1;pv=pv<<1|~(xv|mv);mv&=xv;}i=n;while(i--){peq[a.charCodeAt(i)]=0;}return sc;};const myers_x=(b,a)=>{const n=a.length;const m=b.length;const mhc=[];const phc=[];const hsize=Math.ceil(n/32);const vsize=Math.ceil(m/32);for(let i=0;i<hsize;i++){phc[i]=-1;mhc[i]=0;}let j=0;for(;j<vsize-1;j++){let mv=0;let pv=-1;const start=j*32;const vlen=Math.min(32,m)+start;for(let k=start;k<vlen;k++){peq[b.charCodeAt(k)]|=1<<k;}for(let i1=0;i1<n;i1++){const eq=peq[a.charCodeAt(i1)];const pb=phc[i1/32|0]>>>i1&1;const mb=mhc[i1/32|0]>>>i1&1;const xv=eq|mv;const xh=((eq|mb)&pv)+pv^pv|eq|mb;let ph=mv|~(xh|pv);let mh=pv&xh;if(ph>>>31^pb){phc[i1/32|0]^=1<<i1;}if(mh>>>31^mb){mhc[i1/32|0]^=1<<i1;}ph=ph<<1|pb;mh=mh<<1|mb;pv=mh|~(xv|ph);mv=ph&xv;}for(let k1=start;k1<vlen;k1++){peq[b.charCodeAt(k1)]=0;}}let mv1=0;let pv1=-1;const start1=j*32;const vlen1=Math.min(32,m-start1)+start1;for(let k2=start1;k2<vlen1;k2++){peq[b.charCodeAt(k2)]|=1<<k2;}let score=m;for(let i2=0;i2<n;i2++){const eq1=peq[a.charCodeAt(i2)];const pb1=phc[i2/32|0]>>>i2&1;const mb1=mhc[i2/32|0]>>>i2&1;const xv1=eq1|mv1;const xh1=((eq1|mb1)&pv1)+pv1^pv1|eq1|mb1;let ph1=mv1|~(xh1|pv1);let mh1=pv1&xh1;score+=ph1>>>m-1&1;score-=mh1>>>m-1&1;if(ph1>>>31^pb1){phc[i2/32|0]^=1<<i2;}if(mh1>>>31^mb1){mhc[i2/32|0]^=1<<i2;}ph1=ph1<<1|pb1;mh1=mh1<<1|mb1;pv1=mh1|~(xv1|ph1);mv1=ph1&xv1;}for(let k3=start1;k3<vlen1;k3++){peq[b.charCodeAt(k3)]=0;}return score;};const distance=(a,b)=>{if(a.length<b.length){const tmp=b;b=a;a=tmp;}if(b.length===0){return a.length;}if(a.length<=32){return myers_32(a,b);}return myers_x(a,b);};const closest=(str,arr)=>{let min_distance=Infinity;let min_index=0;for(let i=0;i<arr.length;i++){const dist=distance(str,arr[i]);if(dist<min_distance){min_distance=dist;min_index=i;}}return arr[min_index];};export{closest,distance};\nexport const __FramerMetadata__ = {\"exports\":{\"closest\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"distance\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fuzzySearch.map", "export const localStorageDebugFlag=typeof window!==\"undefined\"&&window.localStorage.getItem(\"__framerDebugSearch\")===\"true\";const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]\\d*|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}export function clampText(text,maxLength){const textLength=text.length;if(textLength<=maxLength){return text;}const slicedText=text.slice(0,maxLength);if(textLength>maxLength){return slicedText+\"\u2026\";}return slicedText;}export function isEmptyObject(object){return Object.keys(object).length===0;}export function createLogger(showOutput){function log(...data){console.log(Date.now(),...data);}function time(label){console.time(label);}function timeEnd(label){console.timeEnd(label);}function noop(){}if(!showOutput){return{log:noop,time:noop,timeEnd:noop};}return{log,time,timeEnd};}export 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\"`;export function getFontFamily(theme){var _theme_inputFont,_theme_titleFont,_theme_subtitleFont;if((_theme_inputFont=theme.inputFont)===null||_theme_inputFont===void 0?void 0:_theme_inputFont.fontFamily)return theme.inputFont.fontFamily;if((_theme_titleFont=theme.titleFont)===null||_theme_titleFont===void 0?void 0:_theme_titleFont.fontFamily)return theme.titleFont.fontFamily;if((_theme_subtitleFont=theme.subtitleFont)===null||_theme_subtitleFont===void 0?void 0:_theme_subtitleFont.fontFamily)return theme.subtitleFont.fontFamily;return DEFAULT_FONT_FAMILY;}export function animationKeyFromLayout(layout){return`${layout}Animation`;}export const safeDocument=typeof document!==\"undefined\"?document:null;export const safeWindow=typeof window!==\"undefined\"?window:null;const metaTagSelector='meta[name=\"framer-search-index\"]';export function getMetaTagContent(){const metaTag=safeDocument===null||safeDocument===void 0?void 0:safeDocument.querySelector(metaTagSelector);if(!metaTag)return undefined;const metaTagContent=metaTag.getAttribute(\"content\");return metaTagContent;}export const checkIfOverLimit=()=>{return getMetaTagContent()===\"limit-reached\";};export function stripLocaleSlugFromPath(url,localeSlug){if(!localeSlug)return url;const localeSlugWithSlash=`/${localeSlug}`;if(url.startsWith(localeSlugWithSlash)){return url.slice(localeSlugWithSlash.length);}}\nexport const __FramerMetadata__ = {\"exports\":{\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"checkIfOverLimit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"createLogger\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeDocument\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"animationKeyFromLayout\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeWindow\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"clampText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stripLocaleSlugFromPath\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMetaTagContent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFontFamily\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localStorageDebugFlag\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isEmptyObject\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "// @ts-ignore\nimport{useLocaleInfo}from\"framer\";import{clamp}from\"framer-motion\";import{useEffect,useMemo,useState}from\"react\";import{SearchResultTitleType}from\"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/Xy775u0FJg3K1GQc1Cd9/SearchModal.js\";import{getCachedIndex,setCachedIndex,isDefaultLocaleId}from\"https://framerusercontent.com/modules/uU1mtMKXsrVAg8N5hW7w/PCK1x1QLNluYNoEoapwx/cachedIndex.js\";import{fakeResults}from\"https://framerusercontent.com/modules/K9JZRwJcE6slDAf8rUmh/mJ54py1Ecnn1RoC4N1m4/fakeResults.js\";import{distance}from\"https://framerusercontent.com/modules/TwRgbWuhHeB95MPifel4/YW8Hlm59FG3PajbrVsaR/fuzzySearch.js\";import{createLogger,localStorageDebugFlag,safeDocument,safeWindow,stripLocaleSlugFromPath}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js\";const{log,time,timeEnd}=createLogger(localStorageDebugFlag);function isValidUrl(url){try{new URL(url);return true;}catch(_error){return false;}}function splitWords(text){try{// Regex lookbehind is used to ignore ampersands when splitting\n// words. For example \"H&M\" will not be split and is considered as\n// one word, but \"H & M\" will be split.\n// However, some browsers (like Safari iOS 15) don't support\n// lookbehind and will crash. When it's not supported, fallback to\n// a safer regex that always splits ampersands.\nreturn text.split(RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+(?<!\\\\p{L}&)(?!&\\\\p{L})\",\"u\"));}catch{log(\"Falling back to regex without lookbehind\");return text.split(RegExp(\"[\\\\s.,;!?\\\\p{P}\\\\p{Z}]+\",\"u\"));}}function getUniqueWords(str){const words=splitWords(str).filter(word=>word.trim()&&word.length>0);return new Set(words);}/**\n * Replace accented characters with equivilant non-accented versions and\n * make everything lowercase.\n */function getNormalizedString(text){if(Array.isArray(text)){return text.map(getNormalizedString);}return text.normalize(\"NFD\")// From: https://stackoverflow.com/a/37511463\n.replace(/[\\u0300-\\u036f]/g,\"\").toLowerCase();}function getNormalizedItem(item){const normalizedItem={};for(const[key,value]of Object.entries(item)){if(typeof value===\"string\"){normalizedItem[key]=getNormalizedString(value);continue;}if(Array.isArray(value)){normalizedItem[key]=getNormalizedString(value);continue;}normalizedItem[key]=value;}return normalizedItem;}function getMatchRange(currentRange,start,end){const result={...currentRange};if(start<result.start){result.start=start;}if(end>result.end){result.end=end;}return result;}/**\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 */function getScoreForSearchIndexItem(item,query,words,fullQuery){let score=0;const match={title:{start:Infinity,end:0},description:{start:Infinity,end:0}};const urlWords=getUniqueWords(item.url);// Match query based on words in the URL so that random strings inside\n// other strings are not matched.\nif(urlWords.has(query)){score+=10;}// Really boost single word queries that match single word URLs.\nif(words.size===1&&urlWords.size===1&&urlWords.values().next().value===query){score+=score*5;}// Score shorter URLs higher so `/pricing` is before `/lala/pricing`.\nif(score>0){const splitLength=item.url.split(\"/\").length;score+=clamp(10-splitLength,0,splitLength);}const titleWords=getUniqueWords(item.title);// Prefer full word matches in the title.\nif(titleWords.has(query)){score+=10;}const titleIndex=item.title.indexOf(query);if(titleIndex!==-1){score+=10;// TODO: Matches are currently not used, but they can be used in the\n// future to add text highlighting.\nmatch.title=getMatchRange(match.title,titleIndex,titleIndex+query.length);}// 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.\nif(distance(item.title,fullQuery)<=2){score+=score*10;}// Fuzzy match full words in the title.\nfor(const titleWord of titleWords){const distanceScore=distance(query,titleWord);// Small distance score helps with small typos.\nif(distanceScore<=2){score+=10;}}const headings=[...item.h1,...item.h2,...item.h3,...item.h4,...item.h5,...item.h6];for(const heading of headings){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.\nif(distance(heading,fullQuery)<=2){score+=score*10;}// Bias headings that start with the query as this helps when\n// you know the title you are searching for.\nif(heading.startsWith(query)){score+=10;}if(headingWords.has(query)){score+=10;}if(heading.includes(query)){score+=1;}// Fuzzy match full words in headings.\nfor(const headingWord of headingWords){const distanceScore=distance(query,headingWord);if(distanceScore<=2){score+=1;}}}const descriptionIndex=item.description.indexOf(query);if(descriptionIndex!==-1){score+=10;match.description=getMatchRange(match.description,descriptionIndex,descriptionIndex+query.length);}for(const p of item.p){if(p.includes(query)){score+=.5;}}for(const codeblock of item.codeblock){// If the full query is close to being the codeblock, score this highly as\n// the user is most likely looking for that exact code.\nif(distance(codeblock,fullQuery)<=2){score*=10;}if(codeblock.includes(fullQuery)){score+=10;}if(codeblock.includes(query)){score+=.5;}}return{score,match};}function getSearchIndexItemScore(item,query){const normalizedItem=getNormalizedItem(item);const normalizedQuery=getNormalizedString(query);const queryWords=getUniqueWords(normalizedQuery);let total=0;for(const queryWord of queryWords){const{score}=getScoreForSearchIndexItem(normalizedItem,queryWord,queryWords,normalizedQuery);total+=score;}return total;}function useRawSearch(index,query,settings){const results=useMemo(()=>{if(!query||!index){return[];}const path=safeWindow===null||safeWindow===void 0?void 0:safeWindow.location.pathname;time(\"query\");// Filter the results.\nconst results=Object.values(index).map(item=>{const score=getSearchIndexItemScore(item,query);const heading=item.h1.length&&item.h1[0];const title=(settings===null||settings===void 0?void 0:settings.titleType)===SearchResultTitleType.Title?item.title:heading?heading:item.title;// Convert index item to result item.\nconst result={url:item.url,title,description:item.description,body:[...item.p,item.codeblock].join(\" \"),score};return result;}).filter(item=>item.score>settings.minimumScore||0).filter(item=>{if(!path)return true;return item.url!==path;}).sort((itemA,itemB)=>itemB.score-itemA.score);timeEnd(\"query\");return results;},[index,query]);return results;}function getIndexedScopedToUrl(index,rawUrlScope,localeSlug){const scopedIndex={};const baseScopeUrlHasVariable=rawUrlScope.includes(\":\");const urlUpToPathVariable=rawUrlScope.split(\":\")[0];const urlScope=urlUpToPathVariable.length>1?urlUpToPathVariable:\"\";for(const url in index){const strippedURL=stripLocaleSlugFromPath(url,localeSlug);if(!strippedURL.startsWith(urlScope)){continue;}if(baseScopeUrlHasVariable&&url.length<=urlScope.length){continue;}scopedIndex[url]=index[url];}return scopedIndex;}export function useSearch(query,settings){const[searchIndex,_setSearchIndex]=useState({});const[status,setStatus]=useState(\"loading\");const results=useRawSearch(searchIndex,query,settings);const{activeLocale}=useLocaleInfo();const localeId=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id;// Seperate setter function so that the URL scope is always applied\n// to indexes loaded from either the cache or network.\nfunction setSearchIndex(index,options={ignoreScope:false}){let scopedIndex=index;if(settings.urlScope&&!options.ignoreScope){scopedIndex=getIndexedScopedToUrl(index,settings.urlScope,activeLocale===null||activeLocale===void 0?void 0:activeLocale.slug);log(\"Using URL scope\",settings.urlScope);}_setSearchIndex(scopedIndex);}useEffect(()=>{async function loadSearchIndex(){setStatus(\"loading\");const metaTag=safeDocument===null||safeDocument===void 0?void 0:safeDocument.querySelector('meta[name=\"framer-search-index\"]');if(!metaTag){setStatus(\"no-meta-tag-found\");setSearchIndex(fakeResults,{ignoreScope:true});log(\"No meta tag found\");return;}const cachedIndex=await getCachedIndex(localeId);const metaTagContent=metaTag.getAttribute(\"content\");const isOverLimit=metaTagContent===\"limit-reached\";if(isOverLimit){log(\"Page limit for plan exceeded\");}// If a cached index exists, use the cached version until latest one\n// from the network loads.\nif(cachedIndex&&!isOverLimit){setSearchIndex(cachedIndex);setStatus(\"loading-with-cache\");log(\"Using cached index\");}// Return early and do not make a fetch request if the URL is not valid.\nif(!metaTagContent||!isValidUrl(metaTagContent)){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.\nif(!cachedIndex){setStatus(\"pending-index-generation\");log(\"No cache to use, page reload required to check for meta tag\");}else{log(\"Continue using cache\");}return;}const searchIndexURL=getSearchIndexURL(metaTagContent,localeId);const response=await fetch(searchIndexURL);if(!response.ok){throw new Error(response.statusText);}const downloadedIndex=await response.json();setSearchIndex(downloadedIndex);setCachedIndex(localeId,downloadedIndex);setStatus(\"success\");log(\"Using downloaded index\");}loadSearchIndex().catch(error=>{// TODO: Check for error type here. If it's a network error,\n// we could do a few retries.\nsetStatus(\"error\");log(\"Failed to load search index\",error);});},[localeId]);log({status,results});return{results,status};}function getSearchIndexURL(baseURL,localeId){if(isDefaultLocaleId(localeId))return baseURL;return baseURL.replace(\".json\",`-${localeId}.json`);}\nexport const __FramerMetadata__ = {\"exports\":{\"useSearch\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchIndex\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useSearch.map", "export var Browser;(function(Browser){var isTouch=Browser.isTouch=()=>\"ontouchstart\"in window||navigator.maxTouchPoints>0;var isChrome=Browser.isChrome=()=>navigator.userAgent.toLowerCase().includes(\"chrome/\");var isWebKit=Browser.isWebKit=()=>navigator.userAgent.toLowerCase().includes(\"applewebkit/\");var isSafari=Browser.isSafari=()=>isWebKit()&&!isChrome();var isSafariDesktop=Browser.isSafariDesktop=()=>isSafari()&&!isTouch();var isWindows=Browser.isWindows=()=>/Win/.test(navigator.platform);var isMacOS=Browser.isMacOS=()=>/Mac/.test(navigator.platform);})(Browser||(Browser={}));\nexport const __FramerMetadata__ = {\"exports\":{\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./browser.map", "// From: @framerjs/fresco/src/components/utils/useCallbackOnMouseMove.ts\nimport{useRef,useCallback}from\"react\";import{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 */ export const useCallbackOnMouseMove=(callback,mousePositionRef)=>{const prevPositionRef=useRef(null);return useCallback(event=>{if(!Browser.isSafari())return callback(event);const ref=mousePositionRef?mousePositionRef:prevPositionRef;const{clientX,clientY}=event;const prevCursorPosition=ref.current;ref.current={x:clientX,y:clientY};// Ignore mouse moves unless we have a position. Else it might be an\n// element that appears behind the mouse without the mouse moving.\nif(!prevCursorPosition){return;}if(prevCursorPosition.x!==clientX||prevCursorPosition.y!==clientY){return callback(event);}},[mousePositionRef,callback]);};\nexport const __FramerMetadata__ = {\"exports\":{\"useCallbackOnMouseMove\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Point\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\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. */ {offsetTop,offsetBottom}){const targetElementBounds=targetElement.getBoundingClientRect();const scrollElementBounds=scrollElement.getBoundingClientRect();if(targetElementBounds.top<scrollElementBounds.top){const difference=scrollElementBounds.top-targetElementBounds.top;scrollElement.scrollTop=scrollElement.scrollTop-difference-offsetTop;}else if(targetElementBounds.bottom>scrollElementBounds.bottom){const topAligned=scrollElementBounds.top-targetElementBounds.top;const minOffset=scrollElement.scrollTop-topAligned-offsetTop;const bottomAligned=targetElementBounds.bottom-scrollElementBounds.bottom;const offset=scrollElement.scrollTop+bottomAligned+offsetBottom;scrollElement.scrollTop=Math.min(minOffset,offset);}}\nexport const __FramerMetadata__ = {\"exports\":{\"scrollIntoView\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./scrollIntoView.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useSearch}from\"https://framerusercontent.com/modules/MyBp84Z0p9nUcMimVMnY/y5F4AGWJ6syeuoB7ebKM/useSearch.js\";import React,{useEffect,useState,useMemo,forwardRef,useRef,useDeferredValue,useLayoutEffect,useCallback,useImperativeHandle}from\"react\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";import{motion,clamp,useAnimate}from\"framer-motion\";import{SearchIcon,ClearIcon,SpinnerIcon}from\"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";import{clampText,getFontFamily,localStorageDebugFlag,animationKeyFromLayout,stripLocaleSlugFromPath}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js\";import{useCallbackOnMouseMove}from\"https://framerusercontent.com/modules/Gzef0nFihI9m9vZG45th/lIUxbZcreiDm2GzUkt3y/useCallbackOnMouseMove.js\";import{scrollIntoView}from\"https://framerusercontent.com/modules/eAnjm75CdfYT1Zz4BIaz/7KDSfnnyD1T3Ap75L4m8/scrollIntoView.js\";import{// @ts-expect-error Internal API\nuseLocaleInfo,useRouter,inferInitialRouteFromPath}from\"framer\";const MAX_DESCRIPTION_LENGTH=120;const MODAL_MAX_HEIGHT=496;const VERTICAL_SPACING_MULTIPLIER=.6;function ClearButton({theme,type,onClick,text}){const shouldDisplayIcon=type===\"icon\";const iconOrText=shouldDisplayIcon?/*#__PURE__*/_jsx(ClearIcon,{style:{color:theme.inputIconColor,width:theme.inputIconSize,height:theme.inputIconSize}}):text;return /*#__PURE__*/_jsx(\"div\",{style:{flexShrink:0,fontSize:theme&&theme.titleFont&&theme.titleFont.fontSize?theme.titleFont.fontSize:15},children:/*#__PURE__*/_jsx(\"button\",{className:\"__framer-search-clear-button\",onClick:onClick,style:{fontFamily:\"inherit\",border:\"none\",background:\"none\",cursor:\"pointer\",display:\"flex\",textTransform:\"uppercase\",color:theme.inputIconColor,fontSize:\"0.75em\",padding:0},children:iconOrText})});}function Divider({theme,type}){const styles={background:theme.foregroundColor,height:1,flexShrink:0,opacity:.05};if(type===\"contained\"&&theme){styles.marginLeft=theme.horizontalSpacing;styles.marginRight=theme.horizontalSpacing;}return /*#__PURE__*/_jsx(\"div\",{style:styles});}export const Input=/*#__PURE__*/forwardRef(function Input(props,ref){const{value=\"\",status,autofocus,theme,placeholder,iconType,clearButtonType,onChange}=props;const[inputValue,setInputValue]=useState(value);const[isFocused,setIsFocused]=useState(false);const inputRef=useRef();useImperativeHandle(ref,()=>inputRef.current);React.useLayoutEffect(()=>{// Runs on unmount, fixes a bug in Safari that scrolls to the bottom\n// of the page when the input unmounts.\nreturn()=>{const inputElement=inputRef.current;if(!inputElement||inputElement!==document.activeElement)return;inputElement.blur();};},[]);const handleInputClick=()=>{if(inputRef.current){inputRef.current.focus();}};const handleClearClick=()=>{setInputValue(\"\");};useEffect(()=>{onChange(inputValue);},[inputValue]);const hasInputText=inputValue.length>0;const showClearButton=inputValue.length>0&&clearButtonType&&clearButtonType!==\"none\";const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);const searchIcon=iconType===\"custom\"&&theme.inputIconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon alongside the Site Search input\",src:theme.inputIconImage.src,width:theme.inputIconSize,height:theme.inputIconSize}):/*#__PURE__*/_jsx(SearchIcon,{color:theme.inputIconColor,width:theme.inputIconSize,height:theme.inputIconSize});return /*#__PURE__*/_jsxs(\"div\",{role:\"search\",style:{...inputContainerStyle,fontFamily:getFontFamily(theme),paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,gap:12,paddingTop:verticalSpacing,paddingBottom:verticalSpacing,touchAction:\"none\"},onClick:handleInputClick,children:[/*#__PURE__*/_jsx(\"div\",{style:{flexShrink:0,display:\"flex\"},children:status===\"loading\"&&inputValue?/*#__PURE__*/_jsx(SpinnerIcon,{color:theme.inputIconColor,backgroundColor:theme.backgroundColor,style:{height:theme&&theme.inputIconSize,width:theme&&theme.inputIconSize}}):searchIcon}),/*#__PURE__*/_jsx(\"input\",{ref:inputRef,spellCheck:false,autoFocus:autofocus,style:{...inputStyle,WebkitTapHighlightColor:\"rgba(0,0,0,0)\",color:theme.foregroundColor,lineHeight:\"2em\",verticalAlign:\"baseline\",...theme.titleFont,...theme.inputFont,fontSize:theme.inputFontSize,// @ts-ignore\n\"--framer-search-placeholder-color\":theme.placeholderColor},onFocus:()=>{const scrollOffset=document.documentElement.scrollTop;document.documentElement.scrollTop=scrollOffset;},placeholder:placeholder,value:inputValue,onChange:()=>setInputValue(inputRef.current.value)}),showClearButton&&/*#__PURE__*/_jsx(ClearButton,{theme:theme,type:props.clearButtonType,text:props.clearButtonText,onClick:handleClearClick})]});});const inputContainerStyle={display:\"inline-flex\",alignItems:\"center\",flexShrink:0};const inputStyle={outline:\"none\",border:\"none\",background:\"transparent\",fontWeight:500,height:\"2em\",padding:0,width:\"100%\"};export const ResultRow=/*#__PURE__*/React.memo(/*#__PURE__*/React.forwardRef(function ResultRow(props,ref){const{index,result,prevMousePositionRef,type=\"contained\",subtitleType=\"path\",selected=false,theme,localeSlug,style,onMouseMove,onPointerDown,onNavigateTo}=props;const{url,title,score}=result;const urlPath=useMemo(()=>{return stripLocaleSlugFromPath(url,localeSlug);},[url,localeSlug]);const handleMouseMove=useCallbackOnMouseMove(event=>onMouseMove(event,index),prevMousePositionRef);const isContained=type===\"contained\";const borderRadius=isContained?clamp(0,Infinity,theme.borderRadius-theme.spacing):0;const subtitleText=subtitleType===\"path\"?urlPath:clampText(result.description,MAX_DESCRIPTION_LENGTH);const handleClick=event=>{event.preventDefault();onNavigateTo(result.url);};const focusTrap=event=>{event.preventDefault();};return /*#__PURE__*/_jsx(\"a\",{ref:ref,style:{textDecoration:\"none\"},href:result.url,onClick:handleClick,onMouseMove:handleMouseMove,onMouseDown:focusTrap,onPointerDown:event=>onPointerDown(event,index),children:/*#__PURE__*/_jsxs(\"li\",{style:{...resultContainer,...style,paddingTop:isContained?12:16,paddingBottom:isContained?12:16,color:theme.foregroundColor,position:\"relative\",paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing},children:[/*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:theme.foregroundColor,position:\"absolute\",opacity:selected?.06:0,borderRadius,left:theme&&isContained?theme.spacing:0,right:theme&&isContained?theme.spacing:0,top:0,bottom:0}}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",overflow:\"hidden\",gap:4},children:[/*#__PURE__*/_jsx(\"h3\",{style:{...resultTitle,...theme.titleFont,lineHeight:\"1.4em\"},children:title}),/*#__PURE__*/_jsxs(\"p\",{style:{margin:0,color:theme.subtitleColor,...theme.subtitleFont,whiteSpace:\"nowrap\",overflow:\"hidden\",textOverflow:\"ellipsis\",lineHeight:\"1.4em\"},children:[localStorageDebugFlag?score:\"\",\" \",subtitleText]})]})]},result.url)});}));/**\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 */function QuickMenuSpacer({onClick}){return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",flexBasis:\"20vh\"},onClick:onClick});}const layoutContainerStyle={display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"flex-start\",gap:15,overflow:\"visible\"};function LayoutContainer({layoutType,theme,onKeyDown,onDismiss,children,modalOptions}){const layoutStyles=getLayoutBaseStyles(layoutType,theme);const style={...layoutContainerStyle,...layoutStyles,willChange:\"transform\",marginTop:layoutType===\"FixedTop\"?theme.offsetTop:0,height:layoutType===\"Sidebar\"?\"100%\":\"auto\",maxHeight:layoutType===\"QuickMenu\"?\"100%\":\"none\",justifyContent:layoutType===\"Sidebar\"?\"flex-end\":\"flex-start\",flexDirection:layoutType===\"Sidebar\"?\"column-reverse\":\"column\"};const innerStyle={...layoutContainerStyle,...layoutStyles,height:layoutType===\"Sidebar\"?\"100%\":\"auto\",maxHeight:layoutType===\"QuickMenu\"?\"100%\":\"none\",gap:layoutType===\"Sidebar\"?0:theme.gapBetweenStatusAndSearch,backgroundColor:layoutType===\"Sidebar\"?theme.backgroundColor:\"transparent\",justifyContent:layoutType===\"Sidebar\"?\"flex-end\":\"flex-start\",flexDirection:layoutType===\"Sidebar\"?\"column-reverse\":\"column\",originX:.5,originY:.5};function getContainerAnimation(){switch(layoutType){case\"FixedTop\":{const key=animationKeyFromLayout(\"FixedTop\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{y:-10,opacity:.2,transition:{duration:Browser.isTouch()?0:.15}};}break;}case\"QuickMenu\":{const key=animationKeyFromLayout(\"QuickMenu\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{scale:.95,opacity:0,y:0,x:0,rotate:0,transition:{type:\"spring\",stiffness:600,damping:40}};}break;}case\"Sidebar\":{const key=animationKeyFromLayout(\"Sidebar\");const prop=modalOptions?modalOptions[key]:undefined;if(prop){return prop;}else{return{x:-10,opacity:0,transition:{duration:.15}};}break;}}}const containerAnimation=getContainerAnimation();return /*#__PURE__*/_jsxs(\"div\",{style:style,onKeyDown:onKeyDown,onClick:event=>event.stopPropagation(),children:[layoutType===\"QuickMenu\"&&/*#__PURE__*/_jsx(QuickMenuSpacer,{onClick:onDismiss}),/*#__PURE__*/_jsx(motion.div,{initial:containerAnimation,animate:{opacity:1,scale:1,x:0,y:0,rotate:0},transition:containerAnimation?containerAnimation.transition:undefined,exit:{opacity:0,transition:{duration:0}},style:innerStyle,children:children})]});}function ModalContainer({layoutType,theme,children,heightIsStatic,heightTransition,heightDeps}){const style={// 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.\nwillChange:\"transform\",backgroundColor:theme.backgroundColor,color:theme.foregroundColor,borderRadius:layoutType===\"QuickMenu\"?theme.borderRadius:0,width:\"100%\",display:\"flex\",flexDirection:\"column\",overflow:\"hidden\",boxShadow:layoutType!==\"Sidebar\"?theme.shadow:undefined,maxHeight:layoutType===\"QuickMenu\"?`min(${MODAL_MAX_HEIGHT}px, calc(100vh - 30px))`:undefined};// Opt-in Height Animations for the Search Quick Actions menu.\n// These are disabled by default, but can be enabled via props.\nconst[scope,animate]=useAnimate();useLayoutEffect(()=>{if(layoutType!==\"QuickMenu\"||heightIsStatic)return;const prevHeight=scope.current.offsetHeight;scope.current.style.height=\"auto\";const height=scope.current.offsetHeight;scope.current.style.height=prevHeight+\"px\";animate(scope.current,{height:[prevHeight,height]},heightTransition);},heightDeps);return /*#__PURE__*/_jsx(\"div\",{ref:scope,role:\"dialog\",className:layoutType===\"FixedTop\"?\"__framer-max-height-80dvh\":undefined,style:style,children:children});}const ScrollView=/*#__PURE__*/React.forwardRef(function ScrollView({theme,children},ref){const isTouch=Browser.isTouch();const[canScroll,setCanScroll]=React.useState(true);React.useEffect(()=>{if(!isTouch)return;const element=ref.current;if(!element)return;setCanScroll(element.scrollHeight>element.clientHeight);});return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{width:`calc(100% + ${theme.scrollBarWidth}px)`,overflowY:\"scroll\",overflowX:\"hidden\",overscrollBehavior:\"contain\",touchAction:canScroll?undefined:\"none\",// Make the list appear slightly under the divider\n// so that the divider is still visible when the first\n// item is selected.\nmarginTop:-1},children:children});});const statusStyle={backgroundColor:\"#B5B5B5\",color:\"#FFF\",boxShadow:\"0px 20px 40px 0px rgba(0, 0, 0, 0.25)\",fontFamily:\"inherit\",textAlign:\"center\",fontSize:13,padding:\"8px 0\"};function StatusMessage({status,layoutType,theme}){const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);const style={...statusStyle,userSelect:\"none\",fontFamily:getFontFamily(theme),paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,fontWeight:500,lineHeight:`calc(${theme.inputFontSize} * 2)`,paddingTop:verticalSpacing,paddingBottom:verticalSpacing,...theme.titleFont,zIndex:theme.zIndex+1,maxWidth:layoutType===\"FixedTop\"?\"none\":theme.width,width:layoutType===\"FixedTop\"?`calc(100% - ${verticalSpacing*2}px`:\"100%\",boxShadow:layoutType!==\"Sidebar\"&&statusStyle.boxShadow,borderRadius:layoutType!==\"Sidebar\"&&theme.borderRadius};// Show less text on fixed text to look nicer on mobile\nconst previewInfoText=layoutType===\"FixedTop\"?\"Preview Mode\":\"Preview Mode. Publish your Site to Search.\";if(status===\"no-meta-tag-found\"){return /*#__PURE__*/_jsx(\"div\",{style:style,children:previewInfoText});}if(status===\"pending-index-generation\"){return /*#__PURE__*/_jsx(\"div\",{style:style,children:\"Site is being indexed\"});}return null;}const resultTitle={textOverflow:\"ellipsis\",maxWidth:\"100%\",overflow:\"hidden\",fontWeight:500,whiteSpace:\"nowrap\",flex:1,margin:0};const resultContainer={padding:\"16px 20px\",listStyle:\"none\",fontWeight:500};const sidebarStyles={left:0,width:500};const fixedTopStyles={top:0,width:\"100%\"};const quickMenuStyles={width:500};function getLayoutBaseStyles(layoutOption,theme){switch(layoutOption){case\"Sidebar\":return{...sidebarStyles,width:theme.width};case\"FixedTop\":return fixedTopStyles;case\"QuickMenu\":return{...quickMenuStyles,width:theme.width};}}export var SearchInputClearButtonType;(function(SearchInputClearButtonType){SearchInputClearButtonType[\"Icon\"]=\"icon\";SearchInputClearButtonType[\"Text\"]=\"text\";SearchInputClearButtonType[\"None\"]=\"none\";})(SearchInputClearButtonType||(SearchInputClearButtonType={}));export var SearchInputDividerType;(function(SearchInputDividerType){SearchInputDividerType[\"None\"]=\"none\";SearchInputDividerType[\"FullWidth\"]=\"fullWidth\";SearchInputDividerType[\"Contained\"]=\"contained\";})(SearchInputDividerType||(SearchInputDividerType={}));export var SearchResultTitleType;(function(SearchResultTitleType){SearchResultTitleType[\"H1\"]=\"h1\";SearchResultTitleType[\"Title\"]=\"title\";})(SearchResultTitleType||(SearchResultTitleType={}));export var SearchResultSubtitleType;(function(SearchResultSubtitleType){SearchResultSubtitleType[\"Description\"]=\"description\";SearchResultSubtitleType[\"Path\"]=\"path\";})(SearchResultSubtitleType||(SearchResultSubtitleType={}));export var SearchResultItemType;(function(SearchResultItemType){SearchResultItemType[\"FullWidth\"]=\"fullWidth\";SearchResultItemType[\"Contained\"]=\"contained\";})(SearchResultItemType||(SearchResultItemType={}));export var SearchLayoutType;(function(SearchLayoutType){SearchLayoutType[\"Sidebar\"]=\"Sidebar\";SearchLayoutType[\"FixedTop\"]=\"FixedTop\";SearchLayoutType[\"QuickMenu\"]=\"QuickMenu\";})(SearchLayoutType||(SearchLayoutType={}));export var SearchEntryType;(function(SearchEntryType){SearchEntryType[\"Icon\"]=\"icon\";SearchEntryType[\"Text\"]=\"text\";})(SearchEntryType||(SearchEntryType={}));export var SearchIconType;(function(SearchIconType){SearchIconType[\"Default\"]=\"default\";SearchIconType[\"Custom\"]=\"custom\";})(SearchIconType||(SearchIconType={}));/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function SearchModal(props){const{layoutType,theme,urlScope,inputOptions,backdropOptions,modalOptions,resultOptions,onDismiss}=props;const{activeLocale}=useLocaleInfo();const localeId=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id;const localeSlug=activeLocale===null||activeLocale===void 0?void 0:activeLocale.slug;const input=useRef();const selectedResultRow=useRef();const scrollView=useRef();const[selected,setSelected]=useState({index:0,scroll:true});const prevMousePositionRef=useRef(null);const[isKeyboardNavigationDisabled,setIsKeyboardNavigationDisabled]=useState(Browser.isTouch);const[query,setQuery]=useState(\"\");const deferredQuery=useDeferredValue(query);const{results,status}=useSearch(deferredQuery,{minimumScore:0,urlScope,titleType:resultOptions.titleType});const selectedResult=results[selected.index];const verticalSpacing=Math.floor(theme?theme.horizontalSpacing*VERTICAL_SPACING_MULTIPLIER:0);useEffect(()=>{// Reset the selection to the top if the query changes.\nsetSelected({index:0,scroll:true});},[deferredQuery]);const handleResultRowPointerDown=useCallback((event,index)=>{if(event.pointerType!==\"touch\")return;setIsKeyboardNavigationDisabled(true);setSelected({index,scroll:false});},[]);const handleResultRowMouseMove=useCallback((event,index)=>{setSelected(previousSelected=>{if(previousSelected.index===index){return previousSelected;}return{index,scroll:false};});},[]);const router=useRouter();const navigateTo=useCallback(async url=>{if(status===\"no-meta-tag-found\"){return;}try{var _router_getRoute,_route_page_preload,_route_page,_router_navigate;// Ideally, we would directly expose `routeId` in the search index so that\n// we don't need to infer it from the URL.\nconst{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,url);const route=(_router_getRoute=router.getRoute)===null||_router_getRoute===void 0?void 0:_router_getRoute.call(router,routeId);onDismiss();await (route===null||route===void 0?void 0:(_route_page=route.page)===null||_route_page===void 0?void 0:(_route_page_preload=_route_page.preload)===null||_route_page_preload===void 0?void 0:_route_page_preload.call(_route_page));(_router_navigate=router.navigate)===null||_router_navigate===void 0?void 0:_router_navigate.call(router,routeId,null,pathVariables,false);}catch(error){window.location.href=url;}},[status]);const handleKeyDown=event=>{const maxIndex=results.length-1;switch(event.code){case\"ArrowUp\":event.preventDefault();if(isKeyboardNavigationDisabled){setIsKeyboardNavigationDisabled(false);break;}setSelected(previousSelected=>({index:clamp(0,maxIndex,previousSelected.index-1),scroll:true}));break;case\"ArrowDown\":event.preventDefault();if(isKeyboardNavigationDisabled){setIsKeyboardNavigationDisabled(false);break;}setSelected(previousSelected=>({index:clamp(0,maxIndex,previousSelected.index+1),scroll:true}));break;case\"Escape\":break;case\"Enter\":if(selectedResult){navigateTo(selectedResult.url);}break;default:event.stopPropagation();}};const showNoResults=results.length===0&&deferredQuery.length>1&&status!==\"loading\";const showDivider=Boolean((deferredQuery.length>0&&results.length>0||showNoResults)&&status!==\"loading\"&&props.inputOptions&&props.inputOptions.dividerType!==\"none\");const isItemContained=Boolean(props.resultOptions&&props.resultOptions.itemType===\"contained\");const spacing=isItemContained?theme.spacing:10;const listPaddingTop=showDivider&&isItemContained?spacing+theme.gapBetweenResults*2:0;useEffect(()=>{if(!selected.scroll)return;const element=selectedResultRow.current;if(!element)return;scrollIntoView(element,scrollView.current,{offsetTop:showDivider&&isItemContained?listPaddingTop:0,offsetBottom:isItemContained?spacing:0});// `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]);return /*#__PURE__*/_jsxs(LayoutContainer,{layoutType:layoutType,modalOptions:modalOptions,theme:theme,onKeyDown:handleKeyDown,onDismiss:onDismiss,children:[/*#__PURE__*/_jsxs(ModalContainer,{layoutType:layoutType,theme:theme,heightIsStatic:modalOptions.heightIsStatic,heightTransition:modalOptions.heightTransition,heightDeps:[results.length,showNoResults],children:[/*#__PURE__*/_jsx(Input,{autofocus:true,ref:input,onChange:setQuery,value:query,theme:theme,status:status,iconType:inputOptions.iconOptions.iconType,placeholder:inputOptions.placeholderOptions.placeholderText,clearButtonType:inputOptions?inputOptions.clearButtonType:undefined,clearButtonText:inputOptions.clearButtonText}),showDivider&&/*#__PURE__*/_jsx(Divider,{theme:theme,type:inputOptions.dividerType}),/*#__PURE__*/_jsx(ScrollView,{ref:scrollView,theme:theme,children:/*#__PURE__*/_jsxs(\"ul\",{\"aria-live\":\"polite\",style:{display:\"flex\",flexDirection:\"column\",width:`calc(100% - ${theme.scrollBarWidth}px)`,padding:0,paddingTop:listPaddingTop,paddingBottom:results.length&&isItemContained?spacing:0,gap:theme.gapBetweenResults,margin:0},children:[results.map((result,index)=>{const isSelected=index===selected.index;return /*#__PURE__*/_jsx(ResultRow,{ref:isSelected?selectedResultRow:null,index:index,result:result,prevMousePositionRef:prevMousePositionRef,selected:!isKeyboardNavigationDisabled&&isSelected,type:props.resultOptions.itemType,subtitleType:props.resultOptions.subtitleOptions.subtitleType,theme:theme,localeSlug:localeSlug,onMouseMove:handleResultRowMouseMove,onPointerDown:handleResultRowPointerDown,onNavigateTo:navigateTo},result.url);}),showNoResults&&/*#__PURE__*/_jsx(\"li\",{style:{paddingTop:verticalSpacing-listPaddingTop,paddingBottom:verticalSpacing,lineHeight:\"2em\",paddingLeft:theme&&theme.horizontalSpacing,paddingRight:theme&&theme.horizontalSpacing,height:\"Sidebar\"?\"100%\":\"auto\"},children:/*#__PURE__*/_jsx(\"h3\",{style:{...resultTitle,textAlign:\"center\",lineHeight:`calc(${theme.inputFontSize} * 2)`,color:theme.subtitleColor,...theme.titleFont},children:\"No results\"})})]})})]}),/*#__PURE__*/_jsx(StatusMessage,{status:status,layoutType:layoutType,theme:theme})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"SearchIconType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchEntryType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchModal\":{\"type\":\"reactComponent\",\"name\":\"SearchModal\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\"}},\"SearchTheme\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultTitleType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultSubtitleType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ResultRow\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Input\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchInputDividerType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchLayoutType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchResultItemType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SearchInputClearButtonType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{useEffect,useState}from\"react\";function getViewportSize(){if(typeof window===\"undefined\"){return{width:0,height:0};}return{width:window.innerWidth,height:window.innerHeight};}export function useViewportSizeState(getState){const[state,setState]=useState(()=>getState(getViewportSize()));useEffect(()=>{const handleWindowResize=()=>setState(getState(getViewportSize()));window.addEventListener(\"resize\",handleWindowResize);return()=>{window.removeEventListener(\"resize\",handleWindowResize);};},[]);return state;}\nexport const __FramerMetadata__ = {\"exports\":{\"useViewportSizeState\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useViewportSizeState.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{createPortal}from\"react-dom\";import{useRef,useState,useEffect,forwardRef}from\"react\";import{AnimatePresence,motion}from\"framer-motion\";import{SearchIcon}from\"https://framerusercontent.com/modules/LV9trClbmNwd5PVj9l8y/L4rFqMGNzGSwRZpGTGF3/Icons.js\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{SearchModal,SearchResultItemType,SearchResultTitleType,SearchResultSubtitleType,SearchInputDividerType,SearchInputClearButtonType,SearchLayoutType,SearchIconType}from\"https://framerusercontent.com/modules/tV9haTHllpHHc9Fjue2H/Xy775u0FJg3K1GQc1Cd9/SearchModal.js\";import{useViewportSizeState}from\"https://framerusercontent.com/modules/hqEf5wXaAewP8VPuaZ98/5A0QGVeEr2cwheQpIuEG/useViewportSizeState.js\";import{titleCase,DEFAULT_FONT_FAMILY,isEmptyObject,animationKeyFromLayout,checkIfOverLimit}from\"https://framerusercontent.com/modules/MWsEnYfRnoOQq31DN4ql/C71JVnvNwV2CrPvApXBB/utils.js\";import{Browser}from\"https://framerusercontent.com/modules/PJVBcBLmDteTEAZh3J9Z/keXJyjyE9VnzUcDMayjg/browser.js\";var EntryPointOptions;// SITE SEARCH\n// By Anthony and Hunter\n(function(EntryPointOptions){EntryPointOptions[\"icon\"]=\"Icon\";EntryPointOptions[\"input\"]=\"Input\";})(EntryPointOptions||(EntryPointOptions={}));function buildShadow(shadowProperty,fallback=\"none\"){if(!shadowProperty)return fallback;const{x,y,blur,color,spread}=shadowProperty;return`${x}px ${y}px ${blur}px ${spread}px ${color}`;}const Overlay=/*#__PURE__*/forwardRef(function Overlay(props,ref){const{layoutType,theme,onDismiss}=props;useEffect(()=>{const handleKeyDown=event=>{if(event.code===\"Escape\"){event.stopPropagation();onDismiss();}};const handlePointerDown=event=>{if(event.pointerType!==\"touch\")return;const isWithinSearchHeader=Boolean(event.target instanceof Element&&event.target.closest(\"[role=search]\"));if(isWithinSearchHeader)return;if(document.activeElement instanceof HTMLInputElement){document.activeElement.blur();}};// Event listener added to window so that pressing escape key to dimiss\n// can be invoked from anywhere on the page.\nwindow.addEventListener(\"keydown\",handleKeyDown);window.addEventListener(\"pointerdown\",handlePointerDown,{capture:true});// Disable page scrolling when overlay is shown.\ndocument.body.classList.add(bodyOverflowHidden);return()=>{window.removeEventListener(\"keydown\",handleKeyDown);window.removeEventListener(\"pointerdown\",handlePointerDown,{capture:true});document.body.classList.remove(bodyOverflowHidden);};},[]);return /*#__PURE__*/createPortal(/*#__PURE__*/_jsxs(\"div\",{ref:ref,className:\"__framer-search-modal-container\",role:\"presentation\",style:{...backdropStyles,zIndex:props.backdropOptions.zIndex,justifyContent:layoutType===SearchLayoutType.Sidebar?\"flex-start\":\"center\"},onClick:onDismiss,children:[/*#__PURE__*/_jsx(motion.div,{role:\"presentation\",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0,transition:{duration:0}},transition:theme.overlayTransition,style:{top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",boxSizing:\"border-box\",position:\"absolute\",touchAction:\"none\",backgroundColor:props.backdropOptions.backgroundColor}}),/*#__PURE__*/_jsx(SearchModal,{urlScope:props.urlScope,layoutType:layoutType,inputOptions:props.inputOptions,resultOptions:props.resultOptions,modalOptions:props.modalOptions,backdropOptions:props.backdropOptions,theme:props.theme,onDismiss:onDismiss})]}),document.body);});const backdropStyles={width:\"100%\",boxSizing:\"border-box\",willChange:\"transform\",position:\"fixed\",display:\"flex\",alignItems:\"flex-start\",top:0,left:0,right:0,bottom:0};const containerStyle={height:\"100%\",display:\"flex\",borderRadius:10,cursor:\"inherit\",overflow:\"hidden\"};const 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 */const EntryPoint=withCSS(function EntryPoint(props){var _props_inputOptions_inputFont,_props_inputOptions,_props_resultOptions,_props_resultOptions_subtitleOptions,_props_inputOptions1;const overlay=useRef(null);const[isOpen,setIsOpen]=useState(false);const[isOverLimit,setIsOverLimit]=useState(false);const[isSafariTouchDevice,setIsSafariTouchDevice]=useState(false);const[isOnCanvas]=useState(()=>RenderTarget.current()===RenderTarget.canvas);useEffect(()=>{setIsOverLimit(checkIfOverLimit());setIsSafariTouchDevice(Browser.isSafari()&&Browser.isTouch());},[]);const baseInputFontSize=((_props_inputOptions=props.inputOptions)===null||_props_inputOptions===void 0?void 0:(_props_inputOptions_inputFont=_props_inputOptions.inputFont)===null||_props_inputOptions_inputFont===void 0?void 0:_props_inputOptions_inputFont.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.\nconst inputFontSize=isSafariTouchDevice?`max(16px, ${baseInputFontSize})`:baseInputFontSize;const layoutType=useViewportSizeState(size=>{if(size.width<props.modalOptions.width+10){return SearchLayoutType.FixedTop;}// @ts-ignore \u2013 Fallback\nreturn props.modalOptions.layoutType||props.layoutType;});const theme={subtitleColor:props.resultOptions.subtitleOptions.subtitleColor,backgroundColor:props.modalOptions.backgroundColor,foregroundColor:props.resultOptions.titleColor,placeholderColor:props.inputOptions.placeholderOptions.placeholderColor,titleFont:((_props_resultOptions=props.resultOptions)===null||_props_resultOptions===void 0?void 0:_props_resultOptions.titleFont)&&!isEmptyObject(props.resultOptions.titleFont)?props.resultOptions.titleFont:{fontSize:14,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},subtitleFont:((_props_resultOptions_subtitleOptions=props.resultOptions.subtitleOptions)===null||_props_resultOptions_subtitleOptions===void 0?void 0:_props_resultOptions_subtitleOptions.subtitleFont)&&!isEmptyObject(props.resultOptions.subtitleOptions.subtitleFont)?props.resultOptions.subtitleOptions.subtitleFont:{fontSize:12,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},inputFont:((_props_inputOptions1=props.inputOptions)===null||_props_inputOptions1===void 0?void 0:_props_inputOptions1.inputFont)&&!isEmptyObject(props.inputOptions.inputFont)?props.inputOptions.inputFont:{fontSize:16,fontFamily:DEFAULT_FONT_FAMILY,fontWeight:500},// Keep separate so we can more easily override\ninputFontSize:inputFontSize,width:props.modalOptions.width,offsetTop:props.modalOptions.top,borderRadius:props.modalOptions.borderRadius,shadow:buildShadow(props.modalOptions.shadow),entryIconColor:props.iconColor,entryIconSize:props.iconSize,entryIconImage:props.iconImage,inputIconSize:props.inputOptions.iconOptions.iconSize,inputIconColor:props.inputOptions.iconOptions.iconColor,inputIconImage:props.inputOptions.iconOptions.iconImage,gapBetweenStatusAndSearch:16,gapBetweenResults:1,scrollBarWidth:20,margin:10,spacing:8,zIndex:props.backdropOptions.zIndex,horizontalSpacing:20,overlayTransition:props.backdropOptions.transition};const handleClick=event=>{// Both need to keep `autofocus` working on the search input.\nevent.preventDefault();event.stopPropagation();if(isOverLimit)return;setIsOpen(true);};return /*#__PURE__*/_jsxs(\"div\",{style:{...containerStyle,...props.style,pointerEvents:isOverLimit?\"none\":\"auto\",opacity:isOverLimit?.4:1},children:[/*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Search Icon\",style:{width:\"100%\",height:\"100%\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",background:\"none\",cursor:\"inherit\",color:\"inherit\",border:\"none\",outline:\"inherit\",padding:0},onClick:handleClick,children:props.iconType===SearchIconType.Custom&&theme.entryIconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:theme.entryIconImage.src,width:theme.entryIconSize,height:theme.entryIconSize}):/*#__PURE__*/_jsx(SearchIcon,{color:theme.entryIconColor,width:theme.entryIconSize,height:theme.entryIconSize})}),/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen&&!isOnCanvas&&/*#__PURE__*/_jsx(Overlay,{ref:overlay,layoutType:layoutType,urlScope:props.urlScope,inputOptions:props.inputOptions,resultOptions:props.resultOptions,backdropOptions:props.backdropOptions,modalOptions:props.modalOptions,theme:theme,onDismiss:()=>setIsOpen(false)})})]});},[// 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        `,// 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        `,// 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        }`,// 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        }`]);export default EntryPoint;addPropertyControls(EntryPoint,{urlScope:{title:\"Scope\",// @ts-ignore - Internal\ntype:ControlType.PageScope},// entryType: {\n//     title: \"Type\",\n//     type: ControlType.Enum,\n//     options: Object.values(SearchEntryType),\n//     optionTitles: Object.values(SearchEntryType).map(titleCase),\n//     displaySegmentedControl: true,\n// },\niconType:{title:\"Icon\",type:ControlType.Enum,options:Object.values(SearchIconType),optionTitles:Object.values(SearchIconType).map(titleCase),displaySegmentedControl:true},iconColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.iconType===SearchIconType.Custom},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===SearchIconType.Default},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24},inputOptions:{title:\"Input\",type:ControlType.Object,buttonTitle:\"Icon, Styles\",controls:{iconOptions:{title:\"Icon\",type:ControlType.Object,buttonTitle:\"Color, Size\",controls:{iconType:{title:\"Icon\",type:ControlType.Enum,options:Object.values(SearchIconType),optionTitles:Object.values(SearchIconType).map(titleCase),displaySegmentedControl:true},iconColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.45)\",hidden:({iconType})=>{return iconType===SearchIconType.Custom;}},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:({iconType})=>iconType===SearchIconType.Default},iconSize:{title:\"Icon Size\",type:ControlType.Number,displayStepper:true,defaultValue:18,min:0,max:100}}},inputFont:{title:\"Font\",// @ts-ignore \u2013\u00A0Internal\ntype:ControlType.Font,displayFontSize:true},textColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\"},placeholderOptions:{title:\"Placeholder\",type:ControlType.Object,buttonTitle:\"Color, Text\",controls:{placeholderText:{title:\"Text\",type:ControlType.String,defaultValue:\"Search...\"},placeholderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.4)\"}}},dividerType:{title:\"Divider\",type:ControlType.Enum,options:Object.values(SearchInputDividerType),optionTitles:Object.keys(SearchInputDividerType).map(titleCase),defaultValue:SearchInputDividerType.FullWidth},clearButtonType:{title:\"Clear Type\",type:ControlType.Enum,options:Object.values(SearchInputClearButtonType),optionTitles:Object.keys(SearchInputClearButtonType).map(titleCase),defaultValue:SearchInputClearButtonType.Icon},clearButtonText:{title:\"Clear Text\",type:ControlType.String,defaultValue:\"Clear\",hidden:props=>props.clearButtonType!==SearchInputClearButtonType.Text}}},modalOptions:{title:\"Modal\",buttonTitle:\"Layout, Width\",type:ControlType.Object,controls:{layoutType:{title:\"Layout\",type:ControlType.Enum,options:Object.keys(SearchLayoutType),optionTitles:Object.values(SearchLayoutType).map(titleCase),defaultValue:SearchLayoutType.QuickMenu},width:{title:\"Width\",type:ControlType.Number,defaultValue:500,min:200,max:1e3,displayStepper:true,step:5,hidden:props=>props.layoutType===SearchLayoutType.FixedTop},top:{title:\"Top\",type:ControlType.Number,defaultValue:0,min:0,max:1e3,displayStepper:true,hidden:props=>props.layoutType!==SearchLayoutType.FixedTop},heightIsStatic:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Instant\",disabledTitle:\"Animate\",hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu},heightTransition:{title:\"Type\",type:ControlType.Transition,defaultValue:{type:\"spring\",stiffness:800,damping:60},hidden:({heightIsStatic,layoutType})=>layoutType!==SearchLayoutType.QuickMenu||heightIsStatic},borderRadius:{title:\"Radius\",type:ControlType.Number,defaultValue:16,displayStepper:true,min:0,hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu},shadow:{buttonTitle:\"Options\",type:ControlType.Object,defaultValue:{x:0,y:20,blur:40,spread:0,color:\"rgba(0,0,0,0.2)\"},controls:{color:{type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.2)\"},x:{type:ControlType.Number,defaultValue:0},y:{type:ControlType.Number,defaultValue:20},blur:{type:ControlType.Number,defaultValue:40},spread:{type:ControlType.Number,defaultValue:0}}},backgroundColor:{title:\"Background\",type:ControlType.Color,defaultValue:\"#FFF\"},[animationKeyFromLayout(SearchLayoutType.QuickMenu)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",hidden:({layoutType})=>layoutType!==SearchLayoutType.QuickMenu,optional:true,buttonTitle:\"Options\",controls:{opacity:{type:ControlType.Number,defaultValue:.5,step:.1,min:0,max:1},scale:{type:ControlType.Number,defaultValue:.75,step:.1,min:0,max:2},// rotate: {\n//     type: ControlType.Number,\n//     defaultValue: 0,\n//     min: -360,\n//     max: 360,\n// },\nx:{type:ControlType.Number,defaultValue:0,min:-500,max:500},y:{type:ControlType.Number,defaultValue:0,min:-500,max:500},transition:{type:ControlType.Transition}}},[animationKeyFromLayout(SearchLayoutType.FixedTop)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",buttonTitle:\"Options\",hidden:({layoutType})=>layoutType!==SearchLayoutType.FixedTop,optional:true,controls:{opacity:{type:ControlType.Number,defaultValue:.8,step:.1,min:0,max:1},y:{type:ControlType.Number,defaultValue:0,min:-100,max:100},transition:{type:ControlType.Transition}}},[animationKeyFromLayout(SearchLayoutType.Sidebar)]:{title:\"Animation\",type:ControlType.Object,icon:\"effect\",buttonTitle:\"Options\",hidden:({layoutType})=>layoutType!==SearchLayoutType.Sidebar,optional:true,controls:{opacity:{type:ControlType.Number,defaultValue:.8,step:.1,min:0,max:1},x:{type:ControlType.Number,defaultValue:0,min:-1e3,max:1e3},transition:{type:ControlType.Transition}}}}},resultOptions:{title:\"Results\",buttonTitle:\"Fonts, Style\",type:ControlType.Object,defaultValue:{},// description:\n//     \"Learn more about how to use Site Search [here](https://framer.com/learn/site-search)\",\ncontrols:{itemType:{title:\"Style\",type:ControlType.Enum,options:Object.values(SearchResultItemType),optionTitles:Object.keys(SearchResultItemType).map(titleCase),defaultValue:SearchResultItemType.FullWidth},titleFont:{title:\"Title\",// @ts-ignore - Internal\ntype:ControlType.Font,defaultValue:{fontSize:15},displayFontSize:true},titleColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\"},titleType:{title:\"Content\",type:ControlType.Enum,options:Object.values(SearchResultTitleType),optionTitles:Object.keys(SearchResultTitleType).map(titleCase),defaultValue:SearchResultTitleType.H1,displaySegmentedControl:true},subtitleOptions:{type:ControlType.Object,title:\"Subtitle\",buttonTitle:\"Font, Content\",controls:{subtitleFont:{title:\"Font\",// @ts-ignore - Internal\ntype:ControlType.Font,defaultValue:{fontSize:13},displayFontSize:true},subtitleColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.4)\"},subtitleType:{title:\"Content\",type:ControlType.Enum,options:Object.values(SearchResultSubtitleType),optionTitles:Object.keys(SearchResultSubtitleType).map(titleCase),defaultValue:SearchResultSubtitleType.Path}}}}},backdropOptions:{title:\"Backdrop\",type:ControlType.Object,buttonTitle:\"Color, Z Index\",controls:{backgroundColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.8)\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},transition:{type:ControlType.Transition}}}});EntryPoint.displayName=\"Search\";\nexport const __FramerMetadata__ = {\"exports\":{\"ResponsiveImage\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Shadow\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"EntryPoint\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"40\"}},\"EntryPointProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"WindowAnimation\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a4aa1f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,resolvePageScope,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Search from\"https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/HPzg2Uk7mwtBmDzvGbWF/Search.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zhCiaZ8rSJImhxOb2IcI/orX2F5AdsXY86vxNYtF4/qWDG8IXyg.js\";const PhosphorFonts=getFonts(Phosphor);const SearchFonts=getFonts(Search);const enabledGestures={BJWQpBlhr:{hover:true},glsZ_dGT7:{hover:true},L3rXIWY9a:{hover:true}};const cycleOrder=[\"glsZ_dGT7\",\"L3rXIWY9a\",\"BJWQpBlhr\"];const serializationHash=\"framer-Mhdan\";const variantClassNames={BJWQpBlhr:\"framer-v-pyn4kv\",glsZ_dGT7:\"framer-v-iclzl3\",L3rXIWY9a:\"framer-v-107ajhj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Blog search\":\"glsZ_dGT7\",\"Docs search\":\"L3rXIWY9a\",\"helpcenter search\":\"BJWQpBlhr\"};const getProps=({height,id,placeholder,width,...props})=>{return{...props,c_6rw_Pnz:placeholder??props.c_6rw_Pnz??\"Search Something\",variant:humanReadableVariantMap[props.variant]??props.variant??\"glsZ_dGT7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,c_6rw_Pnz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"glsZ_dGT7\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-iclzl3\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Blog search\",layoutDependency:layoutDependency,layoutId:\"glsZ_dGT7\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgb(240, 241, 242))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-8c0894be-dc01-41b3-a904-05d52c705a57, rgb(247, 247, 247))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\",...style},variants:{\"BJWQpBlhr-hover\":{backgroundColor:\"var(--token-7b21de58-195d-4760-b009-72fa6b585dd6, rgb(228, 232, 233))\",boxShadow:\"none\"},\"glsZ_dGT7-hover\":{backgroundColor:\"var(--token-7b21de58-195d-4760-b009-72fa6b585dd6, rgb(228, 232, 233))\",boxShadow:\"inset 0px 0px 0px 1px var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgba(255, 255, 255, 0.06)), inset 0px 1px 0px 0px var(--token-aff37b66-0cde-48e9-9404-df88ea832544, rgba(255, 255, 255, 0.1))\"},\"L3rXIWY9a-hover\":{backgroundColor:\"var(--token-7b21de58-195d-4760-b009-72fa6b585dd6, rgb(228, 232, 233))\",boxShadow:\"none\"}},...addPropertyOverrides({\"BJWQpBlhr-hover\":{\"data-framer-name\":undefined},\"glsZ_dGT7-hover\":{\"data-framer-name\":undefined},\"L3rXIWY9a-hover\":{\"data-framer-name\":undefined},BJWQpBlhr:{\"data-framer-name\":\"helpcenter search\"},L3rXIWY9a:{\"data-framer-name\":\"Docs search\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-135sonf-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"aec4zdbno-container\",nodeId:\"aec4zdbno\",rendersWithMotion:true,scopeId:\"xmK3UQv9J\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133))\",height:\"100%\",iconSearch:\"magnifying-glass\",iconSelection:\"House\",id:\"aec4zdbno\",layoutId:\"aec4zdbno\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"BJWQpBlhr-hover\":{color:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},\"glsZ_dGT7-hover\":{color:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},\"L3rXIWY9a-hover\":{color:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1txygfh\",\"data-styles-preset\":\"qWDG8IXyg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133)))\"},children:\"Search something\"})}),className:\"framer-12yz147\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PcrnO3Uj4\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:c_6rw_Pnz,variants:{\"BJWQpBlhr-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},\"glsZ_dGT7-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},\"L3rXIWY9a-hover\":{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"BJWQpBlhr-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1txygfh\",\"data-styles-preset\":\"qWDG8IXyg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"Search something\"})})},\"glsZ_dGT7-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1txygfh\",\"data-styles-preset\":\"qWDG8IXyg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"Search something\"})})},\"L3rXIWY9a-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1txygfh\",\"data-styles-preset\":\"qWDG8IXyg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"Search something\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hcraow-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Ej9uOPqO_-container\",nodeId:\"Ej9uOPqO_\",rendersWithMotion:true,scopeId:\"xmK3UQv9J\",style:{opacity:0},children:/*#__PURE__*/_jsx(Search,{backdropOptions:{backgroundColor:\"rgba(4, 1, 2, 0.8)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},zIndex:10},height:\"100%\",iconColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",iconSize:24,iconType:\"default\",id:\"Ej9uOPqO_\",inputOptions:{clearButtonText:\"Clear\",clearButtonType:\"icon\",dividerType:\"fullWidth\",iconOptions:{iconColor:\"var(--token-92fb9706-79b8-4393-9baf-d875fe5b9a42, rgba(255, 255, 255, 0.4))\",iconSize:16,iconType:\"default\"},inputFont:{fontFamily:'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400},placeholderOptions:{placeholderColor:\"var(--token-92fb9706-79b8-4393-9baf-d875fe5b9a42, rgba(255, 255, 255, 0.4))\",placeholderText:\"Search something\"},textColor:\"var(--token-92fb9706-79b8-4393-9baf-d875fe5b9a42, rgba(255, 255, 255, 0.4))\"},layoutId:\"Ej9uOPqO_\",modalOptions:{backgroundColor:\"var(--token-8c0894be-dc01-41b3-a904-05d52c705a57, rgb(12, 9, 10))\",borderRadius:8,heightIsStatic:true,heightTransition:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"},layoutType:\"QuickMenu\",shadow:{blur:0,color:\"var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgba(255, 255, 255, 0.06))\",spread:0,x:0,y:-1},top:0,width:500},resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgba(255, 255, 255, 0.55))\",subtitleFont:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\"},subtitleType:\"path\"},titleColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",titleFont:{fontFamily:'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400},titleType:\"title\"},style:{height:\"100%\",width:\"100%\"},urlScope:resolvePageScope({webPageId:\"ytijuD60W\"},router),width:\"100%\",...addPropertyOverrides({BJWQpBlhr:{urlScope:resolvePageScope({webPageId:\"Ati4TWGNG\"},router)},L3rXIWY9a:{resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgba(255, 255, 255, 0.55))\",subtitleFont:{fontFamily:'\"Satoshi Regular\", \"Satoshi Regular Placeholder\", sans-serif',fontSize:\"14px\"},subtitleType:\"path\"},titleColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",titleFont:{fontFamily:'\"Satoshi Regular\", \"Satoshi Regular Placeholder\", sans-serif',fontSize:\"16px\"},titleType:\"title\"},urlScope:resolvePageScope({webPageId:\"FQj5FvhnK\"},router)}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mhdan.framer-44fcud, .framer-Mhdan .framer-44fcud { display: block; }\",\".framer-Mhdan.framer-iclzl3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; width: 560px; }\",\".framer-Mhdan .framer-135sonf-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Mhdan .framer-12yz147 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Mhdan .framer-hcraow-container { bottom: 0px; cursor: pointer; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-Mhdan.framer-v-107ajhj.framer-iclzl3 { gap: 12px; }\",...sharedStyle.css,'.framer-Mhdan[data-border=\"true\"]::after, .framer-Mhdan [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 560\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"L3rXIWY9a\":{\"layout\":[\"fixed\",\"auto\"]},\"BJWQpBlhr\":{\"layout\":[\"fixed\",\"auto\"]},\"ZypkJRSwN\":{\"layout\":[\"fixed\",\"auto\"]},\"HY6Ow3UQk\":{\"layout\":[\"fixed\",\"auto\"]},\"V7j1z2cvp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"c_6rw_Pnz\":\"placeholder\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerxmK3UQv9J=withCSS(Component,css,\"framer-Mhdan\");export default FramerxmK3UQv9J;FramerxmK3UQv9J.displayName=\"Elements/Search input\";FramerxmK3UQv9J.defaultProps={height:48,width:560};addPropertyControls(FramerxmK3UQv9J,{variant:{options:[\"glsZ_dGT7\",\"L3rXIWY9a\",\"BJWQpBlhr\"],optionTitles:[\"Blog search\",\"Docs search\",\"helpcenter search\"],title:\"Variant\",type:ControlType.Enum},c_6rw_Pnz:{defaultValue:\"Search Something\",displayTextArea:false,title:\"Placeholder\",type:ControlType.String}});addFonts(FramerxmK3UQv9J,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-QfwmS0v3_7Y.woff2\",weight:\"400\"},{family:\"Satoshi Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/0yFpglK3jVYQPMAavtrS0bTWcJs.woff\"}]},...PhosphorFonts,...SearchFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxmK3UQv9J\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"560\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L3rXIWY9a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BJWQpBlhr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZypkJRSwN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HY6Ow3UQk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V7j1z2cvp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerVariables\":\"{\\\"c_6rw_Pnz\\\":\\\"placeholder\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ny45DiM5NaMCNFdPWvat/bOxNEf6mzITuZhpNvDOY/hsEEcoNK3.js\";const enabledGestures={tO47ENQeE:{hover:true}};const serializationHash=\"framer-6Ujzi\";const variantClassNames={tO47ENQeE:\"framer-v-unja5m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.5,0,.88,.77],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({color,height,id,link,navItemTitle,width,...props})=>{var _ref,_ref1;return{...props,CfVLM1O7K:link!==null&&link!==void 0?link:props.CfVLM1O7K,cYAq3QoO1:(_ref=navItemTitle!==null&&navItemTitle!==void 0?navItemTitle:props.cYAq3QoO1)!==null&&_ref!==void 0?_ref:\"Roadmap\",Gh61M1vTw:(_ref1=color!==null&&color!==void 0?color:props.Gh61M1vTw)!==null&&_ref1!==void 0?_ref1:\"rgb(0, 0, 0)\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cYAq3QoO1,CfVLM1O7K,Gh61M1vTw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"tO47ENQeE\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:CfVLM1O7K,nodeId:\"tO47ENQeE\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-unja5m\",className,classNames)} framer-j6ayd0`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tO47ENQeE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{opacity:1,...style},variants:{\"tO47ENQeE-hover\":{opacity:.8}},...addPropertyOverrides({\"tO47ENQeE-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yrgzk7\",\"data-styles-preset\":\"hsEEcoNK3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Gh61M1vTw-CBYp6p7fz))\"},children:\"Roadmap\"})}),className:\"framer-1ng4px3\",\"data-framer-name\":\"Roadmap\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vawJFd16G\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Gh61M1vTw-CBYp6p7fz)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-Gh61M1vTw-CBYp6p7fz\":Gh61M1vTw},text:cYAq3QoO1,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-yrgzk7\",\"data-styles-preset\":\"hsEEcoNK3\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Gh61M1vTw-CBYp6p7fz))\"},children:\"Roadmap\"})}),className:\"framer-40nup0\",\"data-framer-name\":\"Roadmap\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JgaRNpZNF\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Gh61M1vTw-CBYp6p7fz)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-Gh61M1vTw-CBYp6p7fz\":Gh61M1vTw},text:cYAq3QoO1,verticalAlignment:\"center\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6Ujzi.framer-j6ayd0, .framer-6Ujzi .framer-j6ayd0 { display: block; }\",\".framer-6Ujzi.framer-unja5m { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: flex-start; overflow: hidden; padding: 8px 0px 8px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6Ujzi .framer-1ng4px3, .framer-6Ujzi .framer-40nup0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6Ujzi.framer-unja5m { gap: 0px; } .framer-6Ujzi.framer-unja5m > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-6Ujzi.framer-unja5m > :first-child { margin-top: 0px; } .framer-6Ujzi.framer-unja5m > :last-child { margin-bottom: 0px; } }\",\".framer-6Ujzi.framer-v-unja5m.hover.framer-unja5m { justify-content: flex-end; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 69.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"N6V_JI57B\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"cYAq3QoO1\":\"navItemTitle\",\"CfVLM1O7K\":\"link\",\"Gh61M1vTw\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCBYp6p7fz=withCSS(Component,css,\"framer-6Ujzi\");export default FramerCBYp6p7fz;FramerCBYp6p7fz.displayName=\"nav-link\";FramerCBYp6p7fz.defaultProps={height:40,width:69.5};addPropertyControls(FramerCBYp6p7fz,{cYAq3QoO1:{defaultValue:\"Roadmap\",displayTextArea:false,title:\"nav-item-title\",type:ControlType.String},CfVLM1O7K:{title:\"Link\",type:ControlType.Link},Gh61M1vTw:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color}});addFonts(FramerCBYp6p7fz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCBYp6p7fz\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"69.5\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"N6V_JI57B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"cYAq3QoO1\\\":\\\"navItemTitle\\\",\\\"CfVLM1O7K\\\":\\\"link\\\",\\\"Gh61M1vTw\\\":\\\"color\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CBYp6p7fz.map", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={D7l356zgO:{hover:true},DeVKAv3OF:{hover:true}};const cycleOrder=[\"DeVKAv3OF\",\"D7l356zgO\"];const serializationHash=\"framer-2W1gl\";const variantClassNames={D7l356zgO:\"framer-v-5hlza6\",DeVKAv3OF:\"framer-v-19v952d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Current:\"D7l356zgO\",Default:\"DeVKAv3OF\"};const getProps=({background,height,id,menu,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,FY0y2zG6e:(_ref=background!==null&&background!==void 0?background:props.FY0y2zG6e)!==null&&_ref!==void 0?_ref:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133))\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"DeVKAv3OF\",Wugl2g1Wg:menu!==null&&menu!==void 0?menu:props.Wugl2g1Wg};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Wugl2g1Wg,FY0y2zG6e,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DeVKAv3OF\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1eey0ct=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wugl2g1Wg){const res=await Wugl2g1Wg(...args);if(res===false)return false;}setVariant(\"D7l356zgO\");});const onTap131umjt=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Wugl2g1Wg){const res=await Wugl2g1Wg(...args);if(res===false)return false;}setVariant(\"DeVKAv3OF\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"D7l356zgO-hover\")return false;if(baseVariant===\"D7l356zgO\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19v952d\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DeVKAv3OF\",onTap:onTap1eey0ct,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,...style},variants:{\"D7l356zgO-hover\":{backgroundColor:\"var(--token-8c0894be-dc01-41b3-a904-05d52c705a57, rgb(245, 245, 245))\"},\"DeVKAv3OF-hover\":{backgroundColor:\"var(--token-8c0894be-dc01-41b3-a904-05d52c705a57, rgb(245, 245, 245))\"}},...addPropertyOverrides({\"D7l356zgO-hover\":{\"data-framer-name\":undefined},\"DeVKAv3OF-hover\":{\"data-framer-name\":undefined},D7l356zgO:{\"data-framer-name\":\"Current\",onTap:onTap131umjt}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14eq2x6\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"FX9a1YXbk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cotd1h\",\"data-framer-name\":\"Leading\",layoutDependency:layoutDependency,layoutId:\"NMvKGChF2\",style:{backgroundColor:FY0y2zG6e,rotate:0},variants:{\"D7l356zgO-hover\":{backgroundColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},\"DeVKAv3OF-hover\":{backgroundColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},D7l356zgO:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mtijnb\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"IbKMaAI6g\",style:{backgroundColor:FY0y2zG6e,rotate:0},variants:{\"D7l356zgO-hover\":{backgroundColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},\"DeVKAv3OF-hover\":{backgroundColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},D7l356zgO:{rotate:-45}}}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-qoc8wn\",\"data-framer-name\":\"Trailing\",layoutDependency:layoutDependency,layoutId:\"zOTouO2IZ\",style:{backgroundColor:FY0y2zG6e},variants:{\"DeVKAv3OF-hover\":{backgroundColor:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2W1gl.framer-1qf2ntb, .framer-2W1gl .framer-1qf2ntb { display: block; }\",\".framer-2W1gl.framer-19v952d { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 6px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-2W1gl .framer-14eq2x6 { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-2W1gl .framer-1cotd1h { flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 2px; }\",\".framer-2W1gl .framer-mtijnb { flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-2W1gl .framer-qoc8wn { bottom: 2px; flex: none; height: 2px; left: 0px; overflow: visible; position: absolute; right: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2W1gl.framer-19v952d { gap: 0px; } .framer-2W1gl.framer-19v952d > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-2W1gl.framer-19v952d > :first-child { margin-left: 0px; } .framer-2W1gl.framer-19v952d > :last-child { margin-right: 0px; } }\",\".framer-2W1gl.framer-v-5hlza6 .framer-1cotd1h { top: 9px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"D7l356zgO\":{\"layout\":[\"auto\",\"auto\"]},\"Htw4AZGmk\":{\"layout\":[\"auto\",\"auto\"]},\"dNFnLgkjl\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Wugl2g1Wg\":\"menu\",\"FY0y2zG6e\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermBjSYtuUx=withCSS(Component,css,\"framer-2W1gl\");export default FramermBjSYtuUx;FramermBjSYtuUx.displayName=\"Elements/Menu button\";FramermBjSYtuUx.defaultProps={height:32,width:32};addPropertyControls(FramermBjSYtuUx,{variant:{options:[\"DeVKAv3OF\",\"D7l356zgO\"],optionTitles:[\"Default\",\"Current\"],title:\"Variant\",type:ControlType.Enum},Wugl2g1Wg:{title:\"Menu\",type:ControlType.EventHandler},FY0y2zG6e:{defaultValue:'var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133)) /* {\"name\":\"Text-Secondary\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramermBjSYtuUx,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermBjSYtuUx\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Wugl2g1Wg\\\":\\\"menu\\\",\\\"FY0y2zG6e\\\":\\\"background\\\"}\",\"framerIntrinsicHeight\":\"32\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"D7l356zgO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Htw4AZGmk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dNFnLgkjl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"32\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mBjSYtuUx.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"f8D67XuZJ\",\"dvuyuedZi\",\"vwZW9zYBQ\",\"CLTix5xfT\",\"K9r0fh9ex\"];const serializationHash=\"framer-IKuoe\";const variantClassNames={CLTix5xfT:\"framer-v-16q58kx\",dvuyuedZi:\"framer-v-dtrnoy\",f8D67XuZJ:\"framer-v-1830tni\",K9r0fh9ex:\"framer-v-1e17kxa\",vwZW9zYBQ:\"framer-v-1qi6kxn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Home default\":\"K9r0fh9ex\",\"home main rotale\":\"CLTix5xfT\",\"logo / primary / mettalex\":\"f8D67XuZJ\",blog:\"vwZW9zYBQ\",docs:\"dvuyuedZi\"};const getProps=({color,height,id,width,...props})=>{return{...props,NWKAaP2PR:color??props.NWKAaP2PR??\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"f8D67XuZJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,NWKAaP2PR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f8D67XuZJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeavem5f7jg=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"K9r0fh9ex\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tmB4apzKZ\"},motionChild:true,nodeId:\"f8D67XuZJ\",openInNewTab:false,scopeId:\"mtgjufMeK\",smoothScroll:true,...addPropertyOverrides({dvuyuedZi:{href:{webPageId:\"hbb5Xi6MA\"}},vwZW9zYBQ:{href:{hash:\":u4tiRmf6m\",webPageId:\"PwsxIiTf6\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1830tni\",className,classNames)} framer-m6pa37`,\"data-framer-name\":\"logo / primary / mettalex\",layoutDependency:layoutDependency,layoutId:\"f8D67XuZJ\",ref:refBinding,style:{rotate:0,...style},variants:{CLTix5xfT:{rotate:-6},K9r0fh9ex:{rotate:0}},...addPropertyOverrides({CLTix5xfT:{\"data-framer-name\":\"home main rotale\",\"data-highlight\":true,onMouseLeave:onMouseLeavem5f7jg},dvuyuedZi:{\"data-framer-name\":\"docs\"},K9r0fh9ex:{\"data-framer-name\":\"Home default\"},vwZW9zYBQ:{\"data-framer-name\":\"blog\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vtgpc0\",\"data-framer-name\":\"logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"l8mEDROAv\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 24\"><path d=\"M 1.165 0.413 L 2.564 0.413 C 2.615 0.412 2.665 0.431 2.703 0.466 C 2.739 0.501 2.758 0.549 2.757 0.599 L 2.757 23.777 C 2.757 23.825 2.738 23.873 2.701 23.908 C 2.664 23.942 2.615 23.962 2.564 23.962 L 1.165 23.962 C 1.114 23.962 1.065 23.942 1.028 23.908 C 0.991 23.874 0.971 23.826 0.97 23.777 L 0.97 0.617 C 0.969 0.568 0.989 0.52 1.026 0.486 C 1.063 0.45 1.113 0.431 1.165 0.433 Z M 4.497 2.925 L 5.896 2.925 C 5.948 2.925 5.997 2.944 6.033 2.979 C 6.069 3.013 6.09 3.06 6.09 3.11 L 6.09 21.116 C 6.09 21.165 6.07 21.213 6.033 21.247 C 5.996 21.282 5.948 21.301 5.897 21.301 L 4.496 21.301 C 4.445 21.301 4.396 21.282 4.359 21.247 C 4.323 21.213 4.302 21.166 4.302 21.116 L 4.302 3.11 C 4.302 3.062 4.322 3.013 4.359 2.979 C 4.396 2.944 4.444 2.925 4.495 2.925 Z M 9.229 4.662 L 7.829 4.662 C 7.779 4.662 7.73 4.681 7.694 4.715 C 7.657 4.749 7.636 4.796 7.635 4.846 L 7.635 22.668 C 7.635 22.716 7.657 22.764 7.694 22.799 C 7.73 22.834 7.779 22.853 7.829 22.853 L 9.229 22.853 C 9.28 22.853 9.33 22.834 9.367 22.799 C 9.402 22.765 9.423 22.718 9.423 22.668 L 9.423 4.846 C 9.423 4.797 9.402 4.75 9.367 4.715 C 9.329 4.68 9.28 4.661 9.229 4.662 Z M 11.162 7.433 L 12.543 7.433 C 12.593 7.432 12.642 7.452 12.679 7.487 C 12.715 7.52 12.736 7.568 12.737 7.617 L 12.737 22.022 C 12.737 22.071 12.715 22.118 12.679 22.153 C 12.642 22.187 12.593 22.207 12.543 22.207 L 11.162 22.207 C 11.111 22.207 11.063 22.187 11.026 22.153 C 10.989 22.119 10.968 22.072 10.968 22.022 L 10.968 7.617 C 10.968 7.568 10.989 7.521 11.026 7.487 C 11.063 7.452 11.111 7.433 11.162 7.433 Z M 15.876 9.923 L 14.477 9.923 C 14.426 9.923 14.377 9.942 14.34 9.977 C 14.304 10.011 14.283 10.058 14.283 10.108 L 14.283 23.682 C 14.283 23.731 14.303 23.778 14.34 23.813 C 14.377 23.847 14.425 23.866 14.476 23.866 L 15.876 23.866 C 15.928 23.866 15.977 23.847 16.013 23.813 C 16.049 23.779 16.07 23.731 16.07 23.682 L 16.07 10.108 C 16.07 10.059 16.05 10.012 16.013 9.977 C 15.976 9.942 15.927 9.923 15.876 9.923 Z M 29.207 23.962 L 27.808 23.962 C 27.757 23.961 27.708 23.942 27.671 23.907 C 27.635 23.873 27.614 23.826 27.613 23.777 L 27.613 0.617 C 27.612 0.567 27.632 0.519 27.669 0.485 C 27.706 0.449 27.756 0.431 27.808 0.433 L 29.207 0.433 C 29.258 0.431 29.308 0.45 29.346 0.485 C 29.382 0.519 29.402 0.567 29.401 0.617 L 29.401 23.777 C 29.401 23.825 29.381 23.873 29.344 23.907 C 29.307 23.942 29.259 23.961 29.208 23.962 Z M 24.475 21.283 L 25.874 21.283 C 25.925 21.283 25.974 21.263 26.011 21.229 C 26.047 21.195 26.068 21.148 26.069 21.098 L 26.069 3.091 C 26.07 3.042 26.05 2.994 26.013 2.96 C 25.976 2.924 25.926 2.905 25.874 2.907 L 24.474 2.907 C 24.423 2.906 24.373 2.925 24.335 2.96 C 24.299 2.994 24.279 3.042 24.28 3.091 L 24.28 21.098 C 24.28 21.147 24.3 21.194 24.337 21.229 C 24.374 21.263 24.423 21.283 24.473 21.283 Z M 22.542 22.853 L 21.142 22.853 C 21.091 22.852 21.043 22.833 21.006 22.799 C 20.97 22.765 20.949 22.718 20.948 22.668 L 20.948 4.846 C 20.948 4.797 20.969 4.75 21.006 4.715 C 21.043 4.681 21.091 4.662 21.142 4.662 L 22.541 4.662 C 22.592 4.662 22.642 4.681 22.679 4.715 C 22.715 4.75 22.735 4.797 22.735 4.846 L 22.735 22.668 C 22.735 22.716 22.716 22.764 22.679 22.799 C 22.642 22.834 22.592 22.853 22.541 22.853 Z M 17.809 22.205 L 19.209 22.205 C 19.26 22.205 19.31 22.186 19.345 22.151 C 19.382 22.117 19.402 22.07 19.403 22.02 L 19.403 7.614 C 19.403 7.566 19.382 7.518 19.345 7.484 C 19.309 7.449 19.26 7.43 19.21 7.43 L 17.809 7.43 C 17.758 7.43 17.709 7.449 17.672 7.484 C 17.636 7.518 17.615 7.565 17.615 7.614 L 17.615 22.02 C 17.615 22.068 17.636 22.116 17.672 22.151 C 17.709 22.186 17.758 22.205 17.809 22.205 Z\" fill=\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"></path></svg>',svgContentId:12160441979,variants:{CLTix5xfT:{backgroundColor:\"rgba(0, 0, 0, 0)\"},K9r0fh9ex:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},withExternalLayout:true,...addPropertyOverrides({CLTix5xfT:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 24\"><path d=\"M 1.165 0.413 L 2.564 0.413 C 2.615 0.412 2.665 0.431 2.703 0.466 C 2.739 0.501 2.758 0.549 2.757 0.599 L 2.757 23.777 C 2.757 23.825 2.738 23.873 2.701 23.908 C 2.664 23.942 2.615 23.962 2.564 23.962 L 1.165 23.962 C 1.114 23.962 1.065 23.942 1.028 23.908 C 0.991 23.874 0.971 23.826 0.97 23.777 L 0.97 0.617 C 0.969 0.568 0.989 0.52 1.026 0.486 C 1.063 0.45 1.113 0.431 1.165 0.433 Z M 4.497 2.925 L 5.896 2.925 C 5.948 2.925 5.997 2.944 6.033 2.979 C 6.069 3.013 6.09 3.06 6.09 3.11 L 6.09 21.116 C 6.09 21.165 6.07 21.213 6.033 21.247 C 5.996 21.282 5.948 21.301 5.897 21.301 L 4.496 21.301 C 4.445 21.301 4.396 21.282 4.359 21.247 C 4.323 21.213 4.302 21.166 4.302 21.116 L 4.302 3.11 C 4.302 3.062 4.322 3.013 4.359 2.979 C 4.396 2.944 4.444 2.925 4.495 2.925 Z M 9.229 4.662 L 7.829 4.662 C 7.779 4.662 7.73 4.681 7.694 4.715 C 7.657 4.749 7.636 4.796 7.635 4.846 L 7.635 22.668 C 7.635 22.716 7.657 22.764 7.694 22.799 C 7.73 22.834 7.779 22.853 7.829 22.853 L 9.229 22.853 C 9.28 22.853 9.33 22.834 9.367 22.799 C 9.402 22.765 9.423 22.718 9.423 22.668 L 9.423 4.846 C 9.423 4.797 9.402 4.75 9.367 4.715 C 9.329 4.68 9.28 4.661 9.229 4.662 Z M 11.162 7.433 L 12.543 7.433 C 12.593 7.432 12.642 7.452 12.679 7.487 C 12.715 7.52 12.736 7.568 12.737 7.617 L 12.737 22.022 C 12.737 22.071 12.715 22.118 12.679 22.153 C 12.642 22.187 12.593 22.207 12.543 22.207 L 11.162 22.207 C 11.111 22.207 11.063 22.187 11.026 22.153 C 10.989 22.119 10.968 22.072 10.968 22.022 L 10.968 7.617 C 10.968 7.568 10.989 7.521 11.026 7.487 C 11.063 7.452 11.111 7.433 11.162 7.433 Z M 15.876 9.923 L 14.477 9.923 C 14.426 9.923 14.377 9.942 14.34 9.977 C 14.304 10.011 14.283 10.058 14.283 10.108 L 14.283 23.682 C 14.283 23.731 14.303 23.778 14.34 23.813 C 14.377 23.847 14.425 23.866 14.476 23.866 L 15.876 23.866 C 15.928 23.866 15.977 23.847 16.013 23.813 C 16.049 23.779 16.07 23.731 16.07 23.682 L 16.07 10.108 C 16.07 10.059 16.05 10.012 16.013 9.977 C 15.976 9.942 15.927 9.923 15.876 9.923 Z M 29.207 23.962 L 27.808 23.962 C 27.757 23.961 27.708 23.942 27.671 23.907 C 27.635 23.873 27.614 23.826 27.613 23.777 L 27.613 0.617 C 27.612 0.567 27.632 0.519 27.669 0.485 C 27.706 0.449 27.756 0.431 27.808 0.433 L 29.207 0.433 C 29.258 0.431 29.308 0.45 29.346 0.485 C 29.382 0.519 29.402 0.567 29.401 0.617 L 29.401 23.777 C 29.401 23.825 29.381 23.873 29.344 23.907 C 29.307 23.942 29.259 23.961 29.208 23.962 Z M 24.475 21.283 L 25.874 21.283 C 25.925 21.283 25.974 21.263 26.011 21.229 C 26.047 21.195 26.068 21.148 26.069 21.098 L 26.069 3.091 C 26.07 3.042 26.05 2.994 26.013 2.96 C 25.976 2.924 25.926 2.905 25.874 2.907 L 24.474 2.907 C 24.423 2.906 24.373 2.925 24.335 2.96 C 24.299 2.994 24.279 3.042 24.28 3.091 L 24.28 21.098 C 24.28 21.147 24.3 21.194 24.337 21.229 C 24.374 21.263 24.423 21.283 24.473 21.283 Z M 22.542 22.853 L 21.142 22.853 C 21.091 22.852 21.043 22.833 21.006 22.799 C 20.97 22.765 20.949 22.718 20.948 22.668 L 20.948 4.846 C 20.948 4.797 20.969 4.75 21.006 4.715 C 21.043 4.681 21.091 4.662 21.142 4.662 L 22.541 4.662 C 22.592 4.662 22.642 4.681 22.679 4.715 C 22.715 4.75 22.735 4.797 22.735 4.846 L 22.735 22.668 C 22.735 22.716 22.716 22.764 22.679 22.799 C 22.642 22.834 22.592 22.853 22.541 22.853 Z M 17.809 22.205 L 19.209 22.205 C 19.26 22.205 19.31 22.186 19.345 22.151 C 19.382 22.117 19.402 22.07 19.403 22.02 L 19.403 7.614 C 19.403 7.566 19.382 7.518 19.345 7.484 C 19.309 7.449 19.26 7.43 19.21 7.43 L 17.809 7.43 C 17.758 7.43 17.709 7.449 17.672 7.484 C 17.636 7.518 17.615 7.565 17.615 7.614 L 17.615 22.02 C 17.615 22.068 17.636 22.116 17.672 22.151 C 17.709 22.186 17.758 22.205 17.809 22.205 Z\" fill=\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;text-white&quot;} */\"></path></svg>',svgContentId:8944657224},K9r0fh9ex:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 24\"><path d=\"M 1.165 0.413 L 2.564 0.413 C 2.615 0.412 2.665 0.431 2.703 0.466 C 2.739 0.501 2.758 0.549 2.757 0.599 L 2.757 23.777 C 2.757 23.825 2.738 23.873 2.701 23.908 C 2.664 23.942 2.615 23.962 2.564 23.962 L 1.165 23.962 C 1.114 23.962 1.065 23.942 1.028 23.908 C 0.991 23.874 0.971 23.826 0.97 23.777 L 0.97 0.617 C 0.969 0.568 0.989 0.52 1.026 0.486 C 1.063 0.45 1.113 0.431 1.165 0.433 Z M 4.497 2.925 L 5.896 2.925 C 5.948 2.925 5.997 2.944 6.033 2.979 C 6.069 3.013 6.09 3.06 6.09 3.11 L 6.09 21.116 C 6.09 21.165 6.07 21.213 6.033 21.247 C 5.996 21.282 5.948 21.301 5.897 21.301 L 4.496 21.301 C 4.445 21.301 4.396 21.282 4.359 21.247 C 4.323 21.213 4.302 21.166 4.302 21.116 L 4.302 3.11 C 4.302 3.062 4.322 3.013 4.359 2.979 C 4.396 2.944 4.444 2.925 4.495 2.925 Z M 9.229 4.662 L 7.829 4.662 C 7.779 4.662 7.73 4.681 7.694 4.715 C 7.657 4.749 7.636 4.796 7.635 4.846 L 7.635 22.668 C 7.635 22.716 7.657 22.764 7.694 22.799 C 7.73 22.834 7.779 22.853 7.829 22.853 L 9.229 22.853 C 9.28 22.853 9.33 22.834 9.367 22.799 C 9.402 22.765 9.423 22.718 9.423 22.668 L 9.423 4.846 C 9.423 4.797 9.402 4.75 9.367 4.715 C 9.329 4.68 9.28 4.661 9.229 4.662 Z M 11.162 7.433 L 12.543 7.433 C 12.593 7.432 12.642 7.452 12.679 7.487 C 12.715 7.52 12.736 7.568 12.737 7.617 L 12.737 22.022 C 12.737 22.071 12.715 22.118 12.679 22.153 C 12.642 22.187 12.593 22.207 12.543 22.207 L 11.162 22.207 C 11.111 22.207 11.063 22.187 11.026 22.153 C 10.989 22.119 10.968 22.072 10.968 22.022 L 10.968 7.617 C 10.968 7.568 10.989 7.521 11.026 7.487 C 11.063 7.452 11.111 7.433 11.162 7.433 Z M 15.876 9.923 L 14.477 9.923 C 14.426 9.923 14.377 9.942 14.34 9.977 C 14.304 10.011 14.283 10.058 14.283 10.108 L 14.283 23.682 C 14.283 23.731 14.303 23.778 14.34 23.813 C 14.377 23.847 14.425 23.866 14.476 23.866 L 15.876 23.866 C 15.928 23.866 15.977 23.847 16.013 23.813 C 16.049 23.779 16.07 23.731 16.07 23.682 L 16.07 10.108 C 16.07 10.059 16.05 10.012 16.013 9.977 C 15.976 9.942 15.927 9.923 15.876 9.923 Z M 29.207 23.962 L 27.808 23.962 C 27.757 23.961 27.708 23.942 27.671 23.907 C 27.635 23.873 27.614 23.826 27.613 23.777 L 27.613 0.617 C 27.612 0.567 27.632 0.519 27.669 0.485 C 27.706 0.449 27.756 0.431 27.808 0.433 L 29.207 0.433 C 29.258 0.431 29.308 0.45 29.346 0.485 C 29.382 0.519 29.402 0.567 29.401 0.617 L 29.401 23.777 C 29.401 23.825 29.381 23.873 29.344 23.907 C 29.307 23.942 29.259 23.961 29.208 23.962 Z M 24.475 21.283 L 25.874 21.283 C 25.925 21.283 25.974 21.263 26.011 21.229 C 26.047 21.195 26.068 21.148 26.069 21.098 L 26.069 3.091 C 26.07 3.042 26.05 2.994 26.013 2.96 C 25.976 2.924 25.926 2.905 25.874 2.907 L 24.474 2.907 C 24.423 2.906 24.373 2.925 24.335 2.96 C 24.299 2.994 24.279 3.042 24.28 3.091 L 24.28 21.098 C 24.28 21.147 24.3 21.194 24.337 21.229 C 24.374 21.263 24.423 21.283 24.473 21.283 Z M 22.542 22.853 L 21.142 22.853 C 21.091 22.852 21.043 22.833 21.006 22.799 C 20.97 22.765 20.949 22.718 20.948 22.668 L 20.948 4.846 C 20.948 4.797 20.969 4.75 21.006 4.715 C 21.043 4.681 21.091 4.662 21.142 4.662 L 22.541 4.662 C 22.592 4.662 22.642 4.681 22.679 4.715 C 22.715 4.75 22.735 4.797 22.735 4.846 L 22.735 22.668 C 22.735 22.716 22.716 22.764 22.679 22.799 C 22.642 22.834 22.592 22.853 22.541 22.853 Z M 17.809 22.205 L 19.209 22.205 C 19.26 22.205 19.31 22.186 19.345 22.151 C 19.382 22.117 19.402 22.07 19.403 22.02 L 19.403 7.614 C 19.403 7.566 19.382 7.518 19.345 7.484 C 19.309 7.449 19.26 7.43 19.21 7.43 L 17.809 7.43 C 17.758 7.43 17.709 7.449 17.672 7.484 C 17.636 7.518 17.615 7.565 17.615 7.614 L 17.615 22.02 C 17.615 22.068 17.636 22.116 17.672 22.151 C 17.709 22.186 17.758 22.205 17.809 22.205 Z\" fill=\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;text-white&quot;} */\"></path></svg>',svgContentId:8944657224}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss03' on\",\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-NWKAaP2PR-mtgjufMeK))\"},children:\"Mettalex\"})}),className:\"framer-eu60tr\",\"data-framer-name\":\"Docs\",fonts:[\"CUSTOM;Satoshi Medium\"],layoutDependency:layoutDependency,layoutId:\"LsPi6JpSf\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-NWKAaP2PR-mtgjufMeK)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-NWKAaP2PR-mtgjufMeK\":NWKAaP2PR},variants:{CLTix5xfT:{\"--extracted-r6o4lv\":\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\"},dvuyuedZi:{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},K9r0fh9ex:{\"--extracted-r6o4lv\":\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\"},vwZW9zYBQ:{\"--extracted-r6o4lv\":\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({CLTix5xfT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss03' on\",\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255)))\"},children:\"Mettalex\"})})},dvuyuedZi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss03' on\",\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"DOCS\"})})},K9r0fh9ex:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss03' on\",\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255)))\"},children:\"Mettalex\"})})},vwZW9zYBQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1NhdG9zaGkgTWVkaXVt\",\"--framer-font-family\":'\"Satoshi Medium\", \"Satoshi Medium Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'ss03' on\",\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23)))\"},children:\"BLOG\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IKuoe.framer-m6pa37, .framer-IKuoe .framer-m6pa37 { display: block; }\",\".framer-IKuoe.framer-1830tni { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-IKuoe .framer-1vtgpc0 { flex: none; height: 24px; position: relative; width: 30px; }\",\".framer-IKuoe .framer-eu60tr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IKuoe.framer-1830tni { gap: 0px; } .framer-IKuoe.framer-1830tni > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-IKuoe.framer-1830tni > :first-child { margin-left: 0px; } .framer-IKuoe.framer-1830tni > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 115\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dvuyuedZi\":{\"layout\":[\"auto\",\"auto\"]},\"vwZW9zYBQ\":{\"layout\":[\"auto\",\"auto\"]},\"CLTix5xfT\":{\"layout\":[\"auto\",\"auto\"]},\"K9r0fh9ex\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NWKAaP2PR\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermtgjufMeK=withCSS(Component,css,\"framer-IKuoe\");export default FramermtgjufMeK;FramermtgjufMeK.displayName=\"Elements/Logo\";FramermtgjufMeK.defaultProps={height:30,width:115};addPropertyControls(FramermtgjufMeK,{variant:{options:[\"f8D67XuZJ\",\"dvuyuedZi\",\"vwZW9zYBQ\",\"CLTix5xfT\",\"K9r0fh9ex\"],optionTitles:[\"logo / primary / mettalex\",\"docs\",\"blog\",\"home main rotale\",\"Home default\"],title:\"Variant\",type:ControlType.Enum},NWKAaP2PR:{defaultValue:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",title:\"Color\",type:ControlType.Color}});addFonts(FramermtgjufMeK,[{explicitInter:true,fonts:[{family:\"Satoshi Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/fzPHxF9fH0xuWrLGZpocEHb5oU.woff\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermtgjufMeK\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"NWKAaP2PR\\\":\\\"color\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"30\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dvuyuedZi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vwZW9zYBQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CLTix5xfT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K9r0fh9ex\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"115\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mtgjufMeK.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,PathVariablesContext,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Docs from\"https://framerusercontent.com/modules/mABsnGcpoQrM7NC9GGoH/57YgoGiKk5uHz7iE2sKx/TKrqwyycp.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/bLzMjlVSsaOlU2yYW31G/vbpNQoBBvcaq4WNKz7FM/FPW9cbYQG.js\";import ElementsButton from\"https://framerusercontent.com/modules/3loLPkFt4xqdSm2Y3OEj/qLB9zSyyq8gcxdMgWZz6/bQATScgCu.js\";import NavLink from\"https://framerusercontent.com/modules/fSMfgBvS8lZzR0ARQyRS/mjrxxDQemuvpuvXsKnte/CBYp6p7fz.js\";import ElementsMenuButton from\"https://framerusercontent.com/modules/y3Eujiimc6VEDR7HXdyd/n3oV05rACuiC6MHcky4w/mBjSYtuUx.js\";import ElementsLogo from\"https://framerusercontent.com/modules/dJqPITXrq2RZSeaYbuSA/6fsUGNAQSxxKHUOx6pdD/mtgjufMeK.js\";import SideNavItem from\"https://framerusercontent.com/modules/03gtqK5Om4TO8DhvfdO5/AxJYePgDKXkoz4PzWpMA/pv1tkg1ps.js\";import Button from\"https://framerusercontent.com/modules/OgVgGYXVIzO2IViwaBJj/8V76ZmMiJL9WotVYTKcQ/SEpNfYmUo.js\";import ElementsSearchInput from\"https://framerusercontent.com/modules/t9wsnrhrqUCGifXM6B4I/QF1FQD8R7iBp6rcZlpFC/xmK3UQv9J.js\";const ElementsLogoFonts=getFonts(ElementsLogo);const ElementsMenuButtonFonts=getFonts(ElementsMenuButton);const ElementsSearchInputFonts=getFonts(ElementsSearchInput);const NavLinkFonts=getFonts(NavLink);const ButtonFonts=getFonts(Button);const SmartComponentScopedContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(SmartComponentScopedContainer));const SideNavItemFonts=getFonts(SideNavItem);const ElementsButtonFonts=getFonts(ElementsButton);const ElementsSearchInputControls=getPropertyControls(ElementsSearchInput);const cycleOrder=[\"VmrlDkLvh\",\"vGxqlNDGB\",\"COt5zbmij\",\"PeLdZjR02\",\"zToXSJumm\",\"AUxEK7FNV\",\"zn9spqDhQ\",\"Z2vwAiZ0f\",\"NBTzgh5rB\",\"bH5vwH00D\",\"gYAJ3Ny9Y\",\"oJ41xT6ga\",\"awhG0mFUG\",\"mUHZUpxol\",\"WbA2ertz2\",\"AGkpSt4PT\",\"m8HPQ5Wnk\",\"ZoLssDXvJ\",\"OGgek5mvJ\"];const serializationHash=\"framer-mo0gv\";const variantClassNames={AGkpSt4PT:\"framer-v-1j8vxvb\",AUxEK7FNV:\"framer-v-31t7cj\",awhG0mFUG:\"framer-v-v5oie6\",bH5vwH00D:\"framer-v-13d9zu7\",COt5zbmij:\"framer-v-cqan6i\",gYAJ3Ny9Y:\"framer-v-dg2qu4\",m8HPQ5Wnk:\"framer-v-1dweygl\",mUHZUpxol:\"framer-v-1ctibf9\",NBTzgh5rB:\"framer-v-1ylg0ar\",OGgek5mvJ:\"framer-v-9ps1u8\",oJ41xT6ga:\"framer-v-mudkee\",PeLdZjR02:\"framer-v-irjdv9\",vGxqlNDGB:\"framer-v-pmi2ak\",VmrlDkLvh:\"framer-v-t0ap4q\",WbA2ertz2:\"framer-v-169j79b\",Z2vwAiZ0f:\"framer-v-zood35\",zn9spqDhQ:\"framer-v-xm4vcz\",ZoLssDXvJ:\"framer-v-yezx15\",zToXSJumm:\"framer-v-7et9dz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:4};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const query=prequery=>prequery({from:{alias:\"s4bqEQLzT\",data:Docs,type:\"Collection\"},select:[{collection:\"s4bqEQLzT\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"s4bqEQLzT\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"s4bqEQLzT\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"s4bqEQLzT\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"s4bqEQLzT\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"GIDmSuUTS\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"WQsG82IlC\";}else{return\"wIenWNSst\";}};const query1=prequery=>prequery({from:{alias:\"TBPGhrCGa\",data:Docs,type:\"Collection\"},select:[{collection:\"TBPGhrCGa\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"TBPGhrCGa\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"TBPGhrCGa\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"TBPGhrCGa\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"TBPGhrCGa\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"qkOb8Z4b7\"},type:\"BinaryOperation\"}});const query2=prequery=>prequery({from:{alias:\"MgGTujk0m\",data:Docs,type:\"Collection\"},select:[{collection:\"MgGTujk0m\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"MgGTujk0m\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"MgGTujk0m\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"MgGTujk0m\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"MgGTujk0m\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AhSDjinbq\"},type:\"BinaryOperation\"}});const query3=prequery=>prequery({from:{alias:\"FGtHRtm90\",data:Docs,type:\"Collection\"},select:[{collection:\"FGtHRtm90\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"FGtHRtm90\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"FGtHRtm90\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"FGtHRtm90\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FGtHRtm90\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AhSDjinbq\"},type:\"BinaryOperation\"}});const query4=prequery=>prequery({from:{alias:\"KMidguh3U\",data:Docs,type:\"Collection\"},select:[{collection:\"KMidguh3U\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"KMidguh3U\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"KMidguh3U\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"KMidguh3U\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"KMidguh3U\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"qkOb8Z4b7\"},type:\"BinaryOperation\"}});const query5=prequery=>prequery({from:{alias:\"vypLpCxXl\",data:Docs,type:\"Collection\"},select:[{collection:\"vypLpCxXl\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"vypLpCxXl\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"vypLpCxXl\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"vypLpCxXl\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"vypLpCxXl\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"GIDmSuUTS\"},type:\"BinaryOperation\"}});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Blog search\":\"glsZ_dGT7\",\"Docs search\":\"L3rXIWY9a\",\"helpcenter search\":\"BJWQpBlhr\"};const humanReadableVariantMap={\"Blog mobile open\":\"oJ41xT6ga\",\"Blog Tablet\":\"gYAJ3Ny9Y\",\"Docs mobile open\":\"Z2vwAiZ0f\",\"Docs mobile\":\"awhG0mFUG\",\"docs tablet open\":\"OGgek5mvJ\",\"Docs tablet\":\"zn9spqDhQ\",\"Home / Desktop\":\"VmrlDkLvh\",\"Home new mobile open\":\"m8HPQ5Wnk\",\"Home new mobile\":\"ZoLssDXvJ\",\"Home new tablet open\":\"AGkpSt4PT\",\"Home new tablet\":\"WbA2ertz2\",\"Home new\":\"mUHZUpxol\",\"Mobile open\":\"PeLdZjR02\",\"Tablet open\":\"COt5zbmij\",Blog:\"bH5vwH00D\",Docs:\"AUxEK7FNV\",Mobile:\"zToXSJumm\",Tablet:\"vGxqlNDGB\"};const getProps=({background,backgroundBlur,border,height,id,padding,searchPage,width,...props})=>{return{...props,FF2Q_JEhE:background??props.FF2Q_JEhE??\"var(--token-431a2889-196e-4dbc-8ca9-2471634ef31e, rgb(255, 255, 255))\",HdKK6IjvY:backgroundBlur??props.HdKK6IjvY??4,NPHqKrRcD:humanReadableEnumMap[searchPage]??searchPage??props.NPHqKrRcD??\"glsZ_dGT7\",tUgx3zKvl:border??props.tUgx3zKvl??{borderBottomWidth:1,borderColor:'var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgb(240, 241, 242)) /* {\"name\":\"Border 1\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},variant:humanReadableVariantMap[props.variant]??props.variant??\"VmrlDkLvh\",VHcn25ery:padding??props.VHcn25ery??\"0px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,NPHqKrRcD,FF2Q_JEhE,tUgx3zKvl,VHcn25ery,HdKK6IjvY,IX6IlciCQs4bqEQLzT,CqovJQm7Zs4bqEQLzT,CkqWVn6dWs4bqEQLzT,ids4bqEQLzT,CkqWVn6dWTBPGhrCGa,CkqWVn6dWFQj5FvhnK,IX6IlciCQTBPGhrCGa,CqovJQm7ZTBPGhrCGa,idTBPGhrCGa,CkqWVn6dWMgGTujk0m,IX6IlciCQMgGTujk0m,CqovJQm7ZMgGTujk0m,idMgGTujk0m,CkqWVn6dWFGtHRtm90,IX6IlciCQFGtHRtm90,CqovJQm7ZFGtHRtm90,idFGtHRtm90,CkqWVn6dWKMidguh3U,IX6IlciCQKMidguh3U,CqovJQm7ZKMidguh3U,idKMidguh3U,IX6IlciCQvypLpCxXl,CqovJQm7ZvypLpCxXl,CkqWVn6dWvypLpCxXl,idvypLpCxXl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VmrlDkLvh\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const Wugl2g1Wgx3jxaz=activeVariantCallback(async(...args)=>{setVariant(\"OGgek5mvJ\");});const Wugl2g1Wg1oy8h30=activeVariantCallback(async(...args)=>{setVariant(\"zn9spqDhQ\");});const Wugl2g1Wg5hzrtl=activeVariantCallback(async(...args)=>{setVariant(\"COt5zbmij\");});const Wugl2g1Wg1bkq6ya=activeVariantCallback(async(...args)=>{setVariant(\"vGxqlNDGB\");});const Wugl2g1Wg1plq9cw=activeVariantCallback(async(...args)=>{setVariant(\"zToXSJumm\");});const Wugl2g1Wgmds4yy=activeVariantCallback(async(...args)=>{setVariant(\"PeLdZjR02\");});const Wugl2g1Wgbj7xx4=activeVariantCallback(async(...args)=>{setVariant(\"NBTzgh5rB\");});const Wugl2g1Wg1jexyaf=activeVariantCallback(async(...args)=>{setVariant(\"Z2vwAiZ0f\");});const Wugl2g1Wgas5wwv=activeVariantCallback(async(...args)=>{setVariant(\"awhG0mFUG\");});const Wugl2g1Wg17fccsn=activeVariantCallback(async(...args)=>{setVariant(\"oJ41xT6ga\");});const Wugl2g1Wg1m3jwb7=activeVariantCallback(async(...args)=>{setVariant(\"AGkpSt4PT\");});const Wugl2g1Wg18ygd3h=activeVariantCallback(async(...args)=>{setVariant(\"WbA2ertz2\");});const Wugl2g1Wg1dl98tu=activeVariantCallback(async(...args)=>{setVariant(\"ZoLssDXvJ\");});const Wugl2g1Wg1fd0e6p=activeVariantCallback(async(...args)=>{setVariant(\"m8HPQ5Wnk\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"zn9spqDhQ\",\"OGgek5mvJ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"vGxqlNDGB\",\"COt5zbmij\",\"PeLdZjR02\",\"zToXSJumm\",\"AUxEK7FNV\",\"Z2vwAiZ0f\",\"NBTzgh5rB\",\"oJ41xT6ga\",\"awhG0mFUG\",\"WbA2ertz2\",\"AGkpSt4PT\",\"m8HPQ5Wnk\",\"ZoLssDXvJ\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"vGxqlNDGB\",\"AUxEK7FNV\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"vGxqlNDGB\",\"COt5zbmij\",\"PeLdZjR02\",\"zToXSJumm\",\"Z2vwAiZ0f\",\"NBTzgh5rB\",\"oJ41xT6ga\",\"awhG0mFUG\",\"WbA2ertz2\",\"AGkpSt4PT\",\"m8HPQ5Wnk\",\"ZoLssDXvJ\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"vGxqlNDGB\",\"COt5zbmij\",\"PeLdZjR02\",\"zToXSJumm\",\"zn9spqDhQ\",\"Z2vwAiZ0f\",\"NBTzgh5rB\",\"oJ41xT6ga\",\"awhG0mFUG\",\"WbA2ertz2\",\"AGkpSt4PT\",\"m8HPQ5Wnk\",\"ZoLssDXvJ\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed5=()=>{if(baseVariant===\"mUHZUpxol\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"OGgek5mvJ\")return true;return false;};const isDisplayed7=()=>{if([\"COt5zbmij\",\"PeLdZjR02\",\"Z2vwAiZ0f\",\"oJ41xT6ga\",\"AGkpSt4PT\",\"m8HPQ5Wnk\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if([\"AGkpSt4PT\",\"m8HPQ5Wnk\"].includes(baseVariant))return false;return true;};const isDisplayed9=()=>{if([\"COt5zbmij\",\"PeLdZjR02\",\"oJ41xT6ga\"].includes(baseVariant))return false;return true;};const isDisplayed10=()=>{if([\"COt5zbmij\",\"PeLdZjR02\",\"Z2vwAiZ0f\",\"oJ41xT6ga\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-t0ap4q\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Home / Desktop\",layoutDependency:layoutDependency,layoutId:\"VmrlDkLvh\",ref:refBinding,style:{\"--1bhpweh\":numberToPixelString(VHcn25ery),\"--border-bottom-width\":(tUgx3zKvl.borderBottomWidth??tUgx3zKvl.borderWidth)+\"px\",\"--border-color\":tUgx3zKvl.borderColor,\"--border-left-width\":(tUgx3zKvl.borderLeftWidth??tUgx3zKvl.borderWidth)+\"px\",\"--border-right-width\":(tUgx3zKvl.borderRightWidth??tUgx3zKvl.borderWidth)+\"px\",\"--border-style\":tUgx3zKvl.borderStyle,\"--border-top-width\":(tUgx3zKvl.borderTopWidth??tUgx3zKvl.borderWidth)+\"px\",backdropFilter:\"blur(16px)\",backgroundColor:FF2Q_JEhE,boxShadow:\"none\",WebkitBackdropFilter:\"blur(16px)\",...style},variants:{AGkpSt4PT:{backgroundColor:\"var(--token-b46a4cd7-9d91-495a-8504-0055c70f5314, rgb(5, 1, 15))\",boxShadow:\"none\"},AUxEK7FNV:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgb(240, 241, 242))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-431a2889-196e-4dbc-8ca9-2471634ef31e, rgb(255, 255, 255))\"},bH5vwH00D:{backgroundColor:\"var(--token-431a2889-196e-4dbc-8ca9-2471634ef31e, rgb(255, 255, 255))\"},m8HPQ5Wnk:{backgroundColor:\"var(--token-1975b98d-c8c4-418e-bc6e-b60b371d2561, rgb(9, 5, 20))\",boxShadow:\"none\"},mUHZUpxol:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:`blur(${HdKK6IjvY}px)`,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},OGgek5mvJ:{boxShadow:\"none\"},WbA2ertz2:{backgroundColor:\"var(--token-b46a4cd7-9d91-495a-8504-0055c70f5314, rgb(5, 1, 15))\",boxShadow:\"none\"},ZoLssDXvJ:{backgroundColor:\"var(--token-b46a4cd7-9d91-495a-8504-0055c70f5314, rgb(5, 1, 15))\",boxShadow:\"none\"}},...addPropertyOverrides({AGkpSt4PT:{\"data-framer-name\":\"Home new tablet open\"},AUxEK7FNV:{\"data-framer-name\":\"Docs\"},awhG0mFUG:{\"data-framer-name\":\"Docs mobile\"},bH5vwH00D:{\"data-framer-name\":\"Blog\"},COt5zbmij:{\"data-framer-name\":\"Tablet open\"},gYAJ3Ny9Y:{\"data-framer-name\":\"Blog Tablet\"},m8HPQ5Wnk:{\"data-framer-name\":\"Home new mobile open\"},mUHZUpxol:{\"data-framer-name\":\"Home new\"},NBTzgh5rB:{\"data-framer-name\":\"Docs mobile\"},OGgek5mvJ:{\"data-framer-name\":\"docs tablet open\"},oJ41xT6ga:{\"data-framer-name\":\"Blog mobile open\"},PeLdZjR02:{\"data-framer-name\":\"Mobile open\"},vGxqlNDGB:{\"data-framer-name\":\"Tablet\"},WbA2ertz2:{\"data-framer-name\":\"Home new tablet\"},Z2vwAiZ0f:{\"data-framer-name\":\"Docs mobile open\"},zn9spqDhQ:{\"data-framer-name\":\"Docs tablet\"},ZoLssDXvJ:{\"data-framer-name\":\"Home new mobile\"},zToXSJumm:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8e8tkz\",\"data-framer-name\":\"content-wrap\",layoutDependency:layoutDependency,layoutId:\"FtBmoJmwd\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iflqmk\",\"data-framer-name\":\"wrap\",layoutDependency:layoutDependency,layoutId:\"SXiXJUBbS\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bjky93\",layoutDependency:layoutDependency,layoutId:\"NNwqwx4Lk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dkxt49\",\"data-framer-name\":\"logo wrap\",layoutDependency:layoutDependency,layoutId:\"WWOomQSeX\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/2+0+0)+20+0+5+0,...addPropertyOverrides({AGkpSt4PT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+0+0)+20+0+1+0},AUxEK7FNV:{y:(componentViewport?.y||0)+0+0+20+0+5+0},awhG0mFUG:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+20+0+1+0},COt5zbmij:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-344)/2+0+0)+20+0+1+0},m8HPQ5Wnk:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+0+0)+20+0+1+0},mUHZUpxol:{y:undefined},NBTzgh5rB:{y:(componentViewport?.y||0)+0+0+20+0+1+0},OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+0+1},oJ41xT6ga:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+0+0)+20+0+1+0},PeLdZjR02:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+0+0)+20+0+1+0},vGxqlNDGB:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/1/2+0+((componentViewport?.height||200)-0-80)/1*0)+20+0+5+0},WbA2ertz2:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)+20+0+1+0},Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+0+20+0+1+0},zn9spqDhQ:{y:(componentViewport?.y||0)+0+0+20+0+0+1},ZoLssDXvJ:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+20+0+1+0},zToXSJumm:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+20+0+1+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-imaiyf-container\",\"data-framer-name\":\"Mettalex logo\",layoutDependency:layoutDependency,layoutId:\"wcB_TCmy0-container\",name:\"Mettalex logo\",nodeId:\"wcB_TCmy0\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsLogo,{height:\"100%\",id:\"wcB_TCmy0\",layoutId:\"wcB_TCmy0\",name:\"Mettalex logo\",NWKAaP2PR:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",variant:\"f8D67XuZJ\",width:\"100%\",...addPropertyOverrides({AGkpSt4PT:{variant:\"K9r0fh9ex\"},AUxEK7FNV:{variant:\"dvuyuedZi\"},awhG0mFUG:{variant:\"vwZW9zYBQ\"},bH5vwH00D:{variant:\"vwZW9zYBQ\"},gYAJ3Ny9Y:{variant:\"vwZW9zYBQ\"},m8HPQ5Wnk:{variant:\"K9r0fh9ex\"},mUHZUpxol:{variant:\"K9r0fh9ex\"},NBTzgh5rB:{variant:\"dvuyuedZi\"},OGgek5mvJ:{variant:\"dvuyuedZi\"},oJ41xT6ga:{variant:\"vwZW9zYBQ\"},WbA2ertz2:{variant:\"K9r0fh9ex\"},Z2vwAiZ0f:{variant:\"dvuyuedZi\"},zn9spqDhQ:{variant:\"dvuyuedZi\"},ZoLssDXvJ:{variant:\"K9r0fh9ex\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({OGgek5mvJ:{height:32,y:(componentViewport?.y||0)+0+0+20+0+0+0+0},zn9spqDhQ:{height:32,y:(componentViewport?.y||0)+0+0+20+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1810zlp-container\",layoutDependency:layoutDependency,layoutId:\"BSjTj3ulA-container\",nodeId:\"BSjTj3ulA\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsMenuButton,{FY0y2zG6e:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133))\",height:\"100%\",id:\"BSjTj3ulA\",layoutId:\"BSjTj3ulA\",variant:\"DeVKAv3OF\",width:\"100%\",...addPropertyOverrides({OGgek5mvJ:{variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wg1oy8h30},zn9spqDhQ:{Wugl2g1Wg:Wugl2g1Wgx3jxaz}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-c8upjp\",layoutDependency:layoutDependency,layoutId:\"N5Q9BvrDS\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zgve6j\",layoutDependency:layoutDependency,layoutId:\"DR3wRbJVT\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({AUxEK7FNV:{height:40,width:\"375px\",y:(componentViewport?.y||0)+0+0+20+0+0+0+0},vGxqlNDGB:{height:40,width:\"323px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/1/2+0+((componentViewport?.height||200)-0-80)/1*0)+20+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qwyb2l-container\",layoutDependency:layoutDependency,layoutId:\"G13LGfkQs-container\",nodeId:\"G13LGfkQs\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsSearchInput,{c_6rw_Pnz:\"Search Something\",height:\"100%\",id:\"G13LGfkQs\",layoutId:\"G13LGfkQs\",style:{height:\"100%\",width:\"100%\"},variant:NPHqKrRcD,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({AGkpSt4PT:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+0+0)+20+0+0+0+0},awhG0mFUG:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+20+0+0+0+0},COt5zbmij:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-344)/2+0+0)+20+0+0+0+0},m8HPQ5Wnk:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+0+0)+20+0+0+0+0},NBTzgh5rB:{height:32,y:(componentViewport?.y||0)+0+0+20+0+0+0+0},oJ41xT6ga:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+0+0)+20+0+0+0+0},PeLdZjR02:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+0+0)+20+0+0+0+0},vGxqlNDGB:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/1/2+0+((componentViewport?.height||200)-0-80)/1*0)+20+0+0+0+4},WbA2ertz2:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||72)-0-72)/2+0+0)+20+0+0+0+0},Z2vwAiZ0f:{height:32,y:(componentViewport?.y||0)+0+0+20+0+0+0+0},ZoLssDXvJ:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+20+0+0+0+0},zToXSJumm:{height:32,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-72)/2+0+0)+20+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cqsecb-container\",layoutDependency:layoutDependency,layoutId:\"KdkWcZ0Ja-container\",nodeId:\"KdkWcZ0Ja\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsMenuButton,{FY0y2zG6e:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(113, 123, 133))\",height:\"100%\",id:\"KdkWcZ0Ja\",layoutId:\"KdkWcZ0Ja\",variant:\"DeVKAv3OF\",width:\"100%\",...addPropertyOverrides({AGkpSt4PT:{FY0y2zG6e:\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wg18ygd3h},awhG0mFUG:{Wugl2g1Wg:Wugl2g1Wg17fccsn},COt5zbmij:{variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wg1bkq6ya},m8HPQ5Wnk:{FY0y2zG6e:\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wg1dl98tu},NBTzgh5rB:{Wugl2g1Wg:Wugl2g1Wg1jexyaf},oJ41xT6ga:{variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wgas5wwv},PeLdZjR02:{variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wg1plq9cw},vGxqlNDGB:{Wugl2g1Wg:Wugl2g1Wg5hzrtl},WbA2ertz2:{FY0y2zG6e:\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",Wugl2g1Wg:Wugl2g1Wg1m3jwb7},Z2vwAiZ0f:{variant:\"D7l356zgO\",Wugl2g1Wg:Wugl2g1Wgbj7xx4},ZoLssDXvJ:{FY0y2zG6e:\"var(--token-d8db6c0e-b5d4-4f3b-bc50-63514ed69d3e, rgb(255, 255, 255))\",Wugl2g1Wg:Wugl2g1Wg1fd0e6p},zToXSJumm:{Wugl2g1Wg:Wugl2g1Wgmds4yy}},baseVariant,gestureVariant)})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-om53zk\",layoutDependency:layoutDependency,layoutId:\"comyvjXeK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-73hntu\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"XwstzUt7p\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"tmB4apzKZ\"},implicitPathVariables:undefined},{href:{webPageId:\"tmB4apzKZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/2+0+0)+20+0+0+0+0,...addPropertyOverrides({AUxEK7FNV:{y:(componentViewport?.y||0)+0+0+20+0+0+0+0},mUHZUpxol:{y:undefined},OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+32+20+286.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1335vhv-container\",layoutDependency:layoutDependency,layoutId:\"njbShtlBM-container\",nodeId:\"njbShtlBM\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(NavLink,{CfVLM1O7K:resolvedLinks[0],cYAq3QoO1:\"Docs\",Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",height:\"100%\",id:\"njbShtlBM\",layoutId:\"njbShtlBM\",width:\"100%\",...addPropertyOverrides({AUxEK7FNV:{CfVLM1O7K:resolvedLinks[1],cYAq3QoO1:\"Home\",Gh61M1vTw:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\"},bH5vwH00D:{CfVLM1O7K:resolvedLinks[2],cYAq3QoO1:\"Home\"},gYAJ3Ny9Y:{CfVLM1O7K:resolvedLinks[3]},mUHZUpxol:{CfVLM1O7K:resolvedLinks[4],Gh61M1vTw:\"rgb(255, 255, 255)\"},OGgek5mvJ:{CfVLM1O7K:resolvedLinks[5]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"tmB4apzKZ\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/2+0+0)+20+0+0+0+0,...addPropertyOverrides({AUxEK7FNV:{y:(componentViewport?.y||0)+0+0+20+0+0+0+0},mUHZUpxol:{y:undefined},OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+32+20+286.2+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gg3g5u-container\",layoutDependency:layoutDependency,layoutId:\"W20L80j7l-container\",nodeId:\"W20L80j7l\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(NavLink,{CfVLM1O7K:resolvedLinks1[0],cYAq3QoO1:\"Blog\",Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",height:\"100%\",id:\"W20L80j7l\",layoutId:\"W20L80j7l\",width:\"100%\",...addPropertyOverrides({AUxEK7FNV:{CfVLM1O7K:resolvedLinks1[1],Gh61M1vTw:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\"},bH5vwH00D:{CfVLM1O7K:resolvedLinks1[2],cYAq3QoO1:\"Docs\"},gYAJ3Ny9Y:{CfVLM1O7K:resolvedLinks1[3],cYAq3QoO1:\"Home\"},mUHZUpxol:{CfVLM1O7K:resolvedLinks1[4],Gh61M1vTw:\"rgb(255, 255, 255)\"},OGgek5mvJ:{CfVLM1O7K:resolvedLinks1[5]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-80)/2+0+0)+20+0+0+0+0,...addPropertyOverrides({AUxEK7FNV:{y:(componentViewport?.y||0)+0+0+20+0+0+0+0},mUHZUpxol:{y:undefined},OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+32+20+286.2+0+104}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1264c5o-container\",layoutDependency:layoutDependency,layoutId:\"VlgJMe6PR-container\",nodeId:\"VlgJMe6PR\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(NavLink,{CfVLM1O7K:resolvedLinks2[0],cYAq3QoO1:\"Roadmap\",Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",height:\"100%\",id:\"VlgJMe6PR\",layoutId:\"VlgJMe6PR\",width:\"100%\",...addPropertyOverrides({AUxEK7FNV:{CfVLM1O7K:resolvedLinks2[1],Gh61M1vTw:\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\"},bH5vwH00D:{CfVLM1O7K:resolvedLinks2[2]},gYAJ3Ny9Y:{CfVLM1O7K:resolvedLinks2[3]},mUHZUpxol:{CfVLM1O7K:resolvedLinks2[4],Gh61M1vTw:\"rgb(255, 255, 255)\"},OGgek5mvJ:{CfVLM1O7K:resolvedLinks2[5]}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({mUHZUpxol:{height:40,width:\"400px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1o8j4ci-container\",\"data-framer-appear-id\":\"1o8j4ci\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"crriLuWzO-container\",nodeId:\"crriLuWzO\",optimized:true,rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(Button,{eLLVdjrc1:true,eQlPV7GOJ:\"AppWindow\",height:\"100%\",HLt4eXyi7:true,iavHH7z3E:true,id:\"crriLuWzO\",IscVG0f_n:\"ArrowRight\",IUu0qBcwT:\"Mettalex Beta\",layoutId:\"crriLuWzO\",OERozFwWv:false,ScNeIiyeR:false,style:{maxWidth:\"100%\"},TfAN_Rw0v:\"https://beta.mettalex.com/?utm_source=website\",variant:\"U1InavLCF\",width:\"100%\"})})})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f03q94\",\"data-framer-name\":\"Elements/Docs sidebar\",layoutDependency:layoutDependency,layoutId:\"QZbe0fmie\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({OGgek5mvJ:{height:48,width:`max(min(${componentViewport?.width||\"100vw\"}, 800px) - 40px, 1px)`,y:(componentViewport?.y||0)+0+0+20+0+0+32+20+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1si70cc-container\",layoutDependency:layoutDependency,layoutId:\"llKxsoUKW-container\",nodeId:\"llKxsoUKW\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsSearchInput,{c_6rw_Pnz:\"Search Something\",height:\"100%\",id:\"llKxsoUKW\",layoutId:\"llKxsoUKW\",style:{width:\"100%\"},variant:\"L3rXIWY9a\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ebiiz\",\"data-framer-name\":\"Section A\",layoutDependency:layoutDependency,layoutId:\"gu4XEonoV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jcd9ok\",\"data-styles-preset\":\"FPW9cbYQG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89)))\"},children:\"Getting Started\"})}),className:\"framer-arv5ku\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xdIiYHbyD\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8esbdv\",layoutDependency:layoutDependency,layoutId:\"s4bqEQLzT\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"s4bqEQLzT\",data:Docs,type:\"Collection\"},select:[{collection:\"s4bqEQLzT\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"s4bqEQLzT\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"s4bqEQLzT\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"s4bqEQLzT\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"s4bqEQLzT\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"GIDmSuUTS\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({CkqWVn6dW:CkqWVn6dWs4bqEQLzT,CqovJQm7Z:CqovJQm7Zs4bqEQLzT,id:ids4bqEQLzT,IX6IlciCQ:IX6IlciCQs4bqEQLzT},index)=>{IX6IlciCQs4bqEQLzT??=\"\";CqovJQm7Zs4bqEQLzT??=\"\";CkqWVn6dWs4bqEQLzT??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`s4bqEQLzT-${ids4bqEQLzT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CqovJQm7Z:CqovJQm7Zs4bqEQLzT},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p1eq93\",\"data-framer-name\":\"Sidebar link\",layoutDependency:layoutDependency,layoutId:\"VHwXbIwq6\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:IX6IlciCQs4bqEQLzT,implicitPathVariables:{CqovJQm7Z:CqovJQm7Zs4bqEQLzT}},{href:IX6IlciCQs4bqEQLzT,implicitPathVariables:{CqovJQm7Z:CqovJQm7Zs4bqEQLzT}}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,...addPropertyOverrides({OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+32+20+0+0+60+0+22.4+0+0+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mst6gw-container\",layoutDependency:layoutDependency,layoutId:\"yYrnCH4vx-container\",nodeId:\"yYrnCH4vx\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",whileHover:animation2,children:/*#__PURE__*/_jsx(SideNavItem,{bERZvZ9cS:resolvedLinks3[0],height:\"100%\",hP216GrKE:CkqWVn6dWs4bqEQLzT,id:\"yYrnCH4vx\",layoutId:\"yYrnCH4vx\",sOhtvTmE9:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",style:{height:\"100%\"},variant:\"WQsG82IlC\",width:\"100%\",...addPropertyOverrides({OGgek5mvJ:{bERZvZ9cS:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})})})},ids4bqEQLzT);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-530j2g\",\"data-framer-name\":\"Section A\",layoutDependency:layoutDependency,layoutId:\"V0jDGEjRJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jcd9ok\",\"data-styles-preset\":\"FPW9cbYQG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89)))\"},children:\"Feature guides\"})}),className:\"framer-11rt74b\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qZRcme5hv\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ahpmk0\",layoutDependency:layoutDependency,layoutId:\"TBPGhrCGa\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"TBPGhrCGa\",data:Docs,type:\"Collection\"},select:[{collection:\"TBPGhrCGa\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"TBPGhrCGa\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"TBPGhrCGa\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"TBPGhrCGa\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"TBPGhrCGa\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"qkOb8Z4b7\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({CkqWVn6dW:CkqWVn6dWTBPGhrCGa,CqovJQm7Z:CqovJQm7ZTBPGhrCGa,id:idTBPGhrCGa,IX6IlciCQ:IX6IlciCQTBPGhrCGa},index1)=>{CkqWVn6dWTBPGhrCGa??=\"\";IX6IlciCQTBPGhrCGa??=\"\";CqovJQm7ZTBPGhrCGa??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`TBPGhrCGa-${idTBPGhrCGa}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CqovJQm7Z:CqovJQm7ZTBPGhrCGa},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r80qqe\",\"data-framer-name\":\"Sidebar link\",layoutDependency:layoutDependency,layoutId:\"uJQbUsMCl\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:IX6IlciCQTBPGhrCGa,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZTBPGhrCGa}},{href:IX6IlciCQTBPGhrCGa,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZTBPGhrCGa}}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,...addPropertyOverrides({OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+32+20+0+0+131.4+0+22.4+0+0+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4b5y6r-container\",layoutDependency:layoutDependency,layoutId:\"h32OAUNJD-container\",nodeId:\"h32OAUNJD\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",whileHover:animation2,children:/*#__PURE__*/_jsx(SideNavItem,{bERZvZ9cS:resolvedLinks4[0],height:\"100%\",hP216GrKE:CkqWVn6dWTBPGhrCGa,id:\"h32OAUNJD\",layoutId:\"h32OAUNJD\",sOhtvTmE9:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",style:{height:\"100%\"},variant:convertFromBoolean(negate(equals(CkqWVn6dWTBPGhrCGa,CkqWVn6dWFQj5FvhnK)),activeLocale),width:\"100%\",...addPropertyOverrides({OGgek5mvJ:{bERZvZ9cS:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})})})},idTBPGhrCGa);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h0kg5t\",\"data-framer-name\":\"Section A\",layoutDependency:layoutDependency,layoutId:\"rtoA8jSZN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jcd9ok\",\"data-styles-preset\":\"FPW9cbYQG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89)))\"},children:\"$MTLX token\"})}),className:\"framer-ii5qg2\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kV9QNP0l7\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-awvt8d\",layoutDependency:layoutDependency,layoutId:\"MgGTujk0m\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"MgGTujk0m\",data:Docs,type:\"Collection\"},select:[{collection:\"MgGTujk0m\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"MgGTujk0m\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"MgGTujk0m\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"MgGTujk0m\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"MgGTujk0m\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AhSDjinbq\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({CkqWVn6dW:CkqWVn6dWMgGTujk0m,CqovJQm7Z:CqovJQm7ZMgGTujk0m,id:idMgGTujk0m,IX6IlciCQ:IX6IlciCQMgGTujk0m},index2)=>{CkqWVn6dWMgGTujk0m??=\"\";IX6IlciCQMgGTujk0m??=\"\";CqovJQm7ZMgGTujk0m??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`MgGTujk0m-${idMgGTujk0m}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CqovJQm7Z:CqovJQm7ZMgGTujk0m},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cf7fhz\",\"data-framer-name\":\"Sidebar link\",layoutDependency:layoutDependency,layoutId:\"EKAVEawwM\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:IX6IlciCQMgGTujk0m,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZMgGTujk0m}},{href:IX6IlciCQMgGTujk0m,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZMgGTujk0m}}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,...addPropertyOverrides({OGgek5mvJ:{y:(componentViewport?.y||0)+0+0+20+0+0+32+20+0+0+202.8+0+22.4+0+0+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5rg0e-container\",layoutDependency:layoutDependency,layoutId:\"Ai32zwlTB-container\",nodeId:\"Ai32zwlTB\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",whileHover:animation2,children:/*#__PURE__*/_jsx(SideNavItem,{bERZvZ9cS:resolvedLinks5[0],height:\"100%\",hP216GrKE:CkqWVn6dWMgGTujk0m,id:\"Ai32zwlTB\",layoutId:\"Ai32zwlTB\",sOhtvTmE9:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",style:{height:\"100%\"},variant:convertFromBoolean(negate(equals(CkqWVn6dWMgGTujk0m,CkqWVn6dWFQj5FvhnK)),activeLocale),width:\"100%\",...addPropertyOverrides({OGgek5mvJ:{bERZvZ9cS:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})})})},idMgGTujk0m);})})})})})]})]})]})]})})}),isDisplayed7()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ph5xbs\",\"data-framer-name\":\"mobile-tab\",layoutDependency:layoutDependency,layoutId:\"GhrEBJN3n\",style:{backgroundColor:\"var(--token-431a2889-196e-4dbc-8ca9-2471634ef31e, rgb(255, 255, 255))\"},variants:{AGkpSt4PT:{backgroundColor:\"var(--token-b46a4cd7-9d91-495a-8504-0055c70f5314, rgb(5, 1, 15))\"},m8HPQ5Wnk:{backgroundColor:\"var(--token-b46a4cd7-9d91-495a-8504-0055c70f5314, rgb(5, 1, 15))\"}},children:[isDisplayed8()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pyqd9i\",layoutDependency:layoutDependency,layoutId:\"EKJPB61xK\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({COt5zbmij:{width:`max(min(${componentViewport?.width||\"100vw\"}, 800px) - 40px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-344)/2+72+0)+0+0+20},oJ41xT6ga:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 32px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+0+16+0},PeLdZjR02:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 40px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+0+12+0},Z2vwAiZ0f:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 32px)`,y:(componentViewport?.y||0)+0+72+0+0+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v56noc-container\",layoutDependency:layoutDependency,layoutId:\"XZA6slzkk-container\",nodeId:\"XZA6slzkk\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsSearchInput,{c_6rw_Pnz:\"Search Something\",height:\"100%\",id:\"XZA6slzkk\",layoutId:\"XZA6slzkk\",style:{height:\"100%\",width:\"100%\"},variant:\"L3rXIWY9a\",width:\"100%\"})})}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mtg8gb\",\"data-framer-name\":\"Section A\",layoutDependency:layoutDependency,layoutId:\"YYP70sfjv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jcd9ok\",\"data-styles-preset\":\"FPW9cbYQG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89)))\"},children:\"$MTLX token\"})}),className:\"framer-nhigwg\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mbeps696B\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19092gu\",layoutDependency:layoutDependency,layoutId:\"FGtHRtm90\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"FGtHRtm90\",data:Docs,type:\"Collection\"},select:[{collection:\"FGtHRtm90\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"FGtHRtm90\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"FGtHRtm90\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"FGtHRtm90\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"FGtHRtm90\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"AhSDjinbq\"},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({CkqWVn6dW:CkqWVn6dWFGtHRtm90,CqovJQm7Z:CqovJQm7ZFGtHRtm90,id:idFGtHRtm90,IX6IlciCQ:IX6IlciCQFGtHRtm90},index3)=>{CkqWVn6dWFGtHRtm90??=\"\";IX6IlciCQFGtHRtm90??=\"\";CqovJQm7ZFGtHRtm90??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`FGtHRtm90-${idFGtHRtm90}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CqovJQm7Z:CqovJQm7ZFGtHRtm90},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wv41i\",\"data-framer-name\":\"Sidebar link\",layoutDependency:layoutDependency,layoutId:\"DIWrjjzwe\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:IX6IlciCQFGtHRtm90,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZFGtHRtm90}},{href:IX6IlciCQFGtHRtm90,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZFGtHRtm90}}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,...addPropertyOverrides({Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+72+0+0+16+60+0+22.4+0+0+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a2nw2a-container\",layoutDependency:layoutDependency,layoutId:\"QC0EEizvB-container\",nodeId:\"QC0EEizvB\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",whileHover:animation2,children:/*#__PURE__*/_jsx(SideNavItem,{bERZvZ9cS:resolvedLinks6[0],height:\"100%\",hP216GrKE:CkqWVn6dWFGtHRtm90,id:\"QC0EEizvB\",layoutId:\"QC0EEizvB\",sOhtvTmE9:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",style:{height:\"100%\"},variant:convertFromBoolean(negate(equals(CkqWVn6dWFGtHRtm90,CkqWVn6dWFQj5FvhnK)),activeLocale),width:\"100%\",...addPropertyOverrides({Z2vwAiZ0f:{bERZvZ9cS:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})})})},idFGtHRtm90);})})})})})]}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fmyph5\",\"data-framer-name\":\"Section A\",layoutDependency:layoutDependency,layoutId:\"phDCPV2Yz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jcd9ok\",\"data-styles-preset\":\"FPW9cbYQG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89)))\"},children:\"Feature guides\"})}),className:\"framer-m81jrm\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fIq_1dIP7\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ovpfv1\",layoutDependency:layoutDependency,layoutId:\"KMidguh3U\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"KMidguh3U\",data:Docs,type:\"Collection\"},select:[{collection:\"KMidguh3U\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"KMidguh3U\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"KMidguh3U\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"KMidguh3U\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"KMidguh3U\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"qkOb8Z4b7\"},type:\"BinaryOperation\"}},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({CkqWVn6dW:CkqWVn6dWKMidguh3U,CqovJQm7Z:CqovJQm7ZKMidguh3U,id:idKMidguh3U,IX6IlciCQ:IX6IlciCQKMidguh3U},index4)=>{CkqWVn6dWKMidguh3U??=\"\";IX6IlciCQKMidguh3U??=\"\";CqovJQm7ZKMidguh3U??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`KMidguh3U-${idKMidguh3U}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CqovJQm7Z:CqovJQm7ZKMidguh3U},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2bxbu8\",\"data-framer-name\":\"Sidebar link\",layoutDependency:layoutDependency,layoutId:\"i1psuMgLH\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:IX6IlciCQKMidguh3U,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZKMidguh3U}},{href:IX6IlciCQKMidguh3U,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZKMidguh3U}}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,...addPropertyOverrides({Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+72+0+0+16+143.4+0+22.4+0+0+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fh61i1-container\",layoutDependency:layoutDependency,layoutId:\"qrb_h2Mq1-container\",nodeId:\"qrb_h2Mq1\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",whileHover:animation2,children:/*#__PURE__*/_jsx(SideNavItem,{bERZvZ9cS:resolvedLinks7[0],height:\"100%\",hP216GrKE:CkqWVn6dWKMidguh3U,id:\"qrb_h2Mq1\",layoutId:\"qrb_h2Mq1\",sOhtvTmE9:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",style:{height:\"100%\"},variant:convertFromBoolean(negate(equals(CkqWVn6dWKMidguh3U,CkqWVn6dWFQj5FvhnK)),activeLocale),width:\"100%\",...addPropertyOverrides({Z2vwAiZ0f:{bERZvZ9cS:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})})})},idKMidguh3U);})})})})})]}),isDisplayed9()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ebarh1\",\"data-framer-name\":\"Section A\",layoutDependency:layoutDependency,layoutId:\"dr1uYIJ5X\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jcd9ok\",\"data-styles-preset\":\"FPW9cbYQG\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89)))\"},children:\"Getting Started\"})}),className:\"framer-dskdlk\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JYYFQA7ef\",style:{\"--extracted-r6o4lv\":\"var(--token-c4257b10-52e8-4ce9-938c-28d7c7b1e9f5, rgb(72, 81, 89))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f4w6wx\",layoutDependency:layoutDependency,layoutId:\"vypLpCxXl\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"vypLpCxXl\",data:Docs,type:\"Collection\"},select:[{collection:\"vypLpCxXl\",name:\"IX6IlciCQ\",type:\"Identifier\"},{collection:\"vypLpCxXl\",name:\"CqovJQm7Z\",type:\"Identifier\"},{collection:\"vypLpCxXl\",name:\"CkqWVn6dW\",type:\"Identifier\"},{collection:\"vypLpCxXl\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"vypLpCxXl\",name:\"YfwlOKcwW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"GIDmSuUTS\"},type:\"BinaryOperation\"}},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({CkqWVn6dW:CkqWVn6dWvypLpCxXl,CqovJQm7Z:CqovJQm7ZvypLpCxXl,id:idvypLpCxXl,IX6IlciCQ:IX6IlciCQvypLpCxXl},index5)=>{IX6IlciCQvypLpCxXl??=\"\";CqovJQm7ZvypLpCxXl??=\"\";CkqWVn6dWvypLpCxXl??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`vypLpCxXl-${idvypLpCxXl}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{CqovJQm7Z:CqovJQm7ZvypLpCxXl},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bkipve\",\"data-framer-name\":\"Sidebar link\",layoutDependency:layoutDependency,layoutId:\"cRZTTg7lw\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:IX6IlciCQvypLpCxXl,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZvypLpCxXl}},{href:IX6IlciCQvypLpCxXl,implicitPathVariables:{CqovJQm7Z:CqovJQm7ZvypLpCxXl}}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,...addPropertyOverrides({Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+72+0+0+16+222.8+0+22.4+0+0+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mbab2-container\",layoutDependency:layoutDependency,layoutId:\"Gj20uP7hV-container\",nodeId:\"Gj20uP7hV\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",whileHover:animation2,children:/*#__PURE__*/_jsx(SideNavItem,{bERZvZ9cS:resolvedLinks8[0],height:\"100%\",hP216GrKE:CkqWVn6dWvypLpCxXl,id:\"Gj20uP7hV\",layoutId:\"Gj20uP7hV\",sOhtvTmE9:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\",style:{height:\"100%\"},variant:\"WQsG82IlC\",width:\"100%\",...addPropertyOverrides({Z2vwAiZ0f:{bERZvZ9cS:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})})})},idvypLpCxXl);})})})})})]}),isDisplayed10()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kEbbrUaxV\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p5z5r8-container\",layoutDependency:layoutDependency,layoutId:\"yrEgJTTb4-container\",nodeId:\"yrEgJTTb4\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(ElementsButton,{EK_ywl1fO:false,height:\"100%\",I8QsUDsyA:\"Arrowright\",id:\"yrEgJTTb4\",iMuY8lMXe:false,layoutId:\"yrEgJTTb4\",RRiFcrUQI:false,style:{width:\"100%\"},variant:\"lagYQw7gv\",width:\"100%\",x1DqRm9AR:\"Arrowleft\",YXn6xiZ9z:resolvedLinks9[0],Z269UBr60:\"Sign Up for early access\",ZV0Mogaxb:0,ZXKoApa8Y:0})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ncgcrr\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"vRng4idMi\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"tmB4apzKZ\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined},{href:{webPageId:\"hbb5Xi6MA\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({AGkpSt4PT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+72+0)+0+0+20+0},COt5zbmij:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-344)/2+72+0)+0+80+20+0},m8HPQ5Wnk:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+72+0)+0+0+20+0},oJ41xT6ga:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+72+16+56},PeLdZjR02:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+64+20+0},Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+72+0+314.2+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-oil88m-container\",layoutDependency:layoutDependency,layoutId:\"Gd5OVD0Zq-container\",nodeId:\"Gd5OVD0Zq\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(NavLink,{CfVLM1O7K:resolvedLinks10[0],cYAq3QoO1:\"Docs\",Gh61M1vTw:\"rgb(0, 0, 0)\",height:\"100%\",id:\"Gd5OVD0Zq\",layoutId:\"Gd5OVD0Zq\",width:\"100%\",...addPropertyOverrides({AGkpSt4PT:{CfVLM1O7K:resolvedLinks10[5],Gh61M1vTw:\"rgb(255, 255, 255)\"},COt5zbmij:{CfVLM1O7K:resolvedLinks10[1],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},m8HPQ5Wnk:{CfVLM1O7K:resolvedLinks10[6],Gh61M1vTw:\"rgb(255, 255, 255)\"},oJ41xT6ga:{CfVLM1O7K:resolvedLinks10[4],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},PeLdZjR02:{CfVLM1O7K:resolvedLinks10[2],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},Z2vwAiZ0f:{CfVLM1O7K:resolvedLinks10[3],cYAq3QoO1:\"Home\",Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined},{href:{webPageId:\"PwsxIiTf6\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({AGkpSt4PT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+72+0)+0+0+20+56},COt5zbmij:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-344)/2+72+0)+0+80+20+56},m8HPQ5Wnk:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+72+0)+0+0+20+56},oJ41xT6ga:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+72+16+0},PeLdZjR02:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+64+20+56},Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+72+0+314.2+16+56}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qydt3q-container\",layoutDependency:layoutDependency,layoutId:\"drIlyB4m0-container\",nodeId:\"drIlyB4m0\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(NavLink,{CfVLM1O7K:resolvedLinks11[0],cYAq3QoO1:\"Blog\",Gh61M1vTw:\"rgb(0, 0, 0)\",height:\"100%\",id:\"drIlyB4m0\",layoutId:\"drIlyB4m0\",width:\"100%\",...addPropertyOverrides({AGkpSt4PT:{CfVLM1O7K:resolvedLinks11[5],Gh61M1vTw:\"rgb(255, 255, 255)\"},COt5zbmij:{CfVLM1O7K:resolvedLinks11[1],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},m8HPQ5Wnk:{CfVLM1O7K:resolvedLinks11[6],Gh61M1vTw:\"rgb(255, 255, 255)\"},oJ41xT6ga:{CfVLM1O7K:resolvedLinks11[4],cYAq3QoO1:\"Home\",Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},PeLdZjR02:{CfVLM1O7K:resolvedLinks11[2],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},Z2vwAiZ0f:{CfVLM1O7K:resolvedLinks11[3],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ab1hhKxyn:\"roadmap-2024\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"KHElyPeQf\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined},{href:{pathVariables:{ab1hhKxyn:\"roadmap-2025\"},unresolvedPathSlugs:{ab1hhKxyn:{collectionId:\"mpvPWr82u\",collectionItemId:\"QbkjNmvpL\"}},webPageId:\"ytijuD60W\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({AGkpSt4PT:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+72+0)+0+0+20+112},COt5zbmij:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-344)/2+72+0)+0+80+20+112},m8HPQ5Wnk:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-264)/2+72+0)+0+0+20+112},oJ41xT6ga:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+72+16+112},PeLdZjR02:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-328)/2+72+0)+0+64+20+112},Z2vwAiZ0f:{y:(componentViewport?.y||0)+0+72+0+314.2+16+112}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10lyjyv-container\",layoutDependency:layoutDependency,layoutId:\"ooXaF9t4u-container\",nodeId:\"ooXaF9t4u\",rendersWithMotion:true,scopeId:\"C3bKE5QGw\",children:/*#__PURE__*/_jsx(NavLink,{CfVLM1O7K:resolvedLinks12[0],cYAq3QoO1:\"Roadmap\",Gh61M1vTw:\"rgb(0, 0, 0)\",height:\"100%\",id:\"ooXaF9t4u\",layoutId:\"ooXaF9t4u\",width:\"100%\",...addPropertyOverrides({AGkpSt4PT:{CfVLM1O7K:resolvedLinks12[5],Gh61M1vTw:\"rgb(255, 255, 255)\"},COt5zbmij:{CfVLM1O7K:resolvedLinks12[1],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},m8HPQ5Wnk:{CfVLM1O7K:resolvedLinks12[6],Gh61M1vTw:\"rgb(255, 255, 255)\"},oJ41xT6ga:{CfVLM1O7K:resolvedLinks12[4],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},PeLdZjR02:{CfVLM1O7K:resolvedLinks12[2],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"},Z2vwAiZ0f:{CfVLM1O7K:resolvedLinks12[3],Gh61M1vTw:\"var(--token-d4b7c2c7-797e-4196-9a56-8230aac8618c, rgb(19, 21, 23))\"}},baseVariant,gestureVariant)})})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mo0gv.framer-16n512t, .framer-mo0gv .framer-16n512t { display: block; }\",\".framer-mo0gv.framer-t0ap4q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-mo0gv .framer-8e8tkz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-mo0gv .framer-1iflqmk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mo0gv .framer-1bjky93 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mo0gv .framer-dkxt49, .framer-mo0gv .framer-c8upjp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-imaiyf-container, .framer-mo0gv .framer-1810zlp-container, .framer-mo0gv .framer-1cqsecb-container, .framer-mo0gv .framer-1335vhv-container, .framer-mo0gv .framer-gg3g5u-container, .framer-mo0gv .framer-1264c5o-container, .framer-mo0gv .framer-oil88m-container, .framer-mo0gv .framer-qydt3q-container, .framer-mo0gv .framer-10lyjyv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-mo0gv .framer-zgve6j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; max-width: 500px; min-height: 36px; min-width: 194px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-1qwyb2l-container { flex: none; height: 40px; position: relative; width: 375px; }\",\".framer-mo0gv .framer-om53zk { 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-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-73hntu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-1o8j4ci-container { flex: none; height: auto; max-width: 400px; position: relative; width: auto; }\",\".framer-mo0gv .framer-1f03q94 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; width: 1px; }\",\".framer-mo0gv .framer-1si70cc-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-mo0gv .framer-12ebiiz, .framer-mo0gv .framer-530j2g, .framer-mo0gv .framer-h0kg5t, .framer-mo0gv .framer-1mtg8gb, .framer-mo0gv .framer-fmyph5, .framer-mo0gv .framer-1ebarh1 { 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; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-arv5ku, .framer-mo0gv .framer-11rt74b, .framer-mo0gv .framer-ii5qg2, .framer-mo0gv .framer-nhigwg, .framer-mo0gv .framer-m81jrm, .framer-mo0gv .framer-dskdlk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-mo0gv .framer-8esbdv, .framer-mo0gv .framer-1ahpmk0, .framer-mo0gv .framer-awvt8d, .framer-mo0gv .framer-19092gu, .framer-mo0gv .framer-1ovpfv1, .framer-mo0gv .framer-1f4w6wx { 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: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-p1eq93, .framer-mo0gv .framer-r80qqe, .framer-mo0gv .framer-2bxbu8, .framer-mo0gv .framer-1bkipve { 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: hidden; padding: 4px 12px 4px 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-1mst6gw-container, .framer-mo0gv .framer-4b5y6r-container, .framer-mo0gv .framer-5rg0e-container, .framer-mo0gv .framer-1a2nw2a-container, .framer-mo0gv .framer-fh61i1-container, .framer-mo0gv .framer-1mbab2-container { flex: none; height: 29px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-mo0gv .framer-1cf7fhz, .framer-mo0gv .framer-1wv41i { 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: hidden; padding: 6px 12px 6px 0px; position: relative; width: min-content; }\",\".framer-mo0gv .framer-ph5xbs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mo0gv .framer-pyqd9i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-mo0gv .framer-v56noc-container { flex: 1 0 0px; height: 40px; position: relative; width: 1px; }\",\".framer-mo0gv .framer-p5z5r8-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-mo0gv .framer-ncgcrr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-t0ap4q, .framer-mo0gv .framer-8e8tkz, .framer-mo0gv .framer-1iflqmk, .framer-mo0gv .framer-dkxt49, .framer-mo0gv .framer-c8upjp, .framer-mo0gv .framer-zgve6j, .framer-mo0gv .framer-om53zk, .framer-mo0gv .framer-73hntu, .framer-mo0gv .framer-1f03q94, .framer-mo0gv .framer-12ebiiz, .framer-mo0gv .framer-8esbdv, .framer-mo0gv .framer-p1eq93, .framer-mo0gv .framer-530j2g, .framer-mo0gv .framer-1ahpmk0, .framer-mo0gv .framer-r80qqe, .framer-mo0gv .framer-h0kg5t, .framer-mo0gv .framer-awvt8d, .framer-mo0gv .framer-1cf7fhz, .framer-mo0gv .framer-ph5xbs, .framer-mo0gv .framer-pyqd9i, .framer-mo0gv .framer-1mtg8gb, .framer-mo0gv .framer-19092gu, .framer-mo0gv .framer-1wv41i, .framer-mo0gv .framer-fmyph5, .framer-mo0gv .framer-1ovpfv1, .framer-mo0gv .framer-2bxbu8, .framer-mo0gv .framer-1ebarh1, .framer-mo0gv .framer-1f4w6wx, .framer-mo0gv .framer-1bkipve, .framer-mo0gv .framer-ncgcrr { gap: 0px; } .framer-mo0gv.framer-t0ap4q > *, .framer-mo0gv .framer-12ebiiz > *, .framer-mo0gv .framer-8esbdv > *, .framer-mo0gv .framer-530j2g > *, .framer-mo0gv .framer-1ahpmk0 > *, .framer-mo0gv .framer-h0kg5t > *, .framer-mo0gv .framer-awvt8d > *, .framer-mo0gv .framer-ph5xbs > *, .framer-mo0gv .framer-1mtg8gb > *, .framer-mo0gv .framer-19092gu > *, .framer-mo0gv .framer-fmyph5 > *, .framer-mo0gv .framer-1ovpfv1 > *, .framer-mo0gv .framer-1ebarh1 > *, .framer-mo0gv .framer-1f4w6wx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mo0gv.framer-t0ap4q > :first-child, .framer-mo0gv .framer-1f03q94 > :first-child, .framer-mo0gv .framer-12ebiiz > :first-child, .framer-mo0gv .framer-8esbdv > :first-child, .framer-mo0gv .framer-530j2g > :first-child, .framer-mo0gv .framer-1ahpmk0 > :first-child, .framer-mo0gv .framer-h0kg5t > :first-child, .framer-mo0gv .framer-awvt8d > :first-child, .framer-mo0gv .framer-ph5xbs > :first-child, .framer-mo0gv .framer-1mtg8gb > :first-child, .framer-mo0gv .framer-19092gu > :first-child, .framer-mo0gv .framer-fmyph5 > :first-child, .framer-mo0gv .framer-1ovpfv1 > :first-child, .framer-mo0gv .framer-1ebarh1 > :first-child, .framer-mo0gv .framer-1f4w6wx > :first-child, .framer-mo0gv .framer-ncgcrr > :first-child { margin-top: 0px; } .framer-mo0gv.framer-t0ap4q > :last-child, .framer-mo0gv .framer-1f03q94 > :last-child, .framer-mo0gv .framer-12ebiiz > :last-child, .framer-mo0gv .framer-8esbdv > :last-child, .framer-mo0gv .framer-530j2g > :last-child, .framer-mo0gv .framer-1ahpmk0 > :last-child, .framer-mo0gv .framer-h0kg5t > :last-child, .framer-mo0gv .framer-awvt8d > :last-child, .framer-mo0gv .framer-ph5xbs > :last-child, .framer-mo0gv .framer-1mtg8gb > :last-child, .framer-mo0gv .framer-19092gu > :last-child, .framer-mo0gv .framer-fmyph5 > :last-child, .framer-mo0gv .framer-1ovpfv1 > :last-child, .framer-mo0gv .framer-1ebarh1 > :last-child, .framer-mo0gv .framer-1f4w6wx > :last-child, .framer-mo0gv .framer-ncgcrr > :last-child { margin-bottom: 0px; } .framer-mo0gv .framer-8e8tkz > *, .framer-mo0gv .framer-1iflqmk > *, .framer-mo0gv .framer-p1eq93 > *, .framer-mo0gv .framer-r80qqe > *, .framer-mo0gv .framer-1cf7fhz > *, .framer-mo0gv .framer-1wv41i > *, .framer-mo0gv .framer-2bxbu8 > *, .framer-mo0gv .framer-1bkipve > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mo0gv .framer-8e8tkz > :first-child, .framer-mo0gv .framer-1iflqmk > :first-child, .framer-mo0gv .framer-dkxt49 > :first-child, .framer-mo0gv .framer-c8upjp > :first-child, .framer-mo0gv .framer-zgve6j > :first-child, .framer-mo0gv .framer-om53zk > :first-child, .framer-mo0gv .framer-73hntu > :first-child, .framer-mo0gv .framer-p1eq93 > :first-child, .framer-mo0gv .framer-r80qqe > :first-child, .framer-mo0gv .framer-1cf7fhz > :first-child, .framer-mo0gv .framer-pyqd9i > :first-child, .framer-mo0gv .framer-1wv41i > :first-child, .framer-mo0gv .framer-2bxbu8 > :first-child, .framer-mo0gv .framer-1bkipve > :first-child { margin-left: 0px; } .framer-mo0gv .framer-8e8tkz > :last-child, .framer-mo0gv .framer-1iflqmk > :last-child, .framer-mo0gv .framer-dkxt49 > :last-child, .framer-mo0gv .framer-c8upjp > :last-child, .framer-mo0gv .framer-zgve6j > :last-child, .framer-mo0gv .framer-om53zk > :last-child, .framer-mo0gv .framer-73hntu > :last-child, .framer-mo0gv .framer-p1eq93 > :last-child, .framer-mo0gv .framer-r80qqe > :last-child, .framer-mo0gv .framer-1cf7fhz > :last-child, .framer-mo0gv .framer-pyqd9i > :last-child, .framer-mo0gv .framer-1wv41i > :last-child, .framer-mo0gv .framer-2bxbu8 > :last-child, .framer-mo0gv .framer-1bkipve > :last-child { margin-right: 0px; } .framer-mo0gv .framer-dkxt49 > *, .framer-mo0gv .framer-c8upjp > *, .framer-mo0gv .framer-om53zk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mo0gv .framer-zgve6j > *, .framer-mo0gv .framer-pyqd9i > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-mo0gv .framer-73hntu > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } .framer-mo0gv .framer-1f03q94 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mo0gv .framer-ncgcrr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-mo0gv.framer-v-pmi2ak.framer-t0ap4q { gap: unset; justify-content: space-around; width: 810px; }\",\".framer-mo0gv.framer-v-pmi2ak .framer-8e8tkz, .framer-mo0gv.framer-v-cqan6i .framer-8e8tkz, .framer-mo0gv.framer-v-cqan6i .framer-pyqd9i, .framer-mo0gv.framer-v-cqan6i .framer-ncgcrr, .framer-mo0gv.framer-v-irjdv9 .framer-8e8tkz, .framer-mo0gv.framer-v-irjdv9 .framer-ncgcrr, .framer-mo0gv.framer-v-1ylg0ar .framer-8e8tkz, .framer-mo0gv.framer-v-dg2qu4 .framer-8e8tkz, .framer-mo0gv.framer-v-mudkee .framer-8e8tkz, .framer-mo0gv.framer-v-v5oie6 .framer-8e8tkz, .framer-mo0gv.framer-v-169j79b .framer-8e8tkz, .framer-mo0gv.framer-v-1j8vxvb .framer-8e8tkz, .framer-mo0gv.framer-v-1j8vxvb .framer-ncgcrr, .framer-mo0gv.framer-v-1dweygl .framer-8e8tkz, .framer-mo0gv.framer-v-1dweygl .framer-ncgcrr, .framer-mo0gv.framer-v-yezx15 .framer-8e8tkz, .framer-mo0gv.framer-v-9ps1u8 .framer-8e8tkz { padding: 20px; }\",\".framer-mo0gv.framer-v-pmi2ak .framer-1iflqmk, .framer-mo0gv.framer-v-cqan6i .framer-1iflqmk, .framer-mo0gv.framer-v-irjdv9 .framer-1iflqmk, .framer-mo0gv.framer-v-7et9dz .framer-1iflqmk, .framer-mo0gv.framer-v-zood35 .framer-1iflqmk, .framer-mo0gv.framer-v-1ylg0ar .framer-1iflqmk, .framer-mo0gv.framer-v-13d9zu7 .framer-1iflqmk, .framer-mo0gv.framer-v-mudkee .framer-1iflqmk, .framer-mo0gv.framer-v-v5oie6 .framer-1iflqmk, .framer-mo0gv.framer-v-169j79b .framer-1iflqmk, .framer-mo0gv.framer-v-1j8vxvb .framer-1iflqmk, .framer-mo0gv.framer-v-1dweygl .framer-1iflqmk, .framer-mo0gv.framer-v-yezx15 .framer-1iflqmk { gap: unset; justify-content: space-between; }\",\".framer-mo0gv.framer-v-pmi2ak .framer-dkxt49, .framer-mo0gv.framer-v-7et9dz .framer-dkxt49, .framer-mo0gv.framer-v-31t7cj .framer-1bjky93, .framer-mo0gv.framer-v-31t7cj .framer-1qwyb2l-container, .framer-mo0gv.framer-v-zood35 .framer-oil88m-container, .framer-mo0gv.framer-v-dg2qu4 .framer-gg3g5u-container, .framer-mo0gv.framer-v-mudkee .framer-qydt3q-container, .framer-mo0gv.framer-v-1ctibf9 .framer-1335vhv-container { order: 0; }\",\".framer-mo0gv.framer-v-pmi2ak .framer-c8upjp, .framer-mo0gv.framer-v-pmi2ak .framer-1cqsecb-container, .framer-mo0gv.framer-v-cqan6i .framer-1cqsecb-container, .framer-mo0gv.framer-v-irjdv9 .framer-1cqsecb-container, .framer-mo0gv.framer-v-7et9dz .framer-c8upjp, .framer-mo0gv.framer-v-7et9dz .framer-1cqsecb-container, .framer-mo0gv.framer-v-31t7cj .framer-om53zk, .framer-mo0gv.framer-v-zood35 .framer-10lyjyv-container, .framer-mo0gv.framer-v-dg2qu4 .framer-1264c5o-container, .framer-mo0gv.framer-v-mudkee .framer-10lyjyv-container, .framer-mo0gv.framer-v-1ctibf9 .framer-1264c5o-container, .framer-mo0gv.framer-v-169j79b .framer-1cqsecb-container, .framer-mo0gv.framer-v-1j8vxvb .framer-1cqsecb-container, .framer-mo0gv.framer-v-1dweygl .framer-1cqsecb-container, .framer-mo0gv.framer-v-yezx15 .framer-1cqsecb-container { order: 2; }\",\".framer-mo0gv.framer-v-pmi2ak .framer-zgve6j, .framer-mo0gv.framer-v-cqan6i .framer-zgve6j, .framer-mo0gv.framer-v-irjdv9 .framer-zgve6j, .framer-mo0gv.framer-v-7et9dz .framer-zgve6j, .framer-mo0gv.framer-v-zood35 .framer-zgve6j, .framer-mo0gv.framer-v-1ylg0ar .framer-zgve6j, .framer-mo0gv.framer-v-mudkee .framer-zgve6j, .framer-mo0gv.framer-v-v5oie6 .framer-zgve6j, .framer-mo0gv.framer-v-169j79b .framer-zgve6j, .framer-mo0gv.framer-v-1j8vxvb .framer-zgve6j, .framer-mo0gv.framer-v-1dweygl .framer-zgve6j, .framer-mo0gv.framer-v-yezx15 .framer-zgve6j { min-height: unset; min-width: unset; }\",\".framer-mo0gv.framer-v-pmi2ak .framer-1qwyb2l-container { order: 0; width: 323px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-pmi2ak.framer-t0ap4q, .framer-mo0gv.framer-v-pmi2ak .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-pmi2ak.framer-t0ap4q > *, .framer-mo0gv.framer-v-pmi2ak.framer-t0ap4q > :first-child, .framer-mo0gv.framer-v-pmi2ak.framer-t0ap4q > :last-child, .framer-mo0gv.framer-v-pmi2ak .framer-1iflqmk > *, .framer-mo0gv.framer-v-pmi2ak .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-pmi2ak .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-cqan6i.framer-t0ap4q, .framer-mo0gv.framer-v-dg2qu4.framer-t0ap4q, .framer-mo0gv.framer-v-169j79b.framer-t0ap4q, .framer-mo0gv.framer-v-1j8vxvb.framer-t0ap4q { width: 810px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-cqan6i .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-cqan6i .framer-1iflqmk > *, .framer-mo0gv.framer-v-cqan6i .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-cqan6i .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-irjdv9.framer-t0ap4q, .framer-mo0gv.framer-v-7et9dz.framer-t0ap4q, .framer-mo0gv.framer-v-mudkee.framer-t0ap4q, .framer-mo0gv.framer-v-v5oie6.framer-t0ap4q, .framer-mo0gv.framer-v-1dweygl.framer-t0ap4q, .framer-mo0gv.framer-v-yezx15.framer-t0ap4q { width: 360px; }\",\".framer-mo0gv.framer-v-irjdv9 .framer-pyqd9i { flex-direction: column; gap: 12px; padding: 12px 20px 12px 20px; }\",\".framer-mo0gv.framer-v-irjdv9 .framer-v56noc-container, .framer-mo0gv.framer-v-zood35 .framer-v56noc-container, .framer-mo0gv.framer-v-mudkee .framer-v56noc-container { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-irjdv9 .framer-1iflqmk, .framer-mo0gv.framer-v-irjdv9 .framer-pyqd9i { gap: 0px; } .framer-mo0gv.framer-v-irjdv9 .framer-1iflqmk > *, .framer-mo0gv.framer-v-irjdv9 .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-irjdv9 .framer-1iflqmk > :last-child { margin: 0px; } .framer-mo0gv.framer-v-irjdv9 .framer-pyqd9i > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mo0gv.framer-v-irjdv9 .framer-pyqd9i > :first-child { margin-top: 0px; } .framer-mo0gv.framer-v-irjdv9 .framer-pyqd9i > :last-child { margin-bottom: 0px; } }\",\".framer-mo0gv.framer-v-7et9dz .framer-8e8tkz { gap: unset; justify-content: space-between; padding: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-7et9dz .framer-8e8tkz, .framer-mo0gv.framer-v-7et9dz .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-7et9dz .framer-8e8tkz > *, .framer-mo0gv.framer-v-7et9dz .framer-8e8tkz > :first-child, .framer-mo0gv.framer-v-7et9dz .framer-8e8tkz > :last-child, .framer-mo0gv.framer-v-7et9dz .framer-1iflqmk > *, .framer-mo0gv.framer-v-7et9dz .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-7et9dz .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-31t7cj.framer-t0ap4q, .framer-mo0gv.framer-v-xm4vcz .framer-1iflqmk, .framer-mo0gv.framer-v-13d9zu7 .framer-dkxt49, .framer-mo0gv.framer-v-dg2qu4 .framer-1iflqmk, .framer-mo0gv.framer-v-9ps1u8 .framer-1iflqmk { justify-content: flex-start; }\",\".framer-mo0gv.framer-v-31t7cj .framer-8e8tkz { justify-content: flex-start; width: 800px; }\",\".framer-mo0gv.framer-v-31t7cj .framer-1iflqmk { gap: 20px; justify-content: flex-start; }\",\".framer-mo0gv.framer-v-31t7cj .framer-dkxt49 { justify-content: flex-start; order: 0; }\",\".framer-mo0gv.framer-v-31t7cj .framer-c8upjp, .framer-mo0gv.framer-v-zood35 .framer-qydt3q-container, .framer-mo0gv.framer-v-dg2qu4 .framer-1335vhv-container, .framer-mo0gv.framer-v-mudkee .framer-oil88m-container, .framer-mo0gv.framer-v-1ctibf9 .framer-gg3g5u-container { order: 1; }\",\".framer-mo0gv.framer-v-31t7cj .framer-zgve6j { max-width: unset; min-height: unset; min-width: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-31t7cj .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-31t7cj .framer-1iflqmk > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-mo0gv.framer-v-31t7cj .framer-1iflqmk > :first-child { margin-left: 0px; } .framer-mo0gv.framer-v-31t7cj .framer-1iflqmk > :last-child { margin-right: 0px; } }\",\".framer-mo0gv.framer-v-xm4vcz.framer-t0ap4q { justify-content: flex-start; width: 810px; }\",\".framer-mo0gv.framer-v-xm4vcz .framer-8e8tkz, .framer-mo0gv.framer-v-zood35 .framer-8e8tkz { justify-content: flex-start; padding: 20px; }\",\".framer-mo0gv.framer-v-xm4vcz .framer-dkxt49 { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-xm4vcz .framer-dkxt49 { gap: 0px; } .framer-mo0gv.framer-v-xm4vcz .framer-dkxt49 > *, .framer-mo0gv.framer-v-xm4vcz .framer-dkxt49 > :first-child, .framer-mo0gv.framer-v-xm4vcz .framer-dkxt49 > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-zood35.framer-t0ap4q { justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 360px; }\",\".framer-mo0gv.framer-v-zood35 .framer-pyqd9i { flex-direction: column; justify-content: flex-start; }\",\".framer-mo0gv.framer-v-zood35 .framer-1mtg8gb, .framer-mo0gv.framer-v-zood35 .framer-fmyph5, .framer-mo0gv.framer-v-zood35 .framer-1ebarh1 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-zood35 .framer-1iflqmk, .framer-mo0gv.framer-v-zood35 .framer-pyqd9i { gap: 0px; } .framer-mo0gv.framer-v-zood35 .framer-1iflqmk > *, .framer-mo0gv.framer-v-zood35 .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-zood35 .framer-1iflqmk > :last-child { margin: 0px; } .framer-mo0gv.framer-v-zood35 .framer-pyqd9i > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-mo0gv.framer-v-zood35 .framer-pyqd9i > :first-child { margin-top: 0px; } .framer-mo0gv.framer-v-zood35 .framer-pyqd9i > :last-child { margin-bottom: 0px; } }\",\".framer-mo0gv.framer-v-1ylg0ar.framer-t0ap4q { justify-content: flex-start; width: 360px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-1ylg0ar .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-1ylg0ar .framer-1iflqmk > *, .framer-mo0gv.framer-v-1ylg0ar .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-1ylg0ar .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-13d9zu7 .framer-8e8tkz { gap: unset; justify-content: space-between; width: 800px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-13d9zu7 .framer-8e8tkz, .framer-mo0gv.framer-v-13d9zu7 .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-13d9zu7 .framer-8e8tkz > *, .framer-mo0gv.framer-v-13d9zu7 .framer-8e8tkz > :first-child, .framer-mo0gv.framer-v-13d9zu7 .framer-8e8tkz > :last-child, .framer-mo0gv.framer-v-13d9zu7 .framer-1iflqmk > *, .framer-mo0gv.framer-v-13d9zu7 .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-13d9zu7 .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-mudkee .framer-pyqd9i, .framer-mo0gv.framer-v-9ps1u8 .framer-1bjky93 { flex-direction: column; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-mudkee .framer-1iflqmk, .framer-mo0gv.framer-v-mudkee .framer-pyqd9i { gap: 0px; } .framer-mo0gv.framer-v-mudkee .framer-1iflqmk > *, .framer-mo0gv.framer-v-mudkee .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-mudkee .framer-1iflqmk > :last-child { margin: 0px; } .framer-mo0gv.framer-v-mudkee .framer-pyqd9i > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-mo0gv.framer-v-mudkee .framer-pyqd9i > :first-child { margin-top: 0px; } .framer-mo0gv.framer-v-mudkee .framer-pyqd9i > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-v5oie6 .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-v5oie6 .framer-1iflqmk > *, .framer-mo0gv.framer-v-v5oie6 .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-v5oie6 .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-1ctibf9.framer-t0ap4q { padding: var(--1bhpweh); }\",\".framer-mo0gv.framer-v-1ctibf9 .framer-8e8tkz { max-width: 1200px; }\",\".framer-mo0gv.framer-v-1ctibf9 .framer-1bjky93 { max-width: 800px; }\",\".framer-mo0gv.framer-v-1ctibf9 .framer-73hntu { align-content: center; align-items: center; }\",\".framer-mo0gv.framer-v-1ctibf9 .framer-1o8j4ci-container { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-169j79b .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-169j79b .framer-1iflqmk > *, .framer-mo0gv.framer-v-169j79b .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-169j79b .framer-1iflqmk > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-1j8vxvb .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-1j8vxvb .framer-1iflqmk > *, .framer-mo0gv.framer-v-1j8vxvb .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-1j8vxvb .framer-1iflqmk > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-1dweygl .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-1dweygl .framer-1iflqmk > *, .framer-mo0gv.framer-v-1dweygl .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-1dweygl .framer-1iflqmk > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-yezx15 .framer-1iflqmk { gap: 0px; } .framer-mo0gv.framer-v-yezx15 .framer-1iflqmk > *, .framer-mo0gv.framer-v-yezx15 .framer-1iflqmk > :first-child, .framer-mo0gv.framer-v-yezx15 .framer-1iflqmk > :last-child { margin: 0px; } }\",\".framer-mo0gv.framer-v-9ps1u8.framer-t0ap4q { justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 810px; }\",\".framer-mo0gv.framer-v-9ps1u8 .framer-dkxt49 { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-mo0gv.framer-v-9ps1u8 .framer-om53zk { flex-direction: column; gap: 20px; justify-content: center; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-mo0gv.framer-v-9ps1u8 .framer-73hntu { flex-direction: column; gap: 12px; order: 1; width: 100%; }\",\".framer-mo0gv.framer-v-9ps1u8 .framer-1f03q94 { flex: none; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mo0gv.framer-v-9ps1u8 .framer-1bjky93, .framer-mo0gv.framer-v-9ps1u8 .framer-dkxt49, .framer-mo0gv.framer-v-9ps1u8 .framer-om53zk, .framer-mo0gv.framer-v-9ps1u8 .framer-73hntu { gap: 0px; } .framer-mo0gv.framer-v-9ps1u8 .framer-1bjky93 > *, .framer-mo0gv.framer-v-9ps1u8 .framer-1bjky93 > :first-child, .framer-mo0gv.framer-v-9ps1u8 .framer-1bjky93 > :last-child, .framer-mo0gv.framer-v-9ps1u8 .framer-dkxt49 > *, .framer-mo0gv.framer-v-9ps1u8 .framer-dkxt49 > :first-child, .framer-mo0gv.framer-v-9ps1u8 .framer-dkxt49 > :last-child { margin: 0px; } .framer-mo0gv.framer-v-9ps1u8 .framer-om53zk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-mo0gv.framer-v-9ps1u8 .framer-om53zk > :first-child, .framer-mo0gv.framer-v-9ps1u8 .framer-73hntu > :first-child { margin-top: 0px; } .framer-mo0gv.framer-v-9ps1u8 .framer-om53zk > :last-child, .framer-mo0gv.framer-v-9ps1u8 .framer-73hntu > :last-child { margin-bottom: 0px; } .framer-mo0gv.framer-v-9ps1u8 .framer-73hntu > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",...sharedStyle.css,'.framer-mo0gv[data-border=\"true\"]::after, .framer-mo0gv [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vGxqlNDGB\":{\"layout\":[\"fixed\",\"auto\"]},\"COt5zbmij\":{\"layout\":[\"fixed\",\"auto\"]},\"PeLdZjR02\":{\"layout\":[\"fixed\",\"auto\"]},\"zToXSJumm\":{\"layout\":[\"fixed\",\"auto\"]},\"AUxEK7FNV\":{\"layout\":[\"fixed\",\"auto\"]},\"zn9spqDhQ\":{\"layout\":[\"fixed\",\"auto\"]},\"Z2vwAiZ0f\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"NBTzgh5rB\":{\"layout\":[\"fixed\",\"auto\"]},\"bH5vwH00D\":{\"layout\":[\"fixed\",\"auto\"]},\"gYAJ3Ny9Y\":{\"layout\":[\"fixed\",\"auto\"]},\"oJ41xT6ga\":{\"layout\":[\"fixed\",\"auto\"]},\"awhG0mFUG\":{\"layout\":[\"fixed\",\"auto\"]},\"mUHZUpxol\":{\"layout\":[\"fixed\",\"auto\"]},\"WbA2ertz2\":{\"layout\":[\"fixed\",\"auto\"]},\"AGkpSt4PT\":{\"layout\":[\"fixed\",\"auto\"]},\"m8HPQ5Wnk\":{\"layout\":[\"fixed\",\"auto\"]},\"ZoLssDXvJ\":{\"layout\":[\"fixed\",\"auto\"]},\"OGgek5mvJ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"NPHqKrRcD\":\"searchPage\",\"FF2Q_JEhE\":\"background\",\"tUgx3zKvl\":\"border\",\"VHcn25ery\":\"padding\",\"HdKK6IjvY\":\"backgroundBlur\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerC3bKE5QGw=withCSS(Component,css,\"framer-mo0gv\");export default FramerC3bKE5QGw;FramerC3bKE5QGw.displayName=\"Elements/Navigation bar\";FramerC3bKE5QGw.defaultProps={height:80,width:1440};addPropertyControls(FramerC3bKE5QGw,{variant:{options:[\"VmrlDkLvh\",\"vGxqlNDGB\",\"COt5zbmij\",\"PeLdZjR02\",\"zToXSJumm\",\"AUxEK7FNV\",\"zn9spqDhQ\",\"Z2vwAiZ0f\",\"NBTzgh5rB\",\"bH5vwH00D\",\"gYAJ3Ny9Y\",\"oJ41xT6ga\",\"awhG0mFUG\",\"mUHZUpxol\",\"WbA2ertz2\",\"AGkpSt4PT\",\"m8HPQ5Wnk\",\"ZoLssDXvJ\",\"OGgek5mvJ\"],optionTitles:[\"Home / Desktop\",\"Tablet\",\"Tablet open\",\"Mobile open\",\"Mobile\",\"Docs\",\"Docs tablet\",\"Docs mobile open\",\"Docs mobile\",\"Blog\",\"Blog Tablet\",\"Blog mobile open\",\"Docs mobile\",\"Home new\",\"Home new tablet\",\"Home new tablet open\",\"Home new mobile open\",\"Home new mobile\",\"docs tablet open\"],title:\"Variant\",type:ControlType.Enum},NPHqKrRcD:ElementsSearchInputControls?.[\"variant\"]&&{...ElementsSearchInputControls[\"variant\"],defaultValue:\"glsZ_dGT7\",description:undefined,hidden:undefined,title:\"Search page\"},FF2Q_JEhE:{defaultValue:\"var(--token-431a2889-196e-4dbc-8ca9-2471634ef31e, rgb(255, 255, 255))\",title:\"Background\",type:ControlType.Color},tUgx3zKvl:{defaultValue:{borderBottomWidth:1,borderColor:'var(--token-6a791099-423f-4040-8a79-8eb3182631cb, rgb(240, 241, 242)) /* {\"name\":\"Border 1\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},title:\"Border\",type:ControlType.Border},VHcn25ery:{defaultValue:\"0px\",title:\"Padding\",type:ControlType.Padding},HdKK6IjvY:{defaultValue:4,title:\"Background Blur\",type:ControlType.Number}});addFonts(FramerC3bKE5QGw,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ElementsLogoFonts,...ElementsMenuButtonFonts,...ElementsSearchInputFonts,...NavLinkFonts,...ButtonFonts,...SideNavItemFonts,...ElementsButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC3bKE5QGw\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"NPHqKrRcD\\\":\\\"searchPage\\\",\\\"FF2Q_JEhE\\\":\\\"background\\\",\\\"tUgx3zKvl\\\":\\\"border\\\",\\\"VHcn25ery\\\":\\\"padding\\\",\\\"HdKK6IjvY\\\":\\\"backgroundBlur\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vGxqlNDGB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"COt5zbmij\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PeLdZjR02\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zToXSJumm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AUxEK7FNV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zn9spqDhQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z2vwAiZ0f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"NBTzgh5rB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bH5vwH00D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gYAJ3Ny9Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oJ41xT6ga\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"awhG0mFUG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mUHZUpxol\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WbA2ertz2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AGkpSt4PT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m8HPQ5Wnk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZoLssDXvJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OGgek5mvJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "IconInner", "Icon", "React", "props", "ref", "House_default", "Icon", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "leftIcon", "leftIconSwap", "lIconOpacity", "link", "newTab", "rIconOpacity", "rightIcon", "rightIconSwap", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Z269UBr60", "iMuY8lMXe", "RRiFcrUQI", "x1DqRm9AR", "I8QsUDsyA", "ZV0Mogaxb", "ZXKoApa8Y", "YXn6xiZ9z", "EK_ywl1fO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText", "css", "FramerbQATScgCu", "withCSS", "bQATScgCu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "title2", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "bERZvZ9cS", "hP216GrKE", "sOhtvTmE9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "Framerpv1tkg1ps", "withCSS", "pv1tkg1ps_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "iconLeft", "iconLeft1", "iconRight", "iconRight1", "id", "link", "newTab", "secHoverVisibility", "smoothScroll", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "IUu0qBcwT", "eLLVdjrc1", "OERozFwWv", "eQlPV7GOJ", "IscVG0f_n", "iavHH7z3E", "TfAN_Rw0v", "HLt4eXyi7", "ScNeIiyeR", "vw9F27PdL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapisq6sm", "args", "ref1", "pe", "isDisplayed", "value1", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText", "css", "FramerSEpNfYmUo", "withCSS", "SEpNfYmUo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "SearchIcon", "props", "p", "ClearIcon", "u", "SpinnerIcon", "motion", "Storage", "name", "resolve", "reject", "request", "window", "e", "key", "value", "setCachedData", "url", "dataToCache", "cache", "Storage", "cacheKey", "data", "checkForCachedData", "VERSION", "isDefaultLocaleId", "localeId", "INDEX_KEY", "getIndexKey", "METADATA_KEY", "getMetadataKey", "getCachedIndex", "indexKey", "cachedIndex", "checkForCachedData", "setCachedIndex", "index", "setCachedData", "metadata", "VERSION", "metadataKey", "fakeResults", "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", "localStorageDebugFlag", "window", "groupsRegex", "capitalizeFirstLetter", "value", "titleCase", "clampText", "text", "maxLength", "textLength", "slicedText", "isEmptyObject", "object", "createLogger", "showOutput", "log", "data", "time", "label", "timeEnd", "noop", "DEFAULT_FONT_FAMILY", "getFontFamily", "theme", "_theme_inputFont", "_theme_titleFont", "_theme_subtitleFont", "animationKeyFromLayout", "layout", "safeDocument", "safeWindow", "metaTagSelector", "getMetaTagContent", "metaTag", "checkIfOverLimit", "stripLocaleSlugFromPath", "url", "localeSlug", "localeSlugWithSlash", "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", "p", "codeblock", "getSearchIndexItemScore", "normalizedQuery", "queryWords", "total", "queryWord", "useRawSearch", "index", "settings", "se", "path", "safeWindow", "results", "title", "SearchResultTitleType", "itemA", "itemB", "getIndexedScopedToUrl", "rawUrlScope", "localeSlug", "scopedIndex", "baseScopeUrlHasVariable", "urlUpToPathVariable", "urlScope", "stripLocaleSlugFromPath", "useSearch", "searchIndex", "_setSearchIndex", "ye", "status", "setStatus", "activeLocale", "useLocaleInfo", "localeId", "setSearchIndex", "options", "ue", "loadSearchIndex", "metaTag", "safeDocument", "fakeResults", "cachedIndex", "getCachedIndex", "metaTagContent", "isOverLimit", "searchIndexURL", "getSearchIndexURL", "response", "downloadedIndex", "setCachedIndex", "error", "baseURL", "isDefaultLocaleId", "Browser", "isTouch", "window", "navigator", "isChrome", "isWebKit", "isSafari", "isSafariDesktop", "isWindows", "isMacOS", "useCallbackOnMouseMove", "callback", "mousePositionRef", "prevPositionRef", "pe", "te", "event", "Browser", "ref", "clientX", "clientY", "prevCursorPosition", "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", "p", "ClearIcon", "Divider", "styles", "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", "SearchIcon", "u", "inputContainerStyle", "getFontFamily", "SpinnerIcon", "inputStyle", "scrollOffset", "ResultRow", "index", "result", "prevMousePositionRef", "subtitleType", "selected", "localeSlug", "style", "onMouseMove", "onPointerDown", "onNavigateTo", "url", "title", "score", "urlPath", "se", "stripLocaleSlugFromPath", "handleMouseMove", "useCallbackOnMouseMove", "event", "isContained", "borderRadius", "clamp", "subtitleText", "clampText", "handleClick", "focusTrap", "resultContainer", "resultTitle", "localStorageDebugFlag", "QuickMenuSpacer", "layoutContainerStyle", "LayoutContainer", "layoutType", "onKeyDown", "onDismiss", "children", "modalOptions", "layoutStyles", "getLayoutBaseStyles", "innerStyle", "getContainerAnimation", "key", "animationKeyFromLayout", "prop", "Browser", "containerAnimation", "motion", "ModalContainer", "heightIsStatic", "heightTransition", "heightDeps", "scope", "animate", "useAnimate", "fe", "prevHeight", "height", "ScrollView", "isTouch", "canScroll", "setCanScroll", "element", "statusStyle", "StatusMessage", "previewInfoText", "sidebarStyles", "fixedTopStyles", "quickMenuStyles", "layoutOption", "SearchInputClearButtonType", "SearchInputDividerType", "SearchResultTitleType", "SearchResultSubtitleType", "SearchResultItemType", "SearchLayoutType", "SearchEntryType", "SearchIconType", "SearchModal", "urlScope", "inputOptions", "backdropOptions", "resultOptions", "activeLocale", "useLocaleInfo", "localeId", "input", "selectedResultRow", "scrollView", "setSelected", "isKeyboardNavigationDisabled", "setIsKeyboardNavigationDisabled", "query", "setQuery", "deferredQuery", "oe", "results", "useSearch", "selectedResult", "handleResultRowPointerDown", "te", "handleResultRowMouseMove", "previousSelected", "router", "useRouter", "navigateTo", "_router_getRoute", "_route_page_preload", "_route_page", "_router_navigate", "routeId", "pathVariables", "inferInitialRouteFromPath", "route", "window", "handleKeyDown", "maxIndex", "showNoResults", "showDivider", "isItemContained", "spacing", "listPaddingTop", "scrollIntoView", "isSelected", "getViewportSize", "window", "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", "window", "bodyOverflowHidden", "Ga", "u", "backdropStyles", "SearchLayoutType", "p", "motion", "SearchModal", "containerStyle", "EntryPoint", "withCSS", "_props_inputOptions_inputFont", "_props_inputOptions", "_props_resultOptions", "_props_resultOptions_subtitleOptions", "_props_inputOptions1", "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", "SearchResultTitleType", "SearchResultSubtitleType", "PhosphorFonts", "getFonts", "Icon", "SearchFonts", "Search_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "placeholder", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "c_6rw_Pnz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "resolvePageScope", "css", "FramerxmK3UQv9J", "withCSS", "xmK3UQv9J_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "color", "height", "id", "link", "navItemTitle", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cYAq3QoO1", "CfVLM1O7K", "Gh61M1vTw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText", "css", "FramerCBYp6p7fz", "withCSS", "CBYp6p7fz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "id", "menu", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Wugl2g1Wg", "FY0y2zG6e", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1eey0ct", "args", "onTap131umjt", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramermBjSYtuUx", "withCSS", "mBjSYtuUx_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "NWKAaP2PR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeavem5f7jg", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "SVG", "RichText", "css", "FramermtgjufMeK", "withCSS", "mtgjufMeK_default", "addPropertyControls", "ControlType", "addFonts", "ElementsLogoFonts", "getFonts", "mtgjufMeK_default", "ElementsMenuButtonFonts", "mBjSYtuUx_default", "ElementsSearchInputFonts", "xmK3UQv9J_default", "NavLinkFonts", "CBYp6p7fz_default", "ButtonFonts", "SEpNfYmUo_default", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "SmartComponentScopedContainer", "SideNavItemFonts", "pv1tkg1ps_default", "ElementsButtonFonts", "bQATScgCu_default", "ElementsSearchInputControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "transition2", "animation", "animation1", "transition3", "animation2", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "equals", "a", "b", "negate", "value", "convertFromBoolean", "activeLocale", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "background", "backgroundBlur", "border", "height", "id", "padding", "searchPage", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "NPHqKrRcD", "FF2Q_JEhE", "tUgx3zKvl", "VHcn25ery", "HdKK6IjvY", "IX6IlciCQs4bqEQLzT", "CqovJQm7Zs4bqEQLzT", "CkqWVn6dWs4bqEQLzT", "ids4bqEQLzT", "CkqWVn6dWTBPGhrCGa", "CkqWVn6dWFQj5FvhnK", "IX6IlciCQTBPGhrCGa", "CqovJQm7ZTBPGhrCGa", "idTBPGhrCGa", "CkqWVn6dWMgGTujk0m", "IX6IlciCQMgGTujk0m", "CqovJQm7ZMgGTujk0m", "idMgGTujk0m", "CkqWVn6dWFGtHRtm90", "IX6IlciCQFGtHRtm90", "CqovJQm7ZFGtHRtm90", "idFGtHRtm90", "CkqWVn6dWKMidguh3U", "IX6IlciCQKMidguh3U", "CqovJQm7ZKMidguh3U", "idKMidguh3U", "IX6IlciCQvypLpCxXl", "CqovJQm7ZvypLpCxXl", "CkqWVn6dWvypLpCxXl", "idvypLpCxXl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wugl2g1Wgx3jxaz", "args", "Wugl2g1Wg1oy8h30", "Wugl2g1Wg5hzrtl", "Wugl2g1Wg1bkq6ya", "Wugl2g1Wg1plq9cw", "Wugl2g1Wgmds4yy", "Wugl2g1Wgbj7xx4", "Wugl2g1Wg1jexyaf", "Wugl2g1Wgas5wwv", "Wugl2g1Wg17fccsn", "Wugl2g1Wg1m3jwb7", "Wugl2g1Wg18ygd3h", "Wugl2g1Wg1dl98tu", "Wugl2g1Wg1fd0e6p", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "LayoutGroup", "transition1", "u", "numberToPixelString", "addPropertyOverrides", "ComponentViewportProvider", "SmartComponentScopedContainer", "mtgjufMeK_default", "mBjSYtuUx_default", "xmK3UQv9J_default", "ResolveLinks", "resolvedLinks", "CBYp6p7fz_default", "resolvedLinks1", "resolvedLinks2", "SmartComponentScopedContainerWithFXWithOptimizedAppearEffect", "animation", "animation1", "SEpNfYmUo_default", "RichText", "ChildrenCanSuspend", "QueryData", "TKrqwyycp_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "resolvedLinks3", "animation2", "pv1tkg1ps_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks4", "convertFromBoolean", "negate", "equals", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks5", "collection3", "paginationInfo3", "loadMore3", "index3", "resolvedLinks6", "collection4", "paginationInfo4", "loadMore4", "index4", "resolvedLinks7", "collection5", "paginationInfo5", "loadMore5", "index5", "resolvedLinks8", "resolvedLinks9", "bQATScgCu_default", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "css", "FramerC3bKE5QGw", "withCSS", "C3bKE5QGw_default", "addPropertyControls", "ControlType", "ElementsSearchInputControls", "addFonts", "ElementsLogoFonts", "ElementsMenuButtonFonts", "ElementsSearchInputFonts", "NavLinkFonts", "ButtonFonts", "SideNavItemFonts", "ElementsButtonFonts", "getFontsFromSharedStyle", "fonts"]
}
