{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8MfBJ9E0cmQ9xXVmr15C/2SNBPRf1vCN7POeIjFXQ/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/YLaa8d1qFbxTy5CePxwo/JZRhMT6za7NihspWh4ta/Clock.js", "ssg:https://framerusercontent.com/modules/fBbth8gqN5MKtlm1svul/zH2GqfGTEiHNte4xCrcd/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/pEBVFsnfVZDNMDkFMYuq/iw9xZDBXLI342QlMgojK/s21e4xGOE.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/ajyByJBAP0p3z1KjPX6d/sNsbU086uc9tc2CHFvsq/gECiBgAz6.js", "ssg:https://framerusercontent.com/modules/gFy0tHPZP95pxdbM1cYb/e4PvJoVUlCjJynN6USEB/HF7SBSj4C.js", "ssg:https://framerusercontent.com/modules/WiudttP8s3Y4HnHfZg2m/bUa4PEG3L2bJYRpVJAnU/i0odqpJ1H.js", "ssg:https://framerusercontent.com/modules/83v7xMsAQcqnCyanUTqL/zlOyXRSYzFJKQz8ISeqb/PiafaeGN9.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-rvgah .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-rvgah .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, #6a4dff) /* {\"name\":\"Primary/Purple\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, #824dff) /* {\"name\":\"Primary/Purple\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, #1a1a1a); --framer-link-text-decoration: none; transition: color 0.25s cubic-bezier(0.12, 0.23, 0.5, 1) 0s; }'];export const className=\"framer-rvgah\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useEffect}from\"react\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */ export default function Clock(props){const[currentTime,setCurrentTime]=useState(new Date);useEffect(()=>{const timerID=setInterval(()=>updateCurrentTime(),1e3);return()=>{clearInterval(timerID);};},[]);const updateCurrentTime=()=>{setCurrentTime(new Date);};let text=\"\";const ampmText=props.ampmCase==\"uppercase\"?[\"AM\",\"PM\"]:[\"am\",\"pm\"];const hours=props.is12hour?currentTime.getHours()%12||12:currentTime.getHours();const minutes=currentTime.getMinutes().toString().padStart(2,\"0\");const ampm=props.is12hour?currentTime.getHours()>=12?\" \"+ampmText[1]:\" \"+ampmText[0]:\"\";if(props.seconds){const seconds=currentTime.getSeconds().toString().padStart(2,\"0\");text=`${hours}:${minutes}:${seconds}${ampm}`;}else{text=`${hours}:${minutes}${ampm}`;}if(props.timeZone){const timeZoneAbbreviation=new Intl.DateTimeFormat(\"en-US\",{timeZoneName:\"short\"}).formatToParts(new Date).find(part=>part.type===\"timeZoneName\").value;text+=\" \"+timeZoneAbbreviation;}return /*#__PURE__*/ _jsxs(\"p\",{style:{color:props.color,userSelect:props.textSelect?\"auto\":\"none\",margin:0,...props.font},children:[props.prefix,text,props.suffix]});};addPropertyControls(Clock,{seconds:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\"},timeZone:{type:ControlType.Boolean,defaultValue:false,enabledTitle:\"Show\",disabledTitle:\"Hide\"},is12hour:{type:ControlType.Boolean,defaultValue:true,enabledTitle:\"12 Hour\",disabledTitle:\"24 Hour\",title:\"Mode\"},ampmCase:{type:ControlType.Enum,defaultValue:\"uppercase\",options:[\"uppercase\",\"lowercase\"],optionTitles:[\"AM / PM\",\"am / pm\"],title:\"Case\",hidden(props){return!props.is12hour;}},color:{type:ControlType.Color,defaultValue:\"#000\",title:\"Font Color\"},font:{type:\"font\",controls:\"extended\"},prefix:{type:ControlType.String},suffix:{type:ControlType.String},textSelect:{type:ControlType.Boolean,defaultValue:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clock\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clock.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-rvgah .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-rvgah .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, #6a4dff) /* {\"name\":\"Primary/Purple\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, #824dff) /* {\"name\":\"Primary/Purple\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, #1a1a1a); --framer-link-text-decoration: none; transition: color 0.25s cubic-bezier(0.12, 0.23, 0.5, 1) 0s; }'];export const className=\"framer-rvgah\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"Inter\"]);export const fonts=[];export const css=['.framer-BtI6Y .framer-styles-preset-1ypj84h:not(.rich-text-wrapper), .framer-BtI6Y .framer-styles-preset-1ypj84h.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.15px; --framer-line-height: 150%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-0f0ae4b9-e928-41c5-b457-bbd33ae176d3, #595959); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-BtI6Y\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\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{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"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\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"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\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={DKy00Aq9A:{hover:true},Ifum8qj13:{hover:true},tqekaaoYV:{hover:true},Wju67_swa:{pressed:true},WjWFoATHK:{hover:true}};const cycleOrder=[\"DKy00Aq9A\",\"WjWFoATHK\",\"Wju67_swa\",\"vE6cmQTPX\",\"tqekaaoYV\",\"Ifum8qj13\"];const serializationHash=\"framer-1wpJp\";const variantClassNames={DKy00Aq9A:\"framer-v-hpwtn5\",Ifum8qj13:\"framer-v-1q94oto\",tqekaaoYV:\"framer-v-1itakjv\",vE6cmQTPX:\"framer-v-1d33bbd\",Wju67_swa:\"framer-v-14tu5ke\",WjWFoATHK:\"framer-v-scwwfx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Contact Link\":\"Ifum8qj13\",\"Mobile - Default\":\"Wju67_swa\",\"Mobile - Selected\":\"vE6cmQTPX\",\"Social Icon\":\"tqekaaoYV\",Default:\"DKy00Aq9A\",Selected:\"WjWFoATHK\"};const getProps=({height,icon,id,link,title,title1,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,DP2tgfnsD:(_ref=icon!==null&&icon!==void 0?icon:props.DP2tgfnsD)!==null&&_ref!==void 0?_ref:\"House\",MVXvikb0a:(_ref1=title!==null&&title!==void 0?title:props.MVXvikb0a)!==null&&_ref1!==void 0?_ref1:\"Home\",qToZKqKAj:link!==null&&link!==void 0?link:props.qToZKqKAj,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"DKy00Aq9A\",Y6nQkQmjT:(_ref3=title1!==null&&title1!==void 0?title1:props.Y6nQkQmjT)!==null&&_ref3!==void 0?_ref3:\"Title\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MVXvikb0a,DP2tgfnsD,qToZKqKAj,Y6nQkQmjT,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"DKy00Aq9A\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"Ifum8qj13-hover\")return true;if(baseVariant===\"Ifum8qj13\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:qToZKqKAj,...addPropertyOverrides({\"WjWFoATHK-hover\":{href:undefined},Ifum8qj13:{openInNewTab:true},tqekaaoYV:{openInNewTab:true},WjWFoATHK:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-hpwtn5\",className,classNames)} framer-6uw994`,\"data-framer-name\":\"Default\",initial:variant,layoutDependency:layoutDependency,layoutId:\"DKy00Aq9A\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.07199), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.06356), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.025)\",...style},variants:{\"DKy00Aq9A-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"Ifum8qj13-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"tqekaaoYV-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"Wju67_swa-pressed\":{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},Ifum8qj13:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},tqekaaoYV:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},vE6cmQTPX:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\"},WjWFoATHK:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(240, 240, 244))\"}},...addPropertyOverrides({\"DKy00Aq9A-hover\":{\"data-framer-name\":undefined},\"Ifum8qj13-hover\":{\"data-framer-name\":undefined},\"tqekaaoYV-hover\":{\"data-framer-name\":undefined},\"Wju67_swa-pressed\":{\"data-framer-name\":undefined},\"WjWFoATHK-hover\":{\"data-framer-name\":undefined},Ifum8qj13:{\"data-framer-name\":\"Contact Link\"},tqekaaoYV:{\"data-framer-name\":\"Social Icon\"},vE6cmQTPX:{\"data-framer-name\":\"Mobile - Selected\"},Wju67_swa:{\"data-framer-name\":\"Mobile - Default\"},WjWFoATHK:{\"data-framer-name\":\"Selected\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)))\"},children:\"Title\"})}),className:\"framer-fuv03n\",layoutDependency:layoutDependency,layoutId:\"NZyYzo92g\",style:{\"--extracted-r6o4lv\":\"var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Y6nQkQmjT,variants:{\"Ifum8qj13-hover\":{\"--extracted-r6o4lv\":\"var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Ifum8qj13-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)))\"},children:\"Title\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sr7k2m\",layoutDependency:layoutDependency,layoutId:\"T3bTPGFBe\",style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.1)\",opacity:0},transformTemplate:transformTemplate1,variants:{\"DKy00Aq9A-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.09534), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0375)\",opacity:1},\"WjWFoATHK-hover\":{boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.15)\",opacity:1}},...addPropertyOverrides({\"DKy00Aq9A-hover\":{transformTemplate:transformTemplate2},\"WjWFoATHK-hover\":{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})}),className:\"framer-11fy0cn\",layoutDependency:layoutDependency,layoutId:\"ObjRgx4XJ\",style:{\"--extracted-r6o4lv\":\"var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MVXvikb0a,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"DKy00Aq9A-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})},\"WjWFoATHK-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vdq4s2-container\",layoutDependency:layoutDependency,layoutId:\"PR7bc2G7H-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)) /* {\"name\":\"Text/Primary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:DP2tgfnsD,id:\"PR7bc2G7H\",layoutId:\"PR7bc2G7H\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"DKy00Aq9A-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"Ifum8qj13-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"tqekaaoYV-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"Wju67_swa-pressed\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"WjWFoATHK-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},WjWFoATHK:{color:'var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(47, 47, 106)) /* {\"name\":\"Navy Blue/30\"} */'}},baseVariant,gestureVariant)})})]})})})});});const css=['.framer-1wpJp[data-border=\"true\"]::after, .framer-1wpJp [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-1wpJp.framer-6uw994, .framer-1wpJp .framer-6uw994 { display: block; }\",\".framer-1wpJp.framer-hpwtn5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 12px 12px 12px 12px; position: relative; text-decoration: none; width: 54px; }\",\".framer-1wpJp .framer-fuv03n, .framer-1wpJp .framer-11fy0cn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1wpJp .framer-1sr7k2m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: center; left: 50%; overflow: hidden; padding: 0px 2px 0px 2px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-1wpJp .framer-vdq4s2-container { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1wpJp.framer-hpwtn5, .framer-1wpJp .framer-1sr7k2m { gap: 0px; } .framer-1wpJp.framer-hpwtn5 > *, .framer-1wpJp .framer-1sr7k2m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1wpJp.framer-hpwtn5 > :first-child, .framer-1wpJp .framer-1sr7k2m > :first-child { margin-left: 0px; } .framer-1wpJp.framer-hpwtn5 > :last-child, .framer-1wpJp .framer-1sr7k2m > :last-child { margin-right: 0px; } }\",\".framer-1wpJp.framer-v-scwwfx.framer-hpwtn5, .framer-1wpJp.framer-v-hpwtn5.hover.framer-hpwtn5 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 54px); }\",\".framer-1wpJp.framer-v-14tu5ke.framer-hpwtn5 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-1wpJp.framer-v-14tu5ke .framer-vdq4s2-container, .framer-1wpJp.framer-v-1d33bbd .framer-vdq4s2-container { height: 20px; left: calc(50.00000000000002% - 20px / 2); top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-1wpJp.framer-v-1d33bbd.framer-hpwtn5 { aspect-ratio: 1 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-1wpJp.framer-v-1itakjv.framer-hpwtn5 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-1wpJp.framer-v-1itakjv .framer-vdq4s2-container { height: 16px; left: calc(50.00000000000002% - 16px / 2); top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-1wpJp.framer-v-1q94oto.framer-hpwtn5 { gap: 6px; height: 32px; justify-content: flex-start; width: min-content; }\",\".framer-1wpJp.framer-v-1q94oto .framer-fuv03n { order: 1; }\",\".framer-1wpJp.framer-v-1q94oto .framer-1sr7k2m { order: 2; }\",\".framer-1wpJp.framer-v-1q94oto .framer-vdq4s2-container { height: 16px; left: unset; order: 0; position: relative; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1wpJp.framer-v-1q94oto.framer-hpwtn5 { gap: 0px; } .framer-1wpJp.framer-v-1q94oto.framer-hpwtn5 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-1wpJp.framer-v-1q94oto.framer-hpwtn5 > :first-child { margin-left: 0px; } .framer-1wpJp.framer-v-1q94oto.framer-hpwtn5 > :last-child { margin-right: 0px; } }\",\".framer-1wpJp.framer-v-hpwtn5.hover .framer-1sr7k2m, .framer-1wpJp.framer-v-scwwfx.hover .framer-1sr7k2m { height: 24px; padding: 4px 12px 4px 12px; top: -18px; }\",\".framer-1wpJp.framer-v-1q94oto.hover .framer-vdq4s2-container { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 54\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WjWFoATHK\":{\"layout\":[\"fixed\",\"fixed\"]},\"Wju67_swa\":{\"layout\":[\"fixed\",\"fixed\"]},\"vE6cmQTPX\":{\"layout\":[\"fixed\",\"fixed\"]},\"tqekaaoYV\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ifum8qj13\":{\"layout\":[\"auto\",\"fixed\"]},\"YhQCB4Vwz\":{\"layout\":[\"fixed\",\"fixed\"]},\"reAGB4DJE\":{\"layout\":[\"fixed\",\"fixed\"]},\"fV4QF1Alf\":{\"layout\":[\"fixed\",\"fixed\"]},\"yMTeISwM9\":{\"layout\":[\"fixed\",\"fixed\"]},\"X5GD8CvDn\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"MVXvikb0a\":\"title\",\"DP2tgfnsD\":\"icon\",\"qToZKqKAj\":\"link\",\"Y6nQkQmjT\":\"title1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramergECiBgAz6=withCSS(Component,css,\"framer-1wpJp\");export default FramergECiBgAz6;FramergECiBgAz6.displayName=\"Menu Icon Copy 3\";FramergECiBgAz6.defaultProps={height:54,width:54};addPropertyControls(FramergECiBgAz6,{variant:{options:[\"DKy00Aq9A\",\"WjWFoATHK\",\"Wju67_swa\",\"vE6cmQTPX\",\"tqekaaoYV\",\"Ifum8qj13\"],optionTitles:[\"Default\",\"Selected\",\"Mobile - Default\",\"Mobile - Selected\",\"Social Icon\",\"Contact Link\"],title:\"Variant\",type:ControlType.Enum},MVXvikb0a:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},DP2tgfnsD:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",hidden:undefined,title:\"Icon\"},qToZKqKAj:{title:\"Link\",type:ControlType.Link},Y6nQkQmjT:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramergECiBgAz6,[...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergECiBgAz6\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"54\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"MVXvikb0a\\\":\\\"title\\\",\\\"DP2tgfnsD\\\":\\\"icon\\\",\\\"qToZKqKAj\\\":\\\"link\\\",\\\"Y6nQkQmjT\\\":\\\"title1\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WjWFoATHK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Wju67_swa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vE6cmQTPX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tqekaaoYV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ifum8qj13\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"YhQCB4Vwz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"reAGB4DJE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fV4QF1Alf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yMTeISwM9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X5GD8CvDn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"54\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gECiBgAz6.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={cNfypvyb5:{pressed:true},kqYLLQSdU:{hover:true},Oki9CraGp:{hover:true},rDs5VGNx_:{hover:true},S_vex6u7p:{hover:true}};const cycleOrder=[\"Oki9CraGp\",\"rDs5VGNx_\",\"cNfypvyb5\",\"Kz5zpST0w\",\"S_vex6u7p\",\"kqYLLQSdU\"];const serializationHash=\"framer-dHhjd\";const variantClassNames={cNfypvyb5:\"framer-v-19myzp0\",kqYLLQSdU:\"framer-v-2p30b9\",Kz5zpST0w:\"framer-v-yux494\",Oki9CraGp:\"framer-v-129ihbe\",rDs5VGNx_:\"framer-v-rev0hq\",S_vex6u7p:\"framer-v-11qotwo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Contact Link\":\"kqYLLQSdU\",\"Mobile - Default\":\"cNfypvyb5\",\"Mobile - Selected\":\"Kz5zpST0w\",\"Social Icon\":\"S_vex6u7p\",Default:\"Oki9CraGp\",Selected:\"rDs5VGNx_\"};const getProps=({height,icon,id,link,title,title1,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,DP2tgfnsD:(_ref=icon!==null&&icon!==void 0?icon:props.DP2tgfnsD)!==null&&_ref!==void 0?_ref:\"House\",MVXvikb0a:(_ref1=title!==null&&title!==void 0?title:props.MVXvikb0a)!==null&&_ref1!==void 0?_ref1:\"Home\",qToZKqKAj:link!==null&&link!==void 0?link:props.qToZKqKAj,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Oki9CraGp\",Y6nQkQmjT:(_ref3=title1!==null&&title1!==void 0?title1:props.Y6nQkQmjT)!==null&&_ref3!==void 0?_ref3:\"Title\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MVXvikb0a,DP2tgfnsD,qToZKqKAj,Y6nQkQmjT,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Oki9CraGp\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"kqYLLQSdU-hover\")return true;if(baseVariant===\"kqYLLQSdU\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:qToZKqKAj,...addPropertyOverrides({\"rDs5VGNx_-hover\":{href:undefined},kqYLLQSdU:{openInNewTab:true},rDs5VGNx_:{href:undefined},S_vex6u7p:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-129ihbe\",className,classNames)} framer-k9rg3a`,\"data-framer-name\":\"Default\",initial:variant,layoutDependency:layoutDependency,layoutId:\"Oki9CraGp\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.07199), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.06356), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.025)\",...style},variants:{\"cNfypvyb5-pressed\":{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"kqYLLQSdU-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"Oki9CraGp-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"S_vex6u7p-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},kqYLLQSdU:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},Kz5zpST0w:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\"},rDs5VGNx_:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(240, 240, 244))\"},S_vex6u7p:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({\"cNfypvyb5-pressed\":{\"data-framer-name\":undefined},\"kqYLLQSdU-hover\":{\"data-framer-name\":undefined},\"Oki9CraGp-hover\":{\"data-framer-name\":undefined},\"rDs5VGNx_-hover\":{\"data-framer-name\":undefined},\"S_vex6u7p-hover\":{\"data-framer-name\":undefined},cNfypvyb5:{\"data-framer-name\":\"Mobile - Default\"},kqYLLQSdU:{\"data-framer-name\":\"Contact Link\"},Kz5zpST0w:{\"data-framer-name\":\"Mobile - Selected\"},rDs5VGNx_:{\"data-framer-name\":\"Selected\"},S_vex6u7p:{\"data-framer-name\":\"Social Icon\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)))\"},children:\"Title\"})}),className:\"framer-1gi54pp\",layoutDependency:layoutDependency,layoutId:\"PHiiUsIr8\",style:{\"--extracted-r6o4lv\":\"var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Y6nQkQmjT,variants:{\"kqYLLQSdU-hover\":{\"--extracted-r6o4lv\":\"var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"kqYLLQSdU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)))\"},children:\"Title\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q5b40i\",layoutDependency:layoutDependency,layoutId:\"UXNjNoC4c\",style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.1)\",opacity:0},transformTemplate:transformTemplate1,variants:{\"Oki9CraGp-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.09534), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0375)\",opacity:1},\"rDs5VGNx_-hover\":{boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.15)\",opacity:1}},...addPropertyOverrides({\"Oki9CraGp-hover\":{transformTemplate:transformTemplate2},\"rDs5VGNx_-hover\":{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})}),className:\"framer-e6yf9j\",layoutDependency:layoutDependency,layoutId:\"lIWkXrtvB\",style:{\"--extracted-r6o4lv\":\"var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MVXvikb0a,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Oki9CraGp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})},\"rDs5VGNx_-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15nzahg-container\",layoutDependency:layoutDependency,layoutId:\"Gf2JjYpGf-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)) /* {\"name\":\"Text/Primary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:DP2tgfnsD,id:\"Gf2JjYpGf\",layoutId:\"Gf2JjYpGf\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"cNfypvyb5-pressed\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"kqYLLQSdU-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"Oki9CraGp-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"rDs5VGNx_-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"S_vex6u7p-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},Kz5zpST0w:{color:'var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(47, 47, 106)) /* {\"name\":\"Navy Blue/30\"} */'},rDs5VGNx_:{color:'var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(47, 47, 106)) /* {\"name\":\"Navy Blue/30\"} */'},S_vex6u7p:{iconSearch:\"linkedin\",selectByList:false}},baseVariant,gestureVariant)})})]})})})});});const css=['.framer-dHhjd[data-border=\"true\"]::after, .framer-dHhjd [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-dHhjd.framer-k9rg3a, .framer-dHhjd .framer-k9rg3a { display: block; }\",\".framer-dHhjd.framer-129ihbe { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 12px 12px 12px 12px; position: relative; text-decoration: none; width: 54px; }\",\".framer-dHhjd .framer-1gi54pp, .framer-dHhjd .framer-e6yf9j { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dHhjd .framer-1q5b40i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: center; left: 50%; overflow: hidden; padding: 0px 2px 0px 2px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-dHhjd .framer-15nzahg-container { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dHhjd.framer-129ihbe, .framer-dHhjd .framer-1q5b40i { gap: 0px; } .framer-dHhjd.framer-129ihbe > *, .framer-dHhjd .framer-1q5b40i > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dHhjd.framer-129ihbe > :first-child, .framer-dHhjd .framer-1q5b40i > :first-child { margin-left: 0px; } .framer-dHhjd.framer-129ihbe > :last-child, .framer-dHhjd .framer-1q5b40i > :last-child { margin-right: 0px; } }\",\".framer-dHhjd.framer-v-rev0hq.framer-129ihbe, .framer-dHhjd.framer-v-129ihbe.hover.framer-129ihbe { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 54px); }\",\".framer-dHhjd.framer-v-19myzp0.framer-129ihbe { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-dHhjd.framer-v-19myzp0 .framer-15nzahg-container, .framer-dHhjd.framer-v-yux494 .framer-15nzahg-container { height: 20px; left: calc(50.00000000000002% - 20px / 2); top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-dHhjd.framer-v-yux494.framer-129ihbe { aspect-ratio: 1 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-dHhjd.framer-v-11qotwo.framer-129ihbe { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-dHhjd.framer-v-11qotwo .framer-15nzahg-container { height: 16px; left: calc(50.00000000000002% - 16px / 2); top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-dHhjd.framer-v-2p30b9.framer-129ihbe { gap: 6px; height: 32px; justify-content: flex-start; width: min-content; }\",\".framer-dHhjd.framer-v-2p30b9 .framer-1gi54pp { order: 1; }\",\".framer-dHhjd.framer-v-2p30b9 .framer-1q5b40i { order: 2; }\",\".framer-dHhjd.framer-v-2p30b9 .framer-15nzahg-container { height: 16px; left: unset; order: 0; position: relative; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dHhjd.framer-v-2p30b9.framer-129ihbe { gap: 0px; } .framer-dHhjd.framer-v-2p30b9.framer-129ihbe > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-dHhjd.framer-v-2p30b9.framer-129ihbe > :first-child { margin-left: 0px; } .framer-dHhjd.framer-v-2p30b9.framer-129ihbe > :last-child { margin-right: 0px; } }\",\".framer-dHhjd.framer-v-129ihbe.hover .framer-1q5b40i, .framer-dHhjd.framer-v-rev0hq.hover .framer-1q5b40i { height: 24px; padding: 4px 12px 4px 12px; top: -18px; }\",\".framer-dHhjd.framer-v-2p30b9.hover .framer-15nzahg-container { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 54\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rDs5VGNx_\":{\"layout\":[\"fixed\",\"fixed\"]},\"cNfypvyb5\":{\"layout\":[\"fixed\",\"fixed\"]},\"Kz5zpST0w\":{\"layout\":[\"fixed\",\"fixed\"]},\"S_vex6u7p\":{\"layout\":[\"fixed\",\"fixed\"]},\"kqYLLQSdU\":{\"layout\":[\"auto\",\"fixed\"]},\"aCyacrwQW\":{\"layout\":[\"fixed\",\"fixed\"]},\"CBl4rRXtA\":{\"layout\":[\"fixed\",\"fixed\"]},\"jllLs8aET\":{\"layout\":[\"fixed\",\"fixed\"]},\"P2a1bS9cv\":{\"layout\":[\"fixed\",\"fixed\"]},\"Vd7FHdZ7S\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"MVXvikb0a\":\"title\",\"DP2tgfnsD\":\"icon\",\"qToZKqKAj\":\"link\",\"Y6nQkQmjT\":\"title1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerHF7SBSj4C=withCSS(Component,css,\"framer-dHhjd\");export default FramerHF7SBSj4C;FramerHF7SBSj4C.displayName=\"Menu Icon Copy 2\";FramerHF7SBSj4C.defaultProps={height:54,width:54};addPropertyControls(FramerHF7SBSj4C,{variant:{options:[\"Oki9CraGp\",\"rDs5VGNx_\",\"cNfypvyb5\",\"Kz5zpST0w\",\"S_vex6u7p\",\"kqYLLQSdU\"],optionTitles:[\"Default\",\"Selected\",\"Mobile - Default\",\"Mobile - Selected\",\"Social Icon\",\"Contact Link\"],title:\"Variant\",type:ControlType.Enum},MVXvikb0a:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},DP2tgfnsD:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",hidden:undefined,title:\"Icon\"},qToZKqKAj:{title:\"Link\",type:ControlType.Link},Y6nQkQmjT:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerHF7SBSj4C,[...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHF7SBSj4C\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"54\",\"framerVariables\":\"{\\\"MVXvikb0a\\\":\\\"title\\\",\\\"DP2tgfnsD\\\":\\\"icon\\\",\\\"qToZKqKAj\\\":\\\"link\\\",\\\"Y6nQkQmjT\\\":\\\"title1\\\"}\",\"framerIntrinsicHeight\":\"54\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rDs5VGNx_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cNfypvyb5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Kz5zpST0w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"S_vex6u7p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kqYLLQSdU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"aCyacrwQW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CBl4rRXtA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jllLs8aET\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P2a1bS9cv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Vd7FHdZ7S\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HF7SBSj4C.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={afOUG3P_k:{hover:true},CqzuQ1n4C:{hover:true},creqwMVLb:{hover:true},ErCRjVdqk:{pressed:true},I9N0R2mB_:{hover:true}};const cycleOrder=[\"CqzuQ1n4C\",\"afOUG3P_k\",\"ErCRjVdqk\",\"e5p5MrFow\",\"creqwMVLb\",\"I9N0R2mB_\"];const serializationHash=\"framer-h85Fh\";const variantClassNames={afOUG3P_k:\"framer-v-k2l84r\",CqzuQ1n4C:\"framer-v-1dmrcw1\",creqwMVLb:\"framer-v-1ckhuli\",e5p5MrFow:\"framer-v-7xqocr\",ErCRjVdqk:\"framer-v-1ky9f23\",I9N0R2mB_:\"framer-v-1to50l0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Contact Link\":\"I9N0R2mB_\",\"Mobile - Default\":\"ErCRjVdqk\",\"Mobile - Selected\":\"e5p5MrFow\",\"Social Icon\":\"creqwMVLb\",Default:\"CqzuQ1n4C\",Selected:\"afOUG3P_k\"};const getProps=({height,icon,id,link,title,title1,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,DP2tgfnsD:(_ref=icon!==null&&icon!==void 0?icon:props.DP2tgfnsD)!==null&&_ref!==void 0?_ref:\"House\",MVXvikb0a:(_ref1=title!==null&&title!==void 0?title:props.MVXvikb0a)!==null&&_ref1!==void 0?_ref1:\"Home\",qToZKqKAj:link!==null&&link!==void 0?link:props.qToZKqKAj,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"CqzuQ1n4C\",Y6nQkQmjT:(_ref3=title1!==null&&title1!==void 0?title1:props.Y6nQkQmjT)!==null&&_ref3!==void 0?_ref3:\"Title\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MVXvikb0a,DP2tgfnsD,qToZKqKAj,Y6nQkQmjT,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"CqzuQ1n4C\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"I9N0R2mB_-hover\")return true;if(baseVariant===\"I9N0R2mB_\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:qToZKqKAj,...addPropertyOverrides({\"afOUG3P_k-hover\":{href:undefined},afOUG3P_k:{href:undefined},creqwMVLb:{openInNewTab:true},I9N0R2mB_:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1dmrcw1\",className,classNames)} framer-2q778a`,\"data-framer-name\":\"Default\",initial:variant,layoutDependency:layoutDependency,layoutId:\"CqzuQ1n4C\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.07199), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.06356), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.025)\",...style},variants:{\"CqzuQ1n4C-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"creqwMVLb-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"ErCRjVdqk-pressed\":{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"I9N0R2mB_-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},afOUG3P_k:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(240, 240, 244))\"},creqwMVLb:{backgroundColor:\"var(--token-5fbe4e9b-0fcd-4fae-9a6b-902ca1f1dae5, rgb(255, 255, 255))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},e5p5MrFow:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\"},I9N0R2mB_:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({\"afOUG3P_k-hover\":{\"data-framer-name\":undefined},\"CqzuQ1n4C-hover\":{\"data-framer-name\":undefined},\"creqwMVLb-hover\":{\"data-framer-name\":undefined},\"ErCRjVdqk-pressed\":{\"data-framer-name\":undefined},\"I9N0R2mB_-hover\":{\"data-framer-name\":undefined},afOUG3P_k:{\"data-framer-name\":\"Selected\"},creqwMVLb:{\"data-framer-name\":\"Social Icon\"},e5p5MrFow:{\"data-framer-name\":\"Mobile - Selected\"},ErCRjVdqk:{\"data-framer-name\":\"Mobile - Default\"},I9N0R2mB_:{\"data-framer-name\":\"Contact Link\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)))\"},children:\"Title\"})}),className:\"framer-4r1tb9\",layoutDependency:layoutDependency,layoutId:\"ZBPrLrAPO\",style:{\"--extracted-r6o4lv\":\"var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Y6nQkQmjT,variants:{\"I9N0R2mB_-hover\":{\"--extracted-r6o4lv\":\"var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"I9N0R2mB_-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)))\"},children:\"Title\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f9t90m\",layoutDependency:layoutDependency,layoutId:\"MXcQfXC4A\",style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.1)\",opacity:0},transformTemplate:transformTemplate1,variants:{\"afOUG3P_k-hover\":{boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.15)\",opacity:1},\"CqzuQ1n4C-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.09534), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0375)\",opacity:1}},...addPropertyOverrides({\"afOUG3P_k-hover\":{transformTemplate:transformTemplate2},\"CqzuQ1n4C-hover\":{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})}),className:\"framer-uxsj0d\",layoutDependency:layoutDependency,layoutId:\"Vu7sJjrLt\",style:{\"--extracted-r6o4lv\":\"var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MVXvikb0a,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"afOUG3P_k-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})},\"CqzuQ1n4C-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ynickp-container\",layoutDependency:layoutDependency,layoutId:\"GMimLxCC8-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)) /* {\"name\":\"Text/Primary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:DP2tgfnsD,id:\"GMimLxCC8\",layoutId:\"GMimLxCC8\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"afOUG3P_k-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"CqzuQ1n4C-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"creqwMVLb-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"ErCRjVdqk-pressed\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"I9N0R2mB_-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'}},baseVariant,gestureVariant)})})]})})})});});const css=['.framer-h85Fh[data-border=\"true\"]::after, .framer-h85Fh [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-h85Fh.framer-2q778a, .framer-h85Fh .framer-2q778a { display: block; }\",\".framer-h85Fh.framer-1dmrcw1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 12px 12px 12px 12px; position: relative; text-decoration: none; width: 54px; }\",\".framer-h85Fh .framer-4r1tb9, .framer-h85Fh .framer-uxsj0d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-h85Fh .framer-1f9t90m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: center; left: 50%; overflow: hidden; padding: 0px 2px 0px 2px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-h85Fh .framer-ynickp-container { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h85Fh.framer-1dmrcw1, .framer-h85Fh .framer-1f9t90m { gap: 0px; } .framer-h85Fh.framer-1dmrcw1 > *, .framer-h85Fh .framer-1f9t90m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-h85Fh.framer-1dmrcw1 > :first-child, .framer-h85Fh .framer-1f9t90m > :first-child { margin-left: 0px; } .framer-h85Fh.framer-1dmrcw1 > :last-child, .framer-h85Fh .framer-1f9t90m > :last-child { margin-right: 0px; } }\",\".framer-h85Fh.framer-v-k2l84r.framer-1dmrcw1, .framer-h85Fh.framer-v-1dmrcw1.hover.framer-1dmrcw1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 54px); }\",\".framer-h85Fh.framer-v-1ky9f23.framer-1dmrcw1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-h85Fh.framer-v-1ky9f23 .framer-ynickp-container, .framer-h85Fh.framer-v-7xqocr .framer-ynickp-container { height: 20px; left: calc(50.00000000000002% - 20px / 2); top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-h85Fh.framer-v-7xqocr.framer-1dmrcw1 { aspect-ratio: 1 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-h85Fh.framer-v-1ckhuli.framer-1dmrcw1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-h85Fh.framer-v-1ckhuli .framer-ynickp-container { height: 16px; left: calc(50.00000000000002% - 16px / 2); top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-h85Fh.framer-v-1to50l0.framer-1dmrcw1 { gap: 6px; height: 32px; justify-content: flex-start; width: min-content; }\",\".framer-h85Fh.framer-v-1to50l0 .framer-4r1tb9 { order: 1; }\",\".framer-h85Fh.framer-v-1to50l0 .framer-1f9t90m { order: 2; }\",\".framer-h85Fh.framer-v-1to50l0 .framer-ynickp-container { height: 16px; left: unset; order: 0; position: relative; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-h85Fh.framer-v-1to50l0.framer-1dmrcw1 { gap: 0px; } .framer-h85Fh.framer-v-1to50l0.framer-1dmrcw1 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-h85Fh.framer-v-1to50l0.framer-1dmrcw1 > :first-child { margin-left: 0px; } .framer-h85Fh.framer-v-1to50l0.framer-1dmrcw1 > :last-child { margin-right: 0px; } }\",\".framer-h85Fh.framer-v-1dmrcw1.hover .framer-1f9t90m, .framer-h85Fh.framer-v-k2l84r.hover .framer-1f9t90m { height: 24px; padding: 4px 12px 4px 12px; top: -18px; }\",\".framer-h85Fh.framer-v-1to50l0.hover .framer-ynickp-container { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 54\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"afOUG3P_k\":{\"layout\":[\"fixed\",\"fixed\"]},\"ErCRjVdqk\":{\"layout\":[\"fixed\",\"fixed\"]},\"e5p5MrFow\":{\"layout\":[\"fixed\",\"fixed\"]},\"creqwMVLb\":{\"layout\":[\"fixed\",\"fixed\"]},\"I9N0R2mB_\":{\"layout\":[\"auto\",\"fixed\"]},\"k77ZlyojN\":{\"layout\":[\"fixed\",\"fixed\"]},\"PyqfCYUxR\":{\"layout\":[\"fixed\",\"fixed\"]},\"nBmVlr9_f\":{\"layout\":[\"fixed\",\"fixed\"]},\"GzzNPHyvQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"SyMmrGtc6\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"MVXvikb0a\":\"title\",\"DP2tgfnsD\":\"icon\",\"qToZKqKAj\":\"link\",\"Y6nQkQmjT\":\"title1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Frameri0odqpJ1H=withCSS(Component,css,\"framer-h85Fh\");export default Frameri0odqpJ1H;Frameri0odqpJ1H.displayName=\"Menu Icon Copy 5\";Frameri0odqpJ1H.defaultProps={height:54,width:54};addPropertyControls(Frameri0odqpJ1H,{variant:{options:[\"CqzuQ1n4C\",\"afOUG3P_k\",\"ErCRjVdqk\",\"e5p5MrFow\",\"creqwMVLb\",\"I9N0R2mB_\"],optionTitles:[\"Default\",\"Selected\",\"Mobile - Default\",\"Mobile - Selected\",\"Social Icon\",\"Contact Link\"],title:\"Variant\",type:ControlType.Enum},MVXvikb0a:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},DP2tgfnsD:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",hidden:undefined,title:\"Icon\"},qToZKqKAj:{title:\"Link\",type:ControlType.Link},Y6nQkQmjT:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Frameri0odqpJ1H,[...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri0odqpJ1H\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"54\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"MVXvikb0a\\\":\\\"title\\\",\\\"DP2tgfnsD\\\":\\\"icon\\\",\\\"qToZKqKAj\\\":\\\"link\\\",\\\"Y6nQkQmjT\\\":\\\"title1\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"afOUG3P_k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ErCRjVdqk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e5p5MrFow\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"creqwMVLb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"I9N0R2mB_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"k77ZlyojN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PyqfCYUxR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nBmVlr9_f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GzzNPHyvQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SyMmrGtc6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"54\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./i0odqpJ1H.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={JN1Qfq61R:{pressed:true},k1XRuxU76:{hover:true},x7zHkgJEL:{hover:true},y10RsxzWT:{hover:true},yiZLNYX3T:{hover:true}};const cycleOrder=[\"y10RsxzWT\",\"k1XRuxU76\",\"JN1Qfq61R\",\"DrLQdZoVX\",\"x7zHkgJEL\",\"yiZLNYX3T\"];const serializationHash=\"framer-AbvPA\";const variantClassNames={DrLQdZoVX:\"framer-v-9ii1jm\",JN1Qfq61R:\"framer-v-1lsvikb\",k1XRuxU76:\"framer-v-184zakd\",x7zHkgJEL:\"framer-v-mi9drd\",y10RsxzWT:\"framer-v-siiluy\",yiZLNYX3T:\"framer-v-1r74v0m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Contact Link\":\"yiZLNYX3T\",\"Mobile - Default\":\"JN1Qfq61R\",\"Mobile - Selected\":\"DrLQdZoVX\",\"Social Icon\":\"x7zHkgJEL\",Default:\"y10RsxzWT\",Selected:\"k1XRuxU76\"};const getProps=({height,icon,id,link,title,title1,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,DP2tgfnsD:(_ref=icon!==null&&icon!==void 0?icon:props.DP2tgfnsD)!==null&&_ref!==void 0?_ref:\"House\",MVXvikb0a:(_ref1=title!==null&&title!==void 0?title:props.MVXvikb0a)!==null&&_ref1!==void 0?_ref1:\"Home\",qToZKqKAj:link!==null&&link!==void 0?link:props.qToZKqKAj,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"y10RsxzWT\",Y6nQkQmjT:(_ref3=title1!==null&&title1!==void 0?title1:props.Y6nQkQmjT)!==null&&_ref3!==void 0?_ref3:\"Title\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,MVXvikb0a,DP2tgfnsD,qToZKqKAj,Y6nQkQmjT,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"y10RsxzWT\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"yiZLNYX3T-hover\")return true;if(baseVariant===\"yiZLNYX3T\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:qToZKqKAj,...addPropertyOverrides({\"k1XRuxU76-hover\":{href:undefined},k1XRuxU76:{href:undefined},x7zHkgJEL:{openInNewTab:true},yiZLNYX3T:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-siiluy\",className,classNames)} framer-wzt0pz`,\"data-framer-name\":\"Default\",initial:variant,layoutDependency:layoutDependency,layoutId:\"y10RsxzWT\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:36,borderBottomRightRadius:36,borderTopLeftRadius:36,borderTopRightRadius:36,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.07199), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.06356), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.025)\",...style},variants:{\"JN1Qfq61R-pressed\":{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"x7zHkgJEL-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"y10RsxzWT-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},\"yiZLNYX3T-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.15889), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0625)\"},DrLQdZoVX:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(238, 238, 247))\"},k1XRuxU76:{backgroundColor:\"var(--token-90892ae9-98c1-42db-81d8-28062da213bf, rgb(240, 240, 244))\"},x7zHkgJEL:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},yiZLNYX3T:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({\"JN1Qfq61R-pressed\":{\"data-framer-name\":undefined},\"k1XRuxU76-hover\":{\"data-framer-name\":undefined},\"x7zHkgJEL-hover\":{\"data-framer-name\":undefined},\"y10RsxzWT-hover\":{\"data-framer-name\":undefined},\"yiZLNYX3T-hover\":{\"data-framer-name\":undefined},DrLQdZoVX:{\"data-framer-name\":\"Mobile - Selected\"},JN1Qfq61R:{\"data-framer-name\":\"Mobile - Default\"},k1XRuxU76:{\"data-framer-name\":\"Selected\"},x7zHkgJEL:{\"data-framer-name\":\"Social Icon\"},yiZLNYX3T:{\"data-framer-name\":\"Contact Link\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91b6c1f0-92af-4988-8cfa-0f3447a539f9, rgb(114, 114, 192)))\"},children:\"Title\"})}),className:\"framer-l3vk0z\",layoutDependency:layoutDependency,layoutId:\"uVhCU88er\",style:{\"--extracted-r6o4lv\":\"var(--token-91b6c1f0-92af-4988-8cfa-0f3447a539f9, rgb(114, 114, 192))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Y6nQkQmjT,variants:{\"yiZLNYX3T-hover\":{\"--extracted-r6o4lv\":\"var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"yiZLNYX3T-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)))\"},children:\"Title\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-365bda\",layoutDependency:layoutDependency,layoutId:\"tlPjqciHq\",style:{backgroundColor:\"var(--token-8047a318-1dcb-4636-94f5-ed5b512aefb8, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.1)\",opacity:0},transformTemplate:transformTemplate1,variants:{\"k1XRuxU76-hover\":{boxShadow:\"0px 0px 20px 0px rgba(47, 47, 106, 0.15)\",opacity:1},\"y10RsxzWT-hover\":{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(47, 47, 106, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(47, 47, 106, 0.09534), 0px 10px 10px -3.75px rgba(47, 47, 106, 0.0375)\",opacity:1}},...addPropertyOverrides({\"k1XRuxU76-hover\":{transformTemplate:transformTemplate2},\"y10RsxzWT-hover\":{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"4px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})}),className:\"framer-187abxp\",layoutDependency:layoutDependency,layoutId:\"GQfgPF9dw\",style:{\"--extracted-r6o4lv\":\"var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MVXvikb0a,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"k1XRuxU76-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})},\"y10RsxzWT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1f376dc8-82e4-4193-a11d-c3581c355175, rgb(66, 66, 87)))\"},children:\"Home\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bid3pp-container\",layoutDependency:layoutDependency,layoutId:\"WdnUXv13E-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:'var(--token-769b2b36-b762-451a-9ad9-f333c17dfad0, rgb(26, 26, 26)) /* {\"name\":\"Text/Primary\"} */',height:\"100%\",iconSearch:\"House\",iconSelection:DP2tgfnsD,id:\"WdnUXv13E\",layoutId:\"WdnUXv13E\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"JN1Qfq61R-pressed\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"k1XRuxU76-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"x7zHkgJEL-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"y10RsxzWT-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'},\"yiZLNYX3T-hover\":{color:'var(--token-2a54f3f7-c0d4-4cec-a40e-35dfcb439093, rgb(85, 196, 228)) /* {\"name\":\"Accent/Primary\"} */'}},baseVariant,gestureVariant)})})]})})})});});const css=['.framer-AbvPA[data-border=\"true\"]::after, .framer-AbvPA [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-AbvPA.framer-wzt0pz, .framer-AbvPA .framer-wzt0pz { display: block; }\",\".framer-AbvPA.framer-siiluy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 12px 12px 12px 12px; position: relative; text-decoration: none; width: 54px; }\",\".framer-AbvPA .framer-l3vk0z, .framer-AbvPA .framer-187abxp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-AbvPA .framer-365bda { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 8px; justify-content: center; left: 50%; overflow: hidden; padding: 0px 2px 0px 2px; position: absolute; top: 50%; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-AbvPA .framer-bid3pp-container { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AbvPA.framer-siiluy, .framer-AbvPA .framer-365bda { gap: 0px; } .framer-AbvPA.framer-siiluy > *, .framer-AbvPA .framer-365bda > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AbvPA.framer-siiluy > :first-child, .framer-AbvPA .framer-365bda > :first-child { margin-left: 0px; } .framer-AbvPA.framer-siiluy > :last-child, .framer-AbvPA .framer-365bda > :last-child { margin-right: 0px; } }\",\".framer-AbvPA.framer-v-184zakd.framer-siiluy, .framer-AbvPA.framer-v-siiluy.hover.framer-siiluy { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 54px); }\",\".framer-AbvPA.framer-v-1lsvikb.framer-siiluy { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-AbvPA.framer-v-1lsvikb .framer-bid3pp-container, .framer-AbvPA.framer-v-9ii1jm .framer-bid3pp-container { height: 20px; left: calc(50.00000000000002% - 20px / 2); top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-AbvPA.framer-v-9ii1jm.framer-siiluy { aspect-ratio: 1 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 44px); width: 44px; }\",\".framer-AbvPA.framer-v-mi9drd.framer-siiluy { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }\",\".framer-AbvPA.framer-v-mi9drd .framer-bid3pp-container { height: 16px; left: calc(50.00000000000002% - 16px / 2); top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-AbvPA.framer-v-1r74v0m.framer-siiluy { gap: 6px; height: 32px; justify-content: flex-start; width: min-content; }\",\".framer-AbvPA.framer-v-1r74v0m .framer-l3vk0z { order: 1; }\",\".framer-AbvPA.framer-v-1r74v0m .framer-365bda { order: 2; }\",\".framer-AbvPA.framer-v-1r74v0m .framer-bid3pp-container { height: 16px; left: unset; order: 0; position: relative; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AbvPA.framer-v-1r74v0m.framer-siiluy { gap: 0px; } .framer-AbvPA.framer-v-1r74v0m.framer-siiluy > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-AbvPA.framer-v-1r74v0m.framer-siiluy > :first-child { margin-left: 0px; } .framer-AbvPA.framer-v-1r74v0m.framer-siiluy > :last-child { margin-right: 0px; } }\",\".framer-AbvPA.framer-v-siiluy.hover .framer-365bda, .framer-AbvPA.framer-v-184zakd.hover .framer-365bda { height: 24px; padding: 4px 12px 4px 12px; top: -18px; }\",\".framer-AbvPA.framer-v-1r74v0m.hover .framer-bid3pp-container { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 54\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"k1XRuxU76\":{\"layout\":[\"fixed\",\"fixed\"]},\"JN1Qfq61R\":{\"layout\":[\"fixed\",\"fixed\"]},\"DrLQdZoVX\":{\"layout\":[\"fixed\",\"fixed\"]},\"x7zHkgJEL\":{\"layout\":[\"fixed\",\"fixed\"]},\"yiZLNYX3T\":{\"layout\":[\"auto\",\"fixed\"]},\"jZGqTZ9if\":{\"layout\":[\"fixed\",\"fixed\"]},\"gK_QFHng_\":{\"layout\":[\"fixed\",\"fixed\"]},\"R4DBe9Hvn\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q_cKXWuzS\":{\"layout\":[\"fixed\",\"fixed\"]},\"oqOItRj2a\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"MVXvikb0a\":\"title\",\"DP2tgfnsD\":\"icon\",\"qToZKqKAj\":\"link\",\"Y6nQkQmjT\":\"title1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerPiafaeGN9=withCSS(Component,css,\"framer-AbvPA\");export default FramerPiafaeGN9;FramerPiafaeGN9.displayName=\"Menu Icon Copy 4\";FramerPiafaeGN9.defaultProps={height:54,width:54};addPropertyControls(FramerPiafaeGN9,{variant:{options:[\"y10RsxzWT\",\"k1XRuxU76\",\"JN1Qfq61R\",\"DrLQdZoVX\",\"x7zHkgJEL\",\"yiZLNYX3T\"],optionTitles:[\"Default\",\"Selected\",\"Mobile - Default\",\"Mobile - Selected\",\"Social Icon\",\"Contact Link\"],title:\"Variant\",type:ControlType.Enum},MVXvikb0a:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},DP2tgfnsD:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"House\",hidden:undefined,title:\"Icon\"},qToZKqKAj:{title:\"Link\",type:ControlType.Link},Y6nQkQmjT:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerPiafaeGN9,[...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPiafaeGN9\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"MVXvikb0a\\\":\\\"title\\\",\\\"DP2tgfnsD\\\":\\\"icon\\\",\\\"qToZKqKAj\\\":\\\"link\\\",\\\"Y6nQkQmjT\\\":\\\"title1\\\"}\",\"framerIntrinsicWidth\":\"54\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k1XRuxU76\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JN1Qfq61R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DrLQdZoVX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x7zHkgJEL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yiZLNYX3T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jZGqTZ9if\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gK_QFHng_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R4DBe9Hvn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q_cKXWuzS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oqOItRj2a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"54\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PiafaeGN9.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "Clock", "props", "currentTime", "setCurrentTime", "ye", "ue", "timerID", "updateCurrentTime", "text", "ampmText", "hours", "minutes", "ampm", "seconds", "timeZoneAbbreviation", "part", "u", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "title", "title1", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MVXvikb0a", "DP2tgfnsD", "qToZKqKAj", "Y6nQkQmjT", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramergECiBgAz6", "withCSS", "gECiBgAz6_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "title", "title1", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MVXvikb0a", "DP2tgfnsD", "qToZKqKAj", "Y6nQkQmjT", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramerHF7SBSj4C", "withCSS", "HF7SBSj4C_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "title", "title1", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MVXvikb0a", "DP2tgfnsD", "qToZKqKAj", "Y6nQkQmjT", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "Frameri0odqpJ1H", "withCSS", "i0odqpJ1H_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "title", "title1", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "MVXvikb0a", "DP2tgfnsD", "qToZKqKAj", "Y6nQkQmjT", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramerPiafaeGN9", "withCSS", "PiafaeGN9_default", "addPropertyControls", "ControlType", "addFonts"]
}
