{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.28", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js", "ssg:https://framerusercontent.com/modules/cSmu8HFoZE7QuzdSjEvb/2dVhk0iwSVYqKhiHuK7t/igzf_r2i7.js", "ssg:https://framerusercontent.com/modules/JGo3oNoXqY9q0wkLs8PQ/NviG14hXR7SCPeAOm7z8/SwitchTheme.js", "ssg:https://framerusercontent.com/modules/75S6V38G3PayZF4ETbWp/363qFO38TPpqfr0fgNDK/bDUROQAln.js", "ssg:https://framerusercontent.com/modules/zIB1XsMIMYjdVs0EgmN1/C3snEEn5pPMSyuUVL5zj/aBCP_tY2z.js", "ssg:https://framerusercontent.com/modules/WqQUYCRulQhhEOQdoXnz/rf2fdrNQWiAYiaJJeG7D/Ate70jXH5.js", "ssg:https://framerusercontent.com/modules/mptZoVrvwRAw7dnuJC8y/UdwNvtYACOwzabp3znKk/igzf_r2i7.js", "ssg:https://framerusercontent.com/modules/vkKco59b46CYOMxgSPoD/ue7RXCHqYOSWzW4AeTfX/NuIDxNaJk.js", "ssg:https://framerusercontent.com/modules/sJhW7Q2wjPoiNm59omrz/VAvJ8Wa2Feq0bazS8sui/W_ZZYtKRE.js", "ssg:https://framerusercontent.com/modules/pa0TyqtrRI8JELnq9ZZs/6Tu2HRBpszZWlLRFxGoO/phj0fUrTs.js", "ssg:https://framerusercontent.com/modules/8BNpzSnglPX7uQytYiOh/OBOWUNBYXS8VlZtXuRz6/R2u8SCLgb.js", "ssg:https://framerusercontent.com/modules/WCrNY9F3zgLs9oy8Z3Y4/Lb0v6mb1NMmWf1ZePR5b/RUNgxAS6D.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar Home_default = (React) => {\n  if (!Component) {\n    const HomeIcon = React.forwardRef(function HomeIcon2({\n      title,\n      titleId,\n      ...props\n    }, svgRef) {\n      return /* @__PURE__ */ React.createElement(\"svg\", Object.assign({\n        xmlns: \"http://www.w3.org/2000/svg\",\n        viewBox: \"0 0 24 24\",\n        fill: \"currentColor\",\n        \"aria-hidden\": \"true\",\n        \"data-slot\": \"icon\",\n        ref: svgRef,\n        \"aria-labelledby\": titleId\n      }, props), title ? /* @__PURE__ */ React.createElement(\"title\", {\n        id: titleId\n      }, title) : null, /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"M11.47 3.841a.75.75 0 0 1 1.06 0l8.69 8.69a.75.75 0 1 0 1.06-1.061l-8.689-8.69a2.25 2.25 0 0 0-3.182 0l-8.69 8.69a.75.75 0 1 0 1.061 1.06l8.69-8.689Z\"\n      }), /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"m12 5.432 8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75V21a.75.75 0 0 1-.75.75H5.625a1.875 1.875 0 0 1-1.875-1.875v-6.198a2.29 2.29 0 0 0 .091-.086L12 5.432Z\"\n      }));\n    });\n    Component = HomeIcon;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  Home_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.28\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AdjustmentsVertical\",\"ArchiveBox\",\"ArchiveBoxArrowDown\",\"ArchiveBoxXMark\",\"ArrowDown\",\"ArrowDownCircle\",\"ArrowDownLeft\",\"ArrowDownOnSquare\",\"ArrowDownRight\",\"ArrowDownTray\",\"ArrowLeft\",\"ArrowLeftCircle\",\"ArrowLeftOnRectangle\",\"ArrowLongDown\",\"ArrowLongLeft\",\"ArrowLongRight\",\"ArrowLongUp\",\"ArrowPath\",\"ArrowRight\",\"ArrowRightCircle\",\"ArrowSmallDown\",\"ArrowSmallLeft\",\"ArrowSmallRight\",\"ArrowSmallUp\",\"ArrowTrendingDown\",\"ArrowTrendingUp\",\"ArrowUp\",\"ArrowUpCircle\",\"ArrowUpLeft\",\"ArrowUpOnSquare\",\"ArrowUpOnSquareStack\",\"ArrowUpRight\",\"ArrowUpTray\",\"ArrowUturnDown\",\"ArrowUturnLeft\",\"ArrowUturnRight\",\"ArrowUturnUp\",\"ArrowsPointingIn\",\"ArrowsPointingOut\",\"ArrowsRightLeft\",\"ArrowsUpDown\",\"AtSymbol\",\"Backspace\",\"Backward\",\"Banknotes\",\"Bars2\",\"Bars3\",\"Bars3BottomLeft\",\"Bars3BottomRight\",\"Bars3CenterLeft\",\"Bars4\",\"BarsArrowDown\",\"BarsArrowUp\",\"Battery0\",\"Battery100\",\"Battery50\",\"Beaker\",\"Bell\",\"BellAlert\",\"BellSlash\",\"BellSnooze\",\"Bolt\",\"BoltSlash\",\"BookOpen\",\"Bookmark\",\"BookmarkSlash\",\"BookmarkSquare\",\"Briefcase\",\"BugAnt\",\"BuildingLibrary\",\"BuildingOffice\",\"BuildingOffice2\",\"BuildingStorefront\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarDays\",\"Camera\",\"ChartBar\",\"ChartBarSquare\",\"ChartPie\",\"ChatBubbleLeft\",\"ChatBubbleLeftRight\",\"ChatBubbleOvalLeft\",\"Check\",\"CheckBadge\",\"CheckCircle\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronLeft\",\"ChevronRight\",\"ChevronUp\",\"ChevronUpDown\",\"CircleStack\",\"Clipboard\",\"ClipboardDocument\",\"Clock\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CodeBracket\",\"CodeBracketSquare\",\"Cog\",\"Cog6Tooth\",\"Cog8Tooth\",\"CommandLine\",\"ComputerDesktop\",\"CpuChip\",\"CreditCard\",\"Cube\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyPound\",\"CurrencyRupee\",\"CurrencyYen\",\"CursorArrowRays\",\"CursorArrowRipple\",\"DevicePhoneMobile\",\"DeviceTablet\",\"Document\",\"DocumentArrowDown\",\"DocumentArrowUp\",\"DocumentChartBar\",\"DocumentCheck\",\"DocumentDuplicate\",\"DocumentMinus\",\"DocumentPlus\",\"DocumentText\",\"EllipsisHorizontal\",\"EllipsisVertical\",\"Envelope\",\"EnvelopeOpen\",\"ExclamationCircle\",\"ExclamationTriangle\",\"Eye\",\"EyeDropper\",\"EyeSlash\",\"FaceFrown\",\"FaceSmile\",\"Film\",\"FingerPrint\",\"Fire\",\"Flag\",\"Folder\",\"FolderArrowDown\",\"FolderMinus\",\"FolderOpen\",\"FolderPlus\",\"Forward\",\"Funnel\",\"Gif\",\"Gift\",\"GiftTop\",\"GlobeAlt\",\"GlobeAmericas\",\"GlobeAsiaAustralia\",\"GlobeEuropeAfrica\",\"HandRaised\",\"HandThumbDown\",\"HandThumbUp\",\"Hashtag\",\"Heart\",\"Home\",\"HomeModern\",\"Identification\",\"Inbox\",\"InboxArrowDown\",\"InboxStack\",\"InformationCircle\",\"Key\",\"Language\",\"Lifebuoy\",\"LightBulb\",\"Link\",\"ListBullet\",\"LockClosed\",\"LockOpen\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Map\",\"MapPin\",\"Megaphone\",\"Microphone\",\"Minus\",\"MinusCircle\",\"MinusSmall\",\"Moon\",\"MusicalNote\",\"Newspaper\",\"NoSymbol\",\"PaintBrush\",\"PaperAirplane\",\"PaperClip\",\"Pause\",\"PauseCircle\",\"Pencil\",\"PencilSquare\",\"Phone\",\"PhoneArrowDownLeft\",\"PhoneArrowUpRight\",\"PhoneXMark\",\"Photo\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Plus\",\"PlusCircle\",\"PlusSmall\",\"Power\",\"PresentationChartBar\",\"Printer\",\"PuzzlePiece\",\"QrCode\",\"QuestionMarkCircle\",\"QueueList\",\"Radio\",\"ReceiptPercent\",\"ReceiptRefund\",\"RectangleGroup\",\"RectangleStack\",\"RocketLaunch\",\"Rss\",\"Scale\",\"Scissors\",\"Server\",\"ServerStack\",\"Share\",\"ShieldCheck\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingCart\",\"Signal\",\"SignalSlash\",\"Sparkles\",\"SpeakerWave\",\"SpeakerXMark\",\"Square2Stack\",\"Square3Stack3D\",\"Squares2X2\",\"SquaresPlus\",\"Star\",\"Stop\",\"StopCircle\",\"Sun\",\"Swatch\",\"TableCells\",\"Tag\",\"Ticket\",\"Trash\",\"Trophy\",\"Truck\",\"Tv\",\"User\",\"UserCircle\",\"UserGroup\",\"UserMinus\",\"UserPlus\",\"Users\",\"Variable\",\"VideoCamera\",\"VideoCameraSlash\",\"ViewColumns\",\"ViewfinderCircle\",\"Wallet\",\"Wifi\",\"Window\",\"Wrench\",\"WrenchScrewdriver\",\"XCircle\",\"XMark\",\"index\"];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\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(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.28`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Hero\";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,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.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\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Xemvuu2Ax:{hover:true},YPBcvI9C4:{hover:true}};const cycleOrder=[\"YPBcvI9C4\",\"Xemvuu2Ax\"];const serializationHash=\"framer-j0MME\";const variantClassNames={Xemvuu2Ax:\"framer-v-fojxqe\",YPBcvI9C4:\"framer-v-1k3ajjh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"link-1\":\"YPBcvI9C4\",\"link-2\":\"Xemvuu2Ax\"};const getProps=({fontSize,height,id,link,name1,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,etjJOTLRG:link!==null&&link!==void 0?link:props.etjJOTLRG,m90g71yIs:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.m90g71yIs)!==null&&_ref!==void 0?_ref:14,tOX3LA1Cc:(_ref1=name1!==null&&name1!==void 0?name1:props.tOX3LA1Cc)!==null&&_ref1!==void 0?_ref1:\"Work\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"YPBcvI9C4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,etjJOTLRG,tOX3LA1Cc,m90g71yIs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YPBcvI9C4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:etjJOTLRG,smoothScroll:true,...addPropertyOverrides({Xemvuu2Ax:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1k3ajjh\",className,classNames)} framer-4lmka2`,\"data-framer-name\":\"link-1\",layoutDependency:layoutDependency,layoutId:\"YPBcvI9C4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"Xemvuu2Ax-hover\":{\"data-framer-name\":undefined},\"YPBcvI9C4-hover\":{\"data-framer-name\":undefined},Xemvuu2Ax:{\"data-framer-name\":\"link-2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(119, 119, 119))\"},children:\"Work\"})}),className:\"framer-5v182o\",\"data-framer-name\":\"Work\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"n7IMatknd\",style:{\"--extracted-r6o4lv\":\"rgb(119, 119, 119)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-m90g71yIs-igzf_r2i7\":m90g71yIs},text:tOX3LA1Cc,variants:{\"Xemvuu2Ax-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"YPBcvI9C4-hover\":{\"--extracted-r6o4lv\":\"var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0))\"},Xemvuu2Ax:{\"--extracted-r6o4lv\":\"rgb(176, 176, 176)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Xemvuu2Ax-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Work\"})}),fonts:[\"Inter-Bold\"]},\"YPBcvI9C4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0)))\"},children:\"Work\"})}),fonts:[\"Inter-Bold\"]},Xemvuu2Ax:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 176, 176))\"},children:\"Work\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j0MME.framer-4lmka2, .framer-j0MME .framer-4lmka2 { display: block; }\",\".framer-j0MME.framer-1k3ajjh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-j0MME .framer-5v182o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j0MME.framer-1k3ajjh { gap: 0px; } .framer-j0MME.framer-1k3ajjh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j0MME.framer-1k3ajjh > :first-child { margin-left: 0px; } .framer-j0MME.framer-1k3ajjh > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17\n * @framerIntrinsicWidth 35\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Xemvuu2Ax\":{\"layout\":[\"auto\",\"auto\"]},\"Zx4BnD890\":{\"layout\":[\"auto\",\"auto\"]},\"R22H6tP29\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"etjJOTLRG\":\"link\",\"tOX3LA1Cc\":\"name1\",\"m90g71yIs\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerigzf_r2i7=withCSS(Component,css,\"framer-j0MME\");export default Framerigzf_r2i7;Framerigzf_r2i7.displayName=\"Link\";Framerigzf_r2i7.defaultProps={height:17,width:35};addPropertyControls(Framerigzf_r2i7,{variant:{options:[\"YPBcvI9C4\",\"Xemvuu2Ax\"],optionTitles:[\"link-1\",\"link-2\"],title:\"Variant\",type:ControlType.Enum},etjJOTLRG:{title:\"Link\",type:ControlType.Link},tOX3LA1Cc:{defaultValue:\"Work\",displayTextArea:false,title:\"Name\",type:ControlType.String},m90g71yIs:{defaultValue:14,title:\"Font Size\",type:ControlType.Number}});addFonts(Framerigzf_r2i7,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerigzf_r2i7\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"etjJOTLRG\\\":\\\"link\\\",\\\"tOX3LA1Cc\\\":\\\"name1\\\",\\\"m90g71yIs\\\":\\\"fontSize\\\"}\",\"framerIntrinsicHeight\":\"17\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Xemvuu2Ax\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Zx4BnD890\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"R22H6tP29\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"35\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./igzf_r2i7.map", "import{jsx as _jsx}from\"react/jsx-runtime\";// Learn more: https://www.framer.com/docs/guides/overrides/\nexport function goToLight(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>document.querySelector(\".framer-pAK4l\").style.background=\"#FDF6F1\"});};}export function goToDark(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>document.querySelector(\".framer-pAK4l\").style.background=\"#000000\"});};}\nexport const __FramerMetadata__ = {\"exports\":{\"goToDark\":{\"type\":\"reactHoc\",\"name\":\"goToDark\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"goToLight\":{\"type\":\"reactHoc\",\"name\":\"goToLight\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SwitchTheme.map", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-4ijF7 .framer-styles-preset-13b9ru2:not(.rich-text-wrapper), .framer-4ijF7 .framer-styles-preset-13b9ru2.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-91777609-aa24-456f-ac63-755b970cddfe, #000000) /* {\"name\":\"color-lightmode-1\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: #777777; --framer-link-text-decoration: none; }'];export const className=\"framer-4ijF7\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2a6858f)\nimport{jsx as _jsx,jsxs as _jsxs}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 enabledGestures={OtwCA3fJw:{hover:true}};const serializationHash=\"framer-qKCaR\";const variantClassNames={OtwCA3fJw:\"framer-v-oygofy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OtwCA3fJw\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"OtwCA3fJw-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"OtwCA3fJw-hover\")return true;return false;};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:\"https://zcal.co/lizeng/15min\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-oygofy\",className,classNames)} framer-tvd0po`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OtwCA3fJw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(72, 72, 72)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,...style},variants:{\"OtwCA3fJw-hover\":{\"--border-color\":\"rgb(255, 255, 255)\",backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"OtwCA3fJw-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g0ught\",\"data-framer-name\":\"phone\",layoutDependency:layoutDependency,layoutId:\"EqpHl37_g\",style:{rotate:-90},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2hn5sm\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I266:2465;3463:406309\",style:{rotate:90},svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.90028 9.41315C5.86669 8.94915 6.77246 8.31663 7.57351 7.51557C8.37456 6.71452 9.00708 5.80876 9.47108 4.84235C9.51099 4.75922 9.53095 4.71766 9.54628 4.66506C9.60076 4.47816 9.56163 4.24865 9.44829 4.09037C9.41639 4.04583 9.37829 4.00772 9.30208 3.93151C9.06901 3.69844 8.95248 3.58191 8.87629 3.46472C8.58896 3.0228 8.58896 2.45308 8.87629 2.01115C8.95248 1.89396 9.06901 1.77743 9.30208 1.54436L9.432 1.41444C9.78629 1.06015 9.96344 0.883002 10.1537 0.786773C10.5321 0.595392 10.9789 0.595392 11.3573 0.786773C11.5475 0.883002 11.7247 1.06015 12.079 1.41444L12.1841 1.51953C12.5372 1.87262 12.7137 2.04916 12.8485 2.28918C12.9981 2.55552 13.1057 2.96918 13.1048 3.27466C13.104 3.54996 13.0506 3.7381 12.9438 4.1144C12.3698 6.13667 11.2868 8.04491 9.69483 9.63689C8.10284 11.2289 6.1946 12.3119 4.17234 12.8858C3.79604 12.9926 3.60789 13.0461 3.33259 13.0469C3.02711 13.0478 2.61345 12.9402 2.34711 12.7906C2.10709 12.6558 1.93055 12.4792 1.57747 12.1261L1.47238 12.021C1.11808 11.6668 0.940937 11.4896 0.844707 11.2993C0.653327 10.921 0.653327 10.4741 0.844707 10.0958C0.940936 9.9055 1.11808 9.72836 1.47238 9.37406L1.60229 9.24415C1.83536 9.01108 1.9519 8.89454 2.06908 8.81835C2.51101 8.53102 3.08073 8.53102 3.52266 8.81835C3.63984 8.89454 3.75638 9.01108 3.98945 9.24415C4.06566 9.32036 4.10376 9.35846 4.1483 9.39035C4.30659 9.5037 4.53609 9.54283 4.723 9.48835C4.77559 9.47302 4.81715 9.45306 4.90028 9.41315Z\" stroke=\"#262626\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8r913d\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I53:4967;3463:406309\",style:{rotate:90},svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.90028 9.41315C5.86669 8.94915 6.77246 8.31663 7.57351 7.51557C8.37456 6.71452 9.00708 5.80876 9.47108 4.84235C9.51099 4.75922 9.53095 4.71766 9.54628 4.66506C9.60076 4.47816 9.56163 4.24865 9.44829 4.09037C9.41639 4.04583 9.37829 4.00772 9.30208 3.93151C9.06901 3.69844 8.95248 3.58191 8.87629 3.46472C8.58896 3.0228 8.58896 2.45308 8.87629 2.01115C8.95248 1.89396 9.06901 1.77743 9.30208 1.54436L9.432 1.41444C9.78629 1.06015 9.96344 0.883002 10.1537 0.786773C10.5321 0.595392 10.9789 0.595392 11.3573 0.786773C11.5475 0.883002 11.7247 1.06015 12.079 1.41444L12.1841 1.51953C12.5372 1.87262 12.7137 2.04916 12.8485 2.28918C12.9981 2.55552 13.1057 2.96918 13.1048 3.27466C13.104 3.54996 13.0506 3.7381 12.9438 4.1144C12.3698 6.13667 11.2868 8.04491 9.69483 9.63689C8.10284 11.2289 6.1946 12.3119 4.17234 12.8858C3.79604 12.9926 3.60789 13.0461 3.33259 13.0469C3.02711 13.0478 2.61345 12.9402 2.34711 12.7906C2.10709 12.6558 1.93055 12.4792 1.57747 12.1261L1.47238 12.021C1.11808 11.6668 0.940937 11.4896 0.844707 11.2993C0.653327 10.921 0.653327 10.4741 0.844707 10.0958C0.940936 9.9055 1.11808 9.72836 1.47238 9.37406L1.60229 9.24415C1.83536 9.01108 1.9519 8.89454 2.06908 8.81835C2.51101 8.53102 3.08073 8.53102 3.52266 8.81835C3.63984 8.89454 3.75638 9.01108 3.98945 9.24415C4.06566 9.32036 4.10376 9.35846 4.1483 9.39035C4.30659 9.5037 4.53609 9.54283 4.723 9.48835C4.77559 9.47302 4.81715 9.45306 4.90028 9.41315Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qKCaR.framer-tvd0po, .framer-qKCaR .framer-tvd0po { display: block; }\",\".framer-qKCaR.framer-oygofy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 24px; justify-content: center; overflow: visible; padding: 8px; position: relative; text-decoration: none; width: 24px; }\",\".framer-qKCaR .framer-1g0ught { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 16px; }\",\".framer-qKCaR .framer-2hn5sm, .framer-qKCaR .framer-8r913d { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qKCaR.framer-oygofy, .framer-qKCaR .framer-1g0ught { gap: 0px; } .framer-qKCaR.framer-oygofy > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qKCaR.framer-oygofy > :first-child, .framer-qKCaR .framer-1g0ught > :first-child { margin-left: 0px; } .framer-qKCaR.framer-oygofy > :last-child, .framer-qKCaR .framer-1g0ught > :last-child { margin-right: 0px; } .framer-qKCaR .framer-1g0ught > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-qKCaR[data-border=\"true\"]::after, .framer-qKCaR [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 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"HvRuuaYs0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraBCP_tY2z=withCSS(Component,css,\"framer-qKCaR\");export default FrameraBCP_tY2z;FrameraBCP_tY2z.displayName=\"phone-light\";FrameraBCP_tY2z.defaultProps={height:24,width:24};addFonts(FrameraBCP_tY2z,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraBCP_tY2z\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HvRuuaYs0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aBCP_tY2z.map", "// Generated by Framer (2a6858f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"tEH0nWcpr\",\"POQsP_VaM\"];const serializationHash=\"framer-dsIox\";const variantClassNames={POQsP_VaM:\"framer-v-ptiskm\",tEH0nWcpr:\"framer-v-spo617\"};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 humanReadableVariantMap={\"Variant 1\":\"tEH0nWcpr\",\"Variant 3\":\"POQsP_VaM\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tEH0nWcpr\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tEH0nWcpr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeaveuvwnd4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"tEH0nWcpr\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"POQsP_VaM\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-spo617\",className,classNames)} framer-14vvflq`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tEH0nWcpr\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({POQsP_VaM:{\"data-framer-name\":\"Variant 3\",\"data-highlight\":true,onMouseLeave:onMouseLeaveuvwnd4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xhrsn7\",layoutDependency:layoutDependency,layoutId:\"NZSqTK_f9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-thonsr\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wayH_dLdd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.999 24 C 18.626 24 23.998 18.627 23.998 12 C 23.998 5.373 18.626 0 11.999 0 C 5.372 0 0 5.373 0 12 C 0 18.627 5.372 24 11.999 24 Z\" fill=\"rgb(35,31,32)\"></path></svg>',svgContentId:9713412813,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1xsily6\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"ce5peBPmE\",svg:'<svg width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.5733 0.0957031C11.2115 2.22878 11.6242 6.09377 9.49126 8.73601C7.35834 11.3782 3.49361 11.7871 0.851562 9.65404\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-v9u4jd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"bfrhjsYos\",svg:'<svg width=\"11\" height=\"12\" viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.1344 11.905C0.496208 9.77192 0.0835072 5.90693 2.21643 3.26469C4.34936 0.622454 8.21409 0.213582 10.8561 2.34666\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-15ki2ss\",\"data-framer-name\":\"Studio Salt\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"VJ2acI8Yt\",svg:'<svg width=\"123\" height=\"20\" viewBox=\"-1 -1 123 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.4599 17.4343C6.04681 17.4343 4.85495 17.2131 3.88434 16.7707C2.91373 16.314 2.17864 15.7004 1.67906 14.9298C1.17948 14.1449 0.929688 13.2458 0.929688 12.2326H4.33396C4.33396 12.6322 4.44102 13.0032 4.65512 13.3457C4.8835 13.6882 5.22607 13.9665 5.68283 14.1806C6.13959 14.3803 6.73195 14.4802 7.4599 14.4802C8.11649 14.4802 8.66603 14.3946 9.10852 14.2234C9.551 14.0521 9.88643 13.8167 10.1148 13.517C10.3432 13.203 10.4574 12.8463 10.4574 12.4467C10.4574 11.9472 10.2433 11.5548 9.81506 11.2694C9.38685 10.9697 8.69458 10.777 7.73824 10.6914L6.56066 10.5844C5.00483 10.4559 3.76302 9.97073 2.83523 9.12877C1.90744 8.2868 1.44354 7.17369 1.44354 5.78945C1.44354 4.7905 1.67906 3.92713 2.15009 3.19933C2.63539 2.47153 3.30626 1.91498 4.16268 1.52967C5.0191 1.1301 6.03253 0.930307 7.20298 0.930307C8.43052 0.930307 9.47963 1.14437 10.3503 1.57248C11.2353 1.98633 11.9133 2.57856 12.3843 3.34917C12.8554 4.10551 13.0909 4.99743 13.0909 6.02491H9.66519C9.66519 5.6396 9.57241 5.28998 9.38685 4.97602C9.2013 4.6478 8.92296 4.38379 8.55184 4.184C8.195 3.98422 7.74538 3.88432 7.20298 3.88432C6.68912 3.88432 6.25378 3.96994 5.89693 4.14119C5.55437 4.31244 5.29744 4.5479 5.12615 4.84759C4.95487 5.133 4.86923 5.44695 4.86923 5.78945C4.86923 6.23183 5.02624 6.61714 5.34026 6.94536C5.65428 7.27359 6.16813 7.46624 6.88182 7.52332L8.08081 7.63035C9.22271 7.73025 10.229 7.97998 11.0997 8.37956C11.9704 8.76487 12.6484 9.30001 13.1337 9.985C13.6333 10.6557 13.8831 11.4763 13.8831 12.4467C13.8831 13.4456 13.619 14.3233 13.0909 15.0796C12.577 15.8217 11.8419 16.3996 10.8856 16.8135C9.92925 17.2273 8.78736 17.4343 7.4599 17.4343Z\" fill=\"black\"/>\\n<path d=\"M21.4408 17.1774C20.2561 17.1774 19.2998 17.0347 18.5718 16.7493C17.8439 16.4496 17.3086 15.9572 16.966 15.2723C16.6377 14.573 16.4736 13.6311 16.4736 12.4467V2.12904H19.6637V12.5751C19.6637 13.1317 19.8065 13.5598 20.092 13.8595C20.3917 14.1449 20.8128 14.2876 21.3552 14.2876H23.0894V17.1774H21.4408ZM16.4736 8.13607V5.29711H23.0894V8.13607H16.4736Z\" fill=\"black\"/>\\n<path d=\"M29.354 17.3914C27.998 17.3914 26.956 16.9562 26.2281 16.0857C25.5001 15.2009 25.1361 13.8737 25.1361 12.1042V5.29711H28.5618V12.2754C28.5618 12.9033 28.7403 13.4028 29.0971 13.7738C29.4539 14.1449 29.9321 14.3304 30.5316 14.3304C31.1454 14.3304 31.645 14.1377 32.0303 13.7524C32.4157 13.3671 32.6084 12.8463 32.6084 12.1898V5.29711H36.0341V17.0275H33.315V12.0828L34.191 12.6607C34.191 13.8452 34.2012 14.4731 33.8872 15.2723C33.5875 16.0571 32.8976 16.4282 32.2981 16.8135C31.6986 17.1988 30.3889 17.3914 29.5039 17.3914H29.354Z\" fill=\"black\"/>\\n<path d=\"M44.0316 17.4128C43.2038 17.4128 42.4472 17.263 41.7621 16.9633C41.0912 16.6636 40.506 16.2498 40.0064 15.7218C39.5069 15.1795 39.1215 14.5445 38.8503 13.8167C38.5933 13.0889 38.4649 12.304 38.4649 11.462V10.9697C38.4649 10.1277 38.5862 9.34283 38.8289 8.61502C39.0858 7.88722 39.4498 7.25218 39.9208 6.7099C40.4061 6.15335 40.9842 5.72523 41.6551 5.42554C42.3259 5.11159 43.0753 4.95462 43.9032 4.95462C44.8452 4.95462 45.4288 5.21514 46.344 5.57539C47.1852 5.90653 48.0354 6.86333 48.4208 7.66248C48.8062 8.44737 48.5492 9.12877 48.5921 10.2847L47.6928 9.44985V1.40124H51.1399V17.0275H48.4208V12.1684L49.7778 12.9818C49.735 14.0949 49.7131 14.8 48.7742 15.6362C48.4185 15.9529 48.111 16.275 46.9343 16.8603C46.0686 17.2909 44.9594 17.4128 44.0316 17.4128ZM44.888 14.5445C45.4162 14.5445 45.8943 14.4303 46.3226 14.202C46.765 13.9594 47.1147 13.6097 47.3717 13.1531C47.6429 12.6964 47.7785 12.147 47.7785 11.5048V10.7128C47.7785 10.0849 47.6429 9.55688 47.3717 9.12877C47.1005 8.70065 46.7436 8.37242 46.3011 8.14409C45.8587 7.91576 45.3805 7.8016 44.8666 7.8016C44.2957 7.8016 43.7818 7.95144 43.3251 8.25112C42.8826 8.53654 42.5329 8.93611 42.276 9.44985C42.019 9.94933 41.8906 10.5344 41.8906 11.2051C41.8906 11.8901 42.019 12.4824 42.276 12.9818C42.5329 13.4813 42.8897 13.8666 43.3465 14.1377C43.8032 14.4089 44.3171 14.5445 44.888 14.5445Z\" fill=\"black\"/>\\n<path d=\"M54.8038 17.0275V5.29711H58.2295V17.0275H54.8038ZM54.8038 7.82301V5.29711H58.2295V7.82301H54.8038ZM56.4658 4.14119C55.8235 4.14119 55.3453 3.97708 55.0313 3.64886C54.7315 3.30636 54.5817 2.87824 54.5817 2.3645C54.5817 1.83649 54.7315 1.40837 55.0313 1.08015C55.3453 0.737653 55.8235 0.566406 56.4658 0.566406C57.1081 0.566406 57.5791 0.737653 57.8789 1.08015C58.1929 1.40837 58.3499 1.83649 58.3499 2.3645C58.3499 2.87824 58.1929 3.30636 57.8789 3.64886C57.5791 3.97708 57.1081 4.14119 56.4658 4.14119Z\" fill=\"black\"/>\\n<path d=\"M67.1145 17.4343C66.0868 17.4343 65.1733 17.2773 64.374 16.9633C63.5747 16.6351 62.8967 16.1927 62.34 15.6362C61.7976 15.0796 61.3836 14.4446 61.0982 13.731C60.8127 13.0032 60.67 12.2398 60.67 11.4406V10.9483C60.67 10.1348 60.8127 9.36423 61.0982 8.63643C61.3979 7.89436 61.8261 7.24505 62.3828 6.68849C62.9538 6.13194 63.6389 5.69669 64.4382 5.38273C65.2375 5.05451 66.1296 4.8904 67.1145 4.8904C68.128 4.8904 69.0272 5.05451 69.8123 5.38273C70.6116 5.69669 71.2896 6.13194 71.8463 6.68849C72.4029 7.24505 72.8312 7.89436 73.1309 8.63643C73.4306 9.36423 73.5805 10.1348 73.5805 10.9483V11.4406C73.5805 12.2398 73.4378 13.0032 73.1523 13.731C72.8668 14.4446 72.4458 15.0796 71.8891 15.6362C71.3467 16.1927 70.6758 16.6351 69.8765 16.9633C69.0772 17.2773 68.1565 17.4343 67.1145 17.4343ZM67.1145 14.5445C67.7854 14.5445 68.3421 14.4018 68.7846 14.1163C69.227 13.8309 69.5625 13.4314 69.7909 12.9176C70.0335 12.4039 70.1548 11.833 70.1548 11.2051C70.1548 10.5344 70.0335 9.94933 69.7909 9.44985C69.5482 8.93611 69.1985 8.5294 68.7417 8.22972C68.2993 7.93004 67.7569 7.78019 67.1145 7.78019C66.4865 7.78019 65.9441 7.93004 65.4873 8.22972C65.0306 8.5294 64.6809 8.93611 64.4382 9.44985C64.2098 9.94933 64.0956 10.5344 64.0956 11.2051C64.0956 11.833 64.2098 12.4039 64.4382 12.9176C64.6666 13.4314 65.0092 13.8309 65.4659 14.1163C65.9227 14.4018 66.4722 14.5445 67.1145 14.5445Z\" fill=\"black\"/>\\n<path d=\"M86.0977 17.4343C84.6846 17.4343 83.4927 17.2131 82.5221 16.7707C81.5515 16.314 80.8164 15.7004 80.3168 14.9298C79.8172 14.1449 79.5674 13.2458 79.5674 12.2326H82.9717C82.9717 12.6322 83.0788 13.0032 83.2929 13.3457C83.5213 13.6882 83.8638 13.9665 84.3206 14.1806C84.7773 14.3803 85.3697 14.4802 86.0977 14.4802C86.7543 14.4802 87.3038 14.3946 87.7463 14.2234C88.1888 14.0521 88.5242 13.8167 88.7526 13.517C88.9809 13.203 89.0951 12.8463 89.0951 12.4467C89.0951 11.9472 88.881 11.5548 88.4528 11.2694C88.0246 10.9697 87.3323 10.777 86.376 10.6914L85.1984 10.5844C83.6426 10.4559 82.4008 9.97073 81.473 9.12877C80.5452 8.2868 80.0813 7.17369 80.0813 5.78945C80.0813 4.7905 80.3168 3.92713 80.7878 3.19933C81.2731 2.47153 81.944 1.91498 82.8004 1.52967C83.6569 1.1301 84.6703 0.930307 85.8407 0.930307C87.0683 0.930307 88.1174 1.14437 88.9881 1.57248C89.8731 1.98633 90.551 2.57856 91.0221 3.34917C91.4931 4.10551 91.7286 4.99743 91.7286 6.02491H88.3029C88.3029 5.6396 88.2102 5.28998 88.0246 4.97602C87.839 4.6478 87.5607 4.38379 87.1896 4.184C86.8328 3.98422 86.3831 3.88432 85.8407 3.88432C85.3269 3.88432 84.8915 3.96994 84.5347 4.14119C84.1921 4.31244 83.9352 4.5479 83.7639 4.84759C83.5926 5.133 83.507 5.44695 83.507 5.78945C83.507 6.23183 83.664 6.61714 83.978 6.94536C84.292 7.27359 84.8059 7.46624 85.5196 7.52332L86.7186 7.63035C87.8605 7.73025 88.8668 7.97998 89.7374 8.37956C90.6081 8.76487 91.2862 9.30001 91.7715 9.985C92.271 10.6557 92.5208 11.4763 92.5208 12.4467C92.5208 13.4456 92.2568 14.3233 91.7286 15.0796C91.2148 15.8217 90.4797 16.3996 89.5233 16.8135C88.567 17.2273 87.4251 17.4343 86.0977 17.4343Z\" fill=\"black\"/>\\n<path d=\"M101.834 17.0275V13.5598H101.256V9.79235C101.256 9.19298 101.113 8.74346 100.828 8.44378C100.542 8.14409 100.086 7.99425 99.4577 7.99425C99.1437 7.99425 98.7297 8.00139 98.2159 8.01566C97.702 8.02993 97.1739 8.05134 96.6315 8.07988C96.0891 8.10842 95.5966 8.13696 95.1541 8.1655V5.2757C95.4824 5.24716 95.8678 5.21862 96.3103 5.19008C96.7528 5.16154 97.2096 5.14013 97.6806 5.12586C98.1516 5.11159 98.5941 5.10446 99.0081 5.10446C100.207 5.10446 101.213 5.2757 102.027 5.6182C102.855 5.96069 103.483 6.48157 103.911 7.18083C104.339 7.86582 104.553 8.75059 104.553 9.83516V17.0275H101.834ZM98.0874 17.3272C97.2452 17.3272 96.503 17.1774 95.8607 16.8777C95.2327 16.578 94.7402 16.1499 94.3834 15.5933C94.0265 15.0225 93.8481 14.3447 93.8481 13.5598C93.8481 12.7036 94.0694 12.0043 94.5118 11.462C94.9543 10.9055 95.5752 10.4987 96.3746 10.2419C97.1739 9.97073 98.0945 9.83516 99.1365 9.83516H101.642V11.7403H99.1151C98.5156 11.7403 98.0517 11.8901 97.7234 12.1898C97.4094 12.4752 97.2524 12.8677 97.2524 13.3671C97.2524 13.8381 97.4094 14.2234 97.7234 14.5231C98.0517 14.8085 98.5156 14.9512 99.1151 14.9512C99.5005 14.9512 99.8431 14.887 100.143 14.7585C100.457 14.6158 100.714 14.3803 100.914 14.0521C101.113 13.7239 101.228 13.2672 101.256 12.6821L102.635 13.3671C102.564 14.1806 102.886 15.3552 102.301 15.8074C101.642 16.5259 101.115 16.7279 100.544 17.0275C99.9876 17.3272 98.901 17.3272 98.0874 17.3272Z\" fill=\"black\"/>\\n<path d=\"M107.61 17.0275V1.40124H111.057V17.0275H107.61ZM107.61 3.92713V1.40124H111.057V3.92713H107.61Z\" fill=\"black\"/>\\n<path d=\"M119.043 17.1774C117.858 17.1774 116.902 17.0347 116.174 16.7493C115.446 16.4496 114.911 15.9572 114.568 15.2723C114.24 14.573 114.076 13.6311 114.076 12.4467V2.12904H117.266V12.5751C117.266 13.1317 117.408 13.5598 117.694 13.8595C117.994 14.1449 118.415 14.2876 118.957 14.2876H120.691V17.1774H119.043ZM114.076 8.13607V5.29711H120.691V8.13607H114.076Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dsIox.framer-14vvflq, .framer-dsIox .framer-14vvflq { display: block; }\",\".framer-dsIox.framer-spo617 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-dsIox .framer-1xhrsn7 { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-dsIox .framer-thonsr { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-dsIox .framer-1xsily6 { bottom: 3px; flex: none; height: 12px; position: absolute; right: 5px; width: 11px; }\",\".framer-dsIox .framer-v9u4jd { flex: none; height: 12px; left: 6px; position: absolute; top: 3px; width: 11px; }\",\".framer-dsIox .framer-15ki2ss { flex: none; height: 20px; position: relative; width: 123px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dsIox.framer-spo617 { gap: 0px; } .framer-dsIox.framer-spo617 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-dsIox.framer-spo617 > :first-child { margin-left: 0px; } .framer-dsIox.framer-spo617 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"POQsP_VaM\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAte70jXH5=withCSS(Component,css,\"framer-dsIox\");export default FramerAte70jXH5;FramerAte70jXH5.displayName=\"Logo 2\";FramerAte70jXH5.defaultProps={height:24,width:155};addPropertyControls(FramerAte70jXH5,{variant:{options:[\"tEH0nWcpr\",\"POQsP_VaM\"],optionTitles:[\"Variant 1\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAte70jXH5,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAte70jXH5\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"155\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"POQsP_VaM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ate70jXH5.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Xemvuu2Ax:{hover:true},YPBcvI9C4:{hover:true}};const cycleOrder=[\"YPBcvI9C4\",\"Xemvuu2Ax\"];const serializationHash=\"framer-j0MME\";const variantClassNames={Xemvuu2Ax:\"framer-v-fojxqe\",YPBcvI9C4:\"framer-v-1k3ajjh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"link-1\":\"YPBcvI9C4\",\"link-2\":\"Xemvuu2Ax\"};const getProps=({fontSize,height,id,link,name1,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,etjJOTLRG:link!==null&&link!==void 0?link:props.etjJOTLRG,m90g71yIs:(_ref=fontSize!==null&&fontSize!==void 0?fontSize:props.m90g71yIs)!==null&&_ref!==void 0?_ref:14,tOX3LA1Cc:(_ref1=name1!==null&&name1!==void 0?name1:props.tOX3LA1Cc)!==null&&_ref1!==void 0?_ref1:\"Work\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"YPBcvI9C4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,etjJOTLRG,tOX3LA1Cc,m90g71yIs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YPBcvI9C4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:etjJOTLRG,smoothScroll:true,...addPropertyOverrides({Xemvuu2Ax:{openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1k3ajjh\",className,classNames)} framer-4lmka2`,\"data-framer-name\":\"link-1\",layoutDependency:layoutDependency,layoutId:\"YPBcvI9C4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"Xemvuu2Ax-hover\":{\"data-framer-name\":undefined},\"YPBcvI9C4-hover\":{\"data-framer-name\":undefined},Xemvuu2Ax:{\"data-framer-name\":\"link-2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(119, 119, 119))\"},children:\"Work\"})}),className:\"framer-5v182o\",\"data-framer-name\":\"Work\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"n7IMatknd\",style:{\"--extracted-r6o4lv\":\"rgb(119, 119, 119)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-m90g71yIs-igzf_r2i7\":m90g71yIs},text:tOX3LA1Cc,variants:{\"Xemvuu2Ax-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"YPBcvI9C4-hover\":{\"--extracted-r6o4lv\":\"var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0))\"},Xemvuu2Ax:{\"--extracted-r6o4lv\":\"rgb(176, 176, 176)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Xemvuu2Ax-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Work\"})}),fonts:[\"Inter-Bold\"]},\"YPBcvI9C4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0)))\"},children:\"Work\"})}),fonts:[\"Inter-Bold\"]},Xemvuu2Ax:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-m90g71yIs-igzf_r2i7) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 176, 176))\"},children:\"Work\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-j0MME.framer-4lmka2, .framer-j0MME .framer-4lmka2 { display: block; }\",\".framer-j0MME.framer-1k3ajjh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-j0MME .framer-5v182o { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-j0MME.framer-1k3ajjh { gap: 0px; } .framer-j0MME.framer-1k3ajjh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-j0MME.framer-1k3ajjh > :first-child { margin-left: 0px; } .framer-j0MME.framer-1k3ajjh > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 17\n * @framerIntrinsicWidth 35\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Xemvuu2Ax\":{\"layout\":[\"auto\",\"auto\"]},\"Zx4BnD890\":{\"layout\":[\"auto\",\"auto\"]},\"R22H6tP29\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"etjJOTLRG\":\"link\",\"tOX3LA1Cc\":\"name1\",\"m90g71yIs\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerigzf_r2i7=withCSS(Component,css,\"framer-j0MME\");export default Framerigzf_r2i7;Framerigzf_r2i7.displayName=\"Link\";Framerigzf_r2i7.defaultProps={height:17,width:35};addPropertyControls(Framerigzf_r2i7,{variant:{options:[\"YPBcvI9C4\",\"Xemvuu2Ax\"],optionTitles:[\"link-1\",\"link-2\"],title:\"Variant\",type:ControlType.Enum},etjJOTLRG:{title:\"Link\",type:ControlType.Link},tOX3LA1Cc:{defaultValue:\"Work\",displayTextArea:false,title:\"Name\",type:ControlType.String},m90g71yIs:{defaultValue:14,title:\"Font Size\",type:ControlType.Number}});addFonts(Framerigzf_r2i7,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerigzf_r2i7\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"etjJOTLRG\\\":\\\"link\\\",\\\"tOX3LA1Cc\\\":\\\"name1\\\",\\\"m90g71yIs\\\":\\\"fontSize\\\"}\",\"framerIntrinsicHeight\":\"17\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Xemvuu2Ax\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Zx4BnD890\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"R22H6tP29\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"35\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./igzf_r2i7.map", "// Generated by Framer (e4277c8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={HFIKIKtFW:{hover:true},xyDlKETnA:{hover:true}};const cycleOrder=[\"HFIKIKtFW\",\"xyDlKETnA\"];const serializationHash=\"framer-wyqJg\";const variantClassNames={HFIKIKtFW:\"framer-v-n534jh\",xyDlKETnA:\"framer-v-17xicpd\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"HFIKIKtFW\",\"Variant 2\":\"xyDlKETnA\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,V8U4WGRBz:click!==null&&click!==void 0?click:props.V8U4WGRBz,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"HFIKIKtFW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,V8U4WGRBz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HFIKIKtFW\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11l381b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(V8U4WGRBz){const res=await V8U4WGRBz(...args);if(res===false)return false;}setVariant(\"xyDlKETnA\");});const onTap1e8y4xg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(V8U4WGRBz){const res=await V8U4WGRBz(...args);if(res===false)return false;}setVariant(\"HFIKIKtFW\");});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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-n534jh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HFIKIKtFW\",onTap:onTap11l381b,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 71, 71)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,...style},variants:{\"HFIKIKtFW-hover\":{backgroundColor:\"rgb(255, 255, 255)\"},\"xyDlKETnA-hover\":{backgroundColor:\"rgb(72, 72, 72)\"},xyDlKETnA:{\"--border-color\":\"rgb(72, 72, 72)\"}},...addPropertyOverrides({\"HFIKIKtFW-hover\":{\"data-framer-name\":undefined},\"xyDlKETnA-hover\":{\"data-framer-name\":undefined},xyDlKETnA:{\"data-framer-name\":\"Variant 2\",onTap:onTap1e8y4xg}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wwdhxp\",\"data-framer-name\":\"moon-02\",layoutDependency:layoutDependency,layoutId:\"BeAItsJh6\",style:{opacity:1,rotate:0},transformTemplate:transformTemplate1,variants:{xyDlKETnA:{opacity:0,rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4776nw\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I50:785;3463:407132\",style:{filter:\"none\",WebkitFilter:\"none\"},svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.6365 7.63758C12.7186 9.24778 10.9861 10.3334 8.99998 10.3334C6.05446 10.3334 3.66665 7.94557 3.66665 5.00006C3.66665 3.01381 4.75243 1.28117 6.36283 0.363281C2.97981 0.684044 0.333313 3.53291 0.333313 6.9999C0.333313 10.6818 3.31808 13.6666 6.99998 13.6666C10.4668 13.6666 13.3155 11.0203 13.6365 7.63758Z\" stroke=\"#E8E8E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',variants:{\"HFIKIKtFW-hover\":{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"}},withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k69yt7\",\"data-framer-name\":\"sun\",layoutDependency:layoutDependency,layoutId:\"mhDxdSa9h\",style:{opacity:0,rotate:-180},transformTemplate:transformTemplate2,variants:{\"xyDlKETnA-hover\":{opacity:1,rotate:0},xyDlKETnA:{opacity:1,rotate:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-60xbln\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I55:8319;3463:407156\",style:{filter:\"none\",WebkitFilter:\"none\"},svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7 0.333008V1.66634M7 12.333V13.6663M1.66667 6.99967H0.333336M3.20941 3.20909L2.2666 2.26628M10.7906 3.20909L11.7334 2.26628M3.20941 10.793L2.2666 11.7358M10.7906 10.793L11.7334 11.7358M13.6667 6.99967H12.3333M10.3333 6.99967C10.3333 8.84062 8.84095 10.333 7 10.333C5.15905 10.333 3.66667 8.84062 3.66667 6.99967C3.66667 5.15873 5.15905 3.66634 7 3.66634C8.84095 3.66634 10.3333 5.15873 10.3333 6.99967Z\" stroke=\"black\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',variants:{\"xyDlKETnA-hover\":{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"}},withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wyqJg.framer-1todgzs, .framer-wyqJg .framer-1todgzs { display: block; }\",\".framer-wyqJg.framer-n534jh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 32px; min-width: 32px; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-wyqJg .framer-wwdhxp { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; width: 16px; z-index: 1; }\",\".framer-wyqJg .framer-4776nw, .framer-wyqJg .framer-60xbln { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-wyqJg .framer-1k69yt7 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 8px; top: 50%; width: 16px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyqJg.framer-n534jh, .framer-wyqJg .framer-wwdhxp, .framer-wyqJg .framer-1k69yt7 { gap: 0px; } .framer-wyqJg.framer-n534jh > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wyqJg.framer-n534jh > :first-child, .framer-wyqJg .framer-wwdhxp > :first-child, .framer-wyqJg .framer-1k69yt7 > :first-child { margin-left: 0px; } .framer-wyqJg.framer-n534jh > :last-child, .framer-wyqJg .framer-wwdhxp > :last-child, .framer-wyqJg .framer-1k69yt7 > :last-child { margin-right: 0px; } .framer-wyqJg .framer-wwdhxp > *, .framer-wyqJg .framer-1k69yt7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-wyqJg[data-border=\"true\"]::after, .framer-wyqJg [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 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xyDlKETnA\":{\"layout\":[\"auto\",\"auto\"]},\"eO3DLEjg0\":{\"layout\":[\"auto\",\"auto\"]},\"NkNKgu_0y\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"V8U4WGRBz\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNuIDxNaJk=withCSS(Component,css,\"framer-wyqJg\");export default FramerNuIDxNaJk;FramerNuIDxNaJk.displayName=\"SwitchTheme\";FramerNuIDxNaJk.defaultProps={height:32,width:32};addPropertyControls(FramerNuIDxNaJk,{variant:{options:[\"HFIKIKtFW\",\"xyDlKETnA\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},V8U4WGRBz:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerNuIDxNaJk,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNuIDxNaJk\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xyDlKETnA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eO3DLEjg0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NkNKgu_0y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"32\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"32\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"V8U4WGRBz\\\":\\\"click\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NuIDxNaJk.map", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dCPbBt_51:{hover:true},qOURdO2JD:{hover:true},ZKFObGdGU:{hover:true}};const cycleOrder=[\"dCPbBt_51\",\"qOURdO2JD\",\"ZKFObGdGU\"];const serializationHash=\"framer-vkjFj\";const variantClassNames={dCPbBt_51:\"framer-v-1ftm8rm\",qOURdO2JD:\"framer-v-1wi23u9\",ZKFObGdGU:\"framer-v-17w3m04\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:.6,ease:[0,.47,.56,1],type:\"tween\"};const transition3={delay:.1,duration:.6,ease:[0,.47,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition4={delay:0,duration:.6,ease:[.12,.23,.41,1],type:\"tween\"};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"dCPbBt_51\",\"Variant 2\":\"qOURdO2JD\",\"Variant 3\":\"ZKFObGdGU\"};const getProps=({height,id,invert,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,ANsxj17mB:link!==null&&link!==void 0?link:props.ANsxj17mB,EKbPOjiSr:(_ref=title!==null&&title!==void 0?title:props.EKbPOjiSr)!==null&&_ref!==void 0?_ref:\"Book a call\",EUaV5Go_4:invert!==null&&invert!==void 0?invert:props.EUaV5Go_4,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"dCPbBt_51\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ANsxj17mB,EKbPOjiSr,EUaV5Go_4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dCPbBt_51\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"ZKFObGdGU-hover\")return false;if(baseVariant===\"ZKFObGdGU\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ANsxj17mB,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ftm8rm\",className,classNames)} framer-16yjzyk`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"dCPbBt_51\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 71, 71)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,...style},variants:{\"ZKFObGdGU-hover\":{backgroundColor:\"rgb(255, 255, 255)\"},qOURdO2JD:{\"--border-color\":\"rgb(72, 72, 72)\"}},...addPropertyOverrides({\"dCPbBt_51-hover\":{\"data-framer-name\":undefined},\"qOURdO2JD-hover\":{\"data-framer-name\":undefined},\"ZKFObGdGU-hover\":{\"data-framer-name\":undefined},qOURdO2JD:{\"data-framer-name\":\"Variant 2\"},ZKFObGdGU:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({\"dCPbBt_51-hover\":{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\"',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(255, 255, 255, 1))\"},children:\"Book a call\"})})}),className:\"framer-1hbn297\",\"data-framer-name\":\"Book a call\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ofde1Ovt5\",style:{\"--extracted-1w3ko1f\":\"rgba(255, 255, 255, 1)\",\"--framer-paragraph-spacing\":\"0px\"},text:EKbPOjiSr,variants:{\"qOURdO2JD-hover\":{\"--extracted-r6o4lv\":\"var(--token-59a6a85f-9bd4-4ad7-890e-30b9f14a6e2b, rgb(255, 255, 255))\"},qOURdO2JD:{\"--extracted-r6o4lv\":\"var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"dCPbBt_51-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Book a call\"})})},\"qOURdO2JD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-59a6a85f-9bd4-4ad7-890e-30b9f14a6e2b, rgb(255, 255, 255)))\"},children:\"Book a call\"})})},qOURdO2JD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0)))\"},children:\"Book a call\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m3570\",layoutDependency:layoutDependency,layoutId:\"TS1wfn52q\",style:{backgroundColor:\"rgb(255, 255, 255)\"},variants:{\"qOURdO2JD-hover\":{backgroundColor:\"var(--token-91777609-aa24-456f-ac63-755b970cddfe, rgb(0, 0, 0))\"}}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-109591t\",\"data-framer-name\":\"phone\",layoutDependency:layoutDependency,layoutId:\"Kdfx4W3nd\",style:{filter:\"none\",WebkitFilter:\"none\"},variants:{\"qOURdO2JD-hover\":{filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},qOURdO2JD:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"}},children:/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lkfqe9\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"I50:782;3463:406309\",style:{filter:\"none\",WebkitFilter:\"none\"},svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.58685 4.90223C5.05085 5.86865 5.68337 6.77441 6.48443 7.57546C7.28548 8.37651 8.19124 9.00904 9.15765 9.47304C9.24078 9.51295 9.28234 9.5329 9.33494 9.54824C9.52184 9.60272 9.75135 9.56358 9.90963 9.45024C9.95417 9.41835 9.99228 9.38024 10.0685 9.30404C10.3016 9.07097 10.4181 8.95443 10.5353 8.87824C10.9772 8.59091 11.5469 8.59091 11.9889 8.87824C12.106 8.95443 12.2226 9.07097 12.4556 9.30404L12.5856 9.43395C12.9398 9.78824 13.117 9.96539 13.2132 10.1556C13.4046 10.534 13.4046 10.9809 13.2132 11.3592C13.117 11.5495 12.9399 11.7266 12.5856 12.0809L12.4805 12.186C12.1274 12.5391 11.9508 12.7156 11.7108 12.8505C11.4445 13.0001 11.0308 13.1077 10.7253 13.1068C10.45 13.1059 10.2619 13.0525 9.8856 12.9457C7.86333 12.3718 5.95509 11.2888 4.36311 9.69678C2.77112 8.10479 1.68814 6.19655 1.11416 4.17429C1.00735 3.79799 0.953949 3.60984 0.953131 3.33455C0.952222 3.02906 1.0598 2.6154 1.20941 2.34907C1.34424 2.10904 1.52078 1.9325 1.87386 1.57942L1.97895 1.47433C2.33325 1.12004 2.5104 0.94289 2.70065 0.84666C3.07903 0.65528 3.52587 0.65528 3.90424 0.84666C4.0945 0.94289 4.27164 1.12004 4.62594 1.47433L4.75585 1.60424C4.98892 1.83732 5.10546 1.95385 5.18165 2.07104C5.46898 2.51296 5.46898 3.08268 5.18165 3.52461C5.10546 3.6418 4.98892 3.75833 4.75585 3.9914C4.67964 4.06761 4.64154 4.10571 4.60965 4.15026C4.4963 4.30854 4.45717 4.53805 4.51165 4.72495C4.52698 4.77754 4.54694 4.81911 4.58685 4.90223Z\" stroke=\"#E8E8E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',variants:{\"dCPbBt_51-hover\":{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},\"ZKFObGdGU-hover\":{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},ZKFObGdGU:{filter:`invert(${parseFloat(EUaV5Go_4)/100})`,WebkitFilter:`invert(${parseFloat(EUaV5Go_4)/100})`}},withExternalLayout:true})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vkjFj.framer-16yjzyk, .framer-vkjFj .framer-16yjzyk { display: block; }\",\".framer-vkjFj.framer-1ftm8rm { 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 16px 8px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-vkjFj .framer-1hbn297 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-vkjFj .framer-1m3570 { flex: none; height: 166%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(187.50000000000003% - 165.625% / 2); width: 100%; z-index: 0; }\",\".framer-vkjFj .framer-109591t { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 16px; z-index: 1; }\",\".framer-vkjFj .framer-1lkfqe9 { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vkjFj.framer-1ftm8rm, .framer-vkjFj .framer-109591t { gap: 0px; } .framer-vkjFj.framer-1ftm8rm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-vkjFj.framer-1ftm8rm > :first-child { margin-left: 0px; } .framer-vkjFj.framer-1ftm8rm > :last-child { margin-right: 0px; } .framer-vkjFj .framer-109591t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-vkjFj .framer-109591t > :first-child { margin-top: 0px; } .framer-vkjFj .framer-109591t > :last-child { margin-bottom: 0px; } }\",\".framer-vkjFj.framer-v-17w3m04.framer-1ftm8rm { width: 32px; }\",\".framer-vkjFj.framer-v-1ftm8rm.hover .framer-1m3570 { top: calc(43.75000000000002% - 165.625% / 2); }\",\".framer-vkjFj.framer-v-1wi23u9.hover .framer-1m3570 { top: calc(50.00000000000002% - 165.625% / 2); }\",'.framer-vkjFj[data-border=\"true\"]::after, .framer-vkjFj [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 118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"qOURdO2JD\":{\"layout\":[\"auto\",\"auto\"]},\"ZKFObGdGU\":{\"layout\":[\"fixed\",\"auto\"]},\"o0T7g9vMD\":{\"layout\":[\"auto\",\"auto\"]},\"avE4_muJq\":{\"layout\":[\"auto\",\"auto\"]},\"npHs3veiJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ANsxj17mB\":\"link\",\"EKbPOjiSr\":\"title\",\"EUaV5Go_4\":\"invert\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW_ZZYtKRE=withCSS(Component,css,\"framer-vkjFj\");export default FramerW_ZZYtKRE;FramerW_ZZYtKRE.displayName=\"Button\";FramerW_ZZYtKRE.defaultProps={height:32,width:118};addPropertyControls(FramerW_ZZYtKRE,{variant:{options:[\"dCPbBt_51\",\"qOURdO2JD\",\"ZKFObGdGU\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},ANsxj17mB:{title:\"Link\",type:ControlType.Link},EKbPOjiSr:{defaultValue:\"Book a call\",displayTextArea:false,title:\"Title\",type:ControlType.String},EUaV5Go_4:{defaultValue:0,title:\"Invert\",type:ControlType.Number}});addFonts(FramerW_ZZYtKRE,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW_ZZYtKRE\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ANsxj17mB\\\":\\\"link\\\",\\\"EKbPOjiSr\\\":\\\"title\\\",\\\"EUaV5Go_4\\\":\\\"invert\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerIntrinsicWidth\":\"118\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qOURdO2JD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZKFObGdGU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o0T7g9vMD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"avE4_muJq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"npHs3veiJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W_ZZYtKRE.map", "// Generated by Framer (e4277c8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-7as4w .framer-styles-preset-xgparl:not(.rich-text-wrapper), .framer-7as4w .framer-styles-preset-xgparl.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #777777; --framer-link-text-decoration: none; }\"];export const className=\"framer-7as4w\";\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\"}}}", "// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"hYnjFxBJG\",\"TpWJR6K7A\",\"bnrFhu4Oj\"];const serializationHash=\"framer-RnSlt\";const variantClassNames={bnrFhu4Oj:\"framer-v-1n62op2\",hYnjFxBJG:\"framer-v-19nt2qx\",TpWJR6K7A:\"framer-v-6si7sv\"};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 humanReadableVariantMap={\"Variant 1\":\"hYnjFxBJG\",\"Variant 2\":\"TpWJR6K7A\",\"Variant 3\":\"bnrFhu4Oj\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"hYnjFxBJG\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hYnjFxBJG\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"bnrFhu4Oj\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-19nt2qx\",className,classNames)} framer-1ndcwee`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hYnjFxBJG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bnrFhu4Oj:{\"data-framer-name\":\"Variant 3\"},TpWJR6K7A:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8u8y32\",layoutDependency:layoutDependency,layoutId:\"cs4I6YVfJ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1efes7o\",\"data-framer-name\":\"Webclip\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HZufHoaII\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.999 24 C 18.626 24 23.998 18.627 23.998 12 C 23.998 5.373 18.626 0 11.999 0 C 5.372 0 0 5.373 0 12 C 0 18.627 5.372 24 11.999 24 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11772181682,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qnhusw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"rqGOdAmV3\",svg:'<svg width=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.72173 0C10.3599 2.13308 10.7726 5.99807 8.6397 8.64031C6.50678 11.2825 2.64205 11.6914 0 9.55834\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ejuyft\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"i2KM58Nw1\",style:{rotate:180},svg:'<svg width=\"10\" height=\"11\" viewBox=\"0 0 10 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.72173 0C10.3599 2.13308 10.7726 5.99807 8.6397 8.64031C6.50678 11.2825 2.64205 11.6914 0 9.55834\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-hk31qc\",\"data-framer-name\":\"Studio Salt\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:123,layoutDependency:layoutDependency,layoutId:\"lxLehly50\",svg:'<svg width=\"123\" height=\"20\" viewBox=\"-1 -1 123 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.45795 17.4343C6.04486 17.4343 4.853 17.2131 3.88239 16.7707C2.91178 16.314 2.17668 15.7004 1.6771 14.9298C1.17752 14.1449 0.927734 13.2458 0.927734 12.2326H4.33201C4.33201 12.6322 4.43906 13.0032 4.65317 13.3457C4.88155 13.6882 5.22412 13.9665 5.68088 14.1806C6.13763 14.3803 6.72999 14.4802 7.45795 14.4802C8.11454 14.4802 8.66408 14.3946 9.10656 14.2234C9.54905 14.0521 9.88448 13.8167 10.1129 13.517C10.3412 13.203 10.4554 12.8463 10.4554 12.4467C10.4554 11.9472 10.2413 11.5548 9.81311 11.2694C9.3849 10.9697 8.69263 10.777 7.73629 10.6914L6.55871 10.5844C5.00287 10.4559 3.76106 9.97073 2.83327 9.12877C1.90548 8.2868 1.44159 7.17369 1.44159 5.78945C1.44159 4.7905 1.6771 3.92713 2.14814 3.19933C2.63344 2.47153 3.30431 1.91498 4.16073 1.52967C5.01715 1.1301 6.03058 0.930307 7.20102 0.930307C8.42856 0.930307 9.47768 1.14437 10.3484 1.57248C11.2333 1.98633 11.9113 2.57856 12.3824 3.34917C12.8534 4.10552 13.0889 4.99743 13.0889 6.02491H9.66324C9.66324 5.63961 9.57046 5.28998 9.3849 4.97602C9.19934 4.6478 8.92101 4.38379 8.54989 4.184C8.19305 3.98422 7.74343 3.88432 7.20102 3.88432C6.68717 3.88432 6.25182 3.96994 5.89498 4.14119C5.55241 4.31244 5.29549 4.5479 5.1242 4.84759C4.95292 5.133 4.86727 5.44695 4.86727 5.78945C4.86727 6.23183 5.02429 6.61714 5.33831 6.94536C5.65233 7.27359 6.16618 7.46624 6.87987 7.52332L8.07886 7.63035C9.22075 7.73025 10.227 7.97998 11.0977 8.37956C11.9684 8.76487 12.6464 9.30001 13.1317 9.985C13.6313 10.6557 13.8811 11.4763 13.8811 12.4467C13.8811 13.4456 13.6171 14.3233 13.0889 15.0796C12.5751 15.8217 11.84 16.3996 10.8836 16.8135C9.9273 17.2273 8.78541 17.4343 7.45795 17.4343Z\" fill=\"white\"/>\\n<path d=\"M21.4389 17.1774C20.2542 17.1774 19.2978 17.0347 18.5699 16.7493C17.8419 16.4496 17.3066 15.9572 16.9641 15.2723C16.6358 14.573 16.4716 13.6311 16.4716 12.4467V2.12904H19.6618V12.5751C19.6618 13.1317 19.8045 13.5598 20.09 13.8595C20.3898 14.1449 20.8108 14.2876 21.3532 14.2876H23.0875V17.1774H21.4389ZM16.4716 8.13607V5.29711H23.0875V8.13607H16.4716Z\" fill=\"white\"/>\\n<path d=\"M29.3521 17.3914C27.9961 17.3914 26.9541 16.9562 26.2261 16.0857C25.4982 15.2009 25.1342 13.8737 25.1342 12.1042V5.29711H28.5599V12.2754C28.5599 12.9033 28.7383 13.4028 29.0951 13.7738C29.452 14.1449 29.9302 14.3304 30.5297 14.3304C31.1434 14.3304 31.643 14.1377 32.0284 13.7524C32.4138 13.3671 32.6065 12.8463 32.6065 12.1898V5.29711H36.0322V17.0275H33.313V12.0828L34.189 12.6607C34.189 13.8452 34.1993 14.4731 33.8853 15.2723C33.5855 16.0571 32.8957 16.4282 32.2962 16.8135C31.6967 17.1988 30.3869 17.3914 29.5019 17.3914H29.3521Z\" fill=\"white\"/>\\n<path d=\"M44.0297 17.4128C43.2018 17.4128 42.4453 17.263 41.7602 16.9633C41.0893 16.6636 40.5041 16.2498 40.0045 15.7218C39.5049 15.1795 39.1195 14.5445 38.8483 13.8167C38.5914 13.0889 38.4629 12.304 38.4629 11.462V10.9697C38.4629 10.1277 38.5843 9.34283 38.8269 8.61503C39.0838 7.88722 39.4478 7.25218 39.9188 6.7099C40.4042 6.15335 40.9822 5.72523 41.6531 5.42555C42.324 5.11159 43.0733 4.95462 43.9012 4.95462C44.8433 4.95462 45.4269 5.21514 46.342 5.57539C47.1832 5.90653 48.0334 6.86333 48.4188 7.66248C48.8042 8.44737 48.5473 9.12877 48.5901 10.2847L47.6909 9.44986V1.40124H51.138V17.0275H48.4188V12.1684L49.7759 12.9818C49.7331 14.0949 49.7112 14.8 48.7723 15.6362C48.4166 15.9529 48.1091 16.275 46.9323 16.8603C46.0667 17.2909 44.9575 17.4128 44.0297 17.4128ZM44.8861 14.5445C45.4142 14.5445 45.8924 14.4303 46.3206 14.202C46.7631 13.9594 47.1128 13.6097 47.3697 13.1531C47.6409 12.6964 47.7765 12.147 47.7765 11.5048V10.7128C47.7765 10.0849 47.6409 9.55688 47.3697 9.12877C47.0985 8.70065 46.7417 8.37242 46.2992 8.1441C45.8567 7.91577 45.3785 7.8016 44.8647 7.8016C44.2937 7.8016 43.7799 7.95144 43.3231 8.25112C42.8806 8.53654 42.5309 8.93611 42.274 9.44986C42.0171 9.94933 41.8886 10.5344 41.8886 11.2051C41.8886 11.8901 42.0171 12.4824 42.274 12.9818C42.5309 13.4813 42.8878 13.8666 43.3445 14.1377C43.8013 14.4089 44.3151 14.5445 44.8861 14.5445Z\" fill=\"white\"/>\\n<path d=\"M54.8019 17.0275V5.29711H58.2275V17.0275H54.8019ZM54.8019 7.82301V5.29711H58.2275V7.82301H54.8019ZM56.4638 4.14119C55.8215 4.14119 55.3434 3.97708 55.0293 3.64886C54.7296 3.30636 54.5797 2.87824 54.5797 2.3645C54.5797 1.83649 54.7296 1.40837 55.0293 1.08015C55.3434 0.737653 55.8215 0.566406 56.4638 0.566406C57.1062 0.566406 57.5772 0.737653 57.8769 1.08015C58.191 1.40837 58.348 1.83649 58.348 2.3645C58.348 2.87824 58.191 3.30636 57.8769 3.64886C57.5772 3.97708 57.1062 4.14119 56.4638 4.14119Z\" fill=\"white\"/>\\n<path d=\"M67.1126 17.4343C66.0849 17.4343 65.1714 17.2773 64.372 16.9633C63.5727 16.6351 62.8947 16.1927 62.338 15.6362C61.7956 15.0796 61.3817 14.4446 61.0962 13.731C60.8107 13.0032 60.668 12.2398 60.668 11.4406V10.9483C60.668 10.1348 60.8107 9.36423 61.0962 8.63643C61.396 7.89436 61.8242 7.24505 62.3809 6.68849C62.9518 6.13194 63.6369 5.69669 64.4363 5.38273C65.2356 5.05451 66.1277 4.8904 67.1126 4.8904C68.126 4.8904 69.0253 5.05451 69.8103 5.38273C70.6096 5.69669 71.2876 6.13194 71.8443 6.68849C72.401 7.24505 72.8292 7.89436 73.1289 8.63643C73.4287 9.36423 73.5786 10.1348 73.5786 10.9483V11.4406C73.5786 12.2398 73.4358 13.0032 73.1504 13.731C72.8649 14.4446 72.4438 15.0796 71.8871 15.6362C71.3447 16.1927 70.6739 16.6351 69.8745 16.9633C69.0752 17.2773 68.1546 17.4343 67.1126 17.4343ZM67.1126 14.5445C67.7834 14.5445 68.3401 14.4018 68.7826 14.1163C69.2251 13.8309 69.5605 13.4314 69.7889 12.9176C70.0316 12.4039 70.1529 11.833 70.1529 11.2051C70.1529 10.5344 70.0316 9.94933 69.7889 9.44986C69.5462 8.93611 69.1965 8.5294 68.7398 8.22972C68.2973 7.93004 67.7549 7.7802 67.1126 7.7802C66.4845 7.7802 65.9421 7.93004 65.4854 8.22972C65.0286 8.5294 64.6789 8.93611 64.4363 9.44986C64.2079 9.94933 64.0937 10.5344 64.0937 11.2051C64.0937 11.833 64.2079 12.4039 64.4363 12.9176C64.6646 13.4314 65.0072 13.8309 65.464 14.1163C65.9207 14.4018 66.4703 14.5445 67.1126 14.5445Z\" fill=\"white\"/>\\n<path d=\"M86.0957 17.4343C84.6826 17.4343 83.4908 17.2131 82.5201 16.7707C81.5495 16.314 80.8144 15.7004 80.3149 14.9298C79.8153 14.1449 79.5655 13.2458 79.5655 12.2326H82.9698C82.9698 12.6322 83.0768 13.0032 83.2909 13.3457C83.5193 13.6882 83.8619 13.9665 84.3186 14.1806C84.7754 14.3803 85.3678 14.4802 86.0957 14.4802C86.7523 14.4802 87.3018 14.3946 87.7443 14.2234C88.1868 14.0521 88.5222 13.8167 88.7506 13.517C88.979 13.203 89.0932 12.8463 89.0932 12.4467C89.0932 11.9472 88.8791 11.5548 88.4509 11.2694C88.0227 10.9697 87.3304 10.777 86.374 10.6914L85.1965 10.5844C83.6406 10.4559 82.3988 9.97073 81.471 9.12877C80.5432 8.2868 80.0793 7.17369 80.0793 5.78945C80.0793 4.7905 80.3149 3.92713 80.7859 3.19933C81.2712 2.47153 81.9421 1.91498 82.7985 1.52967C83.6549 1.1301 84.6683 0.930307 85.8388 0.930307C87.0663 0.930307 88.1154 1.14437 88.9861 1.57248C89.8711 1.98633 90.5491 2.57856 91.0201 3.34917C91.4912 4.10552 91.7267 4.99743 91.7267 6.02491H88.301C88.301 5.63961 88.2082 5.28998 88.0227 4.97602C87.8371 4.6478 87.5588 4.38379 87.1876 4.184C86.8308 3.98422 86.3812 3.88432 85.8388 3.88432C85.3249 3.88432 84.8896 3.96994 84.5327 4.14119C84.1902 4.31244 83.9332 4.5479 83.762 4.84759C83.5907 5.133 83.505 5.44695 83.505 5.78945C83.505 6.23183 83.662 6.61714 83.9761 6.94536C84.2901 7.27359 84.8039 7.46624 85.5176 7.52332L86.7166 7.63035C87.8585 7.73025 88.8648 7.97998 89.7355 8.37956C90.6062 8.76487 91.2842 9.30001 91.7695 9.985C92.2691 10.6557 92.5189 11.4763 92.5189 12.4467C92.5189 13.4456 92.2548 14.3233 91.7267 15.0796C91.2128 15.8217 90.4777 16.3996 89.5214 16.8135C88.5651 17.2273 87.4232 17.4343 86.0957 17.4343Z\" fill=\"white\"/>\\n<path d=\"M101.832 17.0275V13.5598H101.254V9.79235C101.254 9.19298 101.111 8.74346 100.826 8.44378C100.541 8.1441 100.084 7.99425 99.4557 7.99425C99.1417 7.99425 98.7278 8.00139 98.2139 8.01566C97.7001 8.02993 97.1719 8.05134 96.6295 8.07988C96.0871 8.10842 95.5947 8.13696 95.1522 8.1655V5.2757C95.4805 5.24716 95.8659 5.21862 96.3084 5.19008C96.7509 5.16154 97.2076 5.14013 97.6786 5.12586C98.1497 5.11159 98.5922 5.10446 99.0061 5.10446C100.205 5.10446 101.211 5.2757 102.025 5.6182C102.853 5.96069 103.481 6.48157 103.909 7.18083C104.337 7.86582 104.551 8.7506 104.551 9.83516V17.0275H101.832ZM98.0854 17.3272C97.2433 17.3272 96.5011 17.1774 95.8587 16.8777C95.2307 16.578 94.7383 16.1499 94.3814 15.5933C94.0246 15.0225 93.8462 14.3447 93.8462 13.5598C93.8462 12.7036 94.0674 12.0043 94.5099 11.462C94.9524 10.9055 95.5733 10.4987 96.3726 10.2419C97.1719 9.97073 98.0926 9.83516 99.1346 9.83516H101.64V11.7403H99.1131C98.5136 11.7403 98.0498 11.8901 97.7215 12.1898C97.4074 12.4752 97.2504 12.8677 97.2504 13.3671C97.2504 13.8381 97.4074 14.2234 97.7215 14.5231C98.0498 14.8085 98.5136 14.9512 99.1131 14.9512C99.4985 14.9512 99.8411 14.887 100.141 14.7585C100.455 14.6158 100.712 14.3803 100.912 14.0521C101.111 13.7239 101.226 13.2672 101.254 12.6821L102.633 13.3671C102.562 14.1806 102.884 15.3552 102.299 15.8074C101.64 16.5259 101.113 16.7279 100.542 17.0275C99.9856 17.3272 98.899 17.3272 98.0854 17.3272Z\" fill=\"white\"/>\\n<path d=\"M107.608 17.0275V1.40124H111.055V17.0275H107.608ZM107.608 3.92713V1.40124H111.055V3.92713H107.608Z\" fill=\"white\"/>\\n<path d=\"M119.041 17.1774C117.856 17.1774 116.9 17.0347 116.172 16.7493C115.444 16.4496 114.909 15.9572 114.566 15.2723C114.238 14.573 114.074 13.6311 114.074 12.4467V2.12904H117.264V12.5751C117.264 13.1317 117.407 13.5598 117.692 13.8595C117.992 14.1449 118.413 14.2876 118.955 14.2876H120.689V17.1774H119.041ZM114.074 8.13607V5.29711H120.689V8.13607H114.074Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RnSlt.framer-1ndcwee, .framer-RnSlt .framer-1ndcwee { display: block; }\",\".framer-RnSlt.framer-19nt2qx { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-RnSlt .framer-8u8y32 { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-RnSlt .framer-1efes7o { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-RnSlt .framer-1qnhusw { flex: none; height: 12px; left: 8px; position: absolute; top: calc(54.166666666666686% - 12px / 2); width: 11px; }\",\".framer-RnSlt .framer-1ejuyft { flex: none; height: 12px; left: 5px; position: absolute; top: calc(45.83333333333336% - 12px / 2); width: 11px; }\",\".framer-RnSlt .framer-hk31qc { flex: none; height: 20px; position: relative; width: 123px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RnSlt.framer-19nt2qx { gap: 0px; } .framer-RnSlt.framer-19nt2qx > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-RnSlt.framer-19nt2qx > :first-child { margin-left: 0px; } .framer-RnSlt.framer-19nt2qx > :last-child { margin-right: 0px; } }\",\".framer-RnSlt.framer-v-6si7sv .framer-1qnhusw, .framer-RnSlt.framer-v-1n62op2 .framer-1qnhusw { left: 7px; top: calc(62.50000000000002% - 12px / 2); }\",\".framer-RnSlt.framer-v-6si7sv .framer-1ejuyft, .framer-RnSlt.framer-v-1n62op2 .framer-1ejuyft { left: calc(45.83333333333336% - 11px / 2); top: 3px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TpWJR6K7A\":{\"layout\":[\"auto\",\"auto\"]},\"bnrFhu4Oj\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerR2u8SCLgb=withCSS(Component,css,\"framer-RnSlt\");export default FramerR2u8SCLgb;FramerR2u8SCLgb.displayName=\"Logo\";FramerR2u8SCLgb.defaultProps={height:24,width:155};addPropertyControls(FramerR2u8SCLgb,{variant:{options:[\"hYnjFxBJG\",\"TpWJR6K7A\",\"bnrFhu4Oj\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerR2u8SCLgb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR2u8SCLgb\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TpWJR6K7A\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bnrFhu4Oj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"155\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./R2u8SCLgb.map", "// Generated by Framer (1be12e0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dDB4Si5O4:{hover:true},HdtznTWl5:{hover:true}};const cycleOrder=[\"HdtznTWl5\",\"dDB4Si5O4\",\"FR_UAVnk3\",\"erp3gStHG\"];const serializationHash=\"framer-mLRYb\";const variantClassNames={dDB4Si5O4:\"framer-v-118v9pw\",erp3gStHG:\"framer-v-ol516s\",FR_UAVnk3:\"framer-v-179xndh\",HdtznTWl5:\"framer-v-ffe61v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:.1,duration:.6,ease:[0,.47,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition3={delay:0,duration:.6,ease:[.12,.23,.41,1],type:\"tween\"};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"mobile-black\":\"erp3gStHG\",\"mobile-white\":\"FR_UAVnk3\",\"Variant 1\":\"HdtznTWl5\",\"Variant 2\":\"dDB4Si5O4\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,ANsxj17mB:link!==null&&link!==void 0?link:props.ANsxj17mB,EKbPOjiSr:(_ref=title!==null&&title!==void 0?title:props.EKbPOjiSr)!==null&&_ref!==void 0?_ref:\"Book a call\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"HdtznTWl5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ANsxj17mB,EKbPOjiSr,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HdtznTWl5\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ANsxj17mB,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ffe61v\",className,classNames)} framer-1348p20`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HdtznTWl5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:200,borderBottomRightRadius:200,borderTopLeftRadius:200,borderTopRightRadius:200,...style},variants:{\"HdtznTWl5-hover\":{\"--border-color\":\"rgba(255, 255, 255, 0.2)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},dDB4Si5O4:{\"--border-color\":\"rgba(255, 255, 255, 0.2)\",backgroundColor:\"rgb(0, 0, 0)\"},erp3gStHG:{\"--border-color\":\"rgba(255, 255, 255, 0.2)\",backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"dDB4Si5O4-hover\":{\"data-framer-name\":undefined},\"HdtznTWl5-hover\":{\"data-framer-name\":undefined},dDB4Si5O4:{\"data-framer-name\":\"Variant 2\"},erp3gStHG:{\"data-framer-name\":\"mobile-black\"},FR_UAVnk3:{\"data-framer-name\":\"mobile-white\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Book a call\"})}),className:\"framer-1jesvmn\",\"data-framer-name\":\"Book a call\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gb4Js5ePh\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:EKbPOjiSr,variants:{\"HdtznTWl5-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},dDB4Si5O4:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},erp3gStHG:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"dDB4Si5O4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"Book a call\"})})},\"HdtznTWl5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a call\"})})},dDB4Si5O4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a call\"})})},erp3gStHG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Book a call\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8rsbqf\",\"data-framer-name\":\"phone\",layoutDependency:layoutDependency,layoutId:\"drlneSEFo\",style:{filter:\"none\",rotateY:180,WebkitFilter:\"none\"},variants:{\"dDB4Si5O4-hover\":{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"}},children:/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c3pr07\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"vIkM_CAOE\",style:{filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},svg:'<svg width=\"16\" height=\"16\" viewBox=\"-1 -1 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.58685 4.90223C5.05085 5.86865 5.68337 6.77441 6.48443 7.57546C7.28548 8.37651 8.19124 9.00904 9.15765 9.47304C9.24078 9.51295 9.28234 9.5329 9.33494 9.54824C9.52184 9.60272 9.75135 9.56358 9.90963 9.45024C9.95417 9.41835 9.99228 9.38024 10.0685 9.30404C10.3016 9.07097 10.4181 8.95443 10.5353 8.87824C10.9772 8.59091 11.5469 8.59091 11.9889 8.87824C12.106 8.95443 12.2226 9.07097 12.4556 9.30404L12.5856 9.43395C12.9398 9.78824 13.117 9.96539 13.2132 10.1556C13.4046 10.534 13.4046 10.9809 13.2132 11.3592C13.117 11.5495 12.9399 11.7266 12.5856 12.0809L12.4805 12.186C12.1274 12.5391 11.9508 12.7156 11.7108 12.8505C11.4445 13.0001 11.0308 13.1077 10.7253 13.1068C10.45 13.1059 10.2619 13.0525 9.8856 12.9457C7.86333 12.3718 5.95509 11.2888 4.36311 9.69678C2.77112 8.10479 1.68814 6.19655 1.11416 4.17429C1.00735 3.79799 0.953949 3.60984 0.953131 3.33455C0.952222 3.02906 1.0598 2.6154 1.20941 2.34907C1.34424 2.10904 1.52078 1.9325 1.87386 1.57942L1.97895 1.47433C2.33325 1.12004 2.5104 0.94289 2.70065 0.84666C3.07903 0.65528 3.52587 0.65528 3.90424 0.84666C4.0945 0.94289 4.27164 1.12004 4.62594 1.47433L4.75585 1.60424C4.98892 1.83732 5.10546 1.95385 5.18165 2.07104C5.46898 2.51296 5.46898 3.08268 5.18165 3.52461C5.10546 3.6418 4.98892 3.75833 4.75585 3.9914C4.67964 4.06761 4.64154 4.10571 4.60965 4.15026C4.4963 4.30854 4.45717 4.53805 4.51165 4.72495C4.52698 4.77754 4.54694 4.81911 4.58685 4.90223Z\" stroke=\"#E8E8E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',variants:{\"HdtznTWl5-hover\":{filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},dDB4Si5O4:{filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},erp3gStHG:{filter:\"invert(0)\",WebkitFilter:\"invert(0)\"}},withExternalLayout:true})})}),/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t6dg6\",layoutDependency:layoutDependency,layoutId:\"D69rTaIkG\",style:{backgroundColor:\"rgb(0, 0, 0)\"},variants:{dDB4Si5O4:{backgroundColor:\"rgb(255, 255, 255)\"},erp3gStHG:{backgroundColor:\"rgb(255, 255, 255)\"}}})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mLRYb.framer-1348p20, .framer-mLRYb .framer-1348p20 { display: block; }\",\".framer-mLRYb.framer-ffe61v { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; overflow: hidden; padding: 8px 40px 8px 40px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-mLRYb .framer-1jesvmn { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-mLRYb .framer-8rsbqf { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 16px; z-index: 1; }\",\".framer-mLRYb .framer-c3pr07 { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-mLRYb .framer-t6dg6 { flex: none; height: 166%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(187.50000000000003% - 165.625% / 2); width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mLRYb.framer-ffe61v, .framer-mLRYb .framer-8rsbqf { gap: 0px; } .framer-mLRYb.framer-ffe61v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-mLRYb.framer-ffe61v > :first-child { margin-left: 0px; } .framer-mLRYb.framer-ffe61v > :last-child { margin-right: 0px; } .framer-mLRYb .framer-8rsbqf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mLRYb .framer-8rsbqf > :first-child { margin-top: 0px; } .framer-mLRYb .framer-8rsbqf > :last-child { margin-bottom: 0px; } }\",\".framer-mLRYb.framer-v-179xndh.framer-ffe61v, .framer-mLRYb.framer-v-ol516s.framer-ffe61v { cursor: unset; height: 32px; }\",\".framer-mLRYb.framer-v-179xndh .framer-t6dg6 { left: calc(50.00000000000002% - 122px / 2); width: 122px; }\",\".framer-mLRYb.framer-v-ffe61v.hover .framer-t6dg6 { top: calc(43.75000000000002% - 165.625% / 2); }\",\".framer-mLRYb.framer-v-118v9pw.hover .framer-t6dg6 { height: 167%; top: calc(50.00000000000002% - 166.66666666666669% / 2); }\",'.framer-mLRYb[data-border=\"true\"]::after, .framer-mLRYb [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"dDB4Si5O4\":{\"layout\":[\"auto\",\"fixed\"]},\"FR_UAVnk3\":{\"layout\":[\"auto\",\"fixed\"]},\"erp3gStHG\":{\"layout\":[\"auto\",\"fixed\"]},\"zuNppN4QX\":{\"layout\":[\"auto\",\"fixed\"]},\"NKWVrAtCV\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"ANsxj17mB\":\"link\",\"EKbPOjiSr\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRUNgxAS6D=withCSS(Component,css,\"framer-mLRYb\");export default FramerRUNgxAS6D;FramerRUNgxAS6D.displayName=\"ButtonWhite Copy\";FramerRUNgxAS6D.defaultProps={height:48,width:166};addPropertyControls(FramerRUNgxAS6D,{variant:{options:[\"HdtznTWl5\",\"dDB4Si5O4\",\"FR_UAVnk3\",\"erp3gStHG\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"mobile-white\",\"mobile-black\"],title:\"Variant\",type:ControlType.Enum},ANsxj17mB:{title:\"Link\",type:ControlType.Link},EKbPOjiSr:{defaultValue:\"Book a call\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerRUNgxAS6D,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRUNgxAS6D\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ANsxj17mB\\\":\\\"link\\\",\\\"EKbPOjiSr\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"dDB4Si5O4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"FR_UAVnk3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"erp3gStHG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"zuNppN4QX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"NKWVrAtCV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"166\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RUNgxAS6D.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "Home_default", "React", "title", "titleId", "props", "svgRef", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "Home_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "link", "name1", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "etjJOTLRG", "tOX3LA1Cc", "m90g71yIs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "Framerigzf_r2i7", "withCSS", "igzf_r2i7_default", "addPropertyControls", "ControlType", "addFonts", "goToLight", "Component", "props", "p", "goToDark", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "u", "SVG", "css", "FrameraBCP_tY2z", "withCSS", "aBCP_tY2z_default", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeaveuvwnd4", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FramerAte70jXH5", "withCSS", "Ate70jXH5_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "fontSize", "height", "id", "link", "name1", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "etjJOTLRG", "tOX3LA1Cc", "m90g71yIs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "Framerigzf_r2i7", "withCSS", "igzf_r2i7_default", "addPropertyControls", "ControlType", "addFonts", "NuIDxNaJk_exports", "__export", "__FramerMetadata__", "NuIDxNaJk_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "V8U4WGRBz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11l381b", "args", "onTap1e8y4xg", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerNuIDxNaJk", "withCSS", "NuIDxNaJk_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition4", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "invert", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ANsxj17mB", "EKbPOjiSr", "EUaV5Go_4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerW_ZZYtKRE", "withCSS", "W_ZZYtKRE_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FramerR2u8SCLgb", "withCSS", "R2u8SCLgb_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ANsxj17mB", "EKbPOjiSr", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerRUNgxAS6D", "withCSS", "RUNgxAS6D_default", "addPropertyControls", "ControlType", "addFonts"]
}
