{
  "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/Htryqd5mQbb8Shy6jpHs/sgDP7tPBeEc0PyOO14fj/QXo3DKFOF.js", "ssg:https://framerusercontent.com/modules/0kSU9R7c5tU8u4wgoHoD/7NIJykalBg7dJwlSxp7e/gS3WZvg3W.js", "ssg:https://framerusercontent.com/modules/ZTsulyv365tFQskA2cjP/OcdVbF8OEkuSRRQyVFYO/IJMxGZ_9Y.js", "ssg:https://framerusercontent.com/modules/jpNa3E6jWT52OtglTlMv/PIUeRH6jHhb90mwqJ2Dy/Rb9txXozm.js", "ssg:https://framerusercontent.com/modules/L0HJqaHyutkTcvjHhmYI/ZTHxySvxvZseXx4KSHqW/fKFdi0R7I.js", "ssg:https://framerusercontent.com/modules/bhsSWGGaGkAJaO7X9gub/awxyP4FfN52OwSLTwgpm/WYHLGGhhe.js", "ssg:https://framerusercontent.com/modules/wsMk5YULEJ4MB9DM0a2K/DyUDfeV4quvBtOHErmyA/LBcWyXcT2.js", "ssg:https://framerusercontent.com/modules/XvQ3rfxHQBWrSsn21F4U/jkwvtN65a03QObQIYBPm/TPQPGOHMj.js", "ssg:https://framerusercontent.com/modules/mwy5504t1BB9tFNNYMKD/wMZjsZmgiS0hH1pM4uwn/ZVWWRhvr8.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 as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;Geist Medium\"]);export const fonts=[{family:\"Geist Medium\",url:\"https://framerusercontent.com/assets/dNqH0c4qjo3RGmYZnJknwKtT0.woff2\"}];export const css=['.framer-gfTe9 .framer-styles-preset-1mksr2m:not(.rich-text-wrapper), .framer-gfTe9 .framer-styles-preset-1mksr2m.rich-text-wrapper p { --framer-font-family: \"Geist Medium\", \"Geist Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 16px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, #101010); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-gfTe9\";\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\"}}}", "// Generated by Framer (66beb72)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Htryqd5mQbb8Shy6jpHs/sgDP7tPBeEc0PyOO14fj/QXo3DKFOF.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const enabledGestures={ai81lzrnr:{hover:true,pressed:true},bkOwcEnWh:{hover:true,pressed:true},HKfgWNkuB:{hover:true,pressed:true},hQsP_SxiD:{hover:true,pressed:true},Tx1WTTmV9:{hover:true,pressed:true},ZCPNn56pJ:{hover:true,pressed:true}};const cycleOrder=[\"Tx1WTTmV9\",\"f90sTziGX\",\"bkOwcEnWh\",\"tIjlinRwY\",\"ZCPNn56pJ\",\"hQsP_SxiD\",\"EC0RA5w1T\",\"cdjT3FLgs\",\"HKfgWNkuB\",\"ai81lzrnr\"];const serializationHash=\"framer-HAZIl\";const variantClassNames={ai81lzrnr:\"framer-v-10wj66u\",bkOwcEnWh:\"framer-v-u1sm9d\",cdjT3FLgs:\"framer-v-n9v9z9\",EC0RA5w1T:\"framer-v-sd4b9g\",f90sTziGX:\"framer-v-m67lhk\",HKfgWNkuB:\"framer-v-1avul5d\",hQsP_SxiD:\"framer-v-kugtn8\",tIjlinRwY:\"framer-v-19ukq3b\",Tx1WTTmV9:\"framer-v-195t5g1\",ZCPNn56pJ:\"framer-v-1cfezwb\"};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={\"Primary Large\":\"HKfgWNkuB\",\"Primary Medium Disabled\":\"EC0RA5w1T\",\"Primary Medium\":\"ZCPNn56pJ\",\"Primary Small Disabled\":\"cdjT3FLgs\",\"Primary Small\":\"hQsP_SxiD\",\"Secondary Large\":\"ai81lzrnr\",\"Secondary Medium\":\"bkOwcEnWh\",\"Secondary Small\":\"Tx1WTTmV9\",\"Secondary/Medium/Disabled\":\"tIjlinRwY\",\"Secondary/Small/Disabled\":\"f90sTziGX\"};const getProps=({height,iconLeft,iconLeftVisibility,iconRight,iconRightVisibility,id,link,newTab,tap,text,width,...props})=>{var _ref,_humanReadableEnumMap_iconRight,_ref1,_ref2,_humanReadableEnumMap_iconLeft,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,e1WW4RR3_:(_ref=text!==null&&text!==void 0?text:props.e1WW4RR3_)!==null&&_ref!==void 0?_ref:\"Button Text\",hMvfLaljg:(_ref2=(_ref1=(_humanReadableEnumMap_iconRight=humanReadableEnumMap[iconRight])!==null&&_humanReadableEnumMap_iconRight!==void 0?_humanReadableEnumMap_iconRight:iconRight)!==null&&_ref1!==void 0?_ref1:props.hMvfLaljg)!==null&&_ref2!==void 0?_ref2:\"arrow-right\",lqaLzhFMu:iconRightVisibility!==null&&iconRightVisibility!==void 0?iconRightVisibility:props.lqaLzhFMu,OfJCyraON:(_ref4=(_ref3=(_humanReadableEnumMap_iconLeft=humanReadableEnumMap[iconLeft])!==null&&_humanReadableEnumMap_iconLeft!==void 0?_humanReadableEnumMap_iconLeft:iconLeft)!==null&&_ref3!==void 0?_ref3:props.OfJCyraON)!==null&&_ref4!==void 0?_ref4:\"arrow-left\",to8_XSvAD:newTab!==null&&newTab!==void 0?newTab:props.to8_XSvAD,variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"Tx1WTTmV9\",vF5v4LDi5:tap!==null&&tap!==void 0?tap:props.vF5v4LDi5,xBteoPET7:link!==null&&link!==void 0?link:props.xBteoPET7,zH_TsSZ7A:iconLeftVisibility!==null&&iconLeftVisibility!==void 0?iconLeftVisibility:props.zH_TsSZ7A};};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,e1WW4RR3_,zH_TsSZ7A,OfJCyraON,lqaLzhFMu,hMvfLaljg,xBteoPET7,vF5v4LDi5,to8_XSvAD,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Tx1WTTmV9\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1abea00=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(vF5v4LDi5){const res=await vF5v4LDi5(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:xBteoPET7,...addPropertyOverrides({bkOwcEnWh:{openInNewTab:to8_XSvAD}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-195t5g1\",className,classNames)} framer-uidpji`,\"data-framer-name\":\"Secondary Small\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Tx1WTTmV9\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1abea00,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-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05999999865889549), inset 0px 1px 2px 1px rgba(255, 255, 255, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(33, 41, 155, 0.15000000596046448), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\",opacity:1,...style},variants:{\"ai81lzrnr-hover\":{boxShadow:\"inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05999999865889549), inset 0px 1px 2px 1px rgba(255, 255, 255, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(33, 41, 155, 0.3499999940395355), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\"},\"ai81lzrnr-pressed\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(236, 236, 251)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:'0px 0px 0px 3px rgba(99, 71, 255, 0.4), 0px 0px 4px 0px var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},\"bkOwcEnWh-hover\":{boxShadow:\"inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05999999865889549), inset 0px 1px 2px 1px rgba(255, 255, 255, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(33, 41, 155, 0.3499999940395355), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\"},\"bkOwcEnWh-pressed\":{boxShadow:'0px 0px 0px 3px rgba(99, 71, 255, 0.4), 0px 0px 4px 0px var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},\"HKfgWNkuB-hover\":{backgroundColor:\"var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, rgb(191, 45, 34))\"},\"HKfgWNkuB-pressed\":{backgroundColor:\"var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, rgb(191, 45, 34))\",boxShadow:'0px 0px 0px 3px rgba(99, 71, 255, 0.4), 0px 0px 4px 0px var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},\"hQsP_SxiD-hover\":{backgroundColor:\"var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, rgb(191, 45, 34))\"},\"hQsP_SxiD-pressed\":{backgroundColor:\"var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, rgb(191, 45, 34))\",boxShadow:'0px 0px 0px 3px rgba(99, 71, 255, 0.4), 0px 0px 4px 0px var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},\"Tx1WTTmV9-hover\":{boxShadow:\"inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05999999865889549), inset 0px 1px 2px 1px rgba(255, 255, 255, 1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(33, 41, 155, 0.3499999940395355), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\"},\"Tx1WTTmV9-pressed\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(236, 236, 251)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(245, 245, 249)\",boxShadow:'0px 0px 0px 3px rgba(99, 71, 255, 0.4), 0px 0px 4px 0px var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},\"ZCPNn56pJ-hover\":{backgroundColor:\"var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, rgb(191, 45, 34))\"},\"ZCPNn56pJ-pressed\":{backgroundColor:\"var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, rgb(191, 45, 34))\",boxShadow:'0px 0px 0px 3px rgba(99, 71, 255, 0.4), 0px 0px 4px 0px var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'},cdjT3FLgs:{backgroundColor:\"rgb(102, 51, 238)\",boxShadow:\"0px 0px 0px 1px rgba(64, 29, 179, 1), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\",opacity:.3},EC0RA5w1T:{backgroundColor:\"rgb(102, 51, 238)\",boxShadow:\"0px 0px 0px 1px rgba(64, 29, 179, 1), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\",opacity:.3},f90sTziGX:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(223, 225, 244)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"0px 0px 0px 1px rgba(64, 29, 179, 1), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\",opacity:.3},HKfgWNkuB:{backgroundColor:\"var(--token-d2968bcd-9a95-472d-8369-6d4a7efab3c6, rgb(255, 77, 60))\",boxShadow:\"0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\"},hQsP_SxiD:{backgroundColor:\"rgb(255, 77, 60)\",boxShadow:\"0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\"},tIjlinRwY:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(223, 225, 244)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"0px 0px 0px 1px rgba(64, 29, 179, 1), 0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\",opacity:.4},ZCPNn56pJ:{backgroundColor:\"var(--token-d2968bcd-9a95-472d-8369-6d4a7efab3c6, rgb(255, 77, 60))\",boxShadow:\"0px 2px 2px -1px rgba(0, 0, 0, 0.07999999821186066), 0px 1px 1px -1px rgba(0, 0, 0, 0.07999999821186066)\"}},...addPropertyOverrides({\"ai81lzrnr-hover\":{\"data-framer-name\":undefined},\"ai81lzrnr-pressed\":{\"data-border\":true,\"data-framer-name\":undefined},\"bkOwcEnWh-hover\":{\"data-framer-name\":undefined},\"bkOwcEnWh-pressed\":{\"data-framer-name\":undefined},\"HKfgWNkuB-hover\":{\"data-framer-name\":undefined},\"HKfgWNkuB-pressed\":{\"data-framer-name\":undefined},\"hQsP_SxiD-hover\":{\"data-framer-name\":undefined},\"hQsP_SxiD-pressed\":{\"data-framer-name\":undefined},\"Tx1WTTmV9-hover\":{\"data-framer-name\":undefined},\"Tx1WTTmV9-pressed\":{\"data-border\":true,\"data-framer-name\":undefined},\"ZCPNn56pJ-hover\":{\"data-framer-name\":undefined},\"ZCPNn56pJ-pressed\":{\"data-framer-name\":undefined},ai81lzrnr:{\"data-framer-name\":\"Secondary Large\"},bkOwcEnWh:{\"data-framer-name\":\"Secondary Medium\"},cdjT3FLgs:{\"data-framer-name\":\"Primary Small Disabled\"},EC0RA5w1T:{\"data-framer-name\":\"Primary Medium Disabled\"},f90sTziGX:{\"data-border\":true,\"data-framer-name\":\"Secondary/Small/Disabled\"},HKfgWNkuB:{\"data-framer-name\":\"Primary Large\"},hQsP_SxiD:{\"data-framer-name\":\"Primary Small\"},tIjlinRwY:{\"data-border\":true,\"data-framer-name\":\"Secondary/Medium/Disabled\"},ZCPNn56pJ:{\"data-framer-name\":\"Primary Medium\"}},baseVariant,gestureVariant),children:[zH_TsSZ7A&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12agr2k-container\",\"data-framer-name\":\"Left Icon\",layoutDependency:layoutDependency,layoutId:\"EQRoKDibG-container\",name:\"Left Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\",height:\"100%\",iconSearch:\"Home\",iconSelection:OfJCyraON,id:\"EQRoKDibG\",layoutId:\"EQRoKDibG\",mirrored:false,name:\"Left Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({cdjT3FLgs:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},EC0RA5w1T:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},HKfgWNkuB:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},hQsP_SxiD:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},ZCPNn56pJ:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mksr2m\",\"data-styles-preset\":\"QXo3DKFOF\",children:\"Button Text\"})}),className:\"framer-1s3p55k\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Hw2I2oXFb\",text:e1WW4RR3_,variants:{ai81lzrnr:{\"--extracted-r6o4lv\":\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\"},bkOwcEnWh:{\"--extracted-r6o4lv\":\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\"},cdjT3FLgs:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},EC0RA5w1T:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},HKfgWNkuB:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},hQsP_SxiD:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},tIjlinRwY:{\"--extracted-r6o4lv\":\"rgb(1, 3, 20)\"},ZCPNn56pJ:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ai81lzrnr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0IE1lZGl1bQ==\",\"--framer-font-family\":'\"Geist Medium\", \"Geist Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16)))\"},children:\"Button Text\"})}),fonts:[\"CUSTOM;Geist Medium\"]},bkOwcEnWh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0IE1lZGl1bQ==\",\"--framer-font-family\":'\"Geist Medium\", \"Geist Medium Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16)))\"},children:\"Button Text\"})}),fonts:[\"CUSTOM;Geist Medium\"]},cdjT3FLgs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mksr2m\",\"data-styles-preset\":\"QXo3DKFOF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button Text\"})})},EC0RA5w1T:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mksr2m\",\"data-styles-preset\":\"QXo3DKFOF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button Text\"})})},HKfgWNkuB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0IE1lZGl1bQ==\",\"--framer-font-family\":'\"Geist Medium\", \"Geist Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button Text\"})}),fonts:[\"CUSTOM;Geist Medium\"]},hQsP_SxiD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mksr2m\",\"data-styles-preset\":\"QXo3DKFOF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button Text\"})})},tIjlinRwY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mksr2m\",\"data-styles-preset\":\"QXo3DKFOF\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 3, 20))\"},children:\"Button Text\"})})},ZCPNn56pJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dlaXN0IE1lZGl1bQ==\",\"--framer-font-family\":'\"Geist Medium\", \"Geist Medium Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button Text\"})}),fonts:[\"CUSTOM;Geist Medium\"]}},baseVariant,gestureVariant)}),lqaLzhFMu&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a2bgrb-container\",\"data-framer-name\":\"Right Icon\",layoutDependency:layoutDependency,layoutId:\"Tp9BxDJv7-container\",name:\"Right Icon\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\",height:\"100%\",iconSearch:\"Home\",iconSelection:hMvfLaljg,id:\"Tp9BxDJv7\",layoutId:\"Tp9BxDJv7\",mirrored:false,name:\"Right Icon\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({cdjT3FLgs:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},EC0RA5w1T:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},HKfgWNkuB:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},hQsP_SxiD:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"},ZCPNn56pJ:{color:\"var(--token-97fb4384-d7d6-444e-bcc1-ec39cdcbfd73, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HAZIl.framer-uidpji, .framer-HAZIl .framer-uidpji { display: block; }\",\".framer-HAZIl.framer-195t5g1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-HAZIl .framer-12agr2k-container, .framer-HAZIl .framer-a2bgrb-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-HAZIl .framer-1s3p55k { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HAZIl.framer-195t5g1 { gap: 0px; } .framer-HAZIl.framer-195t5g1 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-HAZIl.framer-195t5g1 > :first-child { margin-left: 0px; } .framer-HAZIl.framer-195t5g1 > :last-child { margin-right: 0px; } }\",\".framer-HAZIl.framer-v-u1sm9d.framer-195t5g1, .framer-HAZIl.framer-v-19ukq3b.framer-195t5g1, .framer-HAZIl.framer-v-1cfezwb.framer-195t5g1, .framer-HAZIl.framer-v-sd4b9g.framer-195t5g1, .framer-HAZIl.framer-v-1avul5d.framer-195t5g1, .framer-HAZIl.framer-v-10wj66u.framer-195t5g1 { padding: 12px 16px 12px 16px; }\",\".framer-HAZIl.framer-v-u1sm9d.hover .framer-12agr2k-container, .framer-HAZIl.framer-v-u1sm9d.pressed .framer-12agr2k-container { order: 0; }\",\".framer-HAZIl.framer-v-u1sm9d.hover .framer-1s3p55k, .framer-HAZIl.framer-v-u1sm9d.pressed .framer-1s3p55k { order: 1; }\",\".framer-HAZIl.framer-v-u1sm9d.hover .framer-a2bgrb-container, .framer-HAZIl.framer-v-u1sm9d.pressed .framer-a2bgrb-container { order: 2; }\",...sharedStyle.css,'.framer-HAZIl[data-border=\"true\"]::after, .framer-HAZIl [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 32\n * @framerIntrinsicWidth 100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"f90sTziGX\":{\"layout\":[\"auto\",\"auto\"]},\"bkOwcEnWh\":{\"layout\":[\"auto\",\"auto\"]},\"tIjlinRwY\":{\"layout\":[\"auto\",\"auto\"]},\"ZCPNn56pJ\":{\"layout\":[\"auto\",\"auto\"]},\"hQsP_SxiD\":{\"layout\":[\"auto\",\"auto\"]},\"EC0RA5w1T\":{\"layout\":[\"auto\",\"auto\"]},\"cdjT3FLgs\":{\"layout\":[\"auto\",\"auto\"]},\"HKfgWNkuB\":{\"layout\":[\"auto\",\"auto\"]},\"ai81lzrnr\":{\"layout\":[\"auto\",\"auto\"]},\"FUfobMpP3\":{\"layout\":[\"auto\",\"auto\"]},\"pjZ2FfljR\":{\"layout\":[\"auto\",\"auto\"]},\"cnB4QRhfi\":{\"layout\":[\"auto\",\"auto\"]},\"F7mcWlRYe\":{\"layout\":[\"auto\",\"auto\"]},\"Py_Iggoxk\":{\"layout\":[\"auto\",\"auto\"]},\"ywrFCmEke\":{\"layout\":[\"auto\",\"auto\"]},\"wBDDMF0Xl\":{\"layout\":[\"auto\",\"auto\"]},\"slclawBXz\":{\"layout\":[\"auto\",\"auto\"]},\"xFAualpNV\":{\"layout\":[\"auto\",\"auto\"]},\"I8pxzB_BD\":{\"layout\":[\"auto\",\"auto\"]},\"jmuzvEGfd\":{\"layout\":[\"auto\",\"auto\"]},\"p3neU8du2\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"e1WW4RR3_\":\"text\",\"zH_TsSZ7A\":\"iconLeftVisibility\",\"OfJCyraON\":\"iconLeft\",\"lqaLzhFMu\":\"iconRightVisibility\",\"hMvfLaljg\":\"iconRight\",\"xBteoPET7\":\"link\",\"vF5v4LDi5\":\"tap\",\"to8_XSvAD\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergS3WZvg3W=withCSS(Component,css,\"framer-HAZIl\");export default FramergS3WZvg3W;FramergS3WZvg3W.displayName=\"Button\";FramergS3WZvg3W.defaultProps={height:32,width:100};addPropertyControls(FramergS3WZvg3W,{variant:{options:[\"Tx1WTTmV9\",\"f90sTziGX\",\"bkOwcEnWh\",\"tIjlinRwY\",\"ZCPNn56pJ\",\"hQsP_SxiD\",\"EC0RA5w1T\",\"cdjT3FLgs\",\"HKfgWNkuB\",\"ai81lzrnr\"],optionTitles:[\"Secondary Small\",\"Secondary/Small/Disabled\",\"Secondary Medium\",\"Secondary/Medium/Disabled\",\"Primary Medium\",\"Primary Small\",\"Primary Medium Disabled\",\"Primary Small Disabled\",\"Primary Large\",\"Secondary Large\"],title:\"Variant\",type:ControlType.Enum},e1WW4RR3_:{defaultValue:\"Button Text\",displayTextArea:false,title:\"Text\",type:ControlType.String},zH_TsSZ7A:{defaultValue:false,title:\"Icon Left Visibility\",type:ControlType.Boolean},OfJCyraON:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"arrow-left\",description:undefined,hidden:undefined,title:\"Icon Left\"},lqaLzhFMu:{defaultValue:false,title:\"Icon Right Visibility\",type:ControlType.Boolean},hMvfLaljg:(FeatherControls===null||FeatherControls===void 0?void 0:FeatherControls[\"iconSelection\"])&&{...FeatherControls[\"iconSelection\"],defaultValue:\"arrow-right\",description:undefined,hidden:undefined,title:\"Icon Right\"},xBteoPET7:{title:\"Link\",type:ControlType.Link},vF5v4LDi5:{title:\"Tap\",type:ControlType.EventHandler},to8_XSvAD:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramergS3WZvg3W,[{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\"},{family:\"Geist Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/dNqH0c4qjo3RGmYZnJknwKtT0.woff2\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergS3WZvg3W\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"100\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f90sTziGX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bkOwcEnWh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tIjlinRwY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZCPNn56pJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hQsP_SxiD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EC0RA5w1T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cdjT3FLgs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HKfgWNkuB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ai81lzrnr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FUfobMpP3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pjZ2FfljR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cnB4QRhfi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"F7mcWlRYe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Py_Iggoxk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ywrFCmEke\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wBDDMF0Xl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"slclawBXz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xFAualpNV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I8pxzB_BD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jmuzvEGfd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"p3neU8du2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"e1WW4RR3_\\\":\\\"text\\\",\\\"zH_TsSZ7A\\\":\\\"iconLeftVisibility\\\",\\\"OfJCyraON\\\":\\\"iconLeft\\\",\\\"lqaLzhFMu\\\":\\\"iconRightVisibility\\\",\\\"hMvfLaljg\\\":\\\"iconRight\\\",\\\"xBteoPET7\\\":\\\"link\\\",\\\"vF5v4LDi5\\\":\\\"tap\\\",\\\"to8_XSvAD\\\":\\\"newTab\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gS3WZvg3W.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-WE6Fp .framer-styles-preset-1jw11or:not(.rich-text-wrapper), .framer-WE6Fp .framer-styles-preset-1jw11or.rich-text-wrapper a { --framer-link-current-text-color: var(--token-d2968bcd-9a95-472d-8369-6d4a7efab3c6, #ff4d3c) /* {\"name\":\"Primary Default\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-6ec4378f-7f4f-4997-88da-b9a8efa0ab79, #bf2d22) /* {\"name\":\"Primary Emphasis\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, #101010); --framer-link-text-decoration: none; }'];export const className=\"framer-WE6Fp\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;Geist Medium\"]);export const fonts=[{family:\"Geist Medium\",url:\"https://framerusercontent.com/assets/dNqH0c4qjo3RGmYZnJknwKtT0.woff2\"}];export const css=['.framer-bJATJ .framer-styles-preset-1luw1zc:not(.rich-text-wrapper), .framer-bJATJ .framer-styles-preset-1luw1zc.rich-text-wrapper p { --framer-font-family: \"Geist Medium\", \"Geist Medium Placeholder\", sans-serif; --framer-font-size: 16px; --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-5118295e-46b7-45e9-bfbb-a5fcf832c17b, #101010); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-bJATJ\";\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\"}}}", "// Generated by Framer (500c029)\nimport{jsx as r,jsxs as e}from\"react/jsx-runtime\";import{addFonts as a,addPropertyControls as t,ControlType as o,cx as d,useActiveVariantCallback as i,useLocaleInfo as n,useVariantState as l,withCSS as f}from\"framer\";import{LayoutGroup as m,motion as s,MotionConfigContext as b}from\"framer-motion\";import*as p from\"react\";let g=[\"AJhSGQyW4\",\"LyjjgjgPo\"],h=\"framer-YdgSB\",c={AJhSGQyW4:\"framer-v-1m4yob2\",LyjjgjgPo:\"framer-v-1ld9lh9\"};function u(r,...e){let a={};return null==e||e.forEach(e=>e&&Object.assign(a,r[e])),a;}let y={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},x=({value:e,children:a})=>{let t=p.useContext(b),o=null!=e?e:t.transition,d=p.useMemo(()=>({...t,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/r(b.Provider,{value:d,children:a});},v={Closed:\"AJhSGQyW4\",Open:\"LyjjgjgPo\"},j=({height:r,id:e,tap:a,width:t,...o})=>{var d,i;return{...o,B3PEYwnCi:null!=a?a:o.B3PEYwnCi,variant:null!==(i=null!==(d=v[o.variant])&&void 0!==d?d:o.variant)&&void 0!==i?i:\"AJhSGQyW4\"};},w=(r,e)=>e.join(\"-\")+r.layoutDependency,S=/*#__PURE__*/p.forwardRef(function(a,t){let{activeLocale:o}=n(),{style:f,className:b,layoutId:h,variant:v,B3PEYwnCi:S,...B}=j(a),{baseVariant:Y,classNames:R,gestureVariant:k,setGestureState:C,setVariant:P,transition:L,variants:T}=l({cycleOrder:g,defaultVariant:\"AJhSGQyW4\",transitions:y,variant:v,variantClassNames:c}),E=w(a,T),{activeVariantCallback:A,delay:J}=i(Y),N=A(async(...r)=>{if(S){let e=await S(...r);if(!1===e)return!1;}}),Q=p.useRef(null),G=p.useId();return /*#__PURE__*/r(m,{id:null!=h?h:G,children:/*#__PURE__*/r(s.div,{initial:v,animate:T,onHoverStart:()=>C({isHovered:!0}),onHoverEnd:()=>C({isHovered:!1}),onTapStart:()=>C({isPressed:!0}),onTap:()=>C({isPressed:!1}),onTapCancel:()=>C({isPressed:!1}),className:d(\"framer-YdgSB\",...[],R),style:{display:\"contents\"},children:/*#__PURE__*/r(x,{value:L,children:/*#__PURE__*/r(s.div,{...B,className:d(\"framer-1m4yob2\",b),\"data-framer-name\":\"Closed\",\"data-highlight\":!0,layoutDependency:E,layoutId:\"AJhSGQyW4\",onTap:N,ref:null!=t?t:Q,style:{...f},...u({LyjjgjgPo:{\"data-framer-name\":\"Open\"}},Y,k),children:/*#__PURE__*/e(s.div,{className:\"framer-1bh6jhg\",\"data-framer-name\":\"menu\",layoutDependency:E,layoutId:\"SMjsxhwXt\",children:[/*#__PURE__*/r(s.div,{className:\"framer-r74cmf\",\"data-border\":!0,layoutDependency:E,layoutId:\"R7aww479S\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":'var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16)) /* {\"name\":\"Content Emphasis\"} */',\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\",borderBottomLeftRadius:555,borderBottomRightRadius:555,borderTopLeftRadius:555,borderTopRightRadius:555,rotate:0},variants:{LyjjgjgPo:{rotate:-45}}}),\"LyjjgjgPo\"!==Y&&/*#__PURE__*/r(s.div,{className:\"framer-7jqxkh\",\"data-border\":!0,layoutDependency:E,layoutId:\"ri4hzmvrx\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":'var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16)) /* {\"name\":\"Content Emphasis\"} */',\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\",borderBottomLeftRadius:555,borderBottomRightRadius:555,borderTopLeftRadius:555,borderTopRightRadius:555}}),/*#__PURE__*/r(s.div,{className:\"framer-bfs7ou\",\"data-border\":!0,layoutDependency:E,layoutId:\"nCAC_nQgh\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":'var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16)) /* {\"name\":\"Content Emphasis\"} */',\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, rgb(16, 16, 16))\",borderBottomLeftRadius:555,borderBottomRightRadius:555,borderTopLeftRadius:555,borderTopRightRadius:555,rotate:0},variants:{LyjjgjgPo:{rotate:45}}})]})})})})});}),B=['.framer-YdgSB [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-YdgSB .framer-1134wqk { display: block; }\",\".framer-YdgSB .framer-1m4yob2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 6px 6px 6px; position: relative; width: min-content; }\",\".framer-YdgSB .framer-1bh6jhg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 24px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 24px; }\",\".framer-YdgSB .framer-r74cmf, .framer-YdgSB .framer-7jqxkh, .framer-YdgSB .framer-bfs7ou { flex: none; height: 1px; overflow: visible; position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YdgSB .framer-1m4yob2, .framer-YdgSB .framer-1bh6jhg { gap: 0px; } .framer-YdgSB .framer-1m4yob2 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YdgSB .framer-1m4yob2 > :first-child { margin-left: 0px; } .framer-YdgSB .framer-1m4yob2 > :last-child { margin-right: 0px; } .framer-YdgSB .framer-1bh6jhg > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-YdgSB .framer-1bh6jhg > :first-child { margin-top: 0px; } .framer-YdgSB .framer-1bh6jhg > :last-child { margin-bottom: 0px; } }\",\".framer-YdgSB.framer-v-1ld9lh9 .framer-1bh6jhg { display: block; padding: unset; }\",\".framer-YdgSB.framer-v-1ld9lh9 .framer-r74cmf, .framer-YdgSB.framer-v-1ld9lh9 .framer-bfs7ou { left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 1px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YdgSB.framer-v-1ld9lh9 .framer-1bh6jhg { gap: 0px; } .framer-YdgSB.framer-v-1ld9lh9 .framer-1bh6jhg > *, .framer-YdgSB.framer-v-1ld9lh9 .framer-1bh6jhg > :first-child, .framer-YdgSB.framer-v-1ld9lh9 .framer-1bh6jhg > :last-child { margin: 0px; } }\"],Y=f(S,B,\"framer-YdgSB\");export default Y;Y.displayName=\"Menu Trigger Mobile\",Y.defaultProps={height:36,width:36},t(Y,{variant:{options:[\"AJhSGQyW4\",\"LyjjgjgPo\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:o.Enum},B3PEYwnCi:{title:\"Tap\",type:o.EventHandler}}),a(Y,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfKFdi0R7I\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"36\",\"framerIntrinsicWidth\":\"36\",\"framerVariables\":\"{\\\"B3PEYwnCi\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LyjjgjgPo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fKFdi0R7I.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"MvlaHhpDM\"];const serializationHash=\"framer-SY8xk\";const variantClassNames={MvlaHhpDM:\"framer-v-9v8swe\"};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 getProps=({height,id,width,...props})=>{return{...props};};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:\"MvlaHhpDM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-9v8swe\",className,classNames)} framer-fov7uk`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"MvlaHhpDM\",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:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lprs60\",\"data-framer-name\":\"logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"jf6w0vTIr\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 112 23\"><path d=\"M 7.467 5.92 C 8.095 5.543 8.502 4.864 8.502 4.072 L 8.502 0.867 C 8.502 0.566 8.354 0.264 8.095 0.113 C 7.836 -0.038 7.504 -0.038 7.245 0.113 L 1.035 3.77 C 0.407 4.148 0 4.826 0 5.618 L 0 12.933 C 0 13.234 0.148 13.536 0.407 13.687 C 0.665 13.838 0.998 13.838 1.257 13.687 L 3.992 12.103 C 4.62 11.726 5.027 11.048 5.027 10.256 L 5.027 8.597 C 5.027 7.843 5.434 7.164 6.062 6.749 Z\" fill=\"rgb(255,195,104)\"></path><path d=\"M 13.603 9.011 C 14.231 8.634 14.638 7.956 14.638 7.164 L 14.638 3.205 C 14.638 2.903 14.49 2.602 14.231 2.451 C 13.972 2.3 13.64 2.3 13.381 2.451 L 9.574 4.713 C 8.945 5.09 8.539 5.769 8.539 6.561 L 8.539 8.22 C 8.539 8.974 8.132 9.652 7.504 10.067 L 6.099 10.897 C 5.471 11.274 5.064 11.952 5.064 12.744 L 5.064 17.231 C 5.064 17.533 5.212 17.834 5.471 17.985 C 5.729 18.136 6.062 18.136 6.321 17.985 L 9.684 16.025 C 10.313 15.648 10.719 14.969 10.719 14.177 L 10.719 11.99 C 10.719 11.236 11.126 10.557 11.754 10.143 Z\" fill=\"rgb(255,77,60)\"></path><path d=\"M 15.673 7.767 C 15.044 8.144 14.638 8.823 14.638 9.615 L 14.638 11.802 C 14.638 12.556 14.231 13.234 13.603 13.649 L 11.754 14.743 C 11.126 15.12 10.719 15.798 10.719 16.59 L 10.719 21.831 C 10.719 22.133 10.867 22.434 11.126 22.585 C 11.385 22.736 11.717 22.736 11.976 22.585 L 20.367 17.646 C 20.995 17.269 21.402 16.59 21.402 15.798 L 21.402 5.92 C 21.402 5.618 21.254 5.316 20.995 5.166 C 20.737 5.015 20.404 5.015 20.145 5.166 Z\" fill=\"rgb(245,0,62)\"></path><path d=\"M 28.8 21.077 L 28.8 5.55 L 31.853 5.55 L 31.853 21.077 Z M 43.331 21.077 L 43.331 14.271 C 43.331 12.291 42.263 11.223 40.649 11.223 C 38.992 11.223 37.923 12.291 37.923 14.271 L 37.923 21.077 L 34.87 21.077 L 34.87 8.753 L 37.923 8.753 L 37.923 10.288 C 38.708 9.243 40.017 8.575 41.565 8.575 C 44.378 8.575 46.385 10.444 46.385 13.848 L 46.385 21.077 Z M 49.768 17.251 L 49.768 11.311 L 48.329 11.311 L 48.329 8.753 L 49.768 8.753 L 49.768 5.706 L 52.843 5.706 L 52.843 8.753 L 55.547 8.753 L 55.547 11.311 L 52.843 11.311 L 52.843 17.273 C 52.843 18.096 53.17 18.452 54.13 18.452 L 55.547 18.452 L 55.547 21.077 L 53.628 21.077 C 51.316 21.077 49.768 20.076 49.768 17.251 Z M 69.149 8.753 L 69.149 21.077 L 66.074 21.077 L 66.074 19.52 C 65.311 20.565 63.98 21.233 62.476 21.233 C 59.662 21.233 57.634 19.364 57.634 15.983 L 57.634 8.753 L 60.687 8.753 L 60.687 15.538 C 60.687 17.518 61.756 18.586 63.37 18.586 C 65.027 18.586 66.074 17.518 66.074 15.538 L 66.074 8.753 Z M 80.623 21.077 L 80.623 14.271 C 80.623 12.291 79.554 11.223 77.941 11.223 C 76.283 11.223 75.214 12.291 75.214 14.271 L 75.214 21.077 L 72.161 21.077 L 72.161 8.753 L 75.214 8.753 L 75.214 10.288 C 76 9.243 77.308 8.575 78.857 8.575 C 81.67 8.575 83.676 10.444 83.676 13.848 L 83.676 21.077 Z M 91.77 11.111 C 90.309 11.111 89.153 12.068 88.913 13.758 L 94.649 13.758 C 94.605 12.135 93.34 11.111 91.77 11.111 Z M 97.506 17.207 C 96.852 19.476 94.845 21.278 91.857 21.278 C 88.346 21.278 85.795 18.786 85.795 14.915 C 85.795 11.022 88.281 8.553 91.857 8.553 C 95.347 8.553 97.811 10.977 97.811 14.648 C 97.811 15.049 97.789 15.449 97.724 15.85 L 88.891 15.85 C 89.044 17.674 90.265 18.697 91.792 18.697 C 93.1 18.697 93.82 18.03 94.213 17.207 Z M 99.255 14.871 C 99.255 11.022 101.697 8.553 104.794 8.553 C 106.386 8.553 107.913 9.309 108.741 10.466 L 108.741 4.615 L 111.838 4.615 L 111.838 21.077 L 108.741 21.077 L 108.741 19.253 C 108.022 20.387 106.669 21.277 104.772 21.277 C 101.697 21.277 99.255 18.719 99.255 14.87 Z M 108.763 14.915 C 108.763 12.579 107.236 11.289 105.557 11.289 C 103.922 11.289 102.373 12.535 102.373 14.871 C 102.373 17.207 103.922 18.541 105.557 18.541 C 107.236 18.541 108.763 17.251 108.763 14.915 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11458146147,withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SY8xk.framer-fov7uk, .framer-SY8xk .framer-fov7uk { display: block; }\",\".framer-SY8xk.framer-9v8swe { height: 32px; overflow: visible; position: relative; text-decoration: none; width: 111px; }\",\".framer-SY8xk .framer-lprs60 { flex: none; height: 23px; left: calc(50.45045045045047% - 112px / 2); position: absolute; top: calc(46.87500000000002% - 23px / 2); width: 112px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 111\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWYHLGGhhe=withCSS(Component,css,\"framer-SY8xk\");export default FramerWYHLGGhhe;FramerWYHLGGhhe.displayName=\"Navbar Logo\";FramerWYHLGGhhe.defaultProps={height:32,width:111};addFonts(FramerWYHLGGhhe,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWYHLGGhhe\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"111\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WYHLGGhhe.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ZTsulyv365tFQskA2cjP/OcdVbF8OEkuSRRQyVFYO/IJMxGZ_9Y.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jpNa3E6jWT52OtglTlMv/PIUeRH6jHhb90mwqJ2Dy/Rb9txXozm.js\";import MenuTriggerMobile from\"https://framerusercontent.com/modules/L0HJqaHyutkTcvjHhmYI/ZTHxySvxvZseXx4KSHqW/fKFdi0R7I.js\";import Button from\"https://framerusercontent.com/modules/0kSU9R7c5tU8u4wgoHoD/7NIJykalBg7dJwlSxp7e/gS3WZvg3W.js\";import NavbarLogo from\"https://framerusercontent.com/modules/bhsSWGGaGkAJaO7X9gub/awxyP4FfN52OwSLTwgpm/WYHLGGhhe.js\";const NavbarLogoFonts=getFonts(NavbarLogo);const MenuTriggerMobileFonts=getFonts(MenuTriggerMobile);const ButtonFonts=getFonts(Button);const cycleOrder=[\"E_O7aNhgA\",\"H7qxIkIt0\",\"u_QpGxFdb\",\"qt6TKEBFm\",\"nKHArAh86\"];const serializationHash=\"framer-hMWF0\";const variantClassNames={E_O7aNhgA:\"framer-v-180mdse\",H7qxIkIt0:\"framer-v-1czr5w4\",nKHArAh86:\"framer-v-jexmr3\",qt6TKEBFm:\"framer-v-eh6foa\",u_QpGxFdb:\"framer-v-1qbavwu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Large\":\"H7qxIkIt0\",\"Mobile - Closed\":\"qt6TKEBFm\",\"Mobile - Open\":\"nKHArAh86\",Desktop:\"E_O7aNhgA\",Tablet:\"u_QpGxFdb\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"E_O7aNhgA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"E_O7aNhgA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const B3PEYwnCiqfqe7u=activeVariantCallback(async(...args)=>{setVariant(\"nKHArAh86\");});const B3PEYwnCi74ohig=activeVariantCallback(async(...args)=>{setVariant(\"qt6TKEBFm\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"qt6TKEBFm\",\"nKHArAh86\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"qt6TKEBFm\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"nKHArAh86\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-180mdse\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"E_O7aNhgA\",ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{nKHArAh86:{backgroundColor:\"var(--token-884f986f-13a2-4aa3-b877-90e37e5e495b, rgb(255, 235, 204))\"}},...addPropertyOverrides({H7qxIkIt0:{\"data-framer-name\":\"Desktop Large\"},nKHArAh86:{\"data-framer-name\":\"Mobile - Open\"},qt6TKEBFm:{\"data-framer-name\":\"Mobile - Closed\"},u_QpGxFdb:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1orgttw\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"I4449:107178;4227:19886\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o4xu6x\",\"data-framer-name\":\"Mobile Nav\",layoutDependency:layoutDependency,layoutId:\"I4449:107178;4227:19887\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32.0001,width:\"110.3258px\",y:(componentViewport?.y||0)+24+(((componentViewport?.height||80)-48-32.0001)/2+0+0)+0+0,...addPropertyOverrides({nKHArAh86:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1e3)/2+0+0)+24+0+2},qt6TKEBFm:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-84)/2+0+0)+24+0+2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pz3dvd-container\",layoutDependency:layoutDependency,layoutId:\"cqe0B_Dnz-container\",nodeId:\"cqe0B_Dnz\",rendersWithMotion:true,scopeId:\"LBcWyXcT2\",children:/*#__PURE__*/_jsx(NavbarLogo,{height:\"100%\",id:\"cqe0B_Dnz\",layoutId:\"cqe0B_Dnz\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-axtq0x-container\",layoutDependency:layoutDependency,layoutId:\"xDAj39k1b-container\",nodeId:\"xDAj39k1b\",rendersWithMotion:true,scopeId:\"LBcWyXcT2\",children:/*#__PURE__*/_jsx(MenuTriggerMobile,{height:\"100%\",id:\"xDAj39k1b\",layoutId:\"xDAj39k1b\",variant:\"AJhSGQyW4\",width:\"100%\",...addPropertyOverrides({nKHArAh86:{B3PEYwnCi:B3PEYwnCi74ohig,variant:\"LyjjgjgPo\"},qt6TKEBFm:{B3PEYwnCi:B3PEYwnCiqfqe7u}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jhmosu\",\"data-framer-name\":\"Nav Links\",layoutDependency:layoutDependency,layoutId:\"I4449:107178;4227:19889\"}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1onar9f\",\"data-framer-name\":\"CTA \",layoutDependency:layoutDependency,layoutId:\"I4449:107178;4227:19898\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-86t5xw\",\"data-framer-name\":\"Support\",layoutDependency:layoutDependency,layoutId:\"Zwl6j2nBX\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1luw1zc\",\"data-styles-preset\":\"Rb9txXozm\",children:/*#__PURE__*/_jsx(Link,{href:\"https://docs.intunedhq.com/docs/support/contact-us\",motionChild:true,nodeId:\"Gr4kwcm5P\",openInNewTab:true,scopeId:\"LBcWyXcT2\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1jw11or\",\"data-styles-preset\":\"IJMxGZ_9Y\",children:\"Support\"})})})}),className:\"framer-1vc9rxa\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gr4kwcm5P\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nKHArAh86:{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-1e3)/2+0+0)+1e3-102.4+0+38.4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7flle3-container\",layoutDependency:layoutDependency,layoutId:\"bEjz4XNYE-container\",nodeId:\"bEjz4XNYE\",rendersWithMotion:true,scopeId:\"LBcWyXcT2\",children:/*#__PURE__*/_jsx(Button,{e1WW4RR3_:\"Book a demo\",height:\"100%\",hMvfLaljg:\"arrow-right\",id:\"bEjz4XNYE\",layoutId:\"bEjz4XNYE\",lqaLzhFMu:false,OfJCyraON:\"arrow-left\",to8_XSvAD:true,variant:\"hQsP_SxiD\",width:\"100%\",xBteoPET7:\"https://cal.com/team/intuned/get-started\",zH_TsSZ7A:false,...addPropertyOverrides({nKHArAh86:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hMWF0.framer-1jf8yf9, .framer-hMWF0 .framer-1jf8yf9 { display: block; }\",\".framer-hMWF0.framer-180mdse { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 24px 64px 24px 64px; position: relative; width: 1132px; }\",\".framer-hMWF0 .framer-1orgttw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hMWF0 .framer-o4xu6x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hMWF0 .framer-pz3dvd-container { flex: none; height: 32px; position: relative; width: 110px; }\",\".framer-hMWF0 .framer-axtq0x-container, .framer-hMWF0 .framer-7flle3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hMWF0 .framer-jhmosu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; min-height: 22px; min-width: 62px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hMWF0 .framer-1onar9f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hMWF0 .framer-86t5xw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hMWF0 .framer-1vc9rxa { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hMWF0.framer-180mdse, .framer-hMWF0 .framer-1orgttw, .framer-hMWF0 .framer-o4xu6x, .framer-hMWF0 .framer-jhmosu, .framer-hMWF0 .framer-1onar9f, .framer-hMWF0 .framer-86t5xw { gap: 0px; } .framer-hMWF0.framer-180mdse > *, .framer-hMWF0 .framer-86t5xw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hMWF0.framer-180mdse > :first-child, .framer-hMWF0 .framer-86t5xw > :first-child { margin-top: 0px; } .framer-hMWF0.framer-180mdse > :last-child, .framer-hMWF0 .framer-86t5xw > :last-child { margin-bottom: 0px; } .framer-hMWF0 .framer-1orgttw > *, .framer-hMWF0 .framer-jhmosu > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-hMWF0 .framer-1orgttw > :first-child, .framer-hMWF0 .framer-o4xu6x > :first-child, .framer-hMWF0 .framer-jhmosu > :first-child, .framer-hMWF0 .framer-1onar9f > :first-child { margin-left: 0px; } .framer-hMWF0 .framer-1orgttw > :last-child, .framer-hMWF0 .framer-o4xu6x > :last-child, .framer-hMWF0 .framer-jhmosu > :last-child, .framer-hMWF0 .framer-1onar9f > :last-child { margin-right: 0px; } .framer-hMWF0 .framer-o4xu6x > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-hMWF0 .framer-1onar9f > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-hMWF0.framer-v-1czr5w4.framer-180mdse { padding: 24px 88px 24px 88px; }\",\".framer-hMWF0.framer-v-1qbavwu.framer-180mdse { padding: 24px 40px 24px 40px; }\",\".framer-hMWF0.framer-v-1qbavwu .framer-o4xu6x { gap: unset; justify-content: space-between; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hMWF0.framer-v-1qbavwu .framer-o4xu6x { gap: 0px; } .framer-hMWF0.framer-v-1qbavwu .framer-o4xu6x > *, .framer-hMWF0.framer-v-1qbavwu .framer-o4xu6x > :first-child, .framer-hMWF0.framer-v-1qbavwu .framer-o4xu6x > :last-child { margin: 0px; } }\",\".framer-hMWF0.framer-v-eh6foa.framer-180mdse, .framer-hMWF0.framer-v-jexmr3.framer-180mdse { padding: 0px; width: 390px; }\",\".framer-hMWF0.framer-v-eh6foa .framer-1orgttw { flex-direction: column; gap: 24px; padding: 24px 24px 24px 32px; }\",\".framer-hMWF0.framer-v-eh6foa .framer-o4xu6x, .framer-hMWF0.framer-v-jexmr3 .framer-o4xu6x { flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-hMWF0.framer-v-eh6foa .framer-pz3dvd-container, .framer-hMWF0.framer-v-jexmr3 .framer-86t5xw { order: 0; }\",\".framer-hMWF0.framer-v-eh6foa .framer-axtq0x-container { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hMWF0.framer-v-eh6foa .framer-1orgttw, .framer-hMWF0.framer-v-eh6foa .framer-o4xu6x { gap: 0px; } .framer-hMWF0.framer-v-eh6foa .framer-1orgttw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hMWF0.framer-v-eh6foa .framer-1orgttw > :first-child { margin-top: 0px; } .framer-hMWF0.framer-v-eh6foa .framer-1orgttw > :last-child { margin-bottom: 0px; } .framer-hMWF0.framer-v-eh6foa .framer-o4xu6x > *, .framer-hMWF0.framer-v-eh6foa .framer-o4xu6x > :first-child, .framer-hMWF0.framer-v-eh6foa .framer-o4xu6x > :last-child { margin: 0px; } }\",\".framer-hMWF0.framer-v-jexmr3 .framer-1orgttw { flex-direction: column; gap: 24px; height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 24px 24px 24px 32px; }\",\".framer-hMWF0.framer-v-jexmr3 .framer-jhmosu { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; min-width: unset; width: 100%; }\",\".framer-hMWF0.framer-v-jexmr3 .framer-1onar9f { bottom: 32px; flex: none; flex-direction: column; justify-content: flex-start; left: 24px; position: absolute; right: 24px; width: unset; z-index: 1; }\",\".framer-hMWF0.framer-v-jexmr3 .framer-7flle3-container { order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hMWF0.framer-v-jexmr3 .framer-1orgttw, .framer-hMWF0.framer-v-jexmr3 .framer-o4xu6x, .framer-hMWF0.framer-v-jexmr3 .framer-jhmosu, .framer-hMWF0.framer-v-jexmr3 .framer-1onar9f { gap: 0px; } .framer-hMWF0.framer-v-jexmr3 .framer-1orgttw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-hMWF0.framer-v-jexmr3 .framer-1orgttw > :first-child, .framer-hMWF0.framer-v-jexmr3 .framer-jhmosu > :first-child, .framer-hMWF0.framer-v-jexmr3 .framer-1onar9f > :first-child { margin-top: 0px; } .framer-hMWF0.framer-v-jexmr3 .framer-1orgttw > :last-child, .framer-hMWF0.framer-v-jexmr3 .framer-jhmosu > :last-child, .framer-hMWF0.framer-v-jexmr3 .framer-1onar9f > :last-child { margin-bottom: 0px; } .framer-hMWF0.framer-v-jexmr3 .framer-o4xu6x > *, .framer-hMWF0.framer-v-jexmr3 .framer-o4xu6x > :first-child, .framer-hMWF0.framer-v-jexmr3 .framer-o4xu6x > :last-child { margin: 0px; } .framer-hMWF0.framer-v-jexmr3 .framer-jhmosu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hMWF0.framer-v-jexmr3 .framer-1onar9f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1132\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"H7qxIkIt0\":{\"layout\":[\"fixed\",\"auto\"]},\"u_QpGxFdb\":{\"layout\":[\"fixed\",\"auto\"]},\"qt6TKEBFm\":{\"layout\":[\"fixed\",\"auto\"]},\"nKHArAh86\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLBcWyXcT2=withCSS(Component,css,\"framer-hMWF0\");export default FramerLBcWyXcT2;FramerLBcWyXcT2.displayName=\"Navbar\";FramerLBcWyXcT2.defaultProps={height:80,width:1132};addPropertyControls(FramerLBcWyXcT2,{variant:{options:[\"E_O7aNhgA\",\"H7qxIkIt0\",\"u_QpGxFdb\",\"qt6TKEBFm\",\"nKHArAh86\"],optionTitles:[\"Desktop\",\"Desktop Large\",\"Tablet\",\"Mobile - Closed\",\"Mobile - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLBcWyXcT2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavbarLogoFonts,...MenuTriggerMobileFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLBcWyXcT2\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H7qxIkIt0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u_QpGxFdb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qt6TKEBFm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nKHArAh86\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1132\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LBcWyXcT2.map", "import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;Geist Regular\"]);export const fonts=[{family:\"Geist Regular\",url:\"https://framerusercontent.com/assets/fmgcvoo7Pvi75XN7wkBOp5g4i4s.woff2\"}];export const css=['.framer-Qulx3 .framer-styles-preset-qzg2tl:not(.rich-text-wrapper), .framer-Qulx3 .framer-styles-preset-qzg2tl.rich-text-wrapper p { --framer-font-family: \"Geist Regular\", \"Geist Regular Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-5118295e-46b7-45e9-bfbb-a5fcf832c17b, #101010); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-Qulx3\";\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\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/XvQ3rfxHQBWrSsn21F4U/jkwvtN65a03QObQIYBPm/TPQPGOHMj.js\";import NavbarLogo from\"https://framerusercontent.com/modules/bhsSWGGaGkAJaO7X9gub/awxyP4FfN52OwSLTwgpm/WYHLGGhhe.js\";const NavbarLogoFonts=getFonts(NavbarLogo);const cycleOrder=[\"X_Qp06ZOO\",\"rMUMw4QNE\",\"eybOytRRW\",\"J8j0Iw50D\"];const serializationHash=\"framer-1MEQH\";const variantClassNames={eybOytRRW:\"framer-v-1mjreca\",J8j0Iw50D:\"framer-v-im43cu\",rMUMw4QNE:\"framer-v-5cvntp\",X_Qp06ZOO:\"framer-v-4lefyr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Large\":\"rMUMw4QNE\",Desktop:\"X_Qp06ZOO\",Mobile:\"J8j0Iw50D\",Tablet:\"eybOytRRW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"X_Qp06ZOO\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"X_Qp06ZOO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"J8j0Iw50D\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4lefyr\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"X_Qp06ZOO\",ref:refBinding,style:{...style},...addPropertyOverrides({eybOytRRW:{\"data-framer-name\":\"Tablet\"},J8j0Iw50D:{\"data-framer-name\":\"Mobile\"},rMUMw4QNE:{\"data-framer-name\":\"Desktop Large\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1krp25v\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4227:20344\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-klvry9\",\"data-framer-name\":\"Frame 10122838\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4227:20345\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"111px\",y:(componentViewport?.y||0)+40+0+0+0,...addPropertyOverrides({J8j0Iw50D:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n2hrz2-container\",layoutDependency:layoutDependency,layoutId:\"HP2BYib6r-container\",nodeId:\"HP2BYib6r\",rendersWithMotion:true,scopeId:\"ZVWWRhvr8\",children:/*#__PURE__*/_jsx(NavbarLogo,{height:\"100%\",id:\"HP2BYib6r\",layoutId:\"HP2BYib6r\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rw84lk\",\"data-framer-name\":\"Nav Links\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4227:20347\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rs4v5s\",\"data-framer-name\":\"Careers\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4227:20360\"}),/*#__PURE__*/_jsx(Link,{href:\"https://docs.intunedhq.com/docs/support/privacy-policy\",motionChild:true,nodeId:\"I4480:129576;4227:20364\",openInNewTab:true,scopeId:\"ZVWWRhvr8\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-h6fp2q framer-y3c5sg\",\"data-framer-name\":\"Privacy\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4227:20364\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qzg2tl\",\"data-styles-preset\":\"TPQPGOHMj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41)))\"},children:\"Privacy\"})}),className:\"framer-k1l5qr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I4480:129576;4227:20365\",style:{\"--extracted-r6o4lv\":\"var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41))\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://docs.intunedhq.com/docs/support/terms-of-use\",motionChild:true,nodeId:\"I4480:129576;4480:125892\",openInNewTab:true,scopeId:\"ZVWWRhvr8\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1o7zf9a framer-y3c5sg\",\"data-framer-name\":\"Terms\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:125892\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qzg2tl\",\"data-styles-preset\":\"TPQPGOHMj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41)))\"},children:\"Terms\"})}),className:\"framer-1s9adm9\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:125893\",style:{\"--extracted-r6o4lv\":\"var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41))\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6rpbeq\",\"data-framer-name\":\"Line 937\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:958,layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:124926\",svg:'<svg width=\"958\" height=\"4\" viewBox=\"-1 -1 958 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1.0813\" x2=\"956\" y2=\"1.0813\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14irzad\",\"data-framer-name\":\"Navbar\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:124759\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qzg2tl\",\"data-styles-preset\":\"TPQPGOHMj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41)))\"},children:\"\\xa9 Metrics Shop, Inc.\"})}),className:\"framer-1pcr2mj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:124779\",style:{\"--extracted-r6o4lv\":\"var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6cau2d\",\"data-framer-name\":\"Frame 10122838\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:124760\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bc76zm\",\"data-framer-name\":\"Frame 10122986\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:127406\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c8slsy\",\"data-framer-name\":\"Nav Links\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:124762\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.ycombinator.com/companies/intuned\",motionChild:true,nodeId:\"I4480:129576;4480:129182\",scopeId:\"ZVWWRhvr8\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-15j2uwk framer-y3c5sg\",\"data-framer-name\":\"Frame 10122987\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:129182\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ya1shv\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:128232\",svg:'<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4704_3489)\">\\n<path d=\"M16 0.581299H0V16.5813H16V0.581299Z\" fill=\"#292929\"/>\\n<path d=\"M7.46114 9.62779L4.71484 4.48315H5.96994L7.5854 7.73894C7.61026 7.79693 7.63925 7.85699 7.67239 7.91913C7.70553 7.98126 7.73452 8.04547 7.75938 8.11174C7.77595 8.13659 7.78837 8.15938 7.79666 8.18009C7.80494 8.2008 7.81323 8.21944 7.82151 8.23601C7.86293 8.31885 7.90021 8.39963 7.93335 8.47833C7.96649 8.55703 7.99548 8.62952 8.02034 8.69579C8.08661 8.55496 8.1591 8.40377 8.2378 8.24222C8.31651 8.08067 8.39728 7.91292 8.48012 7.73894L10.1204 4.48315H11.2886L8.5174 9.68993V13.0078H7.46114V9.62779Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4704_3489\">\\n<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 0.581299)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t3frma\",\"data-framer-name\":\"Frame 10122988\",layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:129407\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-qzg2tl\",\"data-styles-preset\":\"TPQPGOHMj\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41)))\"},children:\"Backed by Y Combinator\"})}),className:\"framer-1demz64\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:128236\",style:{\"--extracted-r6o4lv\":\"var(--token-9d4c2217-3349-49fc-a684-2f8ac2394a64, rgb(41, 41, 41))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k1b0op\",layoutDependency:layoutDependency,layoutId:\"n61P93cUW\",children:[/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"dvCmV7il6\",scopeId:\"ZVWWRhvr8\",...addPropertyOverrides({rMUMw4QNE:{href:\"https://join.slack.com/t/intuned-users/shared_invite/zt-2k6bjpzyo-~6ez73_z8cR8I87H~qYDTQ\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1xkxr4f framer-y3c5sg\",layoutDependency:layoutDependency,layoutId:\"dvCmV7il6\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/intunedhq\",motionChild:true,nodeId:\"VlojHPlQ1\",scopeId:\"ZVWWRhvr8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-i7jqmd framer-y3c5sg\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"VlojHPlQ1\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_4704_3501\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"4\" y=\"4\" width=\"16\" height=\"17\">\\n<path d=\"M4 4.5813H20V20.5813H4V4.5813Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_4704_3501)\">\\n<path d=\"M18.816 4.5813H5.18C4.528 4.5813 4 5.0973 4 5.7343V19.4243C4.00343 19.7343 4.12972 20.0302 4.35115 20.2471C4.57258 20.464 4.87104 20.5842 5.181 20.5813H18.816C19.469 20.5813 20 20.0623 20 19.4283V5.7343C20 5.0973 19.469 4.5813 18.816 4.5813ZM8.746 18.2153H6.373V10.5783H8.748V18.2153H8.746ZM7.56 9.5373C7.37626 9.54251 7.19333 9.51086 7.02203 9.44421C6.85072 9.37756 6.6945 9.27726 6.5626 9.14923C6.4307 9.02121 6.32579 8.86805 6.25406 8.69881C6.18233 8.52957 6.14523 8.34767 6.14496 8.16385C6.1447 7.98004 6.18126 7.79803 6.2525 7.62858C6.32374 7.45913 6.42821 7.30567 6.55974 7.17726C6.69126 7.04886 6.84719 6.9481 7.0183 6.88095C7.18941 6.8138 7.37224 6.78162 7.556 6.7863C7.91441 6.79543 8.2551 6.94408 8.50555 7.20062C8.75601 7.45717 8.89644 7.80133 8.89696 8.15985C8.89748 8.51838 8.75805 8.86295 8.50834 9.12021C8.25864 9.37748 7.91838 9.52713 7.56 9.5373ZM17.635 18.2153H15.263V14.5033C15.263 13.6183 15.248 12.4783 14.029 12.4783C12.795 12.4783 12.607 13.4443 12.607 14.4403V18.2153H10.239V10.5783H12.513V11.6223H12.545C12.86 11.0223 13.635 10.3873 14.788 10.3873C17.192 10.3873 17.635 11.9693 17.635 14.0253V18.2153Z\" fill=\"#292929\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/IntunedHQ\",motionChild:true,nodeId:\"I4480:129576;4480:124804\",scopeId:\"ZVWWRhvr8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-7i6nt0 framer-y3c5sg\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"I4480:129576;4480:124804\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.218 5.85134H18.467L13.554 11.4663L19.334 19.1083H14.808L11.263 14.4733L7.20699 19.1083H4.95699L10.212 13.1013L4.66699 5.85134H9.30699L12.512 10.0873L16.218 5.85134ZM15.428 17.7613H16.675L8.62999 7.12634H7.29299L15.43 17.7613H15.428Z\" fill=\"#292929\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1MEQH.framer-y3c5sg, .framer-1MEQH .framer-y3c5sg { display: block; }\",\".framer-1MEQH.framer-4lefyr { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1360px; overflow: visible; padding: 40px 64px 40px 64px; position: relative; width: 1132px; }\",\".framer-1MEQH .framer-1krp25v, .framer-1MEQH .framer-14irzad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1MEQH .framer-klvry9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1MEQH .framer-n2hrz2-container { flex: none; height: 32px; position: relative; width: 111px; }\",\".framer-1MEQH .framer-rw84lk, .framer-1MEQH .framer-1c8slsy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1MEQH .framer-rs4v5s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 19px; min-width: 58px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1MEQH .framer-h6fp2q, .framer-1MEQH .framer-1o7zf9a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1MEQH .framer-k1l5qr, .framer-1MEQH .framer-1s9adm9, .framer-1MEQH .framer-1pcr2mj, .framer-1MEQH .framer-1demz64 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1MEQH .framer-6rpbeq { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-1MEQH .framer-6cau2d { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1MEQH .framer-bc76zm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; min-height: 16px; min-width: 210px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1MEQH .framer-15j2uwk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1MEQH .framer-1ya1shv { flex: none; height: 17px; position: relative; width: 16px; }\",\".framer-1MEQH .framer-t3frma { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-1MEQH .framer-k1b0op { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1MEQH .framer-1xkxr4f { flex: none; height: 25px; overflow: visible; position: relative; width: 24px; }\",\".framer-1MEQH .framer-i7jqmd, .framer-1MEQH .framer-7i6nt0 { flex: none; height: 25px; position: relative; text-decoration: none; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1MEQH.framer-4lefyr, .framer-1MEQH .framer-1krp25v, .framer-1MEQH .framer-klvry9, .framer-1MEQH .framer-rw84lk, .framer-1MEQH .framer-rs4v5s, .framer-1MEQH .framer-h6fp2q, .framer-1MEQH .framer-1o7zf9a, .framer-1MEQH .framer-14irzad, .framer-1MEQH .framer-6cau2d, .framer-1MEQH .framer-bc76zm, .framer-1MEQH .framer-1c8slsy, .framer-1MEQH .framer-15j2uwk, .framer-1MEQH .framer-t3frma, .framer-1MEQH .framer-k1b0op { gap: 0px; } .framer-1MEQH.framer-4lefyr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1MEQH.framer-4lefyr > :first-child, .framer-1MEQH .framer-rs4v5s > :first-child, .framer-1MEQH .framer-h6fp2q > :first-child, .framer-1MEQH .framer-1o7zf9a > :first-child { margin-top: 0px; } .framer-1MEQH.framer-4lefyr > :last-child, .framer-1MEQH .framer-rs4v5s > :last-child, .framer-1MEQH .framer-h6fp2q > :last-child, .framer-1MEQH .framer-1o7zf9a > :last-child { margin-bottom: 0px; } .framer-1MEQH .framer-1krp25v > *, .framer-1MEQH .framer-rw84lk > *, .framer-1MEQH .framer-14irzad > *, .framer-1MEQH .framer-1c8slsy > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-1MEQH .framer-1krp25v > :first-child, .framer-1MEQH .framer-klvry9 > :first-child, .framer-1MEQH .framer-rw84lk > :first-child, .framer-1MEQH .framer-14irzad > :first-child, .framer-1MEQH .framer-6cau2d > :first-child, .framer-1MEQH .framer-bc76zm > :first-child, .framer-1MEQH .framer-1c8slsy > :first-child, .framer-1MEQH .framer-15j2uwk > :first-child, .framer-1MEQH .framer-t3frma > :first-child, .framer-1MEQH .framer-k1b0op > :first-child { margin-left: 0px; } .framer-1MEQH .framer-1krp25v > :last-child, .framer-1MEQH .framer-klvry9 > :last-child, .framer-1MEQH .framer-rw84lk > :last-child, .framer-1MEQH .framer-14irzad > :last-child, .framer-1MEQH .framer-6cau2d > :last-child, .framer-1MEQH .framer-bc76zm > :last-child, .framer-1MEQH .framer-1c8slsy > :last-child, .framer-1MEQH .framer-15j2uwk > :last-child, .framer-1MEQH .framer-t3frma > :last-child, .framer-1MEQH .framer-k1b0op > :last-child { margin-right: 0px; } .framer-1MEQH .framer-klvry9 > *, .framer-1MEQH .framer-6cau2d > *, .framer-1MEQH .framer-bc76zm > *, .framer-1MEQH .framer-15j2uwk > *, .framer-1MEQH .framer-t3frma > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-1MEQH .framer-rs4v5s > *, .framer-1MEQH .framer-h6fp2q > *, .framer-1MEQH .framer-1o7zf9a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1MEQH .framer-k1b0op > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-1MEQH.framer-v-5cvntp.framer-4lefyr { align-content: center; align-items: center; padding: 40px 88px 40px 88px; }\",\".framer-1MEQH.framer-v-5cvntp .framer-1xkxr4f { text-decoration: none; }\",\".framer-1MEQH.framer-v-1mjreca.framer-4lefyr { padding: 40px; width: 810px; }\",\".framer-1MEQH.framer-v-1mjreca .framer-rw84lk { gap: 24px; }\",\".framer-1MEQH.framer-v-1mjreca .framer-k1b0op { gap: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1MEQH.framer-v-1mjreca .framer-rw84lk, .framer-1MEQH.framer-v-1mjreca .framer-k1b0op { gap: 0px; } .framer-1MEQH.framer-v-1mjreca .framer-rw84lk > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-1MEQH.framer-v-1mjreca .framer-rw84lk > :first-child, .framer-1MEQH.framer-v-1mjreca .framer-k1b0op > :first-child { margin-left: 0px; } .framer-1MEQH.framer-v-1mjreca .framer-rw84lk > :last-child, .framer-1MEQH.framer-v-1mjreca .framer-k1b0op > :last-child { margin-right: 0px; } .framer-1MEQH.framer-v-1mjreca .framer-k1b0op > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-1MEQH.framer-v-im43cu.framer-4lefyr { padding: 40px 24px 40px 24px; width: 390px; }\",\".framer-1MEQH.framer-v-im43cu .framer-1krp25v { flex-direction: column; }\",\".framer-1MEQH.framer-v-im43cu .framer-klvry9 { flex: none; width: 100%; }\",\".framer-1MEQH.framer-v-im43cu .framer-rw84lk { flex-wrap: wrap; justify-content: flex-start; width: 100%; }\",\".framer-1MEQH.framer-v-im43cu .framer-14irzad { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; }\",\".framer-1MEQH.framer-v-im43cu .framer-1c8slsy { align-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 16px; justify-content: flex-start; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1MEQH.framer-v-im43cu .framer-1krp25v, .framer-1MEQH.framer-v-im43cu .framer-14irzad, .framer-1MEQH.framer-v-im43cu .framer-1c8slsy { gap: 0px; } .framer-1MEQH.framer-v-im43cu .framer-1krp25v > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1MEQH.framer-v-im43cu .framer-1krp25v > :first-child, .framer-1MEQH.framer-v-im43cu .framer-14irzad > :first-child { margin-top: 0px; } .framer-1MEQH.framer-v-im43cu .framer-1krp25v > :last-child, .framer-1MEQH.framer-v-im43cu .framer-14irzad > :last-child { margin-bottom: 0px; } .framer-1MEQH.framer-v-im43cu .framer-14irzad > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1MEQH.framer-v-im43cu .framer-1c8slsy > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1MEQH.framer-v-im43cu .framer-1c8slsy > :first-child { margin-left: 0px; } .framer-1MEQH.framer-v-im43cu .framer-1c8slsy > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 189\n * @framerIntrinsicWidth 1132\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1360px\",null,null]},\"rMUMw4QNE\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1360px\",null,null]},\"eybOytRRW\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1360px\",null,null]},\"J8j0Iw50D\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1360px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZVWWRhvr8=withCSS(Component,css,\"framer-1MEQH\");export default FramerZVWWRhvr8;FramerZVWWRhvr8.displayName=\"Footer\";FramerZVWWRhvr8.defaultProps={height:189,width:1132};addPropertyControls(FramerZVWWRhvr8,{variant:{options:[\"X_Qp06ZOO\",\"rMUMw4QNE\",\"eybOytRRW\",\"J8j0Iw50D\"],optionTitles:[\"Desktop\",\"Desktop Large\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZVWWRhvr8,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavbarLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZVWWRhvr8\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1360px\\\",null,null]},\\\"rMUMw4QNE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1360px\\\",null,null]},\\\"eybOytRRW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1360px\\\",null,null]},\\\"J8j0Iw50D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1360px\\\",null,null]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"189\",\"framerIntrinsicWidth\":\"1132\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZVWWRhvr8.map"],
  "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", "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", "iconLeft", "iconLeftVisibility", "iconRight", "iconRightVisibility", "id", "link", "newTab", "tap", "text", "width", "props", "_ref", "_humanReadableEnumMap_iconRight", "_ref1", "_ref2", "_humanReadableEnumMap_iconLeft", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "e1WW4RR3_", "zH_TsSZ7A", "OfJCyraON", "lqaLzhFMu", "hMvfLaljg", "xBteoPET7", "vF5v4LDi5", "to8_XSvAD", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1abea00", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramergS3WZvg3W", "withCSS", "gS3WZvg3W_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "g", "c", "u", "e", "a", "y", "x", "t", "re", "MotionConfigContext", "o", "d", "se", "p", "v", "j", "i", "w", "S", "Y", "useLocaleInfo", "f", "b", "h", "B", "R", "k", "C", "P", "L", "T", "useVariantState", "g", "E", "A", "J", "useActiveVariantCallback", "N", "r", "Q", "pe", "G", "ae", "LayoutGroup", "motion", "cx", "withCSS", "fKFdi0R7I_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "SVG", "css", "FramerWYHLGGhhe", "withCSS", "WYHLGGhhe_default", "addFonts", "NavbarLogoFonts", "getFonts", "WYHLGGhhe_default", "MenuTriggerMobileFonts", "fKFdi0R7I_default", "ButtonFonts", "gS3WZvg3W_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "B3PEYwnCiqfqe7u", "args", "B3PEYwnCi74ohig", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "Link", "css", "FramerLBcWyXcT2", "withCSS", "LBcWyXcT2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "NavbarLogoFonts", "getFonts", "WYHLGGhhe_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "RichText2", "SVG", "css", "FramerZVWWRhvr8", "withCSS", "ZVWWRhvr8_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
