{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/elZ3gkgD6KY6M0w8yzSO/4gZiONnveYQNDP8eHh9D/n3KuE5jL7.js", "ssg:https://framerusercontent.com/modules/Ki6HSTAlFRDFAWpMIJX8/F9n3YgrQhsvjvdTjWE5w/vyPFONtXr.js", "ssg:https://framerusercontent.com/modules/kN81EWzhJiy6jBiQRgCT/o7wStRcXyl4GnmIRBOKy/XOmKmee3G.js", "ssg:https://framerusercontent.com/modules/cZHOkIKd9DzwvOKVRQSQ/lhRSPzKJRp1I1idvUQV7/yavltmyDe.js", "ssg:https://framerusercontent.com/modules/dmd3JJ5Z0ZbHfOvsoNu4/eEGN5uFDY4eeFS9Rbwn4/LhOqIi0_X.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";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{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"FS;Satoshi-regular\"]);export const fonts=[{family:\"Satoshi\",moduleAsset:{localModuleIdentifier:\"local-module:css/n3KuE5jL7:default\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\"},style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}];export const css=['.framer-kRKtw .framer-styles-preset-1fo2069:not(.rich-text-wrapper), .framer-kRKtw .framer-styles-preset-1fo2069.rich-text-wrapper p { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-kRKtw .framer-styles-preset-1fo2069:not(.rich-text-wrapper), .framer-kRKtw .framer-styles-preset-1fo2069.rich-text-wrapper p { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-kRKtw .framer-styles-preset-1fo2069:not(.rich-text-wrapper), .framer-kRKtw .framer-styles-preset-1fo2069.rich-text-wrapper p { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-kRKtw\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"FS;Satoshi-regular\"]);export const fonts=[{family:\"Satoshi\",moduleAsset:{localModuleIdentifier:\"local-module:css/vyPFONtXr:default\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\"},style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}];export const css=['.framer-5ESYi .framer-styles-preset-y4pkhm:not(.rich-text-wrapper), .framer-5ESYi .framer-styles-preset-y4pkhm.rich-text-wrapper p { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-5ESYi .framer-styles-preset-y4pkhm:not(.rich-text-wrapper), .framer-5ESYi .framer-styles-preset-y4pkhm.rich-text-wrapper p { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-5ESYi .framer-styles-preset-y4pkhm:not(.rich-text-wrapper), .framer-5ESYi .framer-styles-preset-y4pkhm.rich-text-wrapper p { --framer-font-family: \"Satoshi\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-5ESYi\";\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\"}}}", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/elZ3gkgD6KY6M0w8yzSO/4gZiONnveYQNDP8eHh9D/n3KuE5jL7.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Ki6HSTAlFRDFAWpMIJX8/F9n3YgrQhsvjvdTjWE5w/vyPFONtXr.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const enabledGestures={myOhwS22e:{hover:true},qZRiW3266:{hover:true},tKivHUj_C:{hover:true},tYLRz9FHu:{hover:true},zQoPViTVl:{hover:true}};const cycleOrder=[\"myOhwS22e\",\"tKivHUj_C\",\"zQoPViTVl\",\"qZRiW3266\",\"tYLRz9FHu\",\"mbKPDLTZT\",\"tQBYJSv6j\"];const serializationHash=\"framer-Yf8D9\";const variantClassNames={mbKPDLTZT:\"framer-v-w38ru5\",myOhwS22e:\"framer-v-6n2zhr\",qZRiW3266:\"framer-v-1yaccuc\",tKivHUj_C:\"framer-v-1qd55e3\",tQBYJSv6j:\"framer-v-8nsph0\",tYLRz9FHu:\"framer-v-5a9jir\",zQoPViTVl:\"framer-v-z372ky\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Alert-circle\":\"alert-circle\",\"Alert-octagon\":\"alert-octagon\",\"Alert-triangle\":\"alert-triangle\",\"Align-center\":\"align-center\",\"Align-justify\":\"align-justify\",\"Align-left\":\"align-left\",\"Align-right\":\"align-right\",\"Arrow-down-circle\":\"arrow-down-circle\",\"Arrow-down-left\":\"arrow-down-left\",\"Arrow-down-right\":\"arrow-down-right\",\"Arrow-down\":\"arrow-down\",\"Arrow-left-circle\":\"arrow-left-circle\",\"Arrow-left\":\"arrow-left\",\"Arrow-right-circle\":\"arrow-right-circle\",\"Arrow-right\":\"arrow-right\",\"Arrow-up-circle\":\"arrow-up-circle\",\"Arrow-up-left\":\"arrow-up-left\",\"Arrow-up-right\":\"arrow-up-right\",\"Arrow-up\":\"arrow-up\",\"At-sign\":\"at-sign\",\"Bar-chart-2\":\"bar-chart-2\",\"Bar-chart\":\"bar-chart\",\"Battery-charging\":\"battery-charging\",\"Bell-off\":\"bell-off\",\"Book-open\":\"book-open\",\"Camera-off\":\"camera-off\",\"Check-circle\":\"check-circle\",\"Check-square\":\"check-square\",\"Chevron-down\":\"chevron-down\",\"Chevron-left\":\"chevron-left\",\"Chevron-right\":\"chevron-right\",\"Chevron-up\":\"chevron-up\",\"Chevrons-down\":\"chevrons-down\",\"Chevrons-left\":\"chevrons-left\",\"Chevrons-right\":\"chevrons-right\",\"Chevrons-up\":\"chevrons-up\",\"Cloud-drizzle\":\"cloud-drizzle\",\"Cloud-lightning\":\"cloud-lightning\",\"Cloud-off\":\"cloud-off\",\"Cloud-rain\":\"cloud-rain\",\"Cloud-snow\":\"cloud-snow\",\"Corner-down-left\":\"corner-down-left\",\"Corner-down-right\":\"corner-down-right\",\"Corner-left-down\":\"corner-left-down\",\"Corner-left-up\":\"corner-left-up\",\"Corner-right-down\":\"corner-right-down\",\"Corner-right-up\":\"corner-right-up\",\"Corner-up-left\":\"corner-up-left\",\"Corner-up-right\":\"corner-up-right\",\"Credit-card\":\"credit-card\",\"Divide-circle\":\"divide-circle\",\"Divide-square\":\"divide-square\",\"Dollar-sign\":\"dollar-sign\",\"Download-cloud\":\"download-cloud\",\"Edit-2\":\"edit-2\",\"Edit-3\":\"edit-3\",\"External-link\":\"external-link\",\"Eye-off\":\"eye-off\",\"Fast-forward\":\"fast-forward\",\"File-minus\":\"file-minus\",\"File-plus\":\"file-plus\",\"File-text\":\"file-text\",\"Folder-minus\":\"folder-minus\",\"Folder-plus\":\"folder-plus\",\"Git-branch\":\"git-branch\",\"Git-commit\":\"git-commit\",\"Git-merge\":\"git-merge\",\"Git-pull-request\":\"git-pull-request\",\"Hard-drive\":\"hard-drive\",\"Help-circle\":\"help-circle\",\"Life-buoy\":\"life-buoy\",\"Link-2\":\"link-2\",\"Log-in\":\"log-in\",\"Log-out\":\"log-out\",\"Map-pin\":\"map-pin\",\"Maximize-2\":\"maximize-2\",\"Message-circle\":\"message-circle\",\"Message-square\":\"message-square\",\"Mic-off\":\"mic-off\",\"Minimize-2\":\"minimize-2\",\"Minus-circle\":\"minus-circle\",\"Minus-square\":\"minus-square\",\"More-horizontal\":\"more-horizontal\",\"More-vertical\":\"more-vertical\",\"Mouse-pointer\":\"mouse-pointer\",\"Navigation-2\":\"navigation-2\",\"Pause-circle\":\"pause-circle\",\"Pen-tool\":\"pen-tool\",\"Phone-call\":\"phone-call\",\"Phone-forwarded\":\"phone-forwarded\",\"Phone-incoming\":\"phone-incoming\",\"Phone-missed\":\"phone-missed\",\"Phone-off\":\"phone-off\",\"Phone-outgoing\":\"phone-outgoing\",\"Pie-chart\":\"pie-chart\",\"Play-circle\":\"play-circle\",\"Plus-circle\":\"plus-circle\",\"Plus-square\":\"plus-square\",\"Refresh-ccw\":\"refresh-ccw\",\"Refresh-cw\":\"refresh-cw\",\"Rotate-ccw\":\"rotate-ccw\",\"Rotate-cw\":\"rotate-cw\",\"Share-2\":\"share-2\",\"Shield-off\":\"shield-off\",\"Shopping-bag\":\"shopping-bag\",\"Shopping-cart\":\"shopping-cart\",\"Skip-back\":\"skip-back\",\"Skip-forward\":\"skip-forward\",\"Stop-circle\":\"stop-circle\",\"Thumbs-down\":\"thumbs-down\",\"Thumbs-up\":\"thumbs-up\",\"Toggle-left\":\"toggle-left\",\"Toggle-right\":\"toggle-right\",\"Trash-2\":\"trash-2\",\"Trending-down\":\"trending-down\",\"Trending-up\":\"trending-up\",\"Upload-cloud\":\"upload-cloud\",\"User-check\":\"user-check\",\"User-minus\":\"user-minus\",\"User-plus\":\"user-plus\",\"User-x\":\"user-x\",\"Video-off\":\"video-off\",\"Volume-1\":\"volume-1\",\"Volume-2\":\"volume-2\",\"Volume-x\":\"volume-x\",\"Wifi-off\":\"wifi-off\",\"X-circle\":\"x-circle\",\"X-octagon\":\"x-octagon\",\"X-square\":\"x-square\",\"Zap-off\":\"zap-off\",\"Zoom-in\":\"zoom-in\",\"Zoom-out\":\"zoom-out\",Activity:\"activity\",Airplay:\"airplay\",Anchor:\"anchor\",Aperture:\"aperture\",Archive:\"archive\",Award:\"award\",Battery:\"battery\",Bell:\"bell\",Bluetooth:\"bluetooth\",Bold:\"bold\",Book:\"book\",Bookmark:\"bookmark\",Box:\"box\",Briefcase:\"briefcase\",Calendar:\"calendar\",Camera:\"camera\",Cast:\"cast\",Check:\"check\",Chrome:\"chrome\",Circle:\"circle\",Clipboard:\"clipboard\",Clock:\"clock\",Cloud:\"cloud\",Code:\"code\",Codepen:\"codepen\",Codesandbox:\"codesandbox\",Coffee:\"coffee\",Columns:\"columns\",Command:\"command\",Compass:\"compass\",Copy:\"copy\",Cpu:\"cpu\",Crop:\"crop\",Crosshair:\"crosshair\",Database:\"database\",Delete:\"delete\",Disc:\"disc\",Divide:\"divide\",Download:\"download\",Dribbble:\"dribbble\",Droplet:\"droplet\",Edit:\"edit\",Eye:\"eye\",Facebook:\"facebook\",Feather:\"feather\",Figma:\"figma\",File:\"file\",Film:\"film\",Filter:\"filter\",Flag:\"flag\",Folder:\"folder\",Framer:\"framer\",Frown:\"frown\",Gift:\"gift\",Github:\"github\",Gitlab:\"gitlab\",Globe:\"globe\",Grid:\"grid\",Hash:\"hash\",Headphones:\"headphones\",Heart:\"heart\",Hexagon:\"hexagon\",Home:\"home\",Image:\"image\",Inbox:\"inbox\",Info:\"info\",Instagram:\"instagram\",Italic:\"italic\",Key:\"key\",Layers:\"layers\",Layout:\"layout\",Link:\"link\",Linkedin:\"linkedin\",List:\"list\",Loader:\"loader\",Lock:\"lock\",Mail:\"mail\",Map:\"map\",Maximize:\"maximize\",Meh:\"meh\",Menu:\"menu\",Mic:\"mic\",Minimize:\"minimize\",Minus:\"minus\",Monitor:\"monitor\",Moon:\"moon\",Move:\"move\",Music:\"music\",Navigation:\"navigation\",Octagon:\"octagon\",Package:\"package\",Paperclip:\"paperclip\",Pause:\"pause\",Percent:\"percent\",Phone:\"phone\",Play:\"play\",Plus:\"plus\",Pocket:\"pocket\",Power:\"power\",Printer:\"printer\",Radio:\"radio\",Repeat:\"repeat\",Rewind:\"rewind\",Rss:\"rss\",Save:\"save\",Scissors:\"scissors\",Search:\"search\",Send:\"send\",Server:\"server\",Settings:\"settings\",Share:\"share\",Shield:\"shield\",Shuffle:\"shuffle\",Sidebar:\"sidebar\",Slack:\"slack\",Slash:\"slash\",Sliders:\"sliders\",Smartphone:\"smartphone\",Smile:\"smile\",Speaker:\"speaker\",Square:\"square\",Star:\"star\",Sun:\"sun\",Sunrise:\"sunrise\",Sunset:\"sunset\",Tablet:\"tablet\",Tag:\"tag\",Target:\"target\",Terminal:\"terminal\",Thermometer:\"thermometer\",Tool:\"tool\",Trash:\"trash\",Trello:\"trello\",Triangle:\"triangle\",Truck:\"truck\",Tv:\"tv\",Twitch:\"twitch\",Twitter:\"twitter\",Type:\"type\",Umbrella:\"umbrella\",Underline:\"underline\",Unlock:\"unlock\",Upload:\"upload\",User:\"user\",Users:\"users\",Video:\"video\",Voicemail:\"voicemail\",Volume:\"volume\",Watch:\"watch\",Wifi:\"wifi\",Wind:\"wind\",X:\"x\",Youtube:\"youtube\",Zap:\"zap\"};const humanReadableVariantMap={\"Nav Button\":\"tYLRz9FHu\",\"Primary Large\":\"zQoPViTVl\",\"Primary Medium\":\"myOhwS22e\",\"Primary Small\":\"mbKPDLTZT\",\"Secondary Large\":\"qZRiW3266\",\"Secondary Medium\":\"tKivHUj_C\",\"Secondary Small\":\"tQBYJSv6j\"};const getProps=({height,icon,id,link,newTab,showLeftIcon,showRightIcon,title,width,...props})=>{var _humanReadableEnumMap_icon,_ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,e2NzdVyPN:(_ref1=(_ref=(_humanReadableEnumMap_icon=humanReadableEnumMap[icon])!==null&&_humanReadableEnumMap_icon!==void 0?_humanReadableEnumMap_icon:icon)!==null&&_ref!==void 0?_ref:props.e2NzdVyPN)!==null&&_ref1!==void 0?_ref1:\"home\",EfObOqeo8:newTab!==null&&newTab!==void 0?newTab:props.EfObOqeo8,rHftqv4ve:(_ref2=title!==null&&title!==void 0?title:props.rHftqv4ve)!==null&&_ref2!==void 0?_ref2:\"talk\",SeiwoL_mq:showLeftIcon!==null&&showLeftIcon!==void 0?showLeftIcon:props.SeiwoL_mq,tERFHhEiL:showRightIcon!==null&&showRightIcon!==void 0?showRightIcon:props.tERFHhEiL,UGPxnGU34:link!==null&&link!==void 0?link:props.UGPxnGU34,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"myOhwS22e\"};};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,UGPxnGU34,rHftqv4ve,SeiwoL_mq,e2NzdVyPN,tERFHhEiL,EfObOqeo8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"myOhwS22e\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:UGPxnGU34,...addPropertyOverrides({\"tYLRz9FHu-hover\":{href:undefined},qZRiW3266:{openInNewTab:EfObOqeo8},tYLRz9FHu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-6n2zhr\",className,classNames)} framer-1brzdjq`,\"data-framer-name\":\"Primary Medium\",layoutDependency:layoutDependency,layoutId:\"myOhwS22e\",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:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-3b54fedb-e44b-4721-9540-b877744d8814, rgb(181, 255, 109))\",borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48,...style},variants:{\"qZRiW3266-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"tKivHUj_C-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"tYLRz9FHu-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},qZRiW3266:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a725284a-4d01-49d4-919f-b5b9b33c6b5d, rgba(17, 17, 17, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},tKivHUj_C:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a725284a-4d01-49d4-919f-b5b9b33c6b5d, rgba(17, 17, 17, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},tQBYJSv6j:{backgroundColor:\"var(--token-83c665fe-9b1b-4991-be40-cc215a59f4b7, rgb(255, 255, 255))\"},tYLRz9FHu:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a725284a-4d01-49d4-919f-b5b9b33c6b5d, rgba(17, 17, 17, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"myOhwS22e-hover\":{\"data-framer-name\":undefined},\"qZRiW3266-hover\":{\"data-framer-name\":undefined},\"tKivHUj_C-hover\":{\"data-framer-name\":undefined},\"tYLRz9FHu-hover\":{\"data-framer-name\":undefined},\"zQoPViTVl-hover\":{\"data-framer-name\":undefined},mbKPDLTZT:{\"data-framer-name\":\"Primary Small\"},qZRiW3266:{\"data-border\":true,\"data-framer-name\":\"Secondary Large\"},tKivHUj_C:{\"data-border\":true,\"data-framer-name\":\"Secondary Medium\"},tQBYJSv6j:{\"data-framer-name\":\"Secondary Small\"},tYLRz9FHu:{\"data-border\":true,\"data-framer-name\":\"Nav Button\"},zQoPViTVl:{\"data-framer-name\":\"Primary Large\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-cmxcoh\",layoutDependency:layoutDependency,layoutId:\"JSD92e68q\",style:{backgroundColor:\"var(--token-83c665fe-9b1b-4991-be40-cc215a59f4b7, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},variants:{qZRiW3266:{backgroundColor:\"var(--token-3b54fedb-e44b-4721-9540-b877744d8814, rgb(181, 255, 109))\"},tKivHUj_C:{backgroundColor:\"var(--token-3b54fedb-e44b-4721-9540-b877744d8814, rgb(181, 255, 109))\"},tYLRz9FHu:{backgroundColor:\"var(--token-3b54fedb-e44b-4721-9540-b877744d8814, rgb(181, 255, 109))\"}}}),SeiwoL_mq&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wypoob-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"SZCj96FA5-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"Home\",iconSelection:e2NzdVyPN,id:\"SZCj96FA5\",layoutId:\"SZCj96FA5\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"qZRiW3266-hover\":{color:\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},\"tKivHUj_C-hover\":{color:\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},qZRiW3266:{color:\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"},tKivHUj_C:{color:\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"},tYLRz9FHu:{color:\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y4pkhm\",\"data-styles-preset\":\"vyPFONtXr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})}),className:\"framer-tpl3p2\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w8kuC6IMV\",style:{\"--extracted-r6o4lv\":\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rHftqv4ve,variants:{\"qZRiW3266-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},\"tKivHUj_C-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},\"tYLRz9FHu-hover\":{\"--extracted-r6o4lv\":\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},qZRiW3266:{\"--extracted-r6o4lv\":\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"},tKivHUj_C:{\"--extracted-r6o4lv\":\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"},tYLRz9FHu:{\"--extracted-r6o4lv\":\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"qZRiW3266-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})})},\"tKivHUj_C-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y4pkhm\",\"data-styles-preset\":\"vyPFONtXr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})})},\"tYLRz9FHu-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})})},mbKPDLTZT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})})},qZRiW3266:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17)))\"},children:\"talk\"})})},tKivHUj_C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y4pkhm\",\"data-styles-preset\":\"vyPFONtXr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17)))\"},children:\"talk\"})})},tQBYJSv6j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})})},tYLRz9FHu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17)))\"},children:\"talk\"})})},zQoPViTVl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fo2069\",\"data-styles-preset\":\"n3KuE5jL7\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10)))\"},children:\"talk\"})})}},baseVariant,gestureVariant)}),tERFHhEiL&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ldao6k-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"xBubfBVOc-container\",name:\"Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"Home\",iconSelection:e2NzdVyPN,id:\"xBubfBVOc\",layoutId:\"xBubfBVOc\",mirrored:false,name:\"Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"qZRiW3266-hover\":{color:\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},\"tKivHUj_C-hover\":{color:\"var(--token-a7641d03-5810-43eb-a982-b0210543209d, rgb(10, 10, 10))\"},qZRiW3266:{color:\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"},tKivHUj_C:{color:\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"},tYLRz9FHu:{color:\"var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, rgb(17, 17, 17))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Yf8D9.framer-1brzdjq, .framer-Yf8D9 .framer-1brzdjq { display: block; }\",\".framer-Yf8D9.framer-6n2zhr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 11px 36px 11px 36px; position: relative; text-decoration: none; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-Yf8D9 .framer-cmxcoh { bottom: -1px; flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-Yf8D9 .framer-1wypoob-container, .framer-Yf8D9 .framer-1ldao6k-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Yf8D9 .framer-tpl3p2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Yf8D9.framer-6n2zhr { gap: 0px; } .framer-Yf8D9.framer-6n2zhr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Yf8D9.framer-6n2zhr > :first-child { margin-left: 0px; } .framer-Yf8D9.framer-6n2zhr > :last-child { margin-right: 0px; } }\",\".framer-Yf8D9.framer-v-z372ky.framer-6n2zhr, .framer-Yf8D9.framer-v-1yaccuc.framer-6n2zhr, .framer-Yf8D9.framer-v-5a9jir.framer-6n2zhr { padding: 28px 52px 28px 52px; }\",\".framer-Yf8D9.framer-v-1yaccuc .framer-cmxcoh, .framer-Yf8D9.framer-v-5a9jir .framer-cmxcoh { bottom: -2px; left: calc(49.829351535836196% - 100% / 2); }\",\".framer-Yf8D9.framer-v-w38ru5.framer-6n2zhr, .framer-Yf8D9.framer-v-8nsph0.framer-6n2zhr { cursor: unset; padding: 8px 36px 8px 36px; }\",\".framer-Yf8D9.framer-v-6n2zhr.hover .framer-cmxcoh, .framer-Yf8D9.framer-v-1qd55e3.hover .framer-cmxcoh, .framer-Yf8D9.framer-v-z372ky.hover .framer-cmxcoh, .framer-Yf8D9.framer-v-1yaccuc.hover .framer-cmxcoh { bottom: 0px; height: 100%; }\",\".framer-Yf8D9.framer-v-1qd55e3.hover .framer-tpl3p2 { z-index: 1; }\",\".framer-Yf8D9.framer-v-5a9jir.hover .framer-cmxcoh { bottom: 0px; height: 102%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-Yf8D9[data-border=\"true\"]::after, .framer-Yf8D9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 67\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"tKivHUj_C\":{\"layout\":[\"auto\",\"auto\"]},\"zQoPViTVl\":{\"layout\":[\"auto\",\"auto\"]},\"qZRiW3266\":{\"layout\":[\"auto\",\"auto\"]},\"tYLRz9FHu\":{\"layout\":[\"auto\",\"auto\"]},\"mbKPDLTZT\":{\"layout\":[\"auto\",\"auto\"]},\"tQBYJSv6j\":{\"layout\":[\"auto\",\"auto\"]},\"OBCX1U1Nm\":{\"layout\":[\"auto\",\"auto\"]},\"wh0xilhd8\":{\"layout\":[\"auto\",\"auto\"]},\"zKmHfcryj\":{\"layout\":[\"auto\",\"auto\"]},\"zZi9JsRJt\":{\"layout\":[\"auto\",\"auto\"]},\"BGJBcnc9Z\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"UGPxnGU34\":\"link\",\"rHftqv4ve\":\"title\",\"SeiwoL_mq\":\"showLeftIcon\",\"e2NzdVyPN\":\"icon\",\"tERFHhEiL\":\"showRightIcon\",\"EfObOqeo8\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXOmKmee3G=withCSS(Component,css,\"framer-Yf8D9\");export default FramerXOmKmee3G;FramerXOmKmee3G.displayName=\"Button\";FramerXOmKmee3G.defaultProps={height:67,width:120};addPropertyControls(FramerXOmKmee3G,{variant:{options:[\"myOhwS22e\",\"tKivHUj_C\",\"zQoPViTVl\",\"qZRiW3266\",\"tYLRz9FHu\",\"mbKPDLTZT\",\"tQBYJSv6j\"],optionTitles:[\"Primary Medium\",\"Secondary Medium\",\"Primary Large\",\"Secondary Large\",\"Nav Button\",\"Primary Small\",\"Secondary Small\"],title:\"Variant\",type:ControlType.Enum},UGPxnGU34:{title:\"Link\",type:ControlType.Link},rHftqv4ve:{defaultValue:\"talk\",displayTextArea:false,title:\"Title\",type:ControlType.String},SeiwoL_mq:{defaultValue:false,title:\"Show Left Icon\",type:ControlType.Boolean},e2NzdVyPN:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"home\",description:undefined,hidden:undefined,title:\"Icon\"},tERFHhEiL:{defaultValue:false,title:\"Show Right Icon\",type:ControlType.Boolean},EfObOqeo8:{defaultValue:false,title:\"New Tab ?\",type:ControlType.Boolean}});addFonts(FramerXOmKmee3G,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXOmKmee3G\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"67\",\"framerIntrinsicWidth\":\"120\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"UGPxnGU34\\\":\\\"link\\\",\\\"rHftqv4ve\\\":\\\"title\\\",\\\"SeiwoL_mq\\\":\\\"showLeftIcon\\\",\\\"e2NzdVyPN\\\":\\\"icon\\\",\\\"tERFHhEiL\\\":\\\"showRightIcon\\\",\\\"EfObOqeo8\\\":\\\"newTab\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tKivHUj_C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zQoPViTVl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qZRiW3266\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tYLRz9FHu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mbKPDLTZT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tQBYJSv6j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OBCX1U1Nm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wh0xilhd8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zKmHfcryj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zZi9JsRJt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BGJBcnc9Z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XOmKmee3G.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/dmd3JJ5Z0ZbHfOvsoNu4/eEGN5uFDY4eeFS9Rbwn4/LhOqIi0_X.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Ki6HSTAlFRDFAWpMIJX8/F9n3YgrQhsvjvdTjWE5w/vyPFONtXr.js\";import Button from\"https://framerusercontent.com/modules/kN81EWzhJiy6jBiQRgCT/o7wStRcXyl4GnmIRBOKy/XOmKmee3G.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"L4VJBAhUl\",\"bC4pyP5Dj\",\"TCD20Fpb2\",\"fJKIR8IhQ\"];const serializationHash=\"framer-ZFVWK\";const variantClassNames={bC4pyP5Dj:\"framer-v-95y758\",fJKIR8IhQ:\"framer-v-e811a1\",L4VJBAhUl:\"framer-v-ne86p\",TCD20Fpb2:\"framer-v-1e1ylmp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"fJKIR8IhQ\",Desktop:\"L4VJBAhUl\",Phone:\"TCD20Fpb2\",Tablet:\"bC4pyP5Dj\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"L4VJBAhUl\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"L4VJBAhUl\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap9hq0o3=activeVariantCallback(async(...args)=>{setVariant(\"fJKIR8IhQ\");});const onTap15uwd31=activeVariantCallback(async(...args)=>{setVariant(\"TCD20Fpb2\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"TCD20Fpb2\",\"fJKIR8IhQ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"TCD20Fpb2\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({fJKIR8IhQ:{value:transition2},TCD20Fpb2:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.header,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ne86p\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"L4VJBAhUl\",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:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",WebkitBackdropFilter:\"none\",...style},variants:{fJKIR8IhQ:{backgroundColor:\"var(--token-0ef808ae-7071-4629-9f92-7edd4e995fc2, rgb(251, 251, 251))\"},TCD20Fpb2:{backdropFilter:\"blur(10px)\",backgroundColor:\"var(--token-b252ab99-9a3e-4307-a57d-f83db9abbbda, rgba(255, 255, 255, 0.5))\",WebkitBackdropFilter:\"blur(10px)\"}},...addPropertyOverrides({bC4pyP5Dj:{\"data-framer-name\":\"Tablet\"},fJKIR8IhQ:{\"data-framer-name\":\"Phone Open\"},TCD20Fpb2:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fcttnw\",\"data-framer-name\":\"Logo Wrapper\",layoutDependency:layoutDependency,layoutId:\"EkEzIXf4o\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xnzcs7 framer-1yzdbzv\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"EV594eKIn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2o1960\",\"data-framer-name\":\"Frame 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:55,layoutDependency:layoutDependency,layoutId:\"Z4c5lDE3t\",svg:'<svg width=\"55\" height=\"22\" viewBox=\"0 0 55 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.7903 18.8174C15.7934 13.1862 16.0796 6.31966 15.3871 2.68184C15.0951 1.1479 14.5615 0.200575 13.7683 0.0715523C10.3487 -0.48482 10.4407 2.26975 10.3201 6.02783C10.3007 6.63368 9.82961 7.1297 9.22512 7.17466C8.2535 7.24699 7.35924 7.34447 6.55806 7.45177C5.83129 7.54912 5.1909 6.97085 5.21452 6.23801C5.33418 2.52514 5.81598 0.352754 3.02015 0.187669C1.58647 0.103017 0.352718 0.727086 0.209987 2.55956C0.189277 2.82545 -0.332636 9.18255 0.351073 19.1725C0.445004 20.5448 1.58727 21.5953 2.9425 21.5951C4.44109 21.6011 5.64785 20.3134 5.53916 18.8174C5.42043 17.0822 5.33987 15.4582 5.28744 13.961C5.26648 13.3629 5.69488 12.8436 6.28593 12.7491C7.06264 12.6248 7.98769 12.5019 9.02949 12.4089C9.70877 12.3483 10.2989 12.8719 10.3204 13.5536C10.3741 15.2628 10.4633 17.1424 10.6022 19.1724C10.8981 22.5846 15.9671 22.2253 15.7903 18.8174Z\" fill=\"#B5FF6D\"/>\\n<path d=\"M15.7903 18.8174C15.9671 22.2254 10.8981 22.5847 10.6024 19.1725C10.5041 17.7401 10.4312 16.3828 10.3776 15.1074C12.2267 13.2309 13.3676 10.6542 13.3676 7.81181C13.3676 5.26973 12.4549 2.94022 10.9394 1.13415C11.3941 0.245457 12.2225 -0.179699 13.7683 0.0716827C14.5617 0.200748 15.0952 1.14807 15.3871 2.68167C16.0797 6.31954 15.7933 13.1862 15.7903 18.8174Z\" fill=\"#97EE44\"/>\\n<path d=\"M2.94243 21.5952C1.58724 21.5952 0.445056 20.545 0.350998 19.1725C0.320208 18.7246 0.291949 18.2838 0.26622 17.8506C1.12919 18.0826 2.03686 18.2066 2.97322 18.2066C3.83745 18.2066 4.6768 18.1012 5.47945 17.9021C5.49843 18.2037 5.51825 18.5086 5.53934 18.8174C5.64774 20.3134 4.44102 21.6011 2.94243 21.5952Z\" fill=\"#B5FF6D\"/>\\n<path d=\"M15.7903 18.8173C15.9451 21.8031 12.0732 22.4489 10.9128 20.2683C13.7299 18.7764 15.6866 15.8763 15.8447 12.5058C15.8287 14.6316 15.7912 16.8033 15.7903 18.8173Z\" fill=\"#B5FF6D\"/>\\n<path d=\"M2.53696 10.3569C2.51384 7.67135 2.57812 5.60901 2.6397 4.30709C2.67387 3.58525 2.09805 2.9816 1.37541 2.9816C0.699758 2.9816 0.143343 3.51195 0.111119 4.1868C0.0475139 5.51832 -0.0188325 7.62681 0.00520907 10.378C0.0112827 11.0729 0.576176 11.6335 1.27115 11.6335C1.97434 11.6335 2.54303 11.0601 2.53696 10.3569Z\" fill=\"#98E44E\"/>\\n<path d=\"M1.29694 5.24394C0.609058 5.24394 0.0472443 5.79293 0.0312588 6.48065C0.0182257 7.04217 0.00827152 7.65936 0.00342102 8.32945C-0.00164036 9.03256 0.566247 9.60559 1.2694 9.60559C1.96538 9.60559 2.53036 9.04369 2.53542 8.34775C2.54019 7.69239 2.54989 7.08865 2.56258 6.53945C2.57899 5.82879 2.00777 5.24394 1.29694 5.24394Z\" fill=\"#71CE18\"/>\\n<path d=\"M8.30799 11.3588C8.30799 10.5936 7.63377 10.0022 6.87545 10.1044C6.54279 10.1493 6.21262 10.1979 5.88603 10.2501C4.03736 10.5458 2.69272 12.1794 2.7581 14.0495C2.77358 14.4897 2.79134 14.9324 2.81116 15.3766C2.84132 16.053 3.39828 16.5862 4.07532 16.5862C4.79594 16.5862 5.37104 15.9848 5.33919 15.2649C5.31954 14.8202 5.30237 14.3854 5.28753 13.961C5.26644 13.3629 5.69497 12.8437 6.28588 12.7492C6.5751 12.7029 6.88486 12.6568 7.21351 12.6124C7.84053 12.5277 8.30799 11.9915 8.30799 11.3588Z\" fill=\"#98E44E\"/>\\n<path d=\"M5.39508 11.6335C6.09391 11.6335 6.66042 11.067 6.66042 10.3681C6.66042 9.6693 6.09391 9.10278 5.39508 9.10278C4.69625 9.10278 4.12973 9.6693 4.12973 10.3681C4.12973 11.067 4.69625 11.6335 5.39508 11.6335Z\" fill=\"#71CE18\"/>\\n<path d=\"M11.3564 12.0452C12.0553 12.0452 12.6218 11.4787 12.6218 10.7798C12.6218 10.081 12.0553 9.5145 11.3564 9.5145C10.6576 9.5145 10.0911 10.081 10.0911 10.7798C10.0911 11.4787 10.6576 12.0452 11.3564 12.0452Z\" fill=\"#98E44E\"/>\\n<path d=\"M27.2207 13.8023C27.1621 14.7984 26.7096 15.2964 25.8633 15.2964C25.0429 15.2964 24.6328 14.8732 24.6328 14.0269L24.584 13.0406C23.1191 13.2749 22.0709 14.0269 21.4394 15.2964L21.4492 20.2085C21.4492 20.5796 21.3222 20.8856 21.0683 21.1265C20.8144 21.3739 20.4922 21.4976 20.1015 21.4976C19.6979 21.4976 19.3854 21.3674 19.164 21.107C18.9557 20.8726 18.8515 20.5731 18.8515 20.2085V13.812C18.8515 13.6102 18.858 13.3107 18.8711 12.9136C18.8841 12.51 18.8906 12.2072 18.8906 12.0054C18.8906 11.6408 18.998 11.3381 19.2129 11.0972C19.4342 10.8498 19.7467 10.7261 20.1504 10.7261C20.873 10.7261 21.3027 11.0972 21.4394 11.8394C22.5918 10.98 23.8711 10.5503 25.2773 10.5503C26.5794 10.5503 27.2304 11.4162 27.2304 13.148C27.2304 13.48 27.2272 13.6981 27.2207 13.8023Z\" fill=\"white\"/>\\n<path d=\"M30.873 9.10501C30.4563 9.10501 30.095 8.96504 29.789 8.68509C29.483 8.40514 29.33 8.06334 29.33 7.6597C29.33 7.25605 29.483 6.91426 29.789 6.63431C30.095 6.35436 30.4563 6.21439 30.873 6.21439C31.2897 6.21439 31.6478 6.35436 31.9472 6.63431C32.2532 6.91426 32.4062 7.25605 32.4062 7.6597C32.4062 8.06334 32.2532 8.40514 31.9472 8.68509C31.6478 8.96504 31.2897 9.10501 30.873 9.10501ZM31.7031 16.2632C31.7031 16.6343 31.7129 17.23 31.7324 18.0503C31.7584 18.8706 31.7715 19.4663 31.7715 19.8374C31.7715 20.215 31.6445 20.5275 31.3906 20.7749C31.1367 21.0158 30.8144 21.1363 30.4238 21.1363C30.0332 21.1363 29.7109 21.0158 29.457 20.7749C29.2031 20.5275 29.0761 20.215 29.0761 19.8374C29.0761 19.4663 29.0631 18.8706 29.0371 18.0503C29.0175 17.23 29.0078 16.6343 29.0078 16.2632C29.0078 15.6838 29.0403 14.9579 29.1054 14.0855C29.1705 13.2131 29.2031 12.4872 29.2031 11.9077C29.2031 11.5301 29.33 11.2209 29.584 10.98C29.8379 10.7326 30.1601 10.6089 30.5508 10.6089C30.9414 10.6089 31.2636 10.7326 31.5175 10.98C31.7715 11.2209 31.8984 11.5301 31.8984 11.9077C31.8984 12.4872 31.8659 13.2131 31.8008 14.0855C31.7356 14.9579 31.7031 15.6838 31.7031 16.2632Z\" fill=\"white\"/>\\n<path d=\"M42.6797 21.4878C42.3802 21.4878 41.9049 21.1623 41.2539 20.5113C40.6549 20.7977 40.1276 21.0126 39.6718 21.1558C39.2161 21.3055 38.8287 21.3804 38.5097 21.3804C36.9407 21.3804 35.7623 20.9605 34.9746 20.1206C34.1933 19.2808 33.8027 18.0243 33.8027 16.3511C33.8027 14.7821 34.3821 13.4409 35.541 12.3277C36.6998 11.2079 38.0866 10.648 39.7011 10.648C40.3196 10.648 41.0358 10.8238 41.8496 11.1753C42.8327 11.5985 43.3242 12.09 43.3242 12.6499C43.3242 12.8843 43.2493 13.0894 43.0996 13.2652C43.0345 13.5256 42.9824 13.8544 42.9433 14.2515C42.9108 14.6421 42.8945 15.1011 42.8945 15.6284C42.8945 16.8719 42.9824 17.7671 43.1582 18.314C43.1777 18.3726 43.3274 18.7111 43.6074 19.3296C43.8613 19.8895 43.9883 20.2085 43.9883 20.2867C43.9883 20.6317 43.8548 20.9182 43.5879 21.146C43.3274 21.3739 43.0247 21.4878 42.6797 21.4878ZM40.2578 14.7886C40.2578 14.5803 40.2708 14.3426 40.2968 14.0757C40.3294 13.8023 40.375 13.4995 40.4336 13.1675C40.3034 13.1024 40.1862 13.0568 40.082 13.0308C39.9843 12.9982 39.8997 12.982 39.8281 12.982C38.9427 12.982 38.1679 13.3303 37.5039 14.0269C36.8398 14.717 36.5078 15.5178 36.5078 16.4292C36.5078 17.3016 36.664 17.9592 36.9765 18.4019C37.289 18.8381 37.7578 19.0562 38.3828 19.0562C38.7864 19.0562 39.1673 18.9911 39.5254 18.8609C39.8899 18.7242 40.2317 18.5256 40.5508 18.2652C40.3554 16.7157 40.2578 15.5568 40.2578 14.7886Z\" fill=\"white\"/>\\n<path d=\"M53.7636 13.3824C53.2103 14.0074 52.5429 14.8505 51.7617 15.9117C50.6744 17.383 49.9974 18.288 49.7304 18.6265C50.1276 18.6135 50.4563 18.607 50.7168 18.607C50.9772 18.607 51.3548 18.6558 51.8496 18.7534C52.3509 18.8446 52.7285 18.8902 52.9824 18.8902C53.373 18.8902 53.6953 19.0139 53.9492 19.2613C54.2096 19.5021 54.3398 19.8081 54.3398 20.1792C54.3398 20.5503 54.2129 20.8563 53.959 21.0972C53.705 21.3381 53.3795 21.4585 52.9824 21.4585C52.722 21.4585 52.3411 21.413 51.8398 21.3218C51.345 21.2307 50.9707 21.1851 50.7168 21.1851C49.2584 21.1851 47.8945 21.3055 46.625 21.5464C46.4557 21.579 46.3125 21.5952 46.1953 21.5952C45.8372 21.5952 45.5312 21.4976 45.2773 21.3023C44.9909 21.0874 44.8476 20.8042 44.8476 20.4527C44.8476 20.036 45.0527 19.6551 45.4629 19.3101C47.084 17.9364 48.7799 15.9279 50.5508 13.2847C50.1471 13.3042 49.7597 13.314 49.3886 13.314C48.3925 13.314 47.3834 13.2424 46.3613 13.0992C45.5605 12.9885 45.1601 12.5653 45.1601 11.8296C45.1601 11.4715 45.2838 11.1656 45.5312 10.9117C45.7786 10.6577 46.0944 10.5308 46.4785 10.5308C46.7975 10.5308 47.2793 10.5666 47.9238 10.6382C48.5748 10.7033 49.0631 10.7359 49.3886 10.7359C49.8313 10.7359 50.4954 10.7098 51.3808 10.6577C52.2662 10.5992 52.9303 10.5699 53.373 10.5699C54.1868 10.5699 54.5937 10.9019 54.5937 11.5659C54.5937 12.1519 54.317 12.7574 53.7636 13.3824Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16kzn26\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"MeJuJvdWG\",...addPropertyOverrides({fJKIR8IhQ:{\"data-highlight\":true,onTap:onTap15uwd31},TCD20Fpb2:{\"data-highlight\":true,onTap:onTap9hq0o3}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18x2ef5\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"wJOtggjxt\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{fJKIR8IhQ:{backgroundColor:\"var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6))\",rotate:-45},TCD20Fpb2:{backgroundColor:\"var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13bicxt\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"pZkRd05du\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{fJKIR8IhQ:{backgroundColor:\"var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6))\",rotate:45},TCD20Fpb2:{backgroundColor:\"var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6))\"}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dgughy\",\"data-framer-name\":\"Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"Tj6oXFVjt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y4pkhm\",\"data-styles-preset\":\"vyPFONtXr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qncm1F1_G\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18vrxdf\",\"data-styles-preset\":\"LhOqIi0_X\",children:\"about\"})})})}),className:\"framer-1po7s5q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pAInG9Njw\",style:{\"--extracted-r6o4lv\":\"var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fJKIR8IhQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y4pkhm\",\"data-styles-preset\":\"vyPFONtXr\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qncm1F1_G\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18vrxdf\",\"data-styles-preset\":\"LhOqIi0_X\",children:\"about\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-y4pkhm\",\"data-styles-preset\":\"vyPFONtXr\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MuL1mw5T3\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18vrxdf\",\"data-styles-preset\":\"LhOqIi0_X\",children:\"works\"})})})}),className:\"framer-rnihxo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TLPY_yNyy\",style:{\"--extracted-r6o4lv\":\"var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"er3Dp71h1\"},implicitPathVariables:undefined},{href:{webPageId:\"er3Dp71h1\"},implicitPathVariables:undefined},{href:{webPageId:\"er3Dp71h1\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dg0cu7-container\",layoutDependency:layoutDependency,layoutId:\"hm4sA4iBc-container\",children:/*#__PURE__*/_jsx(Button,{e2NzdVyPN:\"home\",EfObOqeo8:false,height:\"100%\",id:\"hm4sA4iBc\",layoutId:\"hm4sA4iBc\",rHftqv4ve:\"talk\",SeiwoL_mq:false,tERFHhEiL:false,UGPxnGU34:resolvedLinks[0],variant:\"myOhwS22e\",width:\"100%\",...addPropertyOverrides({bC4pyP5Dj:{UGPxnGU34:resolvedLinks[1]},fJKIR8IhQ:{UGPxnGU34:resolvedLinks[2],variant:\"mbKPDLTZT\"}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZFVWK.framer-1yzdbzv, .framer-ZFVWK .framer-1yzdbzv { display: block; }\",\".framer-ZFVWK.framer-ne86p { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; padding: 28px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-ZFVWK .framer-fcttnw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 25%; }\",\".framer-ZFVWK .framer-1xnzcs7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ZFVWK .framer-2o1960 { flex: none; height: 35px; position: relative; width: 87px; }\",\".framer-ZFVWK .framer-16kzn26 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-ZFVWK .framer-18x2ef5 { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZFVWK .framer-13bicxt { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZFVWK .framer-dgughy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 180px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 75%; }\",\".framer-ZFVWK .framer-1po7s5q, .framer-ZFVWK .framer-rnihxo { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-ZFVWK .framer-1dg0cu7-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFVWK.framer-ne86p, .framer-ZFVWK .framer-1xnzcs7, .framer-ZFVWK .framer-dgughy { gap: 0px; } .framer-ZFVWK.framer-ne86p > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ZFVWK.framer-ne86p > :first-child, .framer-ZFVWK .framer-1xnzcs7 > :first-child, .framer-ZFVWK .framer-dgughy > :first-child { margin-left: 0px; } .framer-ZFVWK.framer-ne86p > :last-child, .framer-ZFVWK .framer-1xnzcs7 > :last-child, .framer-ZFVWK .framer-dgughy > :last-child { margin-right: 0px; } .framer-ZFVWK .framer-1xnzcs7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZFVWK .framer-dgughy > * { margin: 0px; margin-left: calc(180px / 2); margin-right: calc(180px / 2); } }\",\".framer-ZFVWK.framer-v-95y758.framer-ne86p { width: 810px; }\",\".framer-ZFVWK.framer-v-95y758 .framer-dgughy { gap: 100px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFVWK.framer-v-95y758 .framer-dgughy { gap: 0px; } .framer-ZFVWK.framer-v-95y758 .framer-dgughy > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-ZFVWK.framer-v-95y758 .framer-dgughy > :first-child { margin-left: 0px; } .framer-ZFVWK.framer-v-95y758 .framer-dgughy > :last-child { margin-right: 0px; } }\",\".framer-ZFVWK.framer-v-1e1ylmp.framer-ne86p { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; overflow: hidden; padding: 28px 24px 24px 24px; width: 390px; }\",\".framer-ZFVWK.framer-v-1e1ylmp .framer-fcttnw, .framer-ZFVWK.framer-v-e811a1 .framer-fcttnw { width: 100%; }\",\".framer-ZFVWK.framer-v-1e1ylmp .framer-16kzn26, .framer-ZFVWK.framer-v-e811a1 .framer-16kzn26 { cursor: pointer; }\",\".framer-ZFVWK.framer-v-1e1ylmp .framer-18x2ef5 { bottom: 10px; height: 1px; left: calc(50.00000000000002% - 32px / 2); width: 32px; }\",\".framer-ZFVWK.framer-v-1e1ylmp .framer-13bicxt { height: 1px; left: calc(50.00000000000002% - 32px / 2); top: 10px; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFVWK.framer-v-1e1ylmp.framer-ne86p { gap: 0px; } .framer-ZFVWK.framer-v-1e1ylmp.framer-ne86p > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZFVWK.framer-v-1e1ylmp.framer-ne86p > :first-child { margin-top: 0px; } .framer-ZFVWK.framer-v-1e1ylmp.framer-ne86p > :last-child { margin-bottom: 0px; } }\",\".framer-ZFVWK.framer-v-e811a1.framer-ne86p { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 64px; justify-content: flex-start; overflow: hidden; padding: 28px 24px 32px 24px; width: 390px; }\",\".framer-ZFVWK.framer-v-e811a1 .framer-18x2ef5 { bottom: 16px; height: 1px; left: calc(50.00000000000002% - 32px / 2); width: 32px; }\",\".framer-ZFVWK.framer-v-e811a1 .framer-13bicxt { height: 1px; left: calc(50.00000000000002% - 32px / 2); top: 16px; width: 32px; }\",\".framer-ZFVWK.framer-v-e811a1 .framer-dgughy { gap: unset; justify-content: space-between; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZFVWK.framer-v-e811a1.framer-ne86p, .framer-ZFVWK.framer-v-e811a1 .framer-dgughy { gap: 0px; } .framer-ZFVWK.framer-v-e811a1.framer-ne86p > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-ZFVWK.framer-v-e811a1.framer-ne86p > :first-child { margin-top: 0px; } .framer-ZFVWK.framer-v-e811a1.framer-ne86p > :last-child { margin-bottom: 0px; } .framer-ZFVWK.framer-v-e811a1 .framer-dgughy > *, .framer-ZFVWK.framer-v-e811a1 .framer-dgughy > :first-child, .framer-ZFVWK.framer-v-e811a1 .framer-dgughy > :last-child { margin: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 95\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]},\"bC4pyP5Dj\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]},\"TCD20Fpb2\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]},\"fJKIR8IhQ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1440px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryavltmyDe=withCSS(Component,css,\"framer-ZFVWK\");export default FrameryavltmyDe;FrameryavltmyDe.displayName=\"Navbar\";FrameryavltmyDe.defaultProps={height:95,width:1200};addPropertyControls(FrameryavltmyDe,{variant:{options:[\"L4VJBAhUl\",\"bC4pyP5Dj\",\"TCD20Fpb2\",\"fJKIR8IhQ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryavltmyDe,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryavltmyDe\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]},\\\"bC4pyP5Dj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]},\\\"TCD20Fpb2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]},\\\"fJKIR8IhQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1440px\\\",null,null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"95\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-32Dhk .framer-styles-preset-18vrxdf:not(.rich-text-wrapper), .framer-32Dhk .framer-styles-preset-18vrxdf.rich-text-wrapper a { --framer-link-current-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111) /* {\"name\":\"Text Primary\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-fbbf40d8-bf52-45dd-a87c-f5b74f847d1e, #111111) /* {\"name\":\"Text Primary\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-b859df96-264e-4c48-ae5a-a3c365412b70, rgba(17, 17, 17, 0.6)); --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.12, 0.23, 0.5, 1) 0s; }'];export const className=\"framer-32Dhk\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "FeatherFonts", "getFonts", "Icon", "FeatherControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "newTab", "showLeftIcon", "showRightIcon", "title", "width", "props", "_humanReadableEnumMap_icon", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "UGPxnGU34", "rHftqv4ve", "SeiwoL_mq", "e2NzdVyPN", "tERFHhEiL", "EfObOqeo8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerXOmKmee3G", "withCSS", "XOmKmee3G_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "yavltmyDe_exports", "__export", "__FramerMetadata__", "yavltmyDe_default", "fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "XOmKmee3G_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap9hq0o3", "args", "onTap15uwd31", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Link", "SVG", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "css", "FrameryavltmyDe", "withCSS", "yavltmyDe_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
