{
  "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/pV31HKZJ9qTK1Qv5dtUV/16HZ5Fee9cN25QAjbYZa/mQcltLvP4.js", "ssg:https://framerusercontent.com/modules/Lnp5IVmilry9fBHBoQw1/evhAcQ1VIPAcx4GTiIdh/Buw9LkZ1g.js", "ssg:https://framerusercontent.com/modules/himJ4feG6SB6sLvWKjdh/t0XJjvc40pj8QiAVFijn/cxDoSAavk.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 (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";const HeroFonts=getFonts(Hero);const MotionDivWithFX=withFX(motion.div);const enabledGestures={CbZZrp55S:{hover:true},fdNSmkDMx:{hover:true},V1P5UNuYW:{hover:true},VHiqGvifd:{hover:true},XmiF2xjvC:{hover:true},y0KiwbphC:{hover:true}};const cycleOrder=[\"A2f7UoA98\",\"CbZZrp55S\",\"y0KiwbphC\",\"VHiqGvifd\",\"V1P5UNuYW\",\"m4fHBOHxY\",\"XmiF2xjvC\",\"HrnFJPFx9\",\"lIkUyMEo8\",\"eUF54kMbf\",\"k6lR1OCNu\",\"jFmcHR4xc\",\"fdNSmkDMx\",\"REACt9jRh\"];const serializationHash=\"framer-tHgw1\";const variantClassNames={A2f7UoA98:\"framer-v-d13e5b\",CbZZrp55S:\"framer-v-8x2e6x\",eUF54kMbf:\"framer-v-807aru\",fdNSmkDMx:\"framer-v-1s8kjdg\",HrnFJPFx9:\"framer-v-1dhzo0s\",jFmcHR4xc:\"framer-v-mfxjic\",k6lR1OCNu:\"framer-v-3tjt36\",lIkUyMEo8:\"framer-v-1v1wev3\",m4fHBOHxY:\"framer-v-1yp21ud\",REACt9jRh:\"framer-v-1ef5rw6\",V1P5UNuYW:\"framer-v-1ca47t3\",VHiqGvifd:\"framer-v-1j4dicn\",XmiF2xjvC:\"framer-v-1kydde\",y0KiwbphC:\"framer-v-gj7fib\"};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 transition2={duration:0,type:\"tween\"};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition3={damping:31,delay:0,mass:1.2,stiffness:410,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:30};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};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 Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={VariantContactActive:\"k6lR1OCNu\",VariantContactOff:\"VHiqGvifd\",VariantHomeActive:\"lIkUyMEo8\",VariantHomeOff:\"XmiF2xjvC\",VariantLearnMeActive:\"jFmcHR4xc\",VariantLearnMeOff:\"V1P5UNuYW\",VariantOriginal:\"A2f7UoA98\",VariantProfileImage:\"HrnFJPFx9\",VariantProyectosActive:\"m4fHBOHxY\",VariantProyectsOff:\"y0KiwbphC\",VariantSearch:\"REACt9jRh\",VariantSearchOff:\"CbZZrp55S\",VariantToolsMeActive:\"eUF54kMbf\",VariantToolsMeOff:\"fdNSmkDMx\"};const getProps=({click,height,id,radius,visibleInMobile,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,Kbhwc4Kvu:(_ref=visibleInMobile!==null&&visibleInMobile!==void 0?visibleInMobile:props.Kbhwc4Kvu)!==null&&_ref!==void 0?_ref:true,oRKGpGWbT:(_ref1=radius!==null&&radius!==void 0?radius:props.oRKGpGWbT)!==null&&_ref1!==void 0?_ref1:\"10px\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"A2f7UoA98\",ZzufY6P6q:click!==null&&click!==void 0?click:props.ZzufY6P6q};};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,ZzufY6P6q,Kbhwc4Kvu,oRKGpGWbT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"A2f7UoA98\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapme9vn3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(ZzufY6P6q){const res=await ZzufY6P6q(...args);if(res===false)return false;}});const onMouseEntert682wp=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"lIkUyMEo8\")return true;return false;};const ref2=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"HrnFJPFx9\")return true;return false;};const isDisplayed2=()=>{if([\"y0KiwbphC-hover\",\"VHiqGvifd-hover\",\"V1P5UNuYW-hover\",\"fdNSmkDMx-hover\",\"XmiF2xjvC-hover\",\"CbZZrp55S-hover\"].includes(gestureVariant))return false;if([\"CbZZrp55S\",\"y0KiwbphC\",\"VHiqGvifd\",\"V1P5UNuYW\",\"m4fHBOHxY\",\"XmiF2xjvC\",\"HrnFJPFx9\",\"lIkUyMEo8\",\"eUF54kMbf\",\"k6lR1OCNu\",\"jFmcHR4xc\",\"fdNSmkDMx\",\"REACt9jRh\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"m4fHBOHxY\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"eUF54kMbf\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"k6lR1OCNu\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"jFmcHR4xc\")return true;return false;};const isDisplayed7=()=>{if(gestureVariant===\"XmiF2xjvC-hover\")return true;if(baseVariant===\"XmiF2xjvC\")return true;return false;};const isDisplayed8=()=>{if(gestureVariant===\"y0KiwbphC-hover\")return true;if(baseVariant===\"y0KiwbphC\")return true;return false;};const isDisplayed9=()=>{if(gestureVariant===\"fdNSmkDMx-hover\")return true;if(baseVariant===\"fdNSmkDMx\")return true;return false;};const isDisplayed10=()=>{if(gestureVariant===\"VHiqGvifd-hover\")return true;if(baseVariant===\"VHiqGvifd\")return true;return false;};const isDisplayed11=()=>{if(gestureVariant===\"V1P5UNuYW-hover\")return true;if(baseVariant===\"V1P5UNuYW\")return true;return false;};const isDisplayed12=()=>{if(gestureVariant===\"CbZZrp55S-hover\")return true;if(baseVariant===\"CbZZrp55S\")return true;return false;};const isDisplayed13=()=>{if(baseVariant===\"REACt9jRh\")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(Overlay,{blockDocumentScrolling:false,enabled:Kbhwc4Kvu,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({eUF54kMbf:{value:transition2},m4fHBOHxY:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{nodeId:\"A2f7UoA98\",...addPropertyOverrides({eUF54kMbf:{href:{hash:\":AFImwvLWv\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},fdNSmkDMx:{href:{hash:\":AFImwvLWv\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},lIkUyMEo8:{href:{hash:\":rrSSB7H4p\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},m4fHBOHxY:{href:{hash:\":qNgdER9GB\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},XmiF2xjvC:{href:{hash:\":rrSSB7H4p\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true},y0KiwbphC:{href:{hash:\":qNgdER9GB\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-d13e5b\",className,classNames)} framer-10g8dvl`,\"data-framer-name\":\"VariantOriginal\",\"data-highlight\":true,id:`${layoutId}-d13e5b`,layoutDependency:layoutDependency,layoutId:\"A2f7UoA98\",onMouseEnter:onMouseEntert682wp({overlay}),onTap:onTapme9vn3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"CbZZrp55S-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.04)\"},\"fdNSmkDMx-hover\":{backgroundColor:\"var(--token-0c176d20-7503-4080-a251-d3433b326ca5, rgba(0, 0, 0, 0.04))\"},\"V1P5UNuYW-hover\":{backgroundColor:\"var(--token-0c176d20-7503-4080-a251-d3433b326ca5, rgba(0, 0, 0, 0.04))\"},\"VHiqGvifd-hover\":{backgroundColor:\"var(--token-0c176d20-7503-4080-a251-d3433b326ca5, rgba(0, 0, 0, 0.04))\"},\"XmiF2xjvC-hover\":{backgroundColor:\"var(--token-0c176d20-7503-4080-a251-d3433b326ca5, rgba(0, 0, 0, 0.04))\",borderBottomLeftRadius:radiusForCorner(oRKGpGWbT,3),borderBottomRightRadius:radiusForCorner(oRKGpGWbT,2),borderTopLeftRadius:radiusForCorner(oRKGpGWbT,0),borderTopRightRadius:radiusForCorner(oRKGpGWbT,1)},\"y0KiwbphC-hover\":{backgroundColor:\"var(--token-0c176d20-7503-4080-a251-d3433b326ca5, rgba(0, 0, 0, 0.04))\"},HrnFJPFx9:{backgroundColor:\"var(--token-2b54dd6e-bc8e-430c-a78e-4a6b69f76101, rgb(255, 255, 255))\"},REACt9jRh:{backgroundColor:\"rgb(119, 0, 255)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50}},...addPropertyOverrides({\"CbZZrp55S-hover\":{\"data-framer-name\":undefined},\"fdNSmkDMx-hover\":{\"data-framer-name\":undefined},\"V1P5UNuYW-hover\":{\"data-framer-name\":undefined},\"VHiqGvifd-hover\":{\"data-framer-name\":undefined},\"XmiF2xjvC-hover\":{\"data-framer-name\":undefined},\"y0KiwbphC-hover\":{\"data-framer-name\":undefined},CbZZrp55S:{\"data-framer-name\":\"VariantSearchOff\"},eUF54kMbf:{\"data-framer-name\":\"VariantToolsMeActive\"},fdNSmkDMx:{\"data-framer-name\":\"VariantToolsMeOff\"},HrnFJPFx9:{\"data-framer-name\":\"VariantProfileImage\"},jFmcHR4xc:{\"data-framer-name\":\"VariantLearnMeActive\"},k6lR1OCNu:{\"data-framer-name\":\"VariantContactActive\"},lIkUyMEo8:{\"data-framer-name\":\"VariantHomeActive\"},m4fHBOHxY:{\"data-framer-name\":\"VariantProyectosActive\"},REACt9jRh:{\"data-framer-name\":\"VariantSearch\"},V1P5UNuYW:{\"data-framer-name\":\"VariantLearnMeOff\"},VHiqGvifd:{\"data-framer-name\":\"VariantContactOff\"},XmiF2xjvC:{\"data-framer-name\":\"VariantHomeOff\"},y0KiwbphC:{\"data-framer-name\":\"VariantProyectsOff\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q6waxg-container\",layoutDependency:layoutDependency,layoutId:\"peZ7uPxO4-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(123, 0, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Home\",id:\"peZ7uPxO4\",layoutId:\"peZ7uPxO4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),Kbhwc4Kvu&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref!==null&&ref!==void 0?ref:ref1,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-d13e5b`,offsetX:165.00006103515625,offsetY:0,onDismiss:overlay.hide,placement:\"left\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,...addPropertyOverrides({eUF54kMbf:{offsetX:154.00000650706988,offsetY:370037741959095e-20},fdNSmkDMx:{offsetX:158.00000650706988,offsetY:-5720648914575577e-21},HrnFJPFx9:{offsetX:317.9999918881804,offsetY:.4999967864714563},jFmcHR4xc:{offsetX:183.99998834729195,offsetY:-3874301910400391e-21},k6lR1OCNu:{offsetX:155.99999734479934,offsetY:-5368167421693215e-21},lIkUyMEo8:{offsetX:141.00001523224546,offsetY:14901161193847656e-24},m4fHBOHxY:{offsetX:164.00000147902392,offsetY:46294007916003466e-23},REACt9jRh:{offsetX:139},V1P5UNuYW:{offsetX:187.99998834729195,offsetY:-7152557373046875e-21},VHiqGvifd:{offsetX:155.99999734479934,offsetY:7257820925588021e-21},XmiF2xjvC:{offsetX:141.00001523224546,offsetY:40512531995773315e-24},y0KiwbphC:{offsetX:164.00000147902392,offsetY:8343049557879567e-22}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-s3qvkf\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"CYaaCvo9t\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sao2a3\",layoutDependency:layoutDependency,layoutId:\"qcsLuDLZ4\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"texto de\"})}),className:\"framer-ww12is\",\"data-framer-name\":\"sdsd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W9lAiiJPx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eUF54kMbf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Services\"})})},fdNSmkDMx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\" Services\"})})},HrnFJPFx9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\" created by , yout name\"})})},jFmcHR4xc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\" testimonials\"})})},k6lR1OCNu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"contact\"})})},lIkUyMEo8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"home\"})})},m4fHBOHxY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"proyects\"})})},REACt9jRh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"share\"})})},V1P5UNuYW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"  testimonials\"})})},VHiqGvifd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"contact\"})})},XmiF2xjvC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"home\"})})},y0KiwbphC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"proyects\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vajkuv\",\"data-framer-name\":\"Brush\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"Cnp7AI0TN\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 21v-4a4 4 0 1 1 4 4H3\"/><path d=\"M21 3A16 16 0 0 0 8.2 13.2M21 3a16 16 0 0 1-10.2 12.8\"/><path d=\"M10.6 9a9 9 0 0 1 4.4 4.4\"/></g></svg>',withExternalLayout:true})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ca0cra-container\",layoutDependency:layoutDependency,layoutId:\"fMY4pGRT5-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-bbeab584-bfe9-4888-8e9c-5608e7b4ef5c, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"magnifying-glass\",iconSelection:\"Home\",id:\"fMY4pGRT5\",layoutId:\"fMY4pGRT5\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:960,src:\"https://framerusercontent.com/images/LXrmfnv7pkD5AMwYAKKtnAVv1fw.jpg\",srcSet:\"https://framerusercontent.com/images/LXrmfnv7pkD5AMwYAKKtnAVv1fw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/LXrmfnv7pkD5AMwYAKKtnAVv1fw.jpg 960w\"},className:\"framer-197w4na\",layoutDependency:layoutDependency,layoutId:\"E9xhwzbE2\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({HrnFJPFx9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||65)-0-55)/2)),pixelHeight:1280,pixelWidth:960,sizes:\"55px\",src:\"https://framerusercontent.com/images/LXrmfnv7pkD5AMwYAKKtnAVv1fw.jpg\",srcSet:\"https://framerusercontent.com/images/LXrmfnv7pkD5AMwYAKKtnAVv1fw.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/LXrmfnv7pkD5AMwYAKKtnAVv1fw.jpg 960w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xly7uy-container\",layoutDependency:layoutDependency,layoutId:\"KV_mzCiQr-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(123, 0, 255)\",height:\"100%\",iconSearch:\"squares-2x2\",iconSelection:\"Home\",id:\"KV_mzCiQr\",layoutId:\"KV_mzCiQr\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hen4uj-container\",layoutDependency:layoutDependency,layoutId:\"sMgxx4_m9-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(123, 0, 255)\",height:\"100%\",iconSearch:\"wrench-screwdriver\",iconSelection:\"Home\",id:\"sMgxx4_m9\",layoutId:\"sMgxx4_m9\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18yjaeh-container\",layoutDependency:layoutDependency,layoutId:\"dQbl4ZSC1-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(123, 0, 255)\",height:\"100%\",iconSearch:\"chat-bubble-left\",iconSelection:\"Home\",id:\"dQbl4ZSC1\",layoutId:\"dQbl4ZSC1\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eet6j-container\",layoutDependency:layoutDependency,layoutId:\"Qzy1CsE8Z-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(123, 0, 255)\",height:\"100%\",iconSearch:\"book-open\",iconSelection:\"Home\",id:\"Qzy1CsE8Z\",layoutId:\"Qzy1CsE8Z\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1525rc1-container\",layoutDependency:layoutDependency,layoutId:\"tFw80SWNh-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-31cac4eb-0760-49f0-8a5a-856341c9d8b4, rgba(0, 0, 0, 0.2))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Home\",id:\"tFw80SWNh\",layoutId:\"tFw80SWNh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d3sgg9-container\",layoutDependency:layoutDependency,layoutId:\"N4ODY8onG-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-31cac4eb-0760-49f0-8a5a-856341c9d8b4, rgba(0, 0, 0, 0.33))\",height:\"100%\",iconSearch:\"squares-2x2\",iconSelection:\"Home\",id:\"N4ODY8onG\",layoutId:\"N4ODY8onG\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hidp6o-container\",layoutDependency:layoutDependency,layoutId:\"ewdQnxCS5-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-31cac4eb-0760-49f0-8a5a-856341c9d8b4, rgba(0, 0, 0, 0.33))\",height:\"100%\",iconSearch:\"wrench-screwdriver\",iconSelection:\"Home\",id:\"ewdQnxCS5\",layoutId:\"ewdQnxCS5\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed10()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gqn98m-container\",layoutDependency:layoutDependency,layoutId:\"Be4J_X7Xx-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-31cac4eb-0760-49f0-8a5a-856341c9d8b4, rgba(0, 0, 0, 0.33))\",height:\"100%\",iconSearch:\"chat-bubble-left\",iconSelection:\"Home\",id:\"Be4J_X7Xx\",layoutId:\"Be4J_X7Xx\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1si7s5k-container\",layoutDependency:layoutDependency,layoutId:\"hSml7mIqI-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-31cac4eb-0760-49f0-8a5a-856341c9d8b4, rgba(0, 0, 0, 0.33))\",height:\"100%\",iconSearch:\"book-open\",iconSelection:\"Home\",id:\"hSml7mIqI\",layoutId:\"hSml7mIqI\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed12()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fqf05j-container\",layoutDependency:layoutDependency,layoutId:\"CtUdxsDM2-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-31cac4eb-0760-49f0-8a5a-856341c9d8b4, rgba(0, 0, 0, 0.2))\",height:\"100%\",iconSearch:\"magnifying-glass\",iconSelection:\"Home\",id:\"CtUdxsDM2\",layoutId:\"CtUdxsDM2\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed13()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ws39d-container\",layoutDependency:layoutDependency,layoutId:\"ygbBprHEE-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"share\",iconSelection:\"Home\",id:\"ygbBprHEE\",layoutId:\"ygbBprHEE\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tHgw1.framer-10g8dvl, .framer-tHgw1 .framer-10g8dvl { display: block; }\",\".framer-tHgw1.framer-d13e5b { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50px; }\",\".framer-tHgw1 .framer-q6waxg-container, .framer-tHgw1 .framer-xly7uy-container, .framer-tHgw1 .framer-1hen4uj-container, .framer-tHgw1 .framer-18yjaeh-container, .framer-tHgw1 .framer-eet6j-container, .framer-tHgw1 .framer-1525rc1-container, .framer-tHgw1 .framer-d3sgg9-container, .framer-tHgw1 .framer-hidp6o-container, .framer-tHgw1 .framer-gqn98m-container, .framer-tHgw1 .framer-1si7s5k-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-tHgw1 .framer-s3qvkf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: hidden; padding: 18px 15px 18px 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-tHgw1 .framer-1sao2a3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-tHgw1 .framer-ww12is { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tHgw1 .framer-vajkuv { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-tHgw1 .framer-1ca0cra-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 30px; }\",\".framer-tHgw1 .framer-197w4na { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); overflow: visible; position: relative; width: 55px; }\",\".framer-tHgw1 .framer-fqf05j-container, .framer-tHgw1 .framer-7ws39d-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHgw1.framer-d13e5b, .framer-tHgw1 .framer-s3qvkf, .framer-tHgw1 .framer-1sao2a3 { gap: 0px; } .framer-tHgw1.framer-d13e5b > *, .framer-tHgw1 .framer-s3qvkf > *, .framer-tHgw1 .framer-1sao2a3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tHgw1.framer-d13e5b > :first-child, .framer-tHgw1 .framer-s3qvkf > :first-child, .framer-tHgw1 .framer-1sao2a3 > :first-child { margin-left: 0px; } .framer-tHgw1.framer-d13e5b > :last-child, .framer-tHgw1 .framer-s3qvkf > :last-child, .framer-tHgw1 .framer-1sao2a3 > :last-child { margin-right: 0px; } }\",\".framer-tHgw1.framer-v-8x2e6x.framer-d13e5b, .framer-tHgw1.framer-v-1j4dicn.framer-d13e5b, .framer-tHgw1.framer-v-1ca47t3.framer-d13e5b, .framer-tHgw1.framer-v-3tjt36.framer-d13e5b, .framer-tHgw1.framer-v-mfxjic.framer-d13e5b, .framer-tHgw1.framer-v-1ef5rw6.framer-d13e5b { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 50px); }\",\".framer-tHgw1.framer-v-8x2e6x .framer-fqf05j-container { height: var(--framer-aspect-ratio-supported, 32px); }\",\".framer-tHgw1.framer-v-gj7fib.framer-d13e5b, .framer-tHgw1.framer-v-1yp21ud.framer-d13e5b, .framer-tHgw1.framer-v-1kydde.framer-d13e5b, .framer-tHgw1.framer-v-1v1wev3.framer-d13e5b, .framer-tHgw1.framer-v-807aru.framer-d13e5b, .framer-tHgw1.framer-v-1s8kjdg.framer-d13e5b { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 50px); text-decoration: none; }\",\".framer-tHgw1.framer-v-1j4dicn .framer-1sao2a3, .framer-tHgw1.framer-v-1dhzo0s .framer-1sao2a3, .framer-tHgw1.framer-v-1v1wev3 .framer-q6waxg-container { order: 0; }\",\".framer-tHgw1.framer-v-1ca47t3 .framer-s3qvkf, .framer-tHgw1.framer-v-807aru .framer-s3qvkf, .framer-tHgw1.framer-v-mfxjic .framer-s3qvkf, .framer-tHgw1.framer-v-1s8kjdg .framer-s3qvkf { padding: 18px 10px 18px 10px; }\",\".framer-tHgw1.framer-v-1yp21ud .framer-1sao2a3, .framer-tHgw1.framer-v-1v1wev3 .framer-1sao2a3, .framer-tHgw1.framer-v-1ef5rw6 .framer-1sao2a3 { justify-content: flex-start; }\",\".framer-tHgw1.framer-v-1dhzo0s.framer-d13e5b { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 65px); width: 65px; }\",\".framer-tHgw1.framer-v-1v1wev3 .framer-s3qvkf { order: 1; }\",\".framer-tHgw1.framer-v-mfxjic .framer-1sao2a3 { height: 32px; }\",\".framer-tHgw1.framer-v-1ef5rw6 .framer-s3qvkf { gap: 0px; order: 1; }\",\".framer-tHgw1.framer-v-1ef5rw6 .framer-7ws39d-container { height: var(--framer-aspect-ratio-supported, 32px); order: 15; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHgw1.framer-v-1ef5rw6 .framer-s3qvkf { gap: 0px; } .framer-tHgw1.framer-v-1ef5rw6 .framer-s3qvkf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-tHgw1.framer-v-1ef5rw6 .framer-s3qvkf > :first-child { margin-left: 0px; } .framer-tHgw1.framer-v-1ef5rw6 .framer-s3qvkf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CbZZrp55S\":{\"layout\":[\"fixed\",\"fixed\"]},\"y0KiwbphC\":{\"layout\":[\"fixed\",\"fixed\"]},\"VHiqGvifd\":{\"layout\":[\"fixed\",\"fixed\"]},\"V1P5UNuYW\":{\"layout\":[\"fixed\",\"fixed\"]},\"m4fHBOHxY\":{\"layout\":[\"fixed\",\"fixed\"]},\"XmiF2xjvC\":{\"layout\":[\"fixed\",\"fixed\"]},\"HrnFJPFx9\":{\"layout\":[\"fixed\",\"fixed\"]},\"lIkUyMEo8\":{\"layout\":[\"fixed\",\"fixed\"]},\"eUF54kMbf\":{\"layout\":[\"fixed\",\"fixed\"]},\"k6lR1OCNu\":{\"layout\":[\"fixed\",\"fixed\"]},\"jFmcHR4xc\":{\"layout\":[\"fixed\",\"fixed\"]},\"fdNSmkDMx\":{\"layout\":[\"fixed\",\"fixed\"]},\"REACt9jRh\":{\"layout\":[\"fixed\",\"fixed\"]},\"WITI7Moz1\":{\"layout\":[\"fixed\",\"fixed\"]},\"olv17naM2\":{\"layout\":[\"fixed\",\"fixed\"]},\"iswUZYulc\":{\"layout\":[\"fixed\",\"fixed\"]},\"KvO3i5FmB\":{\"layout\":[\"fixed\",\"fixed\"]},\"ctoU2eMWd\":{\"layout\":[\"fixed\",\"fixed\"]},\"FcSjuqcDL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ZzufY6P6q\":\"click\",\"Kbhwc4Kvu\":\"visibleInMobile\",\"oRKGpGWbT\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermQcltLvP4=withCSS(Component,css,\"framer-tHgw1\");export default FramermQcltLvP4;FramermQcltLvP4.displayName=\"navigator\";FramermQcltLvP4.defaultProps={height:50,width:50};addPropertyControls(FramermQcltLvP4,{variant:{options:[\"A2f7UoA98\",\"CbZZrp55S\",\"y0KiwbphC\",\"VHiqGvifd\",\"V1P5UNuYW\",\"m4fHBOHxY\",\"XmiF2xjvC\",\"HrnFJPFx9\",\"lIkUyMEo8\",\"eUF54kMbf\",\"k6lR1OCNu\",\"jFmcHR4xc\",\"fdNSmkDMx\",\"REACt9jRh\"],optionTitles:[\"VariantOriginal\",\"VariantSearchOff\",\"VariantProyectsOff\",\"VariantContactOff\",\"VariantLearnMeOff\",\"VariantProyectosActive\",\"VariantHomeOff\",\"VariantProfileImage\",\"VariantHomeActive\",\"VariantToolsMeActive\",\"VariantContactActive\",\"VariantLearnMeActive\",\"VariantToolsMeOff\",\"VariantSearch\"],title:\"Variant\",type:ControlType.Enum},ZzufY6P6q:{title:\"Click\",type:ControlType.EventHandler},Kbhwc4Kvu:{defaultValue:true,title:\"VisibleInMobile\",type:ControlType.Boolean},oRKGpGWbT:{defaultValue:\"10px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramermQcltLvP4,[{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\"}]},...HeroFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermQcltLvP4\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"ZzufY6P6q\\\":\\\"click\\\",\\\"Kbhwc4Kvu\\\":\\\"visibleInMobile\\\",\\\"oRKGpGWbT\\\":\\\"radius\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"50\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CbZZrp55S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y0KiwbphC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VHiqGvifd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"V1P5UNuYW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m4fHBOHxY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XmiF2xjvC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HrnFJPFx9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lIkUyMEo8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eUF54kMbf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k6lR1OCNu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jFmcHR4xc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fdNSmkDMx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"REACt9jRh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WITI7Moz1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"olv17naM2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iswUZYulc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KvO3i5FmB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ctoU2eMWd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FcSjuqcDL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mQcltLvP4.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Navigator from\"https://framerusercontent.com/modules/pV31HKZJ9qTK1Qv5dtUV/16HZ5Fee9cN25QAjbYZa/mQcltLvP4.js\";const NavigatorFonts=getFonts(Navigator);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"XRx7vcBca\",\"i0aeCRRu_\",\"xuDZBYWCO\",\"lyBAoL4n4\",\"EZN8heijl\",\"jPA0Sp0h5\",\"hKmiCYw5n\",\"Jm79QJKtv\",\"SBZlNXODd\",\"xFpLy_iDy\",\"Q86iBCc1u\",\"An8bXmBrU\",\"SCY_b7EcB\",\"GacQ1P5bj\",\"ozYqGNTnN\"];const serializationHash=\"framer-kznVi\";const variantClassNames={An8bXmBrU:\"framer-v-1jvkfnw\",EZN8heijl:\"framer-v-1k975ub\",GacQ1P5bj:\"framer-v-tyd48e\",hKmiCYw5n:\"framer-v-m2e4p2\",i0aeCRRu_:\"framer-v-m4q4e5\",Jm79QJKtv:\"framer-v-1ct8wwt\",jPA0Sp0h5:\"framer-v-1uqasmj\",lyBAoL4n4:\"framer-v-1xfy64g\",ozYqGNTnN:\"framer-v-n4hrgk\",Q86iBCc1u:\"framer-v-1oyhqnk\",SBZlNXODd:\"framer-v-1daer9m\",SCY_b7EcB:\"framer-v-psfdzc\",xFpLy_iDy:\"framer-v-d1qro5\",XRx7vcBca:\"framer-v-3jr4i1\",xuDZBYWCO:\"framer-v-1yvh600\"};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:24,delay:0,mass:.8,stiffness:400,type:\"spring\"};const transition2={bounce:.2,delay:.5,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={bounce:.2,delay:.3,duration:.6,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition4={bounce:.2,delay:.2,duration:.4,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:70};const transition5={bounce:.2,delay:.5,duration:.6,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:.2,delay:.7,duration:.4,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:.2,delay:.9,duration:.4,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={bounce:.2,delay:1,duration:.4,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={sideBarContact:\"EZN8heijl\",sideBardToolsMe:\"xuDZBYWCO\",sideBarHomeDesktop:\"XRx7vcBca\",sideBarLearnMe:\"lyBAoL4n4\",sideBarProyects:\"i0aeCRRu_\",tablet:\"Q86iBCc1u\",vairiantMobile:\"jPA0Sp0h5\",VariantMobileContact:\"xFpLy_iDy\",VariantMobileLearnMe:\"SBZlNXODd\",VariantMobileProyects:\"hKmiCYw5n\",VariantMobileToolsMe:\"Jm79QJKtv\",VariantTabletContact:\"ozYqGNTnN\",VariantTabletLearnMe:\"GacQ1P5bj\",VariantTabletProyects:\"An8bXmBrU\",VariantTabletToolsMe:\"SCY_b7EcB\"};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:\"XRx7vcBca\"};};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:\"XRx7vcBca\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const ZzufY6P6q1y7mlv1=activeVariantCallback(async(...args)=>{setVariant(\"XRx7vcBca\");});const ZzufY6P6q163kh8=activeVariantCallback(async(...args)=>{setVariant(\"jPA0Sp0h5\");});const ZzufY6P6q1qhouf7=activeVariantCallback(async(...args)=>{setVariant(\"Q86iBCc1u\");});const ZzufY6P6q1eaxk0o=activeVariantCallback(async(...args)=>{setVariant(\"i0aeCRRu_\");});const ZzufY6P6qufo889=activeVariantCallback(async(...args)=>{setVariant(\"hKmiCYw5n\");});const ZzufY6P6q1ymdamb=activeVariantCallback(async(...args)=>{setVariant(\"An8bXmBrU\");});const ZzufY6P6qpvh17e=activeVariantCallback(async(...args)=>{setVariant(\"xuDZBYWCO\");});const ZzufY6P6q1ak3f9c=activeVariantCallback(async(...args)=>{setVariant(\"Jm79QJKtv\");});const ZzufY6P6q1sbpn4o=activeVariantCallback(async(...args)=>{setVariant(\"SCY_b7EcB\");});const ZzufY6P6q1atttwd=activeVariantCallback(async(...args)=>{setVariant(\"lyBAoL4n4\");});const ZzufY6P6qs0spss=activeVariantCallback(async(...args)=>{setVariant(\"SBZlNXODd\");});const ZzufY6P6qsxc374=activeVariantCallback(async(...args)=>{setVariant(\"GacQ1P5bj\");});const ZzufY6P6qhvib96=activeVariantCallback(async(...args)=>{setVariant(\"EZN8heijl\");});const ZzufY6P6q1wj4ch6=activeVariantCallback(async(...args)=>{setVariant(\"xFpLy_iDy\");});const ZzufY6P6qbqiq3p=activeVariantCallback(async(...args)=>{setVariant(\"ozYqGNTnN\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"jPA0Sp0h5\",\"hKmiCYw5n\",\"Jm79QJKtv\",\"SBZlNXODd\",\"xFpLy_iDy\",\"Q86iBCc1u\",\"An8bXmBrU\",\"SCY_b7EcB\",\"GacQ1P5bj\",\"ozYqGNTnN\"].includes(baseVariant))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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3jr4i1\",className,classNames),\"data-framer-name\":\"sideBarHomeDesktop\",layoutDependency:layoutDependency,layoutId:\"XRx7vcBca\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({An8bXmBrU:{\"data-framer-name\":\"VariantTabletProyects\"},EZN8heijl:{\"data-framer-name\":\"sideBarContact\"},GacQ1P5bj:{\"data-framer-name\":\"VariantTabletLearnMe\"},hKmiCYw5n:{\"data-framer-name\":\"VariantMobileProyects\"},i0aeCRRu_:{\"data-framer-name\":\"sideBarProyects\"},Jm79QJKtv:{\"data-framer-name\":\"VariantMobileToolsMe\"},jPA0Sp0h5:{\"data-framer-name\":\"vairiantMobile\"},lyBAoL4n4:{\"data-framer-name\":\"sideBarLearnMe\"},ozYqGNTnN:{\"data-framer-name\":\"VariantTabletContact\"},Q86iBCc1u:{\"data-framer-name\":\"tablet\"},SBZlNXODd:{\"data-framer-name\":\"VariantMobileLearnMe\"},SCY_b7EcB:{\"data-framer-name\":\"VariantTabletToolsMe\"},xFpLy_iDy:{\"data-framer-name\":\"VariantMobileContact\"},xuDZBYWCO:{\"data-framer-name\":\"sideBardToolsMe\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qiq3r5\",\"data-framer-name\":\"containerTop\",layoutDependency:layoutDependency,layoutId:\"KQNBwY84f\",style:{backgroundColor:\"var(--token-2b54dd6e-bc8e-430c-a78e-4a6b69f76101, rgb(255, 255, 255))\",borderBottomLeftRadius:26,borderBottomRightRadius:26,borderTopLeftRadius:26,borderTopRightRadius:26,boxShadow:\"none\"},variants:{An8bXmBrU:{boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},GacQ1P5bj:{boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},hKmiCYw5n:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},Jm79QJKtv:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},jPA0Sp0h5:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},ozYqGNTnN:{boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},Q86iBCc1u:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},SBZlNXODd:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},SCY_b7EcB:{boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"},xFpLy_iDy:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,boxShadow:\"0px 0px 11px 2px rgba(0, 0, 0, 0.08)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-i03g66\",\"data-framer-name\":\"containerSearch\",layoutDependency:layoutDependency,layoutId:\"RXv8GMGWk\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-(Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+330+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*2+0))/2+0+0)+30+0,...addPropertyOverrides({An8bXmBrU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},GacQ1P5bj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},hKmiCYw5n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},Jm79QJKtv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},jPA0Sp0h5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},ozYqGNTnN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},Q86iBCc1u:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},SBZlNXODd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},SCY_b7EcB:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0},xFpLy_iDy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1tpgeho-container\",\"data-framer-appear-id\":\"1tpgeho\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"zEoCOfVQr-container\",optimized:true,children:/*#__PURE__*/_jsx(Navigator,{height:\"100%\",id:\"zEoCOfVQr\",Kbhwc4Kvu:true,layoutId:\"zEoCOfVQr\",oRKGpGWbT:\"10px\",style:{height:\"100%\",width:\"100%\"},variant:\"REACt9jRh\",width:\"100%\",...addPropertyOverrides({An8bXmBrU:{Kbhwc4Kvu:false},GacQ1P5bj:{Kbhwc4Kvu:false},hKmiCYw5n:{Kbhwc4Kvu:false},Jm79QJKtv:{Kbhwc4Kvu:false},jPA0Sp0h5:{Kbhwc4Kvu:false},ozYqGNTnN:{Kbhwc4Kvu:false},Q86iBCc1u:{Kbhwc4Kvu:false},SBZlNXODd:{Kbhwc4Kvu:false},SCY_b7EcB:{Kbhwc4Kvu:false},xFpLy_iDy:{Kbhwc4Kvu:false}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wwfea8\",\"data-framer-name\":\"containerNavigation\",layoutDependency:layoutDependency,layoutId:\"tV0iVp07f\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-(Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+330+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*2+0))/2+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+0)+40+0,...addPropertyOverrides({An8bXmBrU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},GacQ1P5bj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},hKmiCYw5n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Jm79QJKtv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},jPA0Sp0h5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},ozYqGNTnN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Q86iBCc1u:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SBZlNXODd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SCY_b7EcB:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},xFpLy_iDy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-139f5aj-container\",\"data-framer-appear-id\":\"139f5aj\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"Pso9lRQow-container\",optimized:true,...addPropertyOverrides({An8bXmBrU:{animate:animation4,initial:animation5},GacQ1P5bj:{animate:animation4,initial:animation5},jPA0Sp0h5:{animate:animation4,initial:animation5},ozYqGNTnN:{animate:animation4,initial:animation5},Q86iBCc1u:{animate:animation4,initial:animation5},SCY_b7EcB:{animate:animation4,initial:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Navigator,{height:\"100%\",id:\"Pso9lRQow\",Kbhwc4Kvu:true,layoutId:\"Pso9lRQow\",oRKGpGWbT:\"10px\",style:{height:\"100%\",width:\"100%\"},variant:\"lIkUyMEo8\",width:\"100%\",...addPropertyOverrides({An8bXmBrU:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1qhouf7},EZN8heijl:{variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1y7mlv1},GacQ1P5bj:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1qhouf7},hKmiCYw5n:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q163kh8},i0aeCRRu_:{variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1y7mlv1},Jm79QJKtv:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q163kh8},jPA0Sp0h5:{Kbhwc4Kvu:false},lyBAoL4n4:{variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1y7mlv1},ozYqGNTnN:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1qhouf7},Q86iBCc1u:{Kbhwc4Kvu:false},SBZlNXODd:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q163kh8},SCY_b7EcB:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1qhouf7},xFpLy_iDy:{Kbhwc4Kvu:false,variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q163kh8},xuDZBYWCO:{variant:\"XmiF2xjvC\",ZzufY6P6q:ZzufY6P6q1y7mlv1}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-(Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+330+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*2+0))/2+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+0)+40+60,...addPropertyOverrides({An8bXmBrU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},GacQ1P5bj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},hKmiCYw5n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Jm79QJKtv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},jPA0Sp0h5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},ozYqGNTnN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Q86iBCc1u:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SBZlNXODd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SCY_b7EcB:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},xFpLy_iDy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1w86iws-container\",\"data-framer-appear-id\":\"1w86iws\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"Pdw9dxbit-container\",optimized:true,...addPropertyOverrides({An8bXmBrU:{initial:animation5},GacQ1P5bj:{initial:animation5},i0aeCRRu_:{animate:undefined,initial:undefined,optimized:undefined},jPA0Sp0h5:{initial:animation5},ozYqGNTnN:{initial:animation5},Q86iBCc1u:{initial:animation5},SCY_b7EcB:{initial:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Navigator,{height:\"100%\",id:\"Pdw9dxbit\",Kbhwc4Kvu:true,layoutId:\"Pdw9dxbit\",oRKGpGWbT:\"10px\",style:{height:\"100%\",width:\"100%\"},variant:\"y0KiwbphC\",width:\"100%\",ZzufY6P6q:ZzufY6P6q1eaxk0o,...addPropertyOverrides({An8bXmBrU:{Kbhwc4Kvu:false,variant:\"m4fHBOHxY\",ZzufY6P6q:undefined},GacQ1P5bj:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ymdamb},hKmiCYw5n:{Kbhwc4Kvu:false,variant:\"m4fHBOHxY\",ZzufY6P6q:undefined},i0aeCRRu_:{variant:\"m4fHBOHxY\"},Jm79QJKtv:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qufo889},jPA0Sp0h5:{Kbhwc4Kvu:false,oRKGpGWbT:\"0px\",ZzufY6P6q:ZzufY6P6qufo889},ozYqGNTnN:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ymdamb},Q86iBCc1u:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ymdamb},SBZlNXODd:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qufo889},SCY_b7EcB:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ymdamb},xFpLy_iDy:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qufo889}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-(Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+330+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*2+0))/2+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+0)+40+120,...addPropertyOverrides({An8bXmBrU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},GacQ1P5bj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},hKmiCYw5n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Jm79QJKtv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},jPA0Sp0h5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},ozYqGNTnN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Q86iBCc1u:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SBZlNXODd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SCY_b7EcB:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},xFpLy_iDy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-npcl84-container\",\"data-framer-appear-id\":\"npcl84\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"ahgFcN8EF-container\",optimized:true,...addPropertyOverrides({An8bXmBrU:{initial:animation5},GacQ1P5bj:{initial:animation5},jPA0Sp0h5:{initial:animation5},ozYqGNTnN:{initial:animation5},Q86iBCc1u:{initial:animation5},SCY_b7EcB:{initial:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Navigator,{height:\"100%\",id:\"ahgFcN8EF\",Kbhwc4Kvu:true,layoutId:\"ahgFcN8EF\",oRKGpGWbT:\"10px\",style:{height:\"100%\",width:\"100%\"},variant:\"fdNSmkDMx\",width:\"100%\",ZzufY6P6q:ZzufY6P6qpvh17e,...addPropertyOverrides({An8bXmBrU:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1sbpn4o},GacQ1P5bj:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1sbpn4o},hKmiCYw5n:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ak3f9c},Jm79QJKtv:{Kbhwc4Kvu:false,variant:\"eUF54kMbf\",ZzufY6P6q:undefined},jPA0Sp0h5:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ak3f9c},ozYqGNTnN:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1sbpn4o},Q86iBCc1u:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1sbpn4o},SBZlNXODd:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ak3f9c},SCY_b7EcB:{Kbhwc4Kvu:false,variant:\"eUF54kMbf\",ZzufY6P6q:undefined},xFpLy_iDy:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1ak3f9c},xuDZBYWCO:{variant:\"eUF54kMbf\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-(Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+330+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*2+0))/2+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+0)+40+180,...addPropertyOverrides({An8bXmBrU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},GacQ1P5bj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},hKmiCYw5n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Jm79QJKtv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},jPA0Sp0h5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},ozYqGNTnN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Q86iBCc1u:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SBZlNXODd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SCY_b7EcB:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},xFpLy_iDy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-qvf2nm-container\",\"data-framer-appear-id\":\"qvf2nm\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"NKUczKxw5-container\",optimized:true,...addPropertyOverrides({An8bXmBrU:{initial:animation5},GacQ1P5bj:{initial:animation5},jPA0Sp0h5:{initial:animation5},ozYqGNTnN:{initial:animation5},Q86iBCc1u:{initial:animation5},SCY_b7EcB:{initial:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Navigator,{height:\"100%\",id:\"NKUczKxw5\",Kbhwc4Kvu:true,layoutId:\"NKUczKxw5\",oRKGpGWbT:\"10px\",style:{height:\"100%\",width:\"100%\"},variant:\"V1P5UNuYW\",width:\"100%\",ZzufY6P6q:ZzufY6P6q1atttwd,...addPropertyOverrides({An8bXmBrU:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qsxc374},GacQ1P5bj:{Kbhwc4Kvu:false,variant:\"jFmcHR4xc\",ZzufY6P6q:undefined},hKmiCYw5n:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qs0spss},Jm79QJKtv:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qs0spss},jPA0Sp0h5:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qs0spss},lyBAoL4n4:{variant:\"jFmcHR4xc\"},ozYqGNTnN:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qsxc374},Q86iBCc1u:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qsxc374},SBZlNXODd:{Kbhwc4Kvu:false,variant:\"jFmcHR4xc\",ZzufY6P6q:undefined},SCY_b7EcB:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qsxc374},xFpLy_iDy:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qs0spss}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"50px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-(Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+330+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*2+0))/2+Math.max(0,(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-40-0)/1)*1-0-330)/3)*1+0)+40+240,...addPropertyOverrides({An8bXmBrU:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},GacQ1P5bj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},hKmiCYw5n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Jm79QJKtv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},jPA0Sp0h5:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},ozYqGNTnN:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},Q86iBCc1u:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SBZlNXODd:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},SCY_b7EcB:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0},xFpLy_iDy:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||136)-70)*1-0-50)/2)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation9,className:\"framer-q2kpj7-container\",\"data-framer-appear-id\":\"q2kpj7\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"RYFtNSjcy-container\",optimized:true,...addPropertyOverrides({An8bXmBrU:{initial:animation5},GacQ1P5bj:{initial:animation5},jPA0Sp0h5:{initial:animation5},ozYqGNTnN:{initial:animation5},Q86iBCc1u:{initial:animation5},SCY_b7EcB:{initial:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Navigator,{height:\"100%\",id:\"RYFtNSjcy\",Kbhwc4Kvu:true,layoutId:\"RYFtNSjcy\",oRKGpGWbT:\"10px\",style:{height:\"100%\",width:\"100%\"},variant:\"VHiqGvifd\",width:\"100%\",ZzufY6P6q:ZzufY6P6qhvib96,...addPropertyOverrides({An8bXmBrU:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qbqiq3p},EZN8heijl:{variant:\"k6lR1OCNu\"},GacQ1P5bj:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qbqiq3p},hKmiCYw5n:{Kbhwc4Kvu:false,ZzufY6P6q:undefined},Jm79QJKtv:{Kbhwc4Kvu:false,ZzufY6P6q:undefined},jPA0Sp0h5:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1wj4ch6},ozYqGNTnN:{Kbhwc4Kvu:false,variant:\"k6lR1OCNu\",ZzufY6P6q:undefined},Q86iBCc1u:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qbqiq3p},SBZlNXODd:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6q1wj4ch6},SCY_b7EcB:{Kbhwc4Kvu:false,ZzufY6P6q:ZzufY6P6qbqiq3p},xFpLy_iDy:{Kbhwc4Kvu:false,oRKGpGWbT:\"0px\",variant:\"k6lR1OCNu\",ZzufY6P6q:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-11e5er3\",\"data-framer-appear-id\":\"11e5er3\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"dDILiKF0B\",optimized:true,style:{backgroundColor:\"rgb(236, 219, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},transformTemplate:transformTemplate1,variants:{hKmiCYw5n:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},Jm79QJKtv:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},jPA0Sp0h5:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},SBZlNXODd:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},xFpLy_iDy:{borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50}},...addPropertyOverrides({An8bXmBrU:{animate:animation4,initial:animation5,transformTemplate:undefined},GacQ1P5bj:{animate:animation4,initial:animation5,transformTemplate:undefined},hKmiCYw5n:{transformTemplate:undefined},jPA0Sp0h5:{animate:animation4,initial:animation5,transformTemplate:undefined},ozYqGNTnN:{animate:animation4,initial:animation5,transformTemplate:undefined},Q86iBCc1u:{animate:animation4,initial:animation5,transformTemplate:undefined},SBZlNXODd:{transformTemplate:undefined},SCY_b7EcB:{animate:animation4,initial:animation5},xFpLy_iDy:{transformTemplate:undefined}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-dvdjrb\",\"data-framer-name\":\"containerProfilesElements\",layoutDependency:layoutDependency,layoutId:\"QnU5hNet4\"})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kznVi.framer-r4bu1r, .framer-kznVi .framer-r4bu1r { display: block; }\",\".framer-kznVi.framer-3jr4i1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 132px; }\",\".framer-kznVi .framer-qiq3r5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90px; }\",\".framer-kznVi .framer-i03g66 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 90px; }\",\".framer-kznVi .framer-1tpgeho-container { flex: none; height: 50px; position: relative; width: 50px; }\",\".framer-kznVi .framer-wwfea8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 90px; }\",\".framer-kznVi .framer-139f5aj-container, .framer-kznVi .framer-1w86iws-container, .framer-kznVi .framer-qvf2nm-container, .framer-kznVi .framer-q2kpj7-container { flex: none; height: 50px; position: relative; width: 50px; z-index: 2; }\",\".framer-kznVi .framer-npcl84-container { flex: none; height: 50px; position: relative; width: 50px; z-index: 3; }\",\".framer-kznVi .framer-11e5er3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 50%; overflow: visible; position: absolute; top: 40px; width: 50px; z-index: 1; }\",\".framer-kznVi .framer-dvdjrb { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-end; overflow: visible; padding: 10px 0px 20px 0px; position: relative; width: 90px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-3jr4i1, .framer-kznVi .framer-qiq3r5, .framer-kznVi .framer-i03g66, .framer-kznVi .framer-wwfea8, .framer-kznVi .framer-dvdjrb { gap: 0px; } .framer-kznVi.framer-3jr4i1 > *, .framer-kznVi .framer-qiq3r5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kznVi.framer-3jr4i1 > :first-child, .framer-kznVi .framer-qiq3r5 > :first-child, .framer-kznVi .framer-i03g66 > :first-child, .framer-kznVi .framer-wwfea8 > :first-child, .framer-kznVi .framer-dvdjrb > :first-child { margin-top: 0px; } .framer-kznVi.framer-3jr4i1 > :last-child, .framer-kznVi .framer-qiq3r5 > :last-child, .framer-kznVi .framer-i03g66 > :last-child, .framer-kznVi .framer-wwfea8 > :last-child, .framer-kznVi .framer-dvdjrb > :last-child { margin-bottom: 0px; } .framer-kznVi .framer-i03g66 > *, .framer-kznVi .framer-wwfea8 > *, .framer-kznVi .framer-dvdjrb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-kznVi.framer-v-m4q4e5 .framer-11e5er3 { top: 100px; }\",\".framer-kznVi.framer-v-1yvh600 .framer-11e5er3 { top: 160px; }\",\".framer-kznVi.framer-v-1xfy64g .framer-11e5er3 { bottom: 60px; top: unset; }\",\".framer-kznVi.framer-v-1k975ub .framer-11e5er3 { bottom: 0px; top: unset; }\",\".framer-kznVi.framer-v-1uqasmj.framer-3jr4i1, .framer-kznVi.framer-v-m2e4p2.framer-3jr4i1, .framer-kznVi.framer-v-1ct8wwt.framer-3jr4i1, .framer-kznVi.framer-v-1daer9m.framer-3jr4i1, .framer-kznVi.framer-v-1oyhqnk.framer-3jr4i1, .framer-kznVi.framer-v-1jvkfnw.framer-3jr4i1, .framer-kznVi.framer-v-psfdzc.framer-3jr4i1, .framer-kznVi.framer-v-tyd48e.framer-3jr4i1, .framer-kznVi.framer-v-n4hrgk.framer-3jr4i1 { flex-direction: row; height: 136px; padding: 20px 0px 50px 0px; width: min-content; }\",\".framer-kznVi.framer-v-1uqasmj .framer-qiq3r5, .framer-kznVi.framer-v-m2e4p2 .framer-qiq3r5, .framer-kznVi.framer-v-1ct8wwt .framer-qiq3r5, .framer-kznVi.framer-v-1daer9m .framer-qiq3r5, .framer-kznVi.framer-v-d1qro5 .framer-qiq3r5 { flex: none; flex-direction: row; height: 100%; overflow: hidden; width: 366px; will-change: var(--framer-will-change-override, transform); }\",\".framer-kznVi.framer-v-1uqasmj .framer-i03g66, .framer-kznVi.framer-v-m2e4p2 .framer-i03g66, .framer-kznVi.framer-v-1ct8wwt .framer-i03g66, .framer-kznVi.framer-v-1daer9m .framer-i03g66, .framer-kznVi.framer-v-d1qro5 .framer-i03g66, .framer-kznVi.framer-v-1oyhqnk .framer-i03g66, .framer-kznVi.framer-v-1jvkfnw .framer-i03g66, .framer-kznVi.framer-v-psfdzc .framer-i03g66, .framer-kznVi.framer-v-tyd48e .framer-i03g66, .framer-kznVi.framer-v-n4hrgk .framer-i03g66 { flex: none; height: min-content; padding: 0px 15px 0px 10px; width: min-content; }\",\".framer-kznVi.framer-v-1uqasmj .framer-wwfea8, .framer-kznVi.framer-v-m2e4p2 .framer-wwfea8, .framer-kznVi.framer-v-1ct8wwt .framer-wwfea8, .framer-kznVi.framer-v-1daer9m .framer-wwfea8, .framer-kznVi.framer-v-d1qro5 .framer-wwfea8 { flex-direction: row; gap: 8px; padding: 0px; width: min-content; }\",\".framer-kznVi.framer-v-1uqasmj .framer-11e5er3 { bottom: 0px; height: unset; left: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-1uqasmj.framer-3jr4i1, .framer-kznVi.framer-v-1uqasmj .framer-qiq3r5, .framer-kznVi.framer-v-1uqasmj .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-1uqasmj.framer-3jr4i1 > *, .framer-kznVi.framer-v-1uqasmj .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-1uqasmj.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-1uqasmj .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-1uqasmj .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-1uqasmj.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-1uqasmj .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-1uqasmj .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-1uqasmj .framer-wwfea8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-kznVi.framer-v-m2e4p2 .framer-11e5er3 { bottom: 0px; height: unset; left: 58px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-m2e4p2.framer-3jr4i1, .framer-kznVi.framer-v-m2e4p2 .framer-qiq3r5, .framer-kznVi.framer-v-m2e4p2 .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-m2e4p2.framer-3jr4i1 > *, .framer-kznVi.framer-v-m2e4p2 .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-m2e4p2.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-m2e4p2 .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-m2e4p2 .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-m2e4p2.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-m2e4p2 .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-m2e4p2 .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-m2e4p2 .framer-wwfea8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-kznVi.framer-v-1ct8wwt .framer-11e5er3, .framer-kznVi.framer-v-psfdzc .framer-11e5er3 { bottom: 0px; height: unset; left: 50%; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-1ct8wwt.framer-3jr4i1, .framer-kznVi.framer-v-1ct8wwt .framer-qiq3r5, .framer-kznVi.framer-v-1ct8wwt .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-1ct8wwt.framer-3jr4i1 > *, .framer-kznVi.framer-v-1ct8wwt .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-1ct8wwt.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-1ct8wwt .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-1ct8wwt .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-1ct8wwt.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-1ct8wwt .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-1ct8wwt .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-1ct8wwt .framer-wwfea8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-kznVi.framer-v-1daer9m .framer-11e5er3 { bottom: 0px; height: unset; left: unset; right: 58px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-1daer9m.framer-3jr4i1, .framer-kznVi.framer-v-1daer9m .framer-qiq3r5, .framer-kznVi.framer-v-1daer9m .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-1daer9m.framer-3jr4i1 > *, .framer-kznVi.framer-v-1daer9m .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-1daer9m.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-1daer9m .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-1daer9m .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-1daer9m.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-1daer9m .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-1daer9m .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-1daer9m .framer-wwfea8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-kznVi.framer-v-d1qro5.framer-3jr4i1 { flex-direction: row; height: 136px; padding: 20px 0px 50px 0px; width: 390px; }\",\".framer-kznVi.framer-v-d1qro5 .framer-11e5er3 { bottom: 0px; height: unset; left: unset; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-d1qro5.framer-3jr4i1, .framer-kznVi.framer-v-d1qro5 .framer-qiq3r5, .framer-kznVi.framer-v-d1qro5 .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-d1qro5.framer-3jr4i1 > *, .framer-kznVi.framer-v-d1qro5 .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-d1qro5.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-d1qro5 .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-d1qro5 .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-d1qro5.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-d1qro5 .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-d1qro5 .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-d1qro5 .framer-wwfea8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-kznVi.framer-v-1oyhqnk .framer-qiq3r5, .framer-kznVi.framer-v-1jvkfnw .framer-qiq3r5, .framer-kznVi.framer-v-psfdzc .framer-qiq3r5, .framer-kznVi.framer-v-tyd48e .framer-qiq3r5, .framer-kznVi.framer-v-n4hrgk .framer-qiq3r5 { flex: none; flex-direction: row; height: 100%; width: 556px; }\",\".framer-kznVi.framer-v-1oyhqnk .framer-wwfea8, .framer-kznVi.framer-v-1jvkfnw .framer-wwfea8, .framer-kznVi.framer-v-psfdzc .framer-wwfea8, .framer-kznVi.framer-v-tyd48e .framer-wwfea8, .framer-kznVi.framer-v-n4hrgk .framer-wwfea8 { flex: 1 0 0px; flex-direction: row; gap: 26px; justify-content: center; overflow: hidden; padding: 0px; width: 1px; }\",\".framer-kznVi.framer-v-1oyhqnk .framer-11e5er3 { bottom: 0px; height: unset; left: 64px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-1oyhqnk.framer-3jr4i1, .framer-kznVi.framer-v-1oyhqnk .framer-qiq3r5, .framer-kznVi.framer-v-1oyhqnk .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-1oyhqnk.framer-3jr4i1 > *, .framer-kznVi.framer-v-1oyhqnk .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-1oyhqnk.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-1oyhqnk .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-1oyhqnk .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-1oyhqnk.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-1oyhqnk .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-1oyhqnk .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-1oyhqnk .framer-wwfea8 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } }\",\".framer-kznVi.framer-v-1jvkfnw .framer-11e5er3 { bottom: 0px; height: unset; left: 140px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-1jvkfnw.framer-3jr4i1, .framer-kznVi.framer-v-1jvkfnw .framer-qiq3r5, .framer-kznVi.framer-v-1jvkfnw .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-1jvkfnw.framer-3jr4i1 > *, .framer-kznVi.framer-v-1jvkfnw .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-1jvkfnw.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-1jvkfnw .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-1jvkfnw .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-1jvkfnw.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-1jvkfnw .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-1jvkfnw .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-1jvkfnw .framer-wwfea8 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-psfdzc.framer-3jr4i1, .framer-kznVi.framer-v-psfdzc .framer-qiq3r5, .framer-kznVi.framer-v-psfdzc .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-psfdzc.framer-3jr4i1 > *, .framer-kznVi.framer-v-psfdzc .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-psfdzc.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-psfdzc .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-psfdzc .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-psfdzc.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-psfdzc .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-psfdzc .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-psfdzc .framer-wwfea8 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } }\",\".framer-kznVi.framer-v-tyd48e .framer-11e5er3 { bottom: 0px; height: unset; left: unset; right: 140px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-tyd48e.framer-3jr4i1, .framer-kznVi.framer-v-tyd48e .framer-qiq3r5, .framer-kznVi.framer-v-tyd48e .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-tyd48e.framer-3jr4i1 > *, .framer-kznVi.framer-v-tyd48e .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-tyd48e.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-tyd48e .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-tyd48e .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-tyd48e.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-tyd48e .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-tyd48e .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-tyd48e .framer-wwfea8 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } }\",\".framer-kznVi.framer-v-n4hrgk .framer-11e5er3 { bottom: 0px; height: unset; left: unset; right: 64px; top: 0px; width: var(--framer-aspect-ratio-supported, 50px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kznVi.framer-v-n4hrgk.framer-3jr4i1, .framer-kznVi.framer-v-n4hrgk .framer-qiq3r5, .framer-kznVi.framer-v-n4hrgk .framer-wwfea8 { gap: 0px; } .framer-kznVi.framer-v-n4hrgk.framer-3jr4i1 > *, .framer-kznVi.framer-v-n4hrgk .framer-qiq3r5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-kznVi.framer-v-n4hrgk.framer-3jr4i1 > :first-child, .framer-kznVi.framer-v-n4hrgk .framer-qiq3r5 > :first-child, .framer-kznVi.framer-v-n4hrgk .framer-wwfea8 > :first-child { margin-left: 0px; } .framer-kznVi.framer-v-n4hrgk.framer-3jr4i1 > :last-child, .framer-kznVi.framer-v-n4hrgk .framer-qiq3r5 > :last-child, .framer-kznVi.framer-v-n4hrgk .framer-wwfea8 > :last-child { margin-right: 0px; } .framer-kznVi.framer-v-n4hrgk .framer-wwfea8 > * { margin: 0px; margin-left: calc(26px / 2); margin-right: calc(26px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 132\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"i0aeCRRu_\":{\"layout\":[\"fixed\",\"fixed\"]},\"xuDZBYWCO\":{\"layout\":[\"fixed\",\"fixed\"]},\"lyBAoL4n4\":{\"layout\":[\"fixed\",\"fixed\"]},\"EZN8heijl\":{\"layout\":[\"fixed\",\"fixed\"]},\"jPA0Sp0h5\":{\"layout\":[\"auto\",\"fixed\"]},\"hKmiCYw5n\":{\"layout\":[\"auto\",\"fixed\"]},\"Jm79QJKtv\":{\"layout\":[\"auto\",\"fixed\"]},\"SBZlNXODd\":{\"layout\":[\"auto\",\"fixed\"]},\"xFpLy_iDy\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q86iBCc1u\":{\"layout\":[\"auto\",\"fixed\"]},\"An8bXmBrU\":{\"layout\":[\"auto\",\"fixed\"]},\"SCY_b7EcB\":{\"layout\":[\"auto\",\"fixed\"]},\"GacQ1P5bj\":{\"layout\":[\"auto\",\"fixed\"]},\"ozYqGNTnN\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBuw9LkZ1g=withCSS(Component,css,\"framer-kznVi\");export default FramerBuw9LkZ1g;FramerBuw9LkZ1g.displayName=\"sideNavigationBar\";FramerBuw9LkZ1g.defaultProps={height:800,width:132};addPropertyControls(FramerBuw9LkZ1g,{variant:{options:[\"XRx7vcBca\",\"i0aeCRRu_\",\"xuDZBYWCO\",\"lyBAoL4n4\",\"EZN8heijl\",\"jPA0Sp0h5\",\"hKmiCYw5n\",\"Jm79QJKtv\",\"SBZlNXODd\",\"xFpLy_iDy\",\"Q86iBCc1u\",\"An8bXmBrU\",\"SCY_b7EcB\",\"GacQ1P5bj\",\"ozYqGNTnN\"],optionTitles:[\"sideBarHomeDesktop\",\"sideBarProyects\",\"sideBardToolsMe\",\"sideBarLearnMe\",\"sideBarContact\",\"vairiantMobile\",\"VariantMobileProyects\",\"VariantMobileToolsMe\",\"VariantMobileLearnMe\",\"VariantMobileContact\",\"tablet\",\"VariantTabletProyects\",\"VariantTabletToolsMe\",\"VariantTabletLearnMe\",\"VariantTabletContact\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBuw9LkZ1g,[{explicitInter:true,fonts:[]},...NavigatorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBuw9LkZ1g\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"800\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i0aeCRRu_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xuDZBYWCO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lyBAoL4n4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EZN8heijl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jPA0Sp0h5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hKmiCYw5n\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Jm79QJKtv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SBZlNXODd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xFpLy_iDy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q86iBCc1u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"An8bXmBrU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SCY_b7EcB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"GacQ1P5bj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ozYqGNTnN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"132\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-extrabold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-extrabold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GCE3CQJHNQPET5GTQTXRVLUNQRTTGRYD/PW7XXFU476CRE7KBIKF63THLLGCBMQ4S/IX2APREQD7NDYAG5A6YIV4Q2246OG5XH.woff2\",weight:\"800\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ILYTFCIBYFKNUGPGWYAZTJELAKCNDB4J/ZWI5FNCSXZSHCZV63OJRI232MGUFDP4X/NXLZOJGFSJQ6MBNFMQQS5KVIKGSXHCST.woff2\",weight:\"800\"}]}];export const css=['.framer-cGyJB .framer-styles-preset-1nv9xln:not(.rich-text-wrapper), .framer-cGyJB .framer-styles-preset-1nv9xln.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 800; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 800; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-bbeab584-bfe9-4888-8e9c-5608e7b4ef5c, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-cGyJB\";\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\"}}}"],
  "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", "HeroFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "radiusForCorner", "value", "cornerIndex", "segments", "transition3", "animation", "animation1", "animation2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "radius", "visibleInMobile", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZzufY6P6q", "Kbhwc4Kvu", "oRKGpGWbT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapme9vn3", "args", "onMouseEntert682wp", "overlay", "paginationInfo", "ref1", "pe", "isDisplayed", "ref2", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "l", "Link", "u", "cx", "ComponentViewportProvider", "AnimatePresence", "Floating", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramermQcltLvP4", "withCSS", "mQcltLvP4_default", "addPropertyControls", "ControlType", "addFonts", "NavigatorFonts", "getFonts", "mQcltLvP4_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transition3", "animation2", "animation3", "transition4", "animation4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "ZzufY6P6q1y7mlv1", "args", "ZzufY6P6q163kh8", "ZzufY6P6q1qhouf7", "ZzufY6P6q1eaxk0o", "ZzufY6P6qufo889", "ZzufY6P6q1ymdamb", "ZzufY6P6qpvh17e", "ZzufY6P6q1ak3f9c", "ZzufY6P6q1sbpn4o", "ZzufY6P6q1atttwd", "ZzufY6P6qs0spss", "ZzufY6P6qsxc374", "ZzufY6P6qhvib96", "ZzufY6P6q1wj4ch6", "ZzufY6P6qbqiq3p", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "css", "FramerBuw9LkZ1g", "withCSS", "Buw9LkZ1g_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
