{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js", "ssg:https://framerusercontent.com/modules/nKxuoW1UXZYsTqTQ1Egi/bFxlreOgfeKIQ6AAAD4o/Z1d0eXdhK.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.50", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/H4OHcdXxZyPVKySUy1y2/Phosphor.js", "ssg:https://framerusercontent.com/modules/hEG8QsQ5nX5p4vs9V2H4/r6V6HLCygKQjViy4kSru/kQ3xr8_P9.js", "ssg:https://framerusercontent.com/modules/YQQywaNm6OzuibXJuz53/gs6tiAorZwhghBuVGNnz/kpuH_UZ3b.js", "ssg:https://framerusercontent.com/modules/2lpTfaKA31GMwj1Z5sFJ/h2yuzYH4CEOy2WLTJeJs/RX4UDeG9a.js", "ssg:https://framerusercontent.com/modules/odNWCWAOQ7HwatuIxJBw/dxb6KfIS2ovX6eDvbKdU/yNhPwj33G.js", "ssg:https://framerusercontent.com/modules/5x9qvL21pKfkL5NjCRDW/CnUFFsSfHLJqInLDXeSp/fVxnimdqP.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 r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import { useMemo } from \"react\";\nimport { 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                                      */\nexport const containerStyles = {\n  width: \"100%\",\n  height: \"100%\",\n  display: \"flex\",\n  justifyContent: \"center\",\n  alignItems: \"center\"\n};\nexport const defaultEvents = {\n  onClick: {\n    type: ControlType.EventHandler\n  },\n  onMouseDown: {\n    type: ControlType.EventHandler\n  },\n  onMouseUp: {\n    type: ControlType.EventHandler\n  },\n  onMouseEnter: {\n    type: ControlType.EventHandler\n  },\n  onMouseLeave: {\n    type: ControlType.EventHandler\n  }\n};\nconst findByArray = (arr, search) => arr.find(a => a.toLowerCase().includes(search));\nexport function getIconSelection(iconKeys, selectByList, iconSearch = \"\", iconSelection, lowercaseIconKeyPairs) {\n  // gotta get the exact match first THEN find\n  // have a set and try to access ?\n  if (selectByList) return iconSelection;\n  if (iconSearch == null || (iconSearch === null || iconSearch === void 0 ? void 0 : iconSearch.length) === 0) return null;\n  const iconSearchTerm = iconSearch.toLowerCase().replace(/-|\\s/g, \"\");\n  var _iconSearchTerm; // check for exact match, otherwise use .find\n  const searchResult = (_iconSearchTerm = lowercaseIconKeyPairs[iconSearchTerm]) !== null && _iconSearchTerm !== void 0 ? _iconSearchTerm : findByArray(iconKeys, iconSearchTerm);\n  return searchResult;\n}\nexport function useIconSelection(iconKeys, selectByList, iconSearch = \"\", iconSelection, lowercaseIconKeyPairs) {\n  // Clean search term\n  const iconSearchResult = useMemo(() => {\n    if (iconSearch == null || (iconSearch === null || iconSearch === void 0 ? void 0 : iconSearch.length) === 0) return null;\n    const iconSearchTerm = iconSearch.toLowerCase().replace(/-|\\s/g, \"\");\n    var _iconSearchTerm; // check for exact match, otherwise use .find\n    const searchResult = (_iconSearchTerm = lowercaseIconKeyPairs[iconSearchTerm]) !== null && _iconSearchTerm !== void 0 ? _iconSearchTerm : findByArray(iconKeys, iconSearchTerm);\n    return searchResult;\n  }, [iconSelection, iconSearch]);\n  const name = selectByList ? iconSelection : iconSearchResult;\n  return name;\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"getIconSelection\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"containerStyles\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"useIconSelection\": {\n      \"type\": \"function\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"defaultEvents\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./utils.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nimport { useState, useEffect, useRef } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport { NullState } from \"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";\nimport HomeFactory from \"https://framer.com/m/feather-icons/home.js@0.0.29\";\nimport { defaultEvents, useIconSelection } from \"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";\nexport const iconKeys = [\"activity\", \"airplay\", \"alert-circle\", \"alert-octagon\", \"alert-triangle\", \"align-center\", \"align-justify\", \"align-left\", \"align-right\", \"anchor\", \"aperture\", \"archive\", \"arrow-down\", \"arrow-down-circle\", \"arrow-down-left\", \"arrow-down-right\", \"arrow-left\", \"arrow-left-circle\", \"arrow-right\", \"arrow-right-circle\", \"arrow-up\", \"arrow-up-circle\", \"arrow-up-left\", \"arrow-up-right\", \"at-sign\", \"award\", \"bar-chart\", \"bar-chart-2\", \"battery\", \"battery-charging\", \"bell\", \"bell-off\", \"bluetooth\", \"bold\", \"book\", \"book-open\", \"bookmark\", \"box\", \"briefcase\", \"calendar\", \"camera\", \"camera-off\", \"cast\", \"check\", \"check-circle\", \"check-square\", \"chevron-down\", \"chevron-left\", \"chevron-right\", \"chevron-up\", \"chevrons-down\", \"chevrons-left\", \"chevrons-right\", \"chevrons-up\", \"chrome\", \"circle\", \"clipboard\", \"clock\", \"cloud\", \"cloud-drizzle\", \"cloud-lightning\", \"cloud-off\", \"cloud-rain\", \"cloud-snow\", \"code\", \"codepen\", \"codesandbox\", \"coffee\", \"columns\", \"command\", \"compass\", \"copy\", \"corner-down-left\", \"corner-down-right\", \"corner-left-down\", \"corner-left-up\", \"corner-right-down\", \"corner-right-up\", \"corner-up-left\", \"corner-up-right\", \"cpu\", \"credit-card\", \"crop\", \"crosshair\", \"database\", \"delete\", \"disc\", \"divide\", \"divide-circle\", \"divide-square\", \"dollar-sign\", \"download\", \"download-cloud\", \"dribbble\", \"droplet\", \"edit\", \"edit-2\", \"edit-3\", \"external-link\", \"eye\", \"eye-off\", \"facebook\", \"fast-forward\", \"feather\", \"figma\", \"file\", \"file-minus\", \"file-plus\", \"file-text\", \"film\", \"filter\", \"flag\", \"folder\", \"folder-minus\", \"folder-plus\", \"framer\", \"frown\", \"gift\", \"git-branch\", \"git-commit\", \"git-merge\", \"git-pull-request\", \"github\", \"gitlab\", \"globe\", \"grid\", \"hard-drive\", \"hash\", \"headphones\", \"heart\", \"help-circle\", \"hexagon\", \"home\", \"image\", \"inbox\", \"info\", \"instagram\", \"italic\", \"key\", \"layers\", \"layout\", \"life-buoy\", \"link\", \"link-2\", \"linkedin\", \"list\", \"loader\", \"lock\", \"log-in\", \"log-out\", \"mail\", \"map\", \"map-pin\", \"maximize\", \"maximize-2\", \"meh\", \"menu\", \"message-circle\", \"message-square\", \"mic\", \"mic-off\", \"minimize\", \"minimize-2\", \"minus\", \"minus-circle\", \"minus-square\", \"monitor\", \"moon\", \"more-horizontal\", \"more-vertical\", \"mouse-pointer\", \"move\", \"music\", \"navigation\", \"navigation-2\", \"octagon\", \"package\", \"paperclip\", \"pause\", \"pause-circle\", \"pen-tool\", \"percent\", \"phone\", \"phone-call\", \"phone-forwarded\", \"phone-incoming\", \"phone-missed\", \"phone-off\", \"phone-outgoing\", \"pie-chart\", \"play\", \"play-circle\", \"plus\", \"plus-circle\", \"plus-square\", \"pocket\", \"power\", \"printer\", \"radio\", \"refresh-ccw\", \"refresh-cw\", \"repeat\", \"rewind\", \"rotate-ccw\", \"rotate-cw\", \"rss\", \"save\", \"scissors\", \"search\", \"send\", \"server\", \"settings\", \"share\", \"share-2\", \"shield\", \"shield-off\", \"shopping-bag\", \"shopping-cart\", \"shuffle\", \"sidebar\", \"skip-back\", \"skip-forward\", \"slack\", \"slash\", \"sliders\", \"smartphone\", \"smile\", \"speaker\", \"square\", \"star\", \"stop-circle\", \"sun\", \"sunrise\", \"sunset\", \"tablet\", \"tag\", \"target\", \"terminal\", \"thermometer\", \"thumbs-down\", \"thumbs-up\", \"toggle-left\", \"toggle-right\", \"tool\", \"trash\", \"trash-2\", \"trello\", \"trending-down\", \"trending-up\", \"triangle\", \"truck\", \"tv\", \"twitch\", \"twitter\", \"type\", \"umbrella\", \"underline\", \"unlock\", \"upload\", \"upload-cloud\", \"user\", \"user-check\", \"user-minus\", \"user-plus\", \"user-x\", \"users\", \"video\", \"video-off\", \"voicemail\", \"volume\", \"volume-1\", \"volume-2\", \"volume-x\", \"watch\", \"wifi\", \"wifi-off\", \"wind\", \"x\", \"x-circle\", \"x-octagon\", \"x-square\", \"youtube\", \"zap\", \"zap-off\", \"zoom-in\", \"zoom-out\"];\nconst moduleBaseUrl = \"https://framer.com/m/feather-icons/\";\nconst uppercaseIconKeys = iconKeys.map(name => name.charAt(0).toUpperCase() + name.slice(1));\nconst lowercaseIconKeyPairs = iconKeys.reduce((res, key) => {\n  res[key.toLowerCase()] = key;\n  return res;\n}, {}); /**\n        * FEATHER\n        *\n        * @framerIntrinsicWidth 24\n        * @framerIntrinsicHeight 24\n        *\n        * @framerSupportedLayoutWidth fixed\n        * @framerSupportedLayoutHeight fixed\n        */\nexport function Icon(props) {\n  const {\n    color,\n    selectByList,\n    iconSearch,\n    iconSelection,\n    onClick,\n    onMouseDown,\n    onMouseUp,\n    onMouseEnter,\n    onMouseLeave,\n    mirrored\n  } = props;\n  const isMounted = useRef(false);\n  const iconKey = useIconSelection(iconKeys, selectByList, iconSearch, iconSelection, lowercaseIconKeyPairs); // Selected Icon Module\n  const [SelectedIcon, setSelectedIcon] = useState(iconKey === \"Home\" ? HomeFactory(React) : null); // Import the selected module or reset so null state\n  async function importModule() {\n    let active = true; // Get the selected module\n    try {\n      const iconModuleUrl = `${moduleBaseUrl}${iconKey}.js@0.0.29`;\n      const module = await import( /* webpackIgnore: true */iconModuleUrl); // console.log(module.default)\n      if (active) setSelectedIcon(module.default(React));\n    } catch (e) {\n      console.log(e);\n      if (active) setSelectedIcon(null);\n    }\n    return () => {\n      active = false;\n    };\n  } // Import module when new style or icon is selected\n  useEffect(() => {\n    importModule();\n  }, [iconKey]);\n  const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const emptyState = isOnCanvas ? /*#__PURE__*/_jsx(NullState, {}) : null;\n  return /*#__PURE__*/_jsx(\"div\", {\n    style: {\n      display: \"contents\"\n    },\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    children: SelectedIcon ? /*#__PURE__*/_jsx(SelectedIcon, {\n      style: {\n        width: \"100%\",\n        cursor: onClick ? \"pointer\" : \"auto\",\n        height: \"100%\",\n        transform: mirrored ? \"scale(-1, 1)\" : undefined\n      },\n      color: color\n    }) : emptyState\n  });\n}\nIcon.displayName = \"Feather\";\nIcon.defaultProps = {\n  width: 24,\n  height: 24,\n  iconSelection: \"home\",\n  iconSearch: \"Home\",\n  color: \"#66F\",\n  selectByList: true,\n  mirrored: false\n};\naddPropertyControls(Icon, {\n  selectByList: {\n    type: ControlType.Boolean,\n    title: \"Select\",\n    enabledTitle: \"List\",\n    disabledTitle: \"Search\",\n    defaultValue: Icon.defaultProps.selectByList\n  },\n  iconSelection: {\n    type: ControlType.Enum,\n    options: iconKeys,\n    optionTitles: uppercaseIconKeys,\n    defaultValue: Icon.defaultProps.iconSelection,\n    title: \"Name\",\n    hidden: ({\n      selectByList\n    }) => !selectByList,\n    description: \"Find every icon name on the [Feather site](https://feathericons.com/)\"\n  },\n  iconSearch: {\n    type: ControlType.String,\n    title: \"Name\",\n    placeholder: \"Menu, Wifi, Box\u2026\",\n    hidden: ({\n      selectByList\n    }) => selectByList\n  },\n  mirrored: {\n    type: ControlType.Boolean,\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\",\n    defaultValue: Icon.defaultProps.mirrored\n  },\n  color: {\n    type: ControlType.Color,\n    title: \"Color\",\n    defaultValue: Icon.defaultProps.color\n  },\n  ...defaultEvents\n});\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"IconProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Icon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Icon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"24\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerIntrinsicWidth\": \"24\"\n      }\n    },\n    \"iconKeys\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Feather.map", "import { jsx as _jsx } from \"react/jsx-runtime\"; // Generated by Framer (d627410)\nimport * as React from \"react\";\nimport { motion, LayoutGroup } from \"framer-motion\";\nimport { useActiveVariantCallback, addFonts, withCSS, addPropertyControls, ControlType, cx, useVariantState, getFonts } from \"framer\";\nimport { Icon as Feather } from \"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";\nconst FeatherFonts = getFonts(Feather);\nconst enabledGestures = {\n  xokNacYnm: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"xokNacYnm\"];\nconst variantClassNames = {\n  xokNacYnm: \"framer-v-1rbuqjk\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    type: \"spring\",\n    ease: [.44, 0, .56, 1],\n    duration: .3,\n    delay: 0,\n    stiffness: 500,\n    damping: 60,\n    mass: 1\n  }\n};\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nconst useRandomID = () => {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"xokNacYnm\",\n  tap: JB9fs7cGv,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    variants,\n    baseVariant,\n    gestureVariant,\n    classNames,\n    transition,\n    setVariant,\n    setGestureState\n  } = useVariantState({\n    defaultVariant: \"xokNacYnm\",\n    variant,\n    transitions,\n    variantClassNames,\n    enabledGestures,\n    cycleOrder\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1rbuqjk = activeVariantCallback(async (...args) => {\n    if (JB9fs7cGv) {\n      const res = await JB9fs7cGv(...args);\n      if (res === false) return false;\n    }\n  });\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      \"data-framer-generated\": true,\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-ic5kJ\", classNames),\n      style: {\n        display: \"contents\",\n        pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : \"auto\"\n      },\n      children: /*#__PURE__*/_jsx(motion.div, {\n        ...restProps,\n        className: cx(\"framer-1rbuqjk\", className),\n        style: {\n          borderBottomLeftRadius: 48,\n          borderBottomRightRadius: 48,\n          borderTopRightRadius: 48,\n          borderTopLeftRadius: 48,\n          backgroundColor: \"var(--token-958f4f2a-4b1f-40f8-82dc-0922c05b0ab3, rgb(252, 252, 254))\",\n          ...style\n        },\n        layoutId: \"xokNacYnm\",\n        transition: transition,\n        layoutDependency: layoutDependency,\n        \"data-highlight\": true,\n        \"data-framer-name\": \"Variant 1\",\n        onTap: onTap1rbuqjk,\n        ref: ref,\n        variants: {\n          \"xokNacYnm-hover\": {\n            backgroundColor: \"var(--token-c91dfda8-4865-40aa-b39f-fdefc311b604, rgb(237, 237, 237))\",\n            borderBottomLeftRadius: 48,\n            borderBottomRightRadius: 48,\n            borderTopRightRadius: 48,\n            borderTopLeftRadius: 48\n          }\n        },\n        children: /*#__PURE__*/_jsx(motion.div, {\n          style: {},\n          className: \"framer-1mrsqck-container\",\n          layoutId: \"mBm8pEIwA-container\",\n          transition: transition,\n          layoutDependency: layoutDependency,\n          children: /*#__PURE__*/_jsx(Feather, {\n            width: \"100%\",\n            height: \"100%\",\n            layoutId: \"mBm8pEIwA\",\n            id: \"mBm8pEIwA\",\n            selectByList: true,\n            iconSelection: \"x\",\n            iconSearch: \"Home\",\n            mirrored: false,\n            color: 'var(--token-6bf6ff38-b355-4a2f-a310-12bf0a82ac7e, rgb(120, 127, 132)) /* {\"name\":\"Neutral/04\"} */',\n            style: {\n              width: \"100%\",\n              height: \"100%\"\n            },\n            ...addPropertyOverrides({\n              \"xokNacYnm-hover\": {\n                color: 'var(--token-426dc763-cee3-4a56-bc8a-90ecafd12377, rgb(31, 34, 37)) /* {\"name\":\"Neutral/07\"} */'\n              }\n            }, baseVariant, gestureVariant)\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-ic5kJ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none;}', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-ic5kJ * { box-sizing: border-box; }\", \".framer-ic5kJ .framer-1rbuqjk { position: relative; cursor: pointer; overflow: hidden; will-change: transform; width: 48px; height: 48px; }\", \".framer-ic5kJ .framer-1mrsqck-container { position: absolute; width: 32px; height: 32px; left: calc(50.00000000000002% - 32px / 2); top: calc(50.00000000000002% - 32px / 2); flex: none; }\", \".framer-ic5kJ.framer-v-1rbuqjk .framer-1rbuqjk { cursor: pointer; }\", \".framer-ic5kJ.framer-v-1rbuqjk.hover .framer-1rbuqjk { will-change: transform; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicHeight 48\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerIntrinsicWidth 48\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"AOY2jTZy0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               * @framerVariables {\"JB9fs7cGv\":\"tap\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               */\nconst FramerZ1d0eXdhK = withCSS(Component, css);\nexport default FramerZ1d0eXdhK;\nFramerZ1d0eXdhK.displayName = \"Close (circle) menu\";\nFramerZ1d0eXdhK.defaultProps = {\n  width: 48,\n  height: 48\n};\naddPropertyControls(FramerZ1d0eXdhK, {\n  JB9fs7cGv: {\n    type: ControlType.EventHandler,\n    title: \"Tap\"\n  }\n});\naddFonts(FramerZ1d0eXdhK, [...FeatherFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerZ1d0eXdhK\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"48\",\n        \"framerIntrinsicWidth\": \"48\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AOY2jTZy0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerVariables\": \"{\\\"JB9fs7cGv\\\":\\\"tap\\\"}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Z1d0eXdhK.map", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const renderPathForWeight = (weight, color, pathsByWeight2) => !!pathsByWeight2.get(weight) ? pathsByWeight2.get(weight)(color) : null;\n    const pathsByWeight = new Map();\n    pathsByWeight.set(\"bold\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"24\"\n    })));\n    pathsByWeight.set(\"duotone\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      opacity: \"0.2\"\n    }), /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"16\"\n    })));\n    pathsByWeight.set(\"fill\", () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M218.8,103.7,138.8,31a16,16,0,0,0-21.6,0l-80,72.7A16,16,0,0,0,32,115.5v92.1a16.4,16.4,0,0,0,4,11A15.9,15.9,0,0,0,48,224H96a8,8,0,0,0,8-8V168a8,8,0,0,1,8-8h32a8,8,0,0,1,8,8v48a8,8,0,0,0,8,8h48a15.6,15.6,0,0,0,7.6-1.9A16.1,16.1,0,0,0,224,208V115.5A16,16,0,0,0,218.8,103.7Z\"\n    })));\n    pathsByWeight.set(\"light\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"12\"\n    })));\n    pathsByWeight.set(\"thin\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"8\"\n    })));\n    pathsByWeight.set(\"regular\", (color) => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", {\n      d: \"M152,208V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.5a8.3,8.3,0,0,1,2.6-5.9l80-72.7a8,8,0,0,1,10.8,0l80,72.7a8.3,8.3,0,0,1,2.6,5.9V208a8,8,0,0,1-8,8H160A8,8,0,0,1,152,208Z\",\n      fill: \"none\",\n      stroke: color,\n      strokeLinecap: \"round\",\n      strokeLinejoin: \"round\",\n      strokeWidth: \"16\"\n    })));\n    const renderPath = (weight, color) => renderPathForWeight(weight, color, pathsByWeight);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", {\n      ref,\n      ...props\n    }, renderPath(props.weight, props.color)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nimport { useState, useEffect, useRef } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport { motion } from \"framer-motion\";\nimport { NullState } from \"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";\nimport HouseFactory from \"https://framer.com/m/phosphor-icons/House.js@0.0.50\";\nimport { defaultEvents, useIconSelection } from \"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";\nconst iconKeys = [\"Activity\", \"AddressBook\", \"Airplane\", \"AirplaneInFlight\", \"AirplaneLanding\", \"AirplaneTakeoff\", \"AirplaneTilt\", \"Airplay\", \"Alarm\", \"Alien\", \"AlignBottom\", \"AlignBottomSimple\", \"AlignCenterVertical\", \"AlignLeft\", \"AlignLeftSimple\", \"AlignRight\", \"AlignRightSimple\", \"AlignTop\", \"AlignTopSimple\", \"Anchor\", \"AnchorSimple\", \"AndroidLogo\", \"AngularLogo\", \"Aperture\", \"AppStoreLogo\", \"AppWindow\", \"AppleLogo\", \"ApplePodcastsLogo\", \"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\", \"ArrowsOut\", \"ArrowsOutCardinal\", \"ArrowsOutSimple\", \"ArrowsVertical\", \"Article\", \"ArticleMedium\", \"ArticleNyTimes\", \"Asterisk\", \"AsteriskSimple\", \"At\", \"Atom\", \"Baby\", \"Backpack\", \"Backspace\", \"Bag\", \"BagSimple\", \"Balloon\", \"Bandaids\", \"Bank\", \"Barbell\", \"Barcode\", \"Barricade\", \"Baseball\", \"Basketball\", \"Bathtub\", \"BatteryCharging\", \"BatteryEmpty\", \"BatteryFull\", \"BatteryHigh\", \"BatteryLow\", \"BatteryMedium\", \"BatteryPlus\", \"BatteryWarning\", \"Bed\", \"BeerBottle\", \"BehanceLogo\", \"Bell\", \"BellRinging\", \"BellSimple\", \"BellSimpleRinging\", \"BellSimpleSlash\", \"BellSimpleZ\", \"BellSlash\", \"BellZ\", \"BezierCurve\", \"Bicycle\", \"Binoculars\", \"Bird\", \"Bluetooth\", \"BluetoothConnected\", \"BluetoothSlash\", \"BluetoothX\", \"Boat\", \"Book\", \"BookBookmark\", \"BookOpen\", \"Bookmark\", \"BookmarkSimple\", \"Bookmarks\", \"BookmarksSimple\", \"Books\", \"BoundingBox\", \"BracketsAngle\", \"BracketsCurly\", \"BracketsRound\", \"BracketsSquare\", \"Brain\", \"Brandy\", \"Briefcase\", \"BriefcaseMetal\", \"Broadcast\", \"Browser\", \"Browsers\", \"Bug\", \"BugBeetle\", \"BugDroid\", \"Buildings\", \"Bus\", \"Butterfly\", \"Cactus\", \"Cake\", \"Calculator\", \"Calendar\", \"CalendarBlank\", \"CalendarCheck\", \"CalendarPlus\", \"CalendarX\", \"Camera\", \"CameraRotate\", \"CameraSlash\", \"Campfire\", \"Car\", \"CarSimple\", \"Cardholder\", \"Cards\", \"CaretCircleDoubleUp\", \"CaretCircleDown\", \"CaretCircleLeft\", \"CaretCircleRight\", \"CaretCircleUp\", \"CaretDoubleDown\", \"CaretDoubleLeft\", \"CaretDoubleRight\", \"CaretDoubleUp\", \"CaretDown\", \"CaretLeft\", \"CaretRight\", \"CaretUp\", \"Cat\", \"CellSignalFull\", \"CellSignalHigh\", \"CellSignalLow\", \"CellSignalMedium\", \"CellSignalNone\", \"CellSignalSlash\", \"CellSignalX\", \"Chalkboard\", \"ChalkboardSimple\", \"ChalkboardTeacher\", \"ChartBar\", \"ChartBarHorizontal\", \"ChartLine\", \"ChartLineUp\", \"ChartPie\", \"ChartPieSlice\", \"Chat\", \"ChatCentered\", \"ChatCenteredDots\", \"ChatCenteredText\", \"ChatCircle\", \"ChatCircleDots\", \"ChatCircleText\", \"ChatDots\", \"ChatTeardrop\", \"ChatTeardropDots\", \"ChatTeardropText\", \"ChatText\", \"Chats\", \"ChatsCircle\", \"ChatsTeardrop\", \"Check\", \"CheckCircle\", \"CheckSquare\", \"CheckSquareOffset\", \"Checks\", \"Circle\", \"CircleDashed\", \"CircleHalf\", \"CircleHalfTilt\", \"CircleNotch\", \"CircleWavy\", \"CircleWavyCheck\", \"CircleWavyQuestion\", \"CircleWavyWarning\", \"CirclesFour\", \"CirclesThree\", \"CirclesThreePlus\", \"Clipboard\", \"ClipboardText\", \"Clock\", \"ClockAfternoon\", \"ClockClockwise\", \"ClosedCaptioning\", \"Cloud\", \"CloudArrowDown\", \"CloudArrowUp\", \"CloudCheck\", \"CloudFog\", \"CloudLightning\", \"CloudMoon\", \"CloudRain\", \"CloudSlash\", \"CloudSnow\", \"CloudSun\", \"Club\", \"CoatHanger\", \"Code\", \"CodeSimple\", \"CodepenLogo\", \"CodesandboxLogo\", \"Coffee\", \"Coin\", \"CoinVertical\", \"Coins\", \"Columns\", \"Command\", \"Compass\", \"ComputerTower\", \"Confetti\", \"Cookie\", \"CookingPot\", \"Copy\", \"CopySimple\", \"Copyleft\", \"Copyright\", \"CornersIn\", \"CornersOut\", \"Cpu\", \"CreditCard\", \"Crop\", \"Crosshair\", \"CrosshairSimple\", \"Crown\", \"CrownSimple\", \"Cube\", \"CurrencyBtc\", \"CurrencyCircleDollar\", \"CurrencyCny\", \"CurrencyDollar\", \"CurrencyDollarSimple\", \"CurrencyEth\", \"CurrencyEur\", \"CurrencyGbp\", \"CurrencyInr\", \"CurrencyJpy\", \"CurrencyKrw\", \"CurrencyKzt\", \"CurrencyNgn\", \"CurrencyRub\", \"Cursor\", \"CursorText\", \"Cylinder\", \"Database\", \"Desktop\", \"DesktopTower\", \"Detective\", \"DeviceMobile\", \"DeviceMobileCamera\", \"DeviceMobileSpeaker\", \"DeviceTablet\", \"DeviceTabletCamera\", \"DeviceTabletSpeaker\", \"Diamond\", \"DiamondsFour\", \"DiceFive\", \"DiceFour\", \"DiceOne\", \"DiceSix\", \"DiceThree\", \"DiceTwo\", \"Disc\", \"DiscordLogo\", \"Divide\", \"Dog\", \"Door\", \"DotsNine\", \"DotsSix\", \"DotsSixVertical\", \"DotsThree\", \"DotsThreeCircle\", \"DotsThreeOutline\", \"DotsThreeVertical\", \"Download\", \"DownloadSimple\", \"DribbbleLogo\", \"Drop\", \"DropHalf\", \"DropHalfBottom\", \"Ear\", \"EarSlash\", \"Egg\", \"EggCrack\", \"Eject\", \"EjectSimple\", \"Envelope\", \"EnvelopeOpen\", \"EnvelopeSimple\", \"EnvelopeSimpleOpen\", \"Equalizer\", \"Equals\", \"Eraser\", \"Exam\", \"Export\", \"Eye\", \"EyeClosed\", \"EyeSlash\", \"Eyedropper\", \"EyedropperSample\", \"Eyeglasses\", \"FaceMask\", \"FacebookLogo\", \"Factory\", \"Faders\", \"FadersHorizontal\", \"FastForward\", \"FastForwardCircle\", \"FigmaLogo\", \"File\", \"FileArrowDown\", \"FileArrowUp\", \"FileAudio\", \"FileCloud\", \"FileCode\", \"FileCss\", \"FileCsv\", \"FileDoc\", \"FileDotted\", \"FileHtml\", \"FileImage\", \"FileJpg\", \"FileJs\", \"FileJsx\", \"FileLock\", \"FileMinus\", \"FilePdf\", \"FilePlus\", \"FilePng\", \"FilePpt\", \"FileRs\", \"FileSearch\", \"FileText\", \"FileTs\", \"FileTsx\", \"FileVideo\", \"FileVue\", \"FileX\", \"FileXls\", \"FileZip\", \"Files\", \"FilmScript\", \"FilmSlate\", \"FilmStrip\", \"Fingerprint\", \"FingerprintSimple\", \"FinnTheHuman\", \"Fire\", \"FireSimple\", \"FirstAid\", \"FirstAidKit\", \"Fish\", \"FishSimple\", \"Flag\", \"FlagBanner\", \"FlagCheckered\", \"Flame\", \"Flashlight\", \"Flask\", \"FloppyDisk\", \"FloppyDiskBack\", \"FlowArrow\", \"Flower\", \"FlowerLotus\", \"FlyingSaucer\", \"Folder\", \"FolderDotted\", \"FolderLock\", \"FolderMinus\", \"FolderNotch\", \"FolderNotchMinus\", \"FolderNotchOpen\", \"FolderNotchPlus\", \"FolderOpen\", \"FolderPlus\", \"FolderSimple\", \"FolderSimpleDotted\", \"FolderSimpleLock\", \"FolderSimpleMinus\", \"FolderSimplePlus\", \"FolderSimpleStar\", \"FolderSimpleUser\", \"FolderStar\", \"FolderUser\", \"Folders\", \"Football\", \"ForkKnife\", \"FrameCorners\", \"FramerLogo\", \"Function\", \"Funnel\", \"FunnelSimple\", \"GameController\", \"GasPump\", \"Gauge\", \"Gear\", \"GearSix\", \"GenderFemale\", \"GenderIntersex\", \"GenderMale\", \"GenderNeuter\", \"GenderNonbinary\", \"GenderTransgender\", \"Ghost\", \"Gif\", \"Gift\", \"GitBranch\", \"GitCommit\", \"GitDiff\", \"GitFork\", \"GitMerge\", \"GitPullRequest\", \"GithubLogo\", \"GitlabLogo\", \"GitlabLogoSimple\", \"Globe\", \"GlobeHemisphereEast\", \"GlobeHemisphereWest\", \"GlobeSimple\", \"GlobeStand\", \"GoogleChromeLogo\", \"GoogleLogo\", \"GooglePhotosLogo\", \"GooglePlayLogo\", \"GooglePodcastsLogo\", \"Gradient\", \"GraduationCap\", \"Graph\", \"GridFour\", \"Hamburger\", \"Hand\", \"HandEye\", \"HandFist\", \"HandGrabbing\", \"HandPalm\", \"HandPointing\", \"HandSoap\", \"HandWaving\", \"Handbag\", \"HandbagSimple\", \"HandsClapping\", \"Handshake\", \"HardDrive\", \"HardDrives\", \"Hash\", \"HashStraight\", \"Headlights\", \"Headphones\", \"Headset\", \"Heart\", \"HeartBreak\", \"HeartStraight\", \"HeartStraightBreak\", \"Heartbeat\", \"Hexagon\", \"HighlighterCircle\", \"Horse\", \"Hourglass\", \"HourglassHigh\", \"HourglassLow\", \"HourglassMedium\", \"HourglassSimple\", \"HourglassSimpleHigh\", \"HourglassSimpleLow\", \"House\", \"HouseLine\", \"HouseSimple\", \"IdentificationBadge\", \"IdentificationCard\", \"Image\", \"ImageSquare\", \"Infinity\", \"Info\", \"InstagramLogo\", \"Intersect\", \"Jeep\", \"Kanban\", \"Key\", \"KeyReturn\", \"Keyboard\", \"Keyhole\", \"Knife\", \"Ladder\", \"LadderSimple\", \"Lamp\", \"Laptop\", \"Layout\", \"Leaf\", \"Lifebuoy\", \"Lightbulb\", \"LightbulbFilament\", \"Lightning\", \"LightningSlash\", \"LineSegment\", \"LineSegments\", \"Link\", \"LinkBreak\", \"LinkSimple\", \"LinkSimpleBreak\", \"LinkSimpleHorizontal\", \"LinkedinLogo\", \"LinuxLogo\", \"List\", \"ListBullets\", \"ListChecks\", \"ListDashes\", \"ListNumbers\", \"ListPlus\", \"Lock\", \"LockKey\", \"LockKeyOpen\", \"LockLaminated\", \"LockLaminatedOpen\", \"LockOpen\", \"LockSimple\", \"LockSimpleOpen\", \"MagicWand\", \"Magnet\", \"MagnetStraight\", \"MagnifyingGlass\", \"MagnifyingGlassMinus\", \"MagnifyingGlassPlus\", \"MapPin\", \"MapPinLine\", \"MapTrifold\", \"MarkerCircle\", \"Martini\", \"MaskHappy\", \"MaskSad\", \"MathOperations\", \"Medal\", \"MediumLogo\", \"Megaphone\", \"MegaphoneSimple\", \"MessengerLogo\", \"Microphone\", \"MicrophoneSlash\", \"MicrophoneStage\", \"MicrosoftExcelLogo\", \"MicrosoftTeamsLogo\", \"MicrosoftWordLogo\", \"Minus\", \"MinusCircle\", \"Money\", \"Monitor\", \"MonitorPlay\", \"Moon\", \"MoonStars\", \"Mountains\", \"Mouse\", \"MouseSimple\", \"MusicNote\", \"MusicNoteSimple\", \"MusicNotes\", \"MusicNotesPlus\", \"MusicNotesSimple\", \"NavigationArrow\", \"Needle\", \"Newspaper\", \"NewspaperClipping\", \"Note\", \"NoteBlank\", \"NotePencil\", \"Notebook\", \"Notepad\", \"Notification\", \"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\", \"Nut\", \"NyTimesLogo\", \"Octagon\", \"Option\", \"Package\", \"PaintBrush\", \"PaintBrushBroad\", \"PaintBrushHousehold\", \"PaintBucket\", \"PaintRoller\", \"Palette\", \"PaperPlane\", \"PaperPlaneRight\", \"PaperPlaneTilt\", \"Paperclip\", \"PaperclipHorizontal\", \"Parachute\", \"Password\", \"Path\", \"Pause\", \"PauseCircle\", \"PawPrint\", \"Peace\", \"Pen\", \"PenNib\", \"PenNibStraight\", \"Pencil\", \"PencilCircle\", \"PencilLine\", \"PencilSimple\", \"PencilSimpleLine\", \"Percent\", \"Person\", \"PersonSimple\", \"PersonSimpleRun\", \"PersonSimpleWalk\", \"Perspective\", \"Phone\", \"PhoneCall\", \"PhoneDisconnect\", \"PhoneIncoming\", \"PhoneOutgoing\", \"PhoneSlash\", \"PhoneX\", \"PhosphorLogo\", \"PianoKeys\", \"PictureInPicture\", \"Pill\", \"PinterestLogo\", \"Pinwheel\", \"Pizza\", \"Placeholder\", \"Planet\", \"Play\", \"PlayCircle\", \"Playlist\", \"Plug\", \"Plugs\", \"PlugsConnected\", \"Plus\", \"PlusCircle\", \"PlusMinus\", \"PokerChip\", \"PoliceCar\", \"Polygon\", \"Popcorn\", \"Power\", \"Prescription\", \"Presentation\", \"PresentationChart\", \"Printer\", \"Prohibit\", \"ProhibitInset\", \"ProjectorScreen\", \"ProjectorScreenChart\", \"PushPin\", \"PushPinSimple\", \"PushPinSimpleSlash\", \"PushPinSlash\", \"PuzzlePiece\", \"QrCode\", \"Question\", \"Queue\", \"Quotes\", \"Radical\", \"Radio\", \"RadioButton\", \"Rainbow\", \"RainbowCloud\", \"Receipt\", \"Record\", \"Rectangle\", \"Recycle\", \"RedditLogo\", \"Repeat\", \"RepeatOnce\", \"Rewind\", \"RewindCircle\", \"Robot\", \"Rocket\", \"RocketLaunch\", \"Rows\", \"Rss\", \"RssSimple\", \"Rug\", \"Ruler\", \"Scales\", \"Scan\", \"Scissors\", \"Screencast\", \"ScribbleLoop\", \"Scroll\", \"Selection\", \"SelectionAll\", \"SelectionBackground\", \"SelectionForeground\", \"SelectionInverse\", \"SelectionPlus\", \"SelectionSlash\", \"Share\", \"ShareNetwork\", \"Shield\", \"ShieldCheck\", \"ShieldCheckered\", \"ShieldChevron\", \"ShieldPlus\", \"ShieldSlash\", \"ShieldStar\", \"ShieldWarning\", \"ShoppingBag\", \"ShoppingBagOpen\", \"ShoppingCart\", \"ShoppingCartSimple\", \"Shower\", \"Shuffle\", \"ShuffleAngular\", \"ShuffleSimple\", \"Sidebar\", \"SidebarSimple\", \"SignIn\", \"SignOut\", \"Signpost\", \"SimCard\", \"SketchLogo\", \"SkipBack\", \"SkipBackCircle\", \"SkipForward\", \"SkipForwardCircle\", \"Skull\", \"SlackLogo\", \"Sliders\", \"SlidersHorizontal\", \"Smiley\", \"SmileyBlank\", \"SmileyMeh\", \"SmileyNervous\", \"SmileySad\", \"SmileySticker\", \"SmileyWink\", \"SmileyXEyes\", \"SnapchatLogo\", \"Snowflake\", \"SoccerBall\", \"SortAscending\", \"SortDescending\", \"Spade\", \"Sparkle\", \"SpeakerHigh\", \"SpeakerLow\", \"SpeakerNone\", \"SpeakerSimpleHigh\", \"SpeakerSimpleLow\", \"SpeakerSimpleNone\", \"SpeakerSimpleSlash\", \"SpeakerSimpleX\", \"SpeakerSlash\", \"SpeakerX\", \"Spinner\", \"SpinnerGap\", \"Spiral\", \"SpotifyLogo\", \"Square\", \"SquareHalf\", \"SquareHalfBottom\", \"SquareLogo\", \"SquaresFour\", \"Stack\", \"StackOverflowLogo\", \"StackSimple\", \"Stamp\", \"Star\", \"StarFour\", \"StarHalf\", \"Sticker\", \"Stop\", \"StopCircle\", \"Storefront\", \"Strategy\", \"StripeLogo\", \"Student\", \"Suitcase\", \"SuitcaseSimple\", \"Sun\", \"SunDim\", \"SunHorizon\", \"Sunglasses\", \"Swap\", \"Swatches\", \"Sword\", \"Syringe\", \"TShirt\", \"Table\", \"Tabs\", \"Tag\", \"TagChevron\", \"TagSimple\", \"Target\", \"Taxi\", \"TelegramLogo\", \"Television\", \"TelevisionSimple\", \"TennisBall\", \"Terminal\", \"TerminalWindow\", \"TestTube\", \"TextAa\", \"TextAlignCenter\", \"TextAlignJustify\", \"TextAlignLeft\", \"TextAlignRight\", \"TextBolder\", \"TextH\", \"TextHFive\", \"TextHFour\", \"TextHOne\", \"TextHSix\", \"TextHThree\", \"TextHTwo\", \"TextIndent\", \"TextItalic\", \"TextOutdent\", \"TextStrikethrough\", \"TextT\", \"TextUnderline\", \"Textbox\", \"Thermometer\", \"ThermometerCold\", \"ThermometerHot\", \"ThermometerSimple\", \"ThumbsDown\", \"ThumbsUp\", \"Ticket\", \"TiktokLogo\", \"Timer\", \"ToggleLeft\", \"ToggleRight\", \"Toilet\", \"ToiletPaper\", \"Tote\", \"ToteSimple\", \"TrademarkRegistered\", \"TrafficCone\", \"TrafficSign\", \"TrafficSignal\", \"Train\", \"TrainRegional\", \"TrainSimple\", \"Translate\", \"Trash\", \"TrashSimple\", \"Tray\", \"Tree\", \"TreeEvergreen\", \"TreeStructure\", \"TrendDown\", \"TrendUp\", \"Triangle\", \"Trophy\", \"Truck\", \"TwitchLogo\", \"TwitterLogo\", \"Umbrella\", \"UmbrellaSimple\", \"Upload\", \"UploadSimple\", \"User\", \"UserCircle\", \"UserCircleGear\", \"UserCircleMinus\", \"UserCirclePlus\", \"UserFocus\", \"UserGear\", \"UserList\", \"UserMinus\", \"UserPlus\", \"UserRectangle\", \"UserSquare\", \"UserSwitch\", \"Users\", \"UsersFour\", \"UsersThree\", \"Vault\", \"Vibrate\", \"VideoCamera\", \"VideoCameraSlash\", \"Vignette\", \"Voicemail\", \"Volleyball\", \"Wall\", \"Wallet\", \"Warning\", \"WarningCircle\", \"WarningOctagon\", \"Watch\", \"WaveSawtooth\", \"WaveSine\", \"WaveSquare\", \"WaveTriangle\", \"Waves\", \"Webcam\", \"WhatsappLogo\", \"Wheelchair\", \"WifiHigh\", \"WifiLow\", \"WifiMedium\", \"WifiNone\", \"WifiSlash\", \"WifiX\", \"Wind\", \"WindowsLogo\", \"Wine\", \"Wrench\", \"X\", \"XCircle\", \"XSquare\", \"YinYang\", \"YoutubeLogo\"];\nconst moduleBaseUrl = \"https://framer.com/m/phosphor-icons/\";\nconst weightOptions = [\"thin\", \"light\", \"regular\", \"bold\", \"fill\", \"duotone\"];\nconst lowercaseIconKeyPairs = iconKeys.reduce((res, key) => {\n  res[key.toLowerCase()] = key;\n  return res;\n}, {}); /**\n        * PHOSPHOR\n        *\n        * @framerSupportedLayoutWidth fixed\n        * @framerSupportedLayoutHeight fixed\n        *\n        * @framerIntrinsicWidth 24\n        * @framerIntrinsicHeight 24\n        */\nexport function Icon(props) {\n  const {\n    color,\n    selectByList,\n    iconSearch,\n    iconSelection,\n    onClick,\n    onMouseDown,\n    onMouseUp,\n    onMouseEnter,\n    onMouseLeave,\n    weight,\n    mirrored\n  } = props;\n  const isMounted = useRef(false);\n  const iconKey = useIconSelection(iconKeys, selectByList, iconSearch, iconSelection, lowercaseIconKeyPairs);\n  const [SelectedIcon, setSelectedIcon] = useState(iconKey === \"Home\" ? HouseFactory(React) : null);\n  async function importModule() {\n    // Get the selected module\n    try {\n      // Quickfix, needs proper publish\n      const version = \"0.0.50\";\n      const iconModuleUrl = `${moduleBaseUrl}${iconKey}.js@${version}`;\n      const module = await import( /* webpackIgnore: true */iconModuleUrl);\n      if (isMounted.current) setSelectedIcon(module.default(React));\n    } catch (err) {\n      if (isMounted.current) setSelectedIcon(null);\n    }\n  }\n  useEffect(() => {\n    isMounted.current = true;\n    importModule();\n    return () => {\n      isMounted.current = false;\n    };\n  }, [iconKey]);\n  const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const emptyState = isOnCanvas ? /*#__PURE__*/_jsx(NullState, {}) : null;\n  return /*#__PURE__*/_jsx(motion.div, {\n    style: {\n      display: \"contents\"\n    },\n    onClick,\n    onMouseEnter,\n    onMouseLeave,\n    onMouseDown,\n    onMouseUp,\n    children: SelectedIcon ? /*#__PURE__*/_jsx(\"svg\", {\n      xmlns: \"http://www.w3.org/2000/svg\",\n      viewBox: \"0 0 256 256\",\n      style: {\n        userSelect: \"none\",\n        width: \"100%\",\n        height: \"100%\",\n        display: \"inline-block\",\n        fill: color,\n        flexShrink: 0,\n        transform: mirrored ? \"scale(-1, 1)\" : undefined\n      },\n      focusable: \"false\",\n      color: color,\n      children: /*#__PURE__*/_jsx(SelectedIcon, {\n        color: color,\n        weight: weight\n      })\n    }) : emptyState\n  });\n}\nIcon.displayName = \"Phosphor\";\nIcon.defaultProps = {\n  width: 24,\n  height: 24,\n  iconSelection: \"House\",\n  iconSearch: \"House\",\n  color: \"#66F\",\n  selectByList: true,\n  weight: \"regular\",\n  mirrored: false\n};\naddPropertyControls(Icon, {\n  selectByList: {\n    type: ControlType.Boolean,\n    title: \"Select\",\n    enabledTitle: \"List\",\n    disabledTitle: \"Search\",\n    defaultValue: Icon.defaultProps.selectByList\n  },\n  iconSelection: {\n    type: ControlType.Enum,\n    options: iconKeys,\n    defaultValue: Icon.defaultProps.iconSelection,\n    title: \"Name\",\n    hidden: ({\n      selectByList\n    }) => !selectByList,\n    description: \"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"\n  },\n  iconSearch: {\n    type: ControlType.String,\n    title: \"Name\",\n    placeholder: \"Menu, Wifi, Box\u2026\",\n    hidden: ({\n      selectByList\n    }) => selectByList\n  },\n  color: {\n    type: ControlType.Color,\n    title: \"Color\",\n    defaultValue: Icon.defaultProps.color\n  },\n  weight: {\n    type: ControlType.Enum,\n    title: \"Weight\",\n    optionTitles: weightOptions.map(piece => piece.charAt(0).toUpperCase() + piece.slice(1)),\n    options: weightOptions,\n    defaultValue: Icon.defaultProps.weight\n  },\n  mirrored: {\n    type: ControlType.Boolean,\n    enabledTitle: \"Yes\",\n    disabledTitle: \"No\",\n    defaultValue: Icon.defaultProps.mirrored\n  },\n  ...defaultEvents\n});\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Icon\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Icon\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerSupportedLayoutWidth\": \"fixed\",\n        \"framerIntrinsicHeight\": \"24\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerIntrinsicWidth\": \"24\"\n      }\n    },\n    \"IconProps\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Phosphor.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([]);\nexport const fonts = [];\nexport const css = ['.framer-tRctr .framer-styles-preset-15edui8:not(.rich-text-wrapper), .framer-tRctr .framer-styles-preset-15edui8.rich-text-wrapper a { --framer-link-current-text-color: var(--token-60bac499-a432-4c59-b925-954a207daa2c, #2376fa) /* {\"name\":\"Color/Primary\"} */; --framer-link-hover-text-color: var(--token-426dc763-cee3-4a56-bc8a-90ecafd12377, #1f2225) /* {\"name\":\"Neutral/07\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-6bf6ff38-b355-4a2f-a310-12bf0a82ac7e, #787f84); --framer-link-text-decoration: none; }'];\nexport const className = \"framer-tRctr\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([]);\nexport const fonts = [];\nexport const css = ['.framer-k450n .framer-styles-preset-xg4t2q:not(.rich-text-wrapper), .framer-k450n .framer-styles-preset-xg4t2q.rich-text-wrapper a { --framer-link-current-text-color: var(--token-60bac499-a432-4c59-b925-954a207daa2c, #2376fa) /* {\"name\":\"Color/Primary\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-60bac499-a432-4c59-b925-954a207daa2c, #2376fa) /* {\"name\":\"Color/Primary\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-426dc763-cee3-4a56-bc8a-90ecafd12377, #1f2225); --framer-link-text-decoration: none; }'];\nexport const className = \"framer-k450n\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (f4b44ab)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, SVG, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/YQQywaNm6OzuibXJuz53/gs6tiAorZwhghBuVGNnz/kpuH_UZ3b.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/hEG8QsQ5nX5p4vs9V2H4/r6V6HLCygKQjViy4kSru/kQ3xr8_P9.js\";\nconst cycleOrder = [\"OMCVAVQj5\", \"rQuklsmHJ\", \"TMOXtHRW_\"];\nconst serializationHash = \"framer-v59Wb\";\nconst variantClassNames = {\n  OMCVAVQj5: \"framer-v-z2d6i\",\n  rQuklsmHJ: \"framer-v-15k21ej\",\n  TMOXtHRW_: \"framer-v-1vfskzq\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"1\": \"OMCVAVQj5\",\n  \"2\": \"rQuklsmHJ\",\n  \"3\": \"TMOXtHRW_\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"OMCVAVQj5\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"OMCVAVQj5\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const ref1 = React.useRef(null);\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-v59Wb\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsxs(motion.footer, {\n          ...restProps,\n          className: cx(\"framer-z2d6i\", className),\n          \"data-border\": true,\n          \"data-framer-name\": \"1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"OMCVAVQj5\",\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            \"--border-bottom-width\": \"0px\",\n            \"--border-color\": \"rgba(0, 0, 0, 0.05)\",\n            \"--border-left-width\": \"0px\",\n            \"--border-right-width\": \"0px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            backgroundColor: \"rgb(255, 255, 255)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            rQuklsmHJ: {\n              \"data-framer-name\": \"2\"\n            },\n            TMOXtHRW_: {\n              \"data-framer-name\": \"3\"\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-5bxc2o\",\n            \"data-framer-name\": \"Horizontal\",\n            layoutDependency: layoutDependency,\n            layoutId: \"iCr77m1OX\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-qh7rf9\",\n              layoutDependency: layoutDependency,\n              layoutId: \"LAiysggq_\",\n              children: /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-eo1fce\",\n                \"data-framer-name\": \"Open Blox\",\n                layout: \"position\",\n                layoutDependency: layoutDependency,\n                layoutId: \"vXvn2i0Cv\",\n                opacity: 1,\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 72 38\"><path d=\"M 4.276 17.435 C 3.376 17.435 2.601 17.108 1.952 16.453 C 1.317 15.784 1 14.985 1 14.056 L 1 4.378 C 1 3.45 1.317 2.659 1.952 2.004 C 2.601 1.335 3.376 1 4.276 1 L 13.661 1 C 14.546 1 15.314 1.335 15.963 2.004 C 16.612 2.659 16.937 3.45 16.937 4.378 L 16.937 14.056 C 16.937 14.985 16.612 15.784 15.963 16.453 C 15.314 17.108 14.546 17.435 13.661 17.435 Z M 5.161 13.874 L 12.731 13.874 C 13.218 13.874 13.462 13.874 13.462 13.874 C 13.462 13.874 13.462 13.623 13.462 13.121 L 13.462 5.314 C 13.462 4.812 13.462 4.561 13.462 4.561 C 13.462 4.561 13.218 4.561 12.731 4.561 L 5.161 4.561 C 4.674 4.561 4.431 4.561 4.431 4.561 C 4.431 4.561 4.431 4.812 4.431 5.314 L 4.431 13.121 C 4.431 13.623 4.431 13.874 4.431 13.874 C 4.431 13.874 4.674 13.874 5.161 13.874 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 19.374 17.435 L 19.374 1.023 L 32.013 1.023 C 32.913 1.023 33.688 1.358 34.337 2.027 C 34.986 2.697 35.311 3.488 35.311 4.401 L 35.311 8.647 C 35.311 9.56 34.986 10.351 34.337 11.021 C 33.688 11.69 32.913 12.025 32.013 12.025 L 22.805 12.048 L 22.805 17.435 Z M 23.536 8.464 L 31.105 8.464 C 31.592 8.464 31.836 8.464 31.836 8.464 C 31.836 8.464 31.836 8.213 31.836 7.711 L 31.836 5.314 C 31.836 4.812 31.836 4.561 31.836 4.561 C 31.836 4.561 31.592 4.561 31.105 4.561 L 23.536 4.561 C 23.049 4.561 22.805 4.561 22.805 4.561 C 22.805 4.561 22.805 4.812 22.805 5.314 L 22.805 7.711 C 22.805 8.213 22.805 8.464 22.805 8.464 C 22.805 8.464 23.049 8.464 23.536 8.464 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 36.927 17.435 L 36.927 1 L 51.647 1 L 51.647 4.561 L 40.402 4.561 L 40.402 7.437 L 49.455 7.437 L 49.455 10.998 L 40.402 10.998 L 40.402 13.874 L 51.647 13.874 L 51.647 17.435 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 53.83 17.435 L 53.83 1 L 57.371 1 L 66.291 11.957 L 66.291 1 L 69.766 1 L 69.766 17.435 L 66.225 17.435 L 57.26 6.433 L 57.26 17.435 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 1.111 37 L 1.111 20.565 L 13.152 20.565 C 14.037 20.565 14.805 20.9 15.454 21.57 C 16.103 22.224 16.428 23.015 16.428 23.944 L 16.428 27.025 C 16.428 27.223 16.413 27.413 16.383 27.596 C 16.369 27.763 16.332 27.923 16.273 28.075 C 16.494 28.364 16.678 28.699 16.826 29.079 C 16.974 29.46 17.047 29.84 17.047 30.221 L 17.047 33.622 C 17.047 34.55 16.723 35.349 16.073 36.019 C 15.424 36.673 14.649 37 13.749 37 Z M 5.272 33.439 L 12.842 33.439 C 13.329 33.439 13.572 33.439 13.572 33.439 C 13.572 33.439 13.572 33.188 13.572 32.686 L 13.572 31.179 C 13.572 30.677 13.572 30.426 13.572 30.426 C 13.572 30.426 13.329 30.426 12.842 30.426 L 5.272 30.426 C 4.785 30.426 4.542 30.426 4.542 30.426 C 4.542 30.426 4.542 30.677 4.542 31.179 L 4.542 32.686 C 4.542 33.188 4.542 33.439 4.542 33.439 C 4.542 33.439 4.785 33.439 5.272 33.439 Z M 5.272 26.865 L 12.222 26.865 C 12.709 26.865 12.953 26.865 12.953 26.865 C 12.953 26.865 12.953 26.614 12.953 26.112 L 12.953 24.879 C 12.953 24.377 12.953 24.126 12.953 24.126 C 12.953 24.126 12.709 24.126 12.222 24.126 L 5.272 24.126 C 4.785 24.126 4.542 24.126 4.542 24.126 C 4.542 24.126 4.542 24.377 4.542 24.879 L 4.542 26.112 C 4.542 26.614 4.542 26.865 4.542 26.865 C 4.542 26.865 4.785 26.865 5.272 26.865 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 19.483 37 L 19.483 20.542 L 22.914 20.542 L 22.914 33.439 L 35.42 33.439 L 35.42 37 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 39.942 37 C 39.041 37 38.267 36.673 37.617 36.019 C 36.983 35.349 36.666 34.55 36.666 33.622 L 36.666 23.944 C 36.666 23.015 36.983 22.224 37.617 21.57 C 38.267 20.9 39.041 20.565 39.942 20.565 L 49.327 20.565 C 50.212 20.565 50.979 20.9 51.629 21.57 C 52.278 22.224 52.602 23.015 52.602 23.944 L 52.602 33.622 C 52.602 34.55 52.278 35.349 51.629 36.019 C 50.979 36.673 50.212 37 49.327 37 Z M 40.827 33.439 L 48.397 33.439 C 48.884 33.439 49.127 33.439 49.127 33.439 C 49.127 33.439 49.127 33.188 49.127 32.686 L 49.127 24.879 C 49.127 24.377 49.127 24.126 49.127 24.126 C 49.127 24.126 48.884 24.126 48.397 24.126 L 40.827 24.126 C 40.34 24.126 40.097 24.126 40.097 24.126 C 40.097 24.126 40.097 24.377 40.097 24.879 L 40.097 32.686 C 40.097 33.188 40.097 33.439 40.097 33.439 C 40.097 33.439 40.34 33.439 40.827 33.439 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 54.127 37 L 54.127 35.79 L 59.816 28.783 L 54.127 21.775 L 54.127 20.565 L 57.691 20.565 L 62.117 25.975 L 66.5 20.565 L 70.064 20.565 L 70.064 21.775 L 64.353 28.783 L 70.064 35.767 L 70.064 37 L 66.5 37 L 62.073 31.613 L 57.691 37 Z\" fill=\"rgb(0,0,0)\"></path></svg>',\n                svgContentId: 2894394916,\n                withExternalLayout: true,\n                ...addPropertyOverrides({\n                  rQuklsmHJ: {\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 71 38\"><path d=\"M 4.276 17.435 C 3.376 17.435 2.601 17.108 1.952 16.453 C 1.317 15.784 1 14.985 1 14.056 L 1 4.378 C 1 3.45 1.317 2.659 1.952 2.004 C 2.601 1.335 3.376 1 4.276 1 L 13.661 1 C 14.546 1 15.314 1.335 15.963 2.004 C 16.612 2.659 16.937 3.45 16.937 4.378 L 16.937 14.056 C 16.937 14.985 16.612 15.784 15.963 16.453 C 15.314 17.108 14.546 17.435 13.661 17.435 Z M 5.161 13.874 L 12.731 13.874 C 13.218 13.874 13.462 13.874 13.462 13.874 C 13.462 13.874 13.462 13.623 13.462 13.121 L 13.462 5.314 C 13.462 4.812 13.462 4.561 13.462 4.561 C 13.462 4.561 13.218 4.561 12.731 4.561 L 5.161 4.561 C 4.674 4.561 4.431 4.561 4.431 4.561 C 4.431 4.561 4.431 4.812 4.431 5.314 L 4.431 13.121 C 4.431 13.623 4.431 13.874 4.431 13.874 C 4.431 13.874 4.674 13.874 5.161 13.874 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 19.374 17.435 L 19.374 1.023 L 32.013 1.023 C 32.913 1.023 33.688 1.358 34.337 2.027 C 34.986 2.697 35.311 3.488 35.311 4.401 L 35.311 8.647 C 35.311 9.56 34.986 10.351 34.337 11.021 C 33.688 11.69 32.913 12.025 32.013 12.025 L 22.805 12.048 L 22.805 17.435 Z M 23.536 8.464 L 31.105 8.464 C 31.592 8.464 31.836 8.464 31.836 8.464 C 31.836 8.464 31.836 8.213 31.836 7.711 L 31.836 5.314 C 31.836 4.812 31.836 4.561 31.836 4.561 C 31.836 4.561 31.592 4.561 31.105 4.561 L 23.536 4.561 C 23.049 4.561 22.805 4.561 22.805 4.561 C 22.805 4.561 22.805 4.812 22.805 5.314 L 22.805 7.711 C 22.805 8.213 22.805 8.464 22.805 8.464 C 22.805 8.464 23.049 8.464 23.536 8.464 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 36.927 17.435 L 36.927 1 L 51.647 1 L 51.647 4.561 L 40.402 4.561 L 40.402 7.437 L 49.455 7.437 L 49.455 10.998 L 40.402 10.998 L 40.402 13.874 L 51.647 13.874 L 51.647 17.435 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 53.83 17.435 L 53.83 1 L 57.371 1 L 66.291 11.957 L 66.291 1 L 69.766 1 L 69.766 17.435 L 66.225 17.435 L 57.26 6.433 L 57.26 17.435 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 1.111 37 L 1.111 20.565 L 13.152 20.565 C 14.037 20.565 14.805 20.9 15.454 21.57 C 16.103 22.224 16.428 23.015 16.428 23.944 L 16.428 27.025 C 16.428 27.223 16.413 27.413 16.383 27.596 C 16.369 27.763 16.332 27.923 16.273 28.075 C 16.494 28.364 16.678 28.699 16.826 29.079 C 16.974 29.46 17.047 29.84 17.047 30.221 L 17.047 33.622 C 17.047 34.55 16.723 35.349 16.073 36.019 C 15.424 36.673 14.649 37 13.749 37 Z M 5.272 33.439 L 12.842 33.439 C 13.329 33.439 13.572 33.439 13.572 33.439 C 13.572 33.439 13.572 33.188 13.572 32.686 L 13.572 31.179 C 13.572 30.677 13.572 30.426 13.572 30.426 C 13.572 30.426 13.329 30.426 12.842 30.426 L 5.272 30.426 C 4.785 30.426 4.542 30.426 4.542 30.426 C 4.542 30.426 4.542 30.677 4.542 31.179 L 4.542 32.686 C 4.542 33.188 4.542 33.439 4.542 33.439 C 4.542 33.439 4.785 33.439 5.272 33.439 Z M 5.272 26.865 L 12.222 26.865 C 12.709 26.865 12.953 26.865 12.953 26.865 C 12.953 26.865 12.953 26.614 12.953 26.112 L 12.953 24.879 C 12.953 24.377 12.953 24.126 12.953 24.126 C 12.953 24.126 12.709 24.126 12.222 24.126 L 5.272 24.126 C 4.785 24.126 4.542 24.126 4.542 24.126 C 4.542 24.126 4.542 24.377 4.542 24.879 L 4.542 26.112 C 4.542 26.614 4.542 26.865 4.542 26.865 C 4.542 26.865 4.785 26.865 5.272 26.865 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 19.483 37 L 19.483 20.542 L 22.914 20.542 L 22.914 33.439 L 35.42 33.439 L 35.42 37 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 39.942 37 C 39.041 37 38.267 36.673 37.617 36.019 C 36.983 35.349 36.666 34.55 36.666 33.622 L 36.666 23.944 C 36.666 23.015 36.983 22.224 37.617 21.57 C 38.267 20.9 39.041 20.565 39.942 20.565 L 49.327 20.565 C 50.212 20.565 50.979 20.9 51.629 21.57 C 52.278 22.224 52.602 23.015 52.602 23.944 L 52.602 33.622 C 52.602 34.55 52.278 35.349 51.629 36.019 C 50.979 36.673 50.212 37 49.327 37 Z M 40.827 33.439 L 48.397 33.439 C 48.884 33.439 49.127 33.439 49.127 33.439 C 49.127 33.439 49.127 33.188 49.127 32.686 L 49.127 24.879 C 49.127 24.377 49.127 24.126 49.127 24.126 C 49.127 24.126 48.884 24.126 48.397 24.126 L 40.827 24.126 C 40.34 24.126 40.097 24.126 40.097 24.126 C 40.097 24.126 40.097 24.377 40.097 24.879 L 40.097 32.686 C 40.097 33.188 40.097 33.439 40.097 33.439 C 40.097 33.439 40.34 33.439 40.827 33.439 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 54.127 37 L 54.127 35.79 L 59.816 28.783 L 54.127 21.775 L 54.127 20.565 L 57.691 20.565 L 62.117 25.975 L 66.5 20.565 L 70.064 20.565 L 70.064 21.775 L 64.353 28.783 L 70.064 35.767 L 70.064 37 L 66.5 37 L 62.073 31.613 L 57.691 37 Z\" fill=\"rgb(0,0,0)\"></path></svg>',\n                    svgContentId: 1087402696\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1jk99yb\",\n              layoutDependency: layoutDependency,\n              layoutId: \"eiq3IwrSE\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-6tb7zn\",\n                \"data-framer-name\": \"1\",\n                layoutDependency: layoutDependency,\n                layoutId: \"mLcYd0Yrc\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7Q2hpdm8tNjAw\",\n                        \"--framer-font-family\": '\"Chivo\", sans-serif',\n                        \"--framer-font-weight\": \"600\",\n                        \"--framer-line-height\": \"1.5em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(51, 51, 51))\"\n                      },\n                      children: \"Contact\"\n                    })\n                  }),\n                  className: \"framer-1sccfa4\",\n                  fonts: [\"GF;Chivo-600\"],\n                  layoutDependency: layoutDependency,\n                  layoutId: \"PqE0tQNwo\",\n                  style: {\n                    \"--extracted-r6o4lv\": \"rgb(51, 51, 51)\",\n                    \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                    \"--framer-link-text-decoration\": \"none\",\n                    \"--framer-paragraph-spacing\": \"0px\"\n                  },\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.p, {\n                      style: {\n                        \"--font-selector\": \"R0Y7SW50ZXItcmVndWxhcg==\",\n                        \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                        \"--framer-line-height\": \"1.5em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(102, 102, 102))\"\n                      },\n                      children: \"marketing@openblox.io\"\n                    })\n                  }),\n                  className: \"framer-npj9l8\",\n                  fonts: [\"GF;Inter-regular\"],\n                  layoutDependency: layoutDependency,\n                  layoutId: \"On_oEmhTw\",\n                  style: {\n                    \"--extracted-r6o4lv\": \"rgb(102, 102, 102)\",\n                    \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                    \"--framer-link-text-decoration\": \"none\",\n                    \"--framer-paragraph-spacing\": \"0px\"\n                  },\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-156918\",\n                layoutDependency: layoutDependency,\n                layoutId: \"Pc2fZKBiW\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1h4xo16\",\n                  \"data-framer-name\": \"Download\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"vRcGRs2yD\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"R0Y7Q2hpdm8tNjAw\",\n                          \"--framer-font-family\": '\"Chivo\", sans-serif',\n                          \"--framer-font-weight\": \"600\",\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(51, 51, 51))\"\n                        },\n                        children: \"Download\"\n                      })\n                    }),\n                    className: \"framer-10ouc5v\",\n                    fonts: [\"GF;Chivo-600\"],\n                    layoutDependency: layoutDependency,\n                    layoutId: \"v6bAAZ3Q2\",\n                    style: {\n                      \"--extracted-r6o4lv\": \"rgb(51, 51, 51)\",\n                      \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                      \"--framer-link-text-decoration\": \"none\",\n                      \"--framer-paragraph-spacing\": \"0px\"\n                    },\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"R0Y7Q2hpdm8tcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Chivo\", \"Chivo Placeholder\", sans-serif',\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(102, 102, 102))\"\n                        },\n                        children: /*#__PURE__*/_jsx(Link, {\n                          href: \"https://drive.google.com/drive/folders/1k27SCTe-t-ayZeE22bUb06SIYaW9pgZF?usp=sharing\",\n                          openInNewTab: true,\n                          smoothScroll: false,\n                          children: /*#__PURE__*/_jsx(motion.a, {\n                            className: \"framer-styles-preset-15edui8\",\n                            \"data-styles-preset\": \"kQ3xr8_P9\",\n                            children: \"Media Kit\"\n                          })\n                        })\n                      })\n                    }),\n                    className: \"framer-1aaxx9q\",\n                    fonts: [\"GF;Chivo-regular\"],\n                    layoutDependency: layoutDependency,\n                    layoutId: \"OR593hloB\",\n                    style: {\n                      \"--extracted-r6o4lv\": \"rgb(102, 102, 102)\",\n                      \"--framer-paragraph-spacing\": \"0px\"\n                    },\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1hq0ixq\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"oMVC1Xlzl\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"R0Y7Q2hpdm8tcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Chivo\", \"Chivo Placeholder\", sans-serif',\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(51, 51, 51))\"\n                        },\n                        children: /*#__PURE__*/_jsx(Link, {\n                          href: {\n                            pathVariables: {\n                              LXPPb0mj_: \"terms-conditions\"\n                            },\n                            webPageId: \"e5I3io_In\"\n                          },\n                          openInNewTab: false,\n                          smoothScroll: false,\n                          children: /*#__PURE__*/_jsx(motion.a, {\n                            className: \"framer-styles-preset-xg4t2q\",\n                            \"data-styles-preset\": \"kpuH_UZ3b\",\n                            children: \"Terms of use\"\n                          })\n                        })\n                      })\n                    }),\n                    className: \"framer-5u3v0k\",\n                    fonts: [\"GF;Chivo-regular\"],\n                    layoutDependency: layoutDependency,\n                    layoutId: \"Ls9n7cKPu\",\n                    style: {\n                      \"--extracted-r6o4lv\": \"rgb(51, 51, 51)\",\n                      \"--framer-paragraph-spacing\": \"0px\"\n                    },\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(motion.p, {\n                        style: {\n                          \"--font-selector\": \"R0Y7Q2hpdm8tcmVndWxhcg==\",\n                          \"--framer-font-family\": '\"Chivo\", \"Chivo Placeholder\", sans-serif',\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(51, 51, 51))\"\n                        },\n                        children: /*#__PURE__*/_jsx(Link, {\n                          href: \"https://www.iubenda.com/privacy-policy/30870666\",\n                          openInNewTab: true,\n                          smoothScroll: false,\n                          children: /*#__PURE__*/_jsx(motion.a, {\n                            className: \"framer-styles-preset-xg4t2q\",\n                            \"data-styles-preset\": \"kpuH_UZ3b\",\n                            children: \"Privacy\"\n                          })\n                        })\n                      })\n                    }),\n                    className: \"framer-106demb\",\n                    fonts: [\"GF;Chivo-regular\"],\n                    layoutDependency: layoutDependency,\n                    layoutId: \"FzfLrxYdg\",\n                    style: {\n                      \"--extracted-r6o4lv\": \"rgb(51, 51, 51)\",\n                      \"--framer-paragraph-spacing\": \"0px\"\n                    },\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                })]\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-186vr6f\",\n            \"data-border\": true,\n            \"data-framer-name\": \"Copyright\",\n            layoutDependency: layoutDependency,\n            layoutId: \"pQkhx6ED6\",\n            style: {\n              \"--border-bottom-width\": \"0px\",\n              \"--border-color\": \"rgba(0, 0, 0, 0.1)\",\n              \"--border-left-width\": \"0px\",\n              \"--border-right-width\": \"0px\",\n              \"--border-style\": \"solid\",\n              \"--border-top-width\": \"1px\"\n            },\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7SW50ZXItNjAw\",\n                    \"--framer-font-size\": \"14px\",\n                    \"--framer-font-weight\": \"600\",\n                    \"--framer-line-height\": \"1.5em\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(102, 102, 102))\"\n                  },\n                  children: \"\\xa9 2023 OPENBLOX\"\n                })\n              }),\n              className: \"framer-15fk04e\",\n              fonts: [\"GF;Inter-600\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"Ez4lvwAUY\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(102, 102, 102)\",\n                \"--framer-link-hover-text-color\": \"rgba(153, 153, 153, 0.6)\",\n                \"--framer-link-text-decoration\": \"none\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-14rj3jd\",\n              \"data-framer-name\": \"Icons\",\n              layoutDependency: layoutDependency,\n              layoutId: \"fkZOpJ2HV\",\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-s45c64\",\n                layoutDependency: layoutDependency,\n                layoutId: \"b_yLtWFCA\",\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: \"https://docs.openblox.io/openblox/master\",\n                  children: /*#__PURE__*/_jsx(SVG, {\n                    as: \"a\",\n                    className: \"framer-4i90xc framer-1mu5jrc\",\n                    \"data-framer-name\": \"gitbook\",\n                    layout: \"position\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"YQyOy92Ip\",\n                    opacity: 1,\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 9.002 14.625 C 9.078 14.625 9.155 14.64 9.226 14.669 C 9.297 14.698 9.361 14.741 9.416 14.795 C 9.47 14.848 9.513 14.912 9.542 14.982 C 9.572 15.052 9.587 15.127 9.587 15.203 C 9.586 15.279 9.571 15.354 9.542 15.424 C 9.512 15.494 9.469 15.558 9.414 15.612 C 9.36 15.665 9.295 15.708 9.224 15.737 C 9.153 15.765 9.077 15.78 9 15.78 C 8.844 15.78 8.696 15.719 8.586 15.61 C 8.476 15.502 8.415 15.355 8.415 15.202 C 8.415 15.048 8.477 14.902 8.587 14.793 C 8.697 14.685 8.846 14.625 9.002 14.625 Z M 18.188 11.052 C 18.111 11.052 18.035 11.037 17.964 11.008 C 17.893 10.979 17.829 10.937 17.774 10.883 C 17.72 10.829 17.677 10.765 17.647 10.695 C 17.618 10.625 17.603 10.55 17.603 10.474 C 17.603 10.398 17.618 10.323 17.648 10.253 C 17.677 10.183 17.72 10.119 17.775 10.066 C 17.829 10.012 17.894 9.97 17.965 9.941 C 18.036 9.912 18.112 9.897 18.189 9.897 C 18.344 9.897 18.493 9.958 18.603 10.066 C 18.713 10.175 18.775 10.322 18.775 10.475 C 18.774 10.628 18.713 10.775 18.603 10.883 C 18.493 10.992 18.344 11.052 18.188 11.052 Z M 18.188 8.689 C 17.708 8.689 17.247 8.878 16.908 9.213 C 16.568 9.548 16.377 10.002 16.377 10.476 C 16.377 10.667 16.409 10.858 16.472 11.043 L 10.488 14.185 C 10.322 13.947 10.1 13.753 9.841 13.619 C 9.582 13.485 9.294 13.415 9.002 13.415 C 8.311 13.415 7.681 13.805 7.376 14.414 L 2.001 11.619 C 1.432 11.324 1.007 10.402 1.052 9.562 C 1.076 9.124 1.229 8.784 1.463 8.653 C 1.611 8.571 1.79 8.577 1.98 8.675 L 2.015 8.694 C 3.44 9.433 8.102 11.855 8.298 11.945 C 8.601 12.084 8.769 12.14 9.286 11.898 L 18.922 6.956 C 19.064 6.903 19.229 6.769 19.229 6.566 C 19.229 6.285 18.933 6.174 18.933 6.174 C 18.385 5.915 17.542 5.527 16.721 5.147 C 14.964 4.336 12.973 3.417 12.099 2.965 C 11.344 2.575 10.737 2.904 10.628 2.97 L 10.418 3.073 C 6.483 4.992 1.216 7.564 0.916 7.744 C 0.381 8.066 0.048 8.708 0.005 9.504 C -0.062 10.767 0.591 12.085 1.525 12.567 L 7.21 15.458 C 7.272 15.883 7.488 16.271 7.817 16.552 C 8.146 16.833 8.566 16.988 9.002 16.988 C 9.477 16.988 9.933 16.803 10.271 16.474 C 10.61 16.145 10.804 15.698 10.812 15.23 L 17.074 11.882 C 17.391 12.127 17.785 12.261 18.188 12.261 C 18.669 12.261 19.129 12.072 19.469 11.738 C 19.809 11.403 20 10.948 20 10.475 C 20 10.001 19.809 9.547 19.469 9.212 C 19.129 8.877 18.669 8.689 18.188 8.688\" fill=\"#222222\"></path></svg>',\n                    svgContentId: 2759610081,\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-nqmv77\",\n                layoutDependency: layoutDependency,\n                layoutId: \"H50_T1Wlv\",\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: \"https://discord.gg/openblox\",\n                  children: /*#__PURE__*/_jsx(SVG, {\n                    as: \"a\",\n                    className: \"framer-12huxz0 framer-1mu5jrc\",\n                    \"data-framer-name\": \"discord\",\n                    layout: \"position\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"iJz5F9a7l\",\n                    opacity: 1,\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 16.616 3.636 C 15.399 3.078 14.094 2.667 12.73 2.431 C 12.705 2.427 12.68 2.438 12.667 2.461 C 12.5 2.759 12.314 3.149 12.184 3.455 C 10.716 3.235 9.257 3.235 7.819 3.455 C 7.689 3.142 7.496 2.759 7.328 2.461 C 7.315 2.439 7.29 2.427 7.265 2.431 C 5.902 2.666 4.597 3.077 3.379 3.636 C 3.369 3.641 3.36 3.649 3.354 3.658 C 0.879 7.356 0.201 10.963 0.534 14.525 C 0.535 14.542 0.545 14.559 0.558 14.569 C 2.191 15.769 3.773 16.496 5.325 16.979 C 5.35 16.987 5.377 16.978 5.392 16.957 C 5.76 16.456 6.087 15.927 6.368 15.371 C 6.384 15.338 6.368 15.3 6.335 15.287 C 5.815 15.09 5.321 14.85 4.845 14.577 C 4.808 14.555 4.805 14.501 4.839 14.475 C 4.939 14.4 5.039 14.322 5.135 14.244 C 5.152 14.229 5.176 14.226 5.197 14.235 C 8.321 15.662 11.704 15.662 14.791 14.235 C 14.811 14.225 14.835 14.228 14.853 14.243 C 14.949 14.322 15.049 14.4 15.15 14.475 C 15.185 14.501 15.182 14.555 15.145 14.577 C 14.669 14.855 14.175 15.09 13.655 15.286 C 13.621 15.299 13.606 15.338 13.622 15.371 C 13.909 15.926 14.236 16.455 14.597 16.956 C 14.612 16.978 14.639 16.987 14.664 16.979 C 16.224 16.496 17.806 15.769 19.439 14.569 C 19.453 14.559 19.462 14.543 19.463 14.525 C 19.861 10.407 18.797 6.83 16.641 3.659 C 16.635 3.649 16.626 3.641 16.616 3.636 Z M 6.834 12.356 C 5.894 12.356 5.118 11.492 5.118 10.432 C 5.118 9.371 5.879 8.508 6.834 8.508 C 7.797 8.508 8.565 9.379 8.55 10.432 C 8.55 11.492 7.79 12.356 6.834 12.356 Z M 13.178 12.356 C 12.237 12.356 11.462 11.492 11.462 10.432 C 11.462 9.371 12.222 8.508 13.178 8.508 C 14.141 8.508 14.908 9.379 14.893 10.432 C 14.893 11.492 14.141 12.356 13.178 12.356 Z\" fill=\"#222222\"></path></svg>',\n                    svgContentId: 282124929,\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1dtsasq\",\n                layoutDependency: layoutDependency,\n                layoutId: \"Gq4q_dxQa\",\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: \"twitter.com/OpenBlox_io\",\n                  children: /*#__PURE__*/_jsx(SVG, {\n                    as: \"a\",\n                    className: \"framer-140eiz4 framer-1mu5jrc\",\n                    \"data-framer-name\": \"x\",\n                    layout: \"position\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"nKTGNC3NE\",\n                    opacity: 1,\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 0.043 0.011 L 5.438 7.225 L 0.009 13.09 L 1.231 13.09 L 5.984 7.955 L 9.825 13.09 L 13.983 13.09 L 8.284 5.47 L 13.338 0.011 L 12.116 0.011 L 7.738 4.74 L 4.201 0.011 Z M 1.84 0.911 L 3.75 0.911 L 12.186 12.19 L 10.276 12.19 Z\" fill=\"rgb(0,0,0)\"></path></svg>',\n                    svgContentId: 3822775486,\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(Link, {\n                href: \"https://medium.com/@OpenBlox\",\n                children: /*#__PURE__*/_jsx(SVG, {\n                  as: \"a\",\n                  className: \"framer-1qxz6xs framer-1mu5jrc\",\n                  \"data-framer-name\": \"medium\",\n                  layout: \"position\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"hlFedKPDL\",\n                  opacity: 1,\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss34881147_1\"><path d=\"M 0 20 L 0 0 L 20 0 L 20 20 Z\" fill=\"transparent\"></path><path d=\"M 11.281 9.77 C 11.281 12.91 8.756 15.456 5.641 15.456 C 2.526 15.456 0 12.91 0 9.77 C 0 6.63 2.525 4.085 5.641 4.085 C 8.756 4.085 11.281 6.63 11.281 9.77 Z M 17.469 9.77 C 17.469 12.726 16.206 15.123 14.649 15.123 C 13.091 15.123 11.829 12.726 11.829 9.77 C 11.829 6.815 13.091 4.418 14.649 4.418 C 16.206 4.418 17.469 6.814 17.469 9.77 Z M 19.008 14.565 C 19.556 14.565 20 12.418 20 9.77 C 20 7.122 19.556 4.975 19.008 4.975 C 18.46 4.975 18.016 7.122 18.016 9.77 C 18.016 12.418 18.46 14.565 19.008 14.565 Z\" fill=\"rgb(0,0,0)\"></path></g></svg>',\n                  svgContentId: 34881147,\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1ayqb6i\",\n                layoutDependency: layoutDependency,\n                layoutId: \"K0QuuVkvv\",\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: \"https://t.me/openblox_eng\",\n                  children: /*#__PURE__*/_jsx(SVG, {\n                    as: \"a\",\n                    className: \"framer-1doeqk9 framer-1mu5jrc\",\n                    \"data-framer-name\": \"telegram\",\n                    fill: \"rgba(0,0,0,1)\",\n                    intrinsicHeight: 28,\n                    intrinsicWidth: 28,\n                    layoutDependency: layoutDependency,\n                    layoutId: \"lOKjwwNSp\",\n                    svg: '<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_3230_20195)\">\\n<path d=\"M25.932 5.82469L22.3092 22.7928C22.0421 23.9959 21.3211 24.2879 20.3153 23.7217L14.7964 19.6787L12.1349 22.2266C11.8411 22.5185 11.5919 22.7662 11.0222 22.7662L11.4139 17.1839L21.6416 8.00099C22.0866 7.61173 21.5437 7.39056 20.9562 7.77982L8.31619 15.6888L2.86853 13.9991C1.68465 13.6275 1.65794 12.8225 3.11777 12.2563L24.401 4.09957C25.3891 3.74569 26.2525 4.33843 25.932 5.82469Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_3230_20195\">\\n<rect width=\"28\" height=\"28\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(Link, {\n                href: \"https://snapshot.org/#/openbloxdao.eth\",\n                children: /*#__PURE__*/_jsx(SVG, {\n                  as: \"a\",\n                  className: \"framer-4ngv65 framer-1mu5jrc\",\n                  \"data-framer-name\": \"a\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 20,\n                  intrinsicWidth: 17,\n                  layoutDependency: layoutDependency,\n                  layoutId: \"jimnkg5fi\",\n                  svg: '<svg width=\"17\" height=\"20\" viewBox=\"0 0 17 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_3467_37195)\">\\n<path d=\"M3.7091 11.6741C2.76199 11.6741 1.81488 11.6703 0.86653 11.6754C0.525272 11.6766 0.182778 11.6716 0.0381151 11.2852C-0.101603 10.9139 0.165468 10.705 0.401628 10.4986C4.27292 7.10927 8.14421 3.71993 12.0143 0.331851C12.2863 0.0939804 12.5682 -0.169062 12.9317 0.141806C13.2853 0.445123 13.0986 0.783679 12.9354 1.10713C11.8226 3.30083 10.7098 5.49452 9.59827 7.68947C9.38477 8.11068 9.51913 8.32212 10.0013 8.3238C11.8337 8.3238 13.6674 8.32505 15.4998 8.3238C15.8547 8.3238 16.2367 8.29233 16.39 8.7127C16.5483 9.14942 16.1922 9.35331 15.9338 9.57985C12.1119 12.9302 8.28764 16.278 4.4621 19.6245C4.18142 19.87 3.89333 20.1921 3.50015 19.8561C3.11932 19.5301 3.35425 19.174 3.52364 18.8379C4.62531 16.6618 5.72821 14.4858 6.82988 12.3097C7.04337 11.8877 6.90942 11.6762 6.42803 11.6754C5.52172 11.6754 4.61541 11.6754 3.7091 11.6754V11.6741Z\" fill=\"black\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_3467_37195\">\\n<rect width=\"16.4286\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(Link, {\n                href: \"https://www.coingecko.com/en/coins/openblox\",\n                children: /*#__PURE__*/_jsx(motion.a, {\n                  className: \"framer-bocll2 framer-1mu5jrc\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"cEj0FPPKK\",\n                  children: /*#__PURE__*/_jsx(SVG, {\n                    className: \"framer-1kp456c\",\n                    \"data-framer-name\": \"graphic\",\n                    layout: \"position\",\n                    layoutDependency: layoutDependency,\n                    layoutId: \"uELwqLAKd\",\n                    opacity: 1,\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><g transform=\"translate(-0.017 -0.017)\" id=\"ss3188613774_1\"><path d=\"M 8.96 0 C 3.988 0.023 -0.022 4.07 0 9.04 C 0.023 14.01 4.07 18.022 9.04 18 C 14.01 17.977 18.022 13.93 18 8.96 C 17.977 3.988 13.93 -0.022 8.96 0 Z M 7.82 8.558 C 6.932 8.558 6.21 7.838 6.21 6.95 C 6.21 6.062 6.93 5.342 7.82 5.342 C 8.708 5.342 9.428 6.062 9.428 6.95 C 9.428 7.838 8.708 8.558 7.82 8.558 Z M 9.103 10.298 L 9.112 10.288 L 9.12 10.278 C 9.58 10.575 10.103 10.678 10.627 10.695 C 11.152 10.708 11.685 10.67 12.212 10.563 C 12.737 10.455 13.253 10.293 13.752 10.087 C 14.032 9.972 14.31 9.845 14.575 9.697 C 14.577 9.695 14.578 9.695 14.58 9.693 C 14.745 9.593 14.907 9.49 15.065 9.382 C 15.1 9.357 15.133 9.332 15.165 9.305 L 15.168 9.31 L 15.182 9.327 C 14.777 9.695 14.295 9.968 13.805 10.21 C 13.31 10.443 12.793 10.635 12.26 10.773 C 11.728 10.91 11.173 11.015 10.612 10.963 C 10.058 10.912 9.475 10.718 9.103 10.298 Z M 13.233 8.558 C 13.233 8.365 13.388 8.21 13.58 8.208 C 13.773 8.208 13.928 8.363 13.93 8.555 C 13.93 8.747 13.775 8.905 13.583 8.905 C 13.392 8.907 13.233 8.752 13.233 8.558 Z M 10.477 17.192 C 10.128 14.755 12.255 12.37 13.455 11.15 C 13.727 10.873 14.148 10.492 14.54 10.087 C 16.097 8.632 16.407 6.892 13.22 6.022 C 12.617 5.847 11.99 5.598 11.357 5.348 C 11.337 5.29 11.313 5.235 11.288 5.183 C 11.215 5.058 11.088 4.913 10.895 4.75 C 10.48 4.39 9.703 4.4 9.032 4.558 C 8.288 4.383 7.557 4.322 6.852 4.49 C 3.77 5.338 3.275 6.842 3.155 8.653 C 2.992 10.61 2.897 12.068 2.155 13.735 C 1.23 12.4 0.685 10.783 0.678 9.037 C 0.658 4.442 4.367 0.698 8.963 0.678 C 13.56 0.658 17.302 4.367 17.323 8.963 C 17.34 13.068 14.383 16.493 10.477 17.192 Z\" fill=\"rgb(35,31,32)\"></path><path d=\"M 8.952 6.965 C 8.952 7.59 8.445 8.097 7.82 8.097 C 7.195 8.097 6.688 7.59 6.688 6.965 C 6.688 6.34 7.195 5.833 7.82 5.833 C 8.445 5.833 8.952 6.34 8.952 6.965 Z\" fill=\"rgb(35,31,32)\"></path></g></svg>',\n                    svgContentId: 3188613774,\n                    withExternalLayout: true\n                  })\n                })\n              }), /*#__PURE__*/_jsx(Link, {\n                href: \"https://coinmarketcap.com/currencies/openblox/\",\n                children: /*#__PURE__*/_jsx(SVG, {\n                  as: \"a\",\n                  className: \"framer-3y1kzf framer-1mu5jrc\",\n                  \"data-framer-name\": \"Frame\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 20,\n                  intrinsicWidth: 20,\n                  layoutDependency: layoutDependency,\n                  layoutId: \"ooXeKntbn\",\n                  svg: '<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_2)\">\\n<path d=\"M17.3915 11.9506C17.2332 12.058 17.0484 12.1214 16.8566 12.1341C16.6648 12.1468 16.4731 12.1083 16.3016 12.0227C15.8991 11.7986 15.6822 11.2733 15.6822 10.5575V8.36359C15.6822 7.31042 15.2588 6.56109 14.5504 6.35767C13.3534 6.01262 12.4595 7.45719 12.1145 8.00052L9.99739 11.3763V7.25634C9.97386 6.30617 9.66022 5.73709 9.06691 5.56714C8.67486 5.45384 8.08678 5.50019 7.51438 6.36024L2.78097 13.8458C2.15117 12.6587 1.82462 11.3382 1.82959 9.99871C1.82959 5.48732 5.48876 1.81795 9.99739 1.81795C14.506 1.81795 18.1783 5.48732 18.1783 9.99871V10.0219C18.1783 10.0219 18.1783 10.0373 18.1783 10.0451C18.2227 10.918 17.9352 11.6132 17.3941 11.9506H17.3915ZM20.0052 10.0013V9.95751C19.9686 4.45989 15.494 0 9.99739 0C4.50078 0 0 4.48565 0 9.99871C0 15.5118 4.4851 20 9.99739 20C12.5256 19.9999 14.9575 19.0452 16.793 17.3323C16.9712 17.1669 17.076 16.9391 17.0848 16.6981C17.0936 16.4571 17.0057 16.2224 16.84 16.0448C16.7608 15.9584 16.665 15.8884 16.5581 15.8386C16.4513 15.7888 16.3355 15.7604 16.2174 15.7549C16.0994 15.7494 15.9814 15.7669 15.8702 15.8065C15.7591 15.8461 15.657 15.907 15.5698 15.9856C14.7796 16.7241 13.846 17.2976 12.8252 17.6718C11.8044 18.046 10.7173 18.2131 9.62933 18.1631C8.54133 18.113 7.47481 17.8469 6.49379 17.3807C5.51278 16.9145 4.63752 16.2578 3.92054 15.45L8.18087 8.70349V11.8167C8.18087 13.3127 8.76895 13.7968 9.26294 13.9385C9.75693 14.0801 10.5123 13.9822 11.3042 12.7153L13.6566 8.96356C13.7297 8.84254 13.8003 8.73954 13.863 8.64941V10.5575C13.863 11.9557 14.4328 13.0733 15.4313 13.6243C15.8853 13.8658 16.3968 13.9824 16.9124 13.962C17.4279 13.9416 17.9283 13.785 18.3612 13.5084C19.459 12.8055 20.0575 11.5334 19.9948 10.0013H20.0052Z\" fill=\"#17181B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_2\">\\n<rect width=\"20\" height=\"20\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                  withExternalLayout: true\n                })\n              })]\n            })]\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-v59Wb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-v59Wb .framer-1mu5jrc { display: block; }\", \".framer-v59Wb .framer-z2d6i { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 60px 40px 30px 60px; position: relative; width: 1200px; }\", \".framer-v59Wb .framer-5bxc2o { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-v59Wb .framer-qh7rf9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 38px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 112px; }\", \".framer-v59Wb .framer-eo1fce { flex: none; height: 38px; position: relative; width: 72px; }\", \".framer-v59Wb .framer-1jk99yb { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 63px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-v59Wb .framer-6tb7zn, .framer-v59Wb .framer-1hq0ixq { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-v59Wb .framer-1sccfa4, .framer-v59Wb .framer-npj9l8, .framer-v59Wb .framer-10ouc5v, .framer-v59Wb .framer-1aaxx9q, .framer-v59Wb .framer-5u3v0k, .framer-v59Wb .framer-106demb, .framer-v59Wb .framer-15fk04e { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\", \".framer-v59Wb .framer-156918 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 63px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 632px; }\", \".framer-v59Wb .framer-1h4xo16 { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 63px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-v59Wb .framer-186vr6f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-v59Wb .framer-14rj3jd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-v59Wb .framer-s45c64, .framer-v59Wb .framer-nqmv77, .framer-v59Wb .framer-1dtsasq, .framer-v59Wb .framer-1ayqb6i { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\", \".framer-v59Wb .framer-4i90xc, .framer-v59Wb .framer-12huxz0 { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); position: absolute; text-decoration: none; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\", \".framer-v59Wb .framer-140eiz4 { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; text-decoration: none; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\", \".framer-v59Wb .framer-1qxz6xs, .framer-v59Wb .framer-3y1kzf { flex: none; height: 20px; position: relative; text-decoration: none; width: 20px; }\", \".framer-v59Wb .framer-1doeqk9 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\", \".framer-v59Wb .framer-4ngv65 { aspect-ratio: 0.85 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; text-decoration: none; width: 16px; }\", \".framer-v59Wb .framer-bocll2 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: visible; position: relative; text-decoration: none; width: 20px; }\", \".framer-v59Wb .framer-1kp456c { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v59Wb .framer-z2d6i, .framer-v59Wb .framer-5bxc2o, .framer-v59Wb .framer-qh7rf9, .framer-v59Wb .framer-6tb7zn, .framer-v59Wb .framer-156918, .framer-v59Wb .framer-1h4xo16, .framer-v59Wb .framer-1hq0ixq, .framer-v59Wb .framer-14rj3jd { gap: 0px; } .framer-v59Wb .framer-z2d6i > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-v59Wb .framer-z2d6i > :first-child, .framer-v59Wb .framer-6tb7zn > :first-child, .framer-v59Wb .framer-1h4xo16 > :first-child, .framer-v59Wb .framer-1hq0ixq > :first-child { margin-top: 0px; } .framer-v59Wb .framer-z2d6i > :last-child, .framer-v59Wb .framer-6tb7zn > :last-child, .framer-v59Wb .framer-1h4xo16 > :last-child, .framer-v59Wb .framer-1hq0ixq > :last-child { margin-bottom: 0px; } .framer-v59Wb .framer-5bxc2o > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-v59Wb .framer-5bxc2o > :first-child, .framer-v59Wb .framer-qh7rf9 > :first-child, .framer-v59Wb .framer-156918 > :first-child, .framer-v59Wb .framer-14rj3jd > :first-child { margin-left: 0px; } .framer-v59Wb .framer-5bxc2o > :last-child, .framer-v59Wb .framer-qh7rf9 > :last-child, .framer-v59Wb .framer-156918 > :last-child, .framer-v59Wb .framer-14rj3jd > :last-child { margin-right: 0px; } .framer-v59Wb .framer-qh7rf9 > *, .framer-v59Wb .framer-156918 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-v59Wb .framer-6tb7zn > *, .framer-v59Wb .framer-1h4xo16 > *, .framer-v59Wb .framer-1hq0ixq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v59Wb .framer-14rj3jd > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } }\", \".framer-v59Wb.framer-v-15k21ej .framer-z2d6i { width: 810px; }\", \".framer-v59Wb.framer-v-15k21ej .framer-5bxc2o { gap: 29px; }\", \".framer-v59Wb.framer-v-15k21ej .framer-qh7rf9 { width: min-content; }\", \".framer-v59Wb.framer-v-15k21ej .framer-eo1fce { width: 71px; }\", \".framer-v59Wb.framer-v-15k21ej .framer-1jk99yb { height: min-content; }\", \".framer-v59Wb.framer-v-15k21ej .framer-6tb7zn, .framer-v59Wb.framer-v-15k21ej .framer-1hq0ixq { flex: none; gap: 8px; width: min-content; }\", \".framer-v59Wb.framer-v-15k21ej .framer-156918 { align-content: start; align-items: start; flex-direction: column; gap: 24px; height: min-content; justify-content: flex-start; width: 304px; }\", \".framer-v59Wb.framer-v-15k21ej .framer-1h4xo16 { flex: none; gap: 8px; height: min-content; width: min-content; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v59Wb.framer-v-15k21ej .framer-5bxc2o, .framer-v59Wb.framer-v-15k21ej .framer-6tb7zn, .framer-v59Wb.framer-v-15k21ej .framer-156918, .framer-v59Wb.framer-v-15k21ej .framer-1h4xo16, .framer-v59Wb.framer-v-15k21ej .framer-1hq0ixq { gap: 0px; } .framer-v59Wb.framer-v-15k21ej .framer-5bxc2o > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } .framer-v59Wb.framer-v-15k21ej .framer-5bxc2o > :first-child { margin-left: 0px; } .framer-v59Wb.framer-v-15k21ej .framer-5bxc2o > :last-child { margin-right: 0px; } .framer-v59Wb.framer-v-15k21ej .framer-6tb7zn > *, .framer-v59Wb.framer-v-15k21ej .framer-1h4xo16 > *, .framer-v59Wb.framer-v-15k21ej .framer-1hq0ixq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-v59Wb.framer-v-15k21ej .framer-6tb7zn > :first-child, .framer-v59Wb.framer-v-15k21ej .framer-156918 > :first-child, .framer-v59Wb.framer-v-15k21ej .framer-1h4xo16 > :first-child, .framer-v59Wb.framer-v-15k21ej .framer-1hq0ixq > :first-child { margin-top: 0px; } .framer-v59Wb.framer-v-15k21ej .framer-6tb7zn > :last-child, .framer-v59Wb.framer-v-15k21ej .framer-156918 > :last-child, .framer-v59Wb.framer-v-15k21ej .framer-1h4xo16 > :last-child, .framer-v59Wb.framer-v-15k21ej .framer-1hq0ixq > :last-child { margin-bottom: 0px; } .framer-v59Wb.framer-v-15k21ej .framer-156918 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\", \".framer-v59Wb.framer-v-1vfskzq .framer-z2d6i { padding: 60px 40px 30px 40px; width: 390px; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-5bxc2o { flex-direction: column; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-1jk99yb { flex: none; flex-direction: column; gap: 32px; height: min-content; justify-content: flex-start; width: 100%; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-6tb7zn { flex: none; width: 100%; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-156918 { align-content: start; align-items: start; flex-direction: column; gap: 32px; height: min-content; justify-content: flex-start; width: min-content; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-1h4xo16, .framer-v59Wb.framer-v-1vfskzq .framer-1hq0ixq { flex: none; width: min-content; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-186vr6f { flex-direction: column; gap: 10px; justify-content: flex-start; padding: 8px 8px 8px 8px; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-15fk04e { order: 0; }\", \".framer-v59Wb.framer-v-1vfskzq .framer-14rj3jd { gap: unset; justify-content: space-between; order: 1; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v59Wb.framer-v-1vfskzq .framer-5bxc2o, .framer-v59Wb.framer-v-1vfskzq .framer-1jk99yb, .framer-v59Wb.framer-v-1vfskzq .framer-156918, .framer-v59Wb.framer-v-1vfskzq .framer-186vr6f, .framer-v59Wb.framer-v-1vfskzq .framer-14rj3jd { gap: 0px; } .framer-v59Wb.framer-v-1vfskzq .framer-5bxc2o > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-v59Wb.framer-v-1vfskzq .framer-5bxc2o > :first-child, .framer-v59Wb.framer-v-1vfskzq .framer-1jk99yb > :first-child, .framer-v59Wb.framer-v-1vfskzq .framer-156918 > :first-child, .framer-v59Wb.framer-v-1vfskzq .framer-186vr6f > :first-child { margin-top: 0px; } .framer-v59Wb.framer-v-1vfskzq .framer-5bxc2o > :last-child, .framer-v59Wb.framer-v-1vfskzq .framer-1jk99yb > :last-child, .framer-v59Wb.framer-v-1vfskzq .framer-156918 > :last-child, .framer-v59Wb.framer-v-1vfskzq .framer-186vr6f > :last-child { margin-bottom: 0px; } .framer-v59Wb.framer-v-1vfskzq .framer-1jk99yb > *, .framer-v59Wb.framer-v-1vfskzq .framer-156918 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-v59Wb.framer-v-1vfskzq .framer-186vr6f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-v59Wb.framer-v-1vfskzq .framer-14rj3jd > *, .framer-v59Wb.framer-v-1vfskzq .framer-14rj3jd > :first-child, .framer-v59Wb.framer-v-1vfskzq .framer-14rj3jd > :last-child { margin: 0px; } }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicHeight 264\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rQuklsmHJ\":{\"layout\":[\"fixed\",\"auto\"]},\"TMOXtHRW_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        */\nconst FramerRX4UDeG9a = withCSS(Component, css, \"framer-v59Wb\");\nexport default FramerRX4UDeG9a;\nFramerRX4UDeG9a.displayName = \"Footer\";\nFramerRX4UDeG9a.defaultProps = {\n  height: 264,\n  width: 1200\n};\naddPropertyControls(FramerRX4UDeG9a, {\n  variant: {\n    options: [\"OMCVAVQj5\", \"rQuklsmHJ\", \"TMOXtHRW_\"],\n    optionTitles: [\"1\", \"2\", \"3\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerRX4UDeG9a, [{\n  family: \"Chivo\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_YhjukmDSFXjQiQ.woff2\",\n  weight: \"600\"\n}, {\n  family: \"Inter\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",\n  weight: \"400\"\n}, {\n  family: \"Chivo\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ukmDSFXjQiQ.woff2\",\n  weight: \"400\"\n}, {\n  family: \"Inter\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",\n  weight: \"600\"\n}, ...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerRX4UDeG9a\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"264\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rQuklsmHJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TMOXtHRW_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerImmutableVariables\": \"true\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./RX4UDeG9a.map", "// Generated by Framer (667f196)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, useActiveVariantCallback, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"Ok6vbps3n\"];\nconst variantClassNames = {\n  Ok6vbps3n: \"framer-v-zpop5q\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 30,\n    delay: 0,\n    duration: 5,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 400,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"Ok6vbps3n\",\n  tap: TBgHLr7MW,\n  color: iWF8EWIN1 = \"rgb(136, 136, 136)\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"Ok6vbps3n\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTapeiwtsm = activeVariantCallback(async (...args) => {\n    if (TBgHLr7MW) {\n      const res = await TBgHLr7MW(...args);\n      if (res === false) return false;\n    }\n  });\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-auPSY\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(motion.div, {\n        ...restProps,\n        className: cx(\"framer-zpop5q\", className),\n        \"data-framer-name\": \"Burger\",\n        \"data-highlight\": true,\n        layoutDependency: layoutDependency,\n        layoutId: \"Ok6vbps3n\",\n        onTap: onTapeiwtsm,\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        children: /*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-12bk5tn\",\n          layoutDependency: layoutDependency,\n          layoutId: \"YYLv53QuE\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-i8w5vz\",\n            \"data-framer-name\": \"Bottom\",\n            layoutDependency: layoutDependency,\n            layoutId: \"ApJuozQHl\",\n            style: {\n              backgroundColor: iWF8EWIN1\n            },\n            transition: transition\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1rvi7qp\",\n            \"data-framer-name\": \"Mid\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Hz7seDgZL\",\n            style: {\n              backgroundColor: iWF8EWIN1\n            },\n            transition: transition\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-ivrtl3\",\n            \"data-framer-name\": \"Top\",\n            layoutDependency: layoutDependency,\n            layoutId: \"jGsAVBSOR\",\n            style: {\n              backgroundColor: iWF8EWIN1\n            },\n            transition: transition\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-auPSY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-auPSY * { box-sizing: border-box; }\", \".framer-auPSY .framer-f1kc4t { display: block; }\", \".framer-auPSY .framer-zpop5q { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\", \".framer-auPSY .framer-12bk5tn { flex: none; height: 18px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 24px; }\", \".framer-auPSY .framer-i8w5vz { bottom: 0px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\", \".framer-auPSY .framer-1rvi7qp { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); }\", \".framer-auPSY .framer-ivrtl3 { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicHeight 32\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicWidth 32\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerVariables {\"TBgHLr7MW\":\"tap\",\"iWF8EWIN1\":\"color\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        */\nconst FrameryNhPwj33G = withCSS(Component, css, \"framer-auPSY\");\nexport default FrameryNhPwj33G;\nFrameryNhPwj33G.displayName = \"Elements/Menu Icon\";\nFrameryNhPwj33G.defaultProps = {\n  height: 32,\n  width: 32\n};\naddPropertyControls(FrameryNhPwj33G, {\n  TBgHLr7MW: {\n    title: \"Tap\",\n    type: ControlType.EventHandler\n  },\n  iWF8EWIN1: {\n    defaultValue: \"rgb(136, 136, 136)\",\n    title: \"Color\",\n    type: ControlType.Color\n  }\n});\naddFonts(FrameryNhPwj33G, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameryNhPwj33G\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"32\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"32\",\n        \"framerVariables\": \"{\\\"TBgHLr7MW\\\":\\\"tap\\\",\\\"iWF8EWIN1\\\":\\\"color\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./yNhPwj33G.map", "import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;Chivo-700\"]);\nexport const fonts = [{\n  family: \"Chivo\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/fVxnimdqP:default\",\n    url: \"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_Wxjul2DSFXjQiQ.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_Wxjul2DSFXjQiQ.ttf\",\n  weight: \"700\"\n}];\nexport const css = ['.framer-y9Hag .framer-styles-preset-1wml6uu:not(.rich-text-wrapper), .framer-y9Hag .framer-styles-preset-1wml6uu.rich-text-wrapper h2, .framer-y9Hag .framer-styles-preset-1wml6uu.rich-text-wrapper [data-preset-tag=\"h2\"] { --framer-font-family: \"Chivo\", \"Chivo Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];\nexport const className = \"framer-y9Hag\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_1_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "JB9fs7cGv", "restProps", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1rbuqjk", "args", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "css", "FramerZ1d0eXdhK", "withCSS", "Z1d0eXdhK_default", "addPropertyControls", "ControlType", "addFonts", "Component", "House_default", "React", "renderPathForWeight", "weight", "color", "pathsByWeight2", "pathsByWeight", "renderPath", "House", "props", "ref", "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_1_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "SVG", "RichText", "x", "Link", "css", "FramerRX4UDeG9a", "withCSS", "RX4UDeG9a_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "TBgHLr7MW", "iWF8EWIN1", "restProps", "ref", "variant", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "variants", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapeiwtsm", "args", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "css", "FrameryNhPwj33G", "withCSS", "yNhPwj33G_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
