{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/w8roBoSlLSuZBKkQyJlB/ColzY7qYdpsDg1iZ7B85/Cookie.js", "ssg:https://framerusercontent.com/modules/2FpxpMaZPXtUqJu573hH/62YpYU4DTw2HjPxVmI9b/i4aldbfo7.js", "ssg:https://framerusercontent.com/modules/u1iT4jWL8NXDFjoc8Hw4/3Fx8bbAJDm5ii5SlTIYm/G7TWeqUar.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";//Check the saved cookie and set the variant accordingly\nexport function withCookie(Component){return props=>{let isOpen=true;if(typeof document!==\"undefined\"&&document.cookie.split(\"; \").find(row=>row.startsWith(\"isOpen=\"))){var _document_cookie_split_find;//the cookies has already been set\nconst isOpenStr=(_document_cookie_split_find=document.cookie.split(\"; \").find(row=>row.startsWith(\"isOpen=\")))===null||_document_cookie_split_find===void 0?void 0:_document_cookie_split_find.split(\"=\")[1];isOpen=isOpenStr===\"true\";}return /*#__PURE__*/_jsx(Component,{...props,variant:isOpen?\"Open\":\"Closed\"});};}//Add an handler to toggle the value stored in the cookie\nexport function withHandler(Component){return props=>{const handleClick=()=>{//check previous state\nlet isOpen;if(typeof document!==\"undefined\"){var _document_cookie_split_find;const isOpenStr=(_document_cookie_split_find=document.cookie.split(\"; \").find(row=>row.startsWith(\"isOpen=\")))===null||_document_cookie_split_find===void 0?void 0:_document_cookie_split_find.split(\"=\")[1];isOpen=isOpenStr===\"true\";}//set new cookie\nconst today=new Date(Date.now());let expiryDay=new Date;expiryDay.setDate(today.getDate()+365);document.cookie=`isOpen=${!isOpen}; expires=${expiryDay.toUTCString()}; SameSite=None; Secure`;};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHandler\":{\"type\":\"reactHoc\",\"name\":\"withHandler\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withCookie\":{\"type\":\"reactHoc\",\"name\":\"withCookie\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookie.map", "// Generated by Framer (9e4a47a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/yhMkBOCL03M2OCEO582B/ckPjyPxiNlZNsEixMlTO/af_ijkOdK.js\";const cycleOrder=[\"I182:14703;182:13051\",\"yODRDeb6o\",\"h7zYpDkJ7\"];const serializationHash=\"framer-4sQFe\";const variantClassNames={\"I182:14703;182:13051\":\"framer-v-105jm8t\",h7zYpDkJ7:\"framer-v-h3rz69\",yODRDeb6o:\"framer-v-1rj7qdo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Available:\"I182:14703;182:13051\",Busy:\"h7zYpDkJ7\",Soon:\"yODRDeb6o\"};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:\"I182:14703;182:13051\"};};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:\"I182:14703;182:13051\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-105jm8t\",className,classNames),\"data-framer-name\":\"Available\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13051\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({h7zYpDkJ7:{\"data-framer-name\":\"Busy\"},yODRDeb6o:{\"data-framer-name\":\"Soon\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xqq4p9\",\"data-framer-name\":\"Availability\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13051;171:5514\",style:{backgroundColor:\"rgb(101, 180, 99)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},variants:{h7zYpDkJ7:{backgroundColor:\"rgb(191, 70, 70)\"},yODRDeb6o:{backgroundColor:\"rgb(191, 153, 71)\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j68762\",\"data-styles-preset\":\"af_ijkOdK\",children:\"Open for collabs\"})}),className:\"framer-1qc6ef2\",\"data-framer-name\":\"Open for work\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13051;171:5515\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h7zYpDkJ7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j68762\",\"data-styles-preset\":\"af_ijkOdK\",children:\"Currently busy\"})})},yODRDeb6o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1j68762\",\"data-styles-preset\":\"af_ijkOdK\",children:\"Open soon, enquire now\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4sQFe.framer-1hdpact, .framer-4sQFe .framer-1hdpact { display: block; }\",\".framer-4sQFe.framer-105jm8t { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4sQFe .framer-1xqq4p9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); position: relative; width: 6px; }\",\".framer-4sQFe .framer-1qc6ef2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4sQFe.framer-105jm8t { gap: 0px; } .framer-4sQFe.framer-105jm8t > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-4sQFe.framer-105jm8t > :first-child { margin-left: 0px; } .framer-4sQFe.framer-105jm8t > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 123\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"yODRDeb6o\":{\"layout\":[\"auto\",\"auto\"]},\"h7zYpDkJ7\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameri4aldbfo7=withCSS(Component,css,\"framer-4sQFe\");export default Frameri4aldbfo7;Frameri4aldbfo7.displayName=\"UI/Availability\";Frameri4aldbfo7.defaultProps={height:22,width:123};addPropertyControls(Frameri4aldbfo7,{variant:{options:[\"I182:14703;182:13051\",\"yODRDeb6o\",\"h7zYpDkJ7\"],optionTitles:[\"Available\",\"Soon\",\"Busy\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameri4aldbfo7,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameri4aldbfo7\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yODRDeb6o\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"h7zYpDkJ7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"22\",\"framerIntrinsicWidth\":\"123\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (50a537b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,getPropertyControls,Image,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SingleToggle from\"https://framerusercontent.com/modules/3Zp8Qmb0tN9gknrT8etf/otLzBhq5O1vRqI5Cyo18/Vuw93iw32.js\";import Search from\"https://framerusercontent.com/modules/6wAE2eMb2Tl3zrU7u4UL/HPzg2Uk7mwtBmDzvGbWF/Search.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{withHandler}from\"https://framerusercontent.com/modules/w8roBoSlLSuZBKkQyJlB/ColzY7qYdpsDg1iZ7B85/Cookie.js\";import UIAvatar from\"https://framerusercontent.com/modules/haBdnRsX1w1S4GzXCNlh/insZoLIK9bKljeRGjZjY/AEg0_Ryu6.js\";import ButtonProAccessButton from\"https://framerusercontent.com/modules/6bliq7wctedudw4rZyOm/AXkCPelyH0xoKlWMByaU/bj0AIy9t4.js\";import UIAvailability from\"https://framerusercontent.com/modules/2FpxpMaZPXtUqJu573hH/62YpYU4DTw2HjPxVmI9b/i4aldbfo7.js\";import SidebarSidebarMenu from\"https://framerusercontent.com/modules/pmH8JOqO6VgaKKuXC3Ap/Q5O835YtnzPCHm5700UW/YM4r_2jW0.js\";const UIAvatarFonts=getFonts(UIAvatar);const UIAvailabilityFonts=getFonts(UIAvailability);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithHandler=withHandler(motion.div);const SidebarSidebarMenuFonts=getFonts(SidebarSidebarMenu);const ButtonProAccessButtonFonts=getFonts(ButtonProAccessButton);const SingleToggleFonts=getFonts(SingleToggle);const SearchFonts=getFonts(Search);const SidebarSidebarMenuControls=getPropertyControls(SidebarSidebarMenu);const cycleOrder=[\"I182:14703;182:13044\",\"arDafGFGW\"];const serializationHash=\"framer-vqRMs\";const variantClassNames={\"I182:14703;182:13044\":\"framer-v-fp36vh\",arDafGFGW:\"framer-v-1unexh3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.07,skewX:0,skewY:0,transition:transition2};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 humanReadableEnumMap={\"Collapsed About\":\"qKSka9HVu\",\"Collapsed Companies\":\"trXQlzVTf\",\"Collapsed Consulting\":\"kX5fbvC9A\",\"Collapsed Contact\":\"xyu8BZI9Z\",\"Collapsed Home\":\"lBesktPz8\",\"Collapsed Journal\":\"CNvwVXYeE\",\"Collapsed Log In\":\"gAHfo1hNn\",\"Collapsed None\":\"ax9qb8loA\",\"Collapsed Projects + Media\":\"ct7ae2MqK\",\"Collapsed Resources\":\"CWoaZSeML\",\"Collapsed Toolkits + Courses\":\"wLed40LPr\",\"Open  About\":\"gP5y6LasD\",\"Open  Companies\":\"pzBkGzxIl\",\"Open Consulting + Training\":\"X7BuPmhBg\",\"Open Contact\":\"CwBLF5K22\",\"Open Home\":\"I182:14703;182:13054\",\"Open Journal\":\"keazFAFHr\",\"Open Log In\":\"O8VX28vDk\",\"Open None\":\"ZAlAMQdYW\",\"Open Projects + Media\":\"x8iHihebV\",\"Open Templates\":\"vJzEueXCQ\",\"Open Toolkits + Courses\":\"Apn_jxVOL\"};const humanReadableVariantMap={Closed:\"arDafGFGW\",Open:\"I182:14703;182:13044\"};const getProps=({activeTabCollapsed,activeTabExpanded,height,id,width,...props})=>{var _humanReadableEnumMap_activeTabCollapsed,_ref,_ref1,_humanReadableEnumMap_activeTabExpanded,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,F5CRmqY7c:(_ref1=(_ref=(_humanReadableEnumMap_activeTabCollapsed=humanReadableEnumMap[activeTabCollapsed])!==null&&_humanReadableEnumMap_activeTabCollapsed!==void 0?_humanReadableEnumMap_activeTabCollapsed:activeTabCollapsed)!==null&&_ref!==void 0?_ref:props.F5CRmqY7c)!==null&&_ref1!==void 0?_ref1:\"lBesktPz8\",mNhvEGQQS:(_ref3=(_ref2=(_humanReadableEnumMap_activeTabExpanded=humanReadableEnumMap[activeTabExpanded])!==null&&_humanReadableEnumMap_activeTabExpanded!==void 0?_humanReadableEnumMap_activeTabExpanded:activeTabExpanded)!==null&&_ref2!==void 0?_ref2:props.mNhvEGQQS)!==null&&_ref3!==void 0?_ref3:\"I182:14703;182:13054\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"I182:14703;182:13044\"};};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,F5CRmqY7c,mNhvEGQQS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"I182:14703;182:13044\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb5zxmw=activeVariantCallback(async(...args)=>{setVariant(\"arDafGFGW\");});const onTapjgghr1=activeVariantCallback(async(...args)=>{setVariant(\"I182:14703;182:13044\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"arDafGFGW\")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__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-fp36vh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Open\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13044\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1fb7ec29-3e29-48b6-bfa7-821f5fff504a, rgb(225, 226, 242))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-e0016455-a31e-4daa-b2a1-d262a79e6bf6, rgb(246, 246, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({arDafGFGW:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bpf18t\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13045\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rvngp\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13046\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ph2hrg\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13047\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"44px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-958)/1*0)+32+0+0+15,...addPropertyOverrides({arDafGFGW:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-994)/1*0)+32+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jd9d15-container\",layoutDependency:layoutDependency,layoutId:\"RqplZb3o2-container\",children:/*#__PURE__*/_jsx(UIAvatar,{height:\"100%\",id:\"RqplZb3o2\",layoutId:\"RqplZb3o2\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nrsahv\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13049\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"ikzJr7ekf\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-958)/1*0)+32+0+0+0+0+0),pixelHeight:4833,pixelWidth:1e4,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/DyX2qOsVDoq9d2BVDbxpjG6EBWM.png\",srcSet:\"https://framerusercontent.com/images/DyX2qOsVDoq9d2BVDbxpjG6EBWM.png?scale-down-to=512 512w,https://framerusercontent.com/images/DyX2qOsVDoq9d2BVDbxpjG6EBWM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/DyX2qOsVDoq9d2BVDbxpjG6EBWM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/DyX2qOsVDoq9d2BVDbxpjG6EBWM.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/DyX2qOsVDoq9d2BVDbxpjG6EBWM.png 10000w\"},className:\"framer-1e7c11g framer-pnuyvc\",layoutDependency:layoutDependency,layoutId:\"ikzJr7ekf\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-958)/1*0)+32+0+0+0+0+52,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6g8nry-container\",layoutDependency:layoutDependency,layoutId:\"QyPBOWRRF-container\",children:/*#__PURE__*/_jsx(UIAvailability,{height:\"100%\",id:\"QyPBOWRRF\",layoutId:\"QyPBOWRRF\",variant:\"I182:14703;182:13051\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithHandler,{className:\"framer-z4hypz\",\"data-border\":true,\"data-framer-name\":\"Sidebar Collapse Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13052\",onTap:onTapb5zxmw,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1fb7ec29-3e29-48b6-bfa7-821f5fff504a, rgb(225, 226, 242))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5aa14f86-0daa-4c64-a52c-1c75611d5ae4, rgb(234, 236, 248))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({arDafGFGW:{onTap:onTapjgghr1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f5aemd-container\",layoutDependency:layoutDependency,layoutId:\"RIVEkhxGj-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-d8f45a16-4ab8-4f21-a042-bfd7dcaf9c1d, rgb(104, 110, 124))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowLeft\",id:\"RIVEkhxGj\",layoutId:\"RIVEkhxGj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({arDafGFGW:{iconSelection:\"ArrowRight\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:654,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-958)/1*0)+32+114,...addPropertyOverrides({arDafGFGW:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-994)/1*0)+32+84}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c5wnjt-container\",layoutDependency:layoutDependency,layoutId:\"fWk2M5UY3-container\",children:/*#__PURE__*/_jsx(SidebarSidebarMenu,{height:\"100%\",id:\"fWk2M5UY3\",layoutId:\"fWk2M5UY3\",style:{width:\"100%\"},variant:mNhvEGQQS,width:\"100%\",...addPropertyOverrides({arDafGFGW:{variant:F5CRmqY7c}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wyuyh2\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"I182:14703;2008:56893\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"240px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+820+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-958)/1*1)+0+0,...addPropertyOverrides({arDafGFGW:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+(0+790+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1289)-0-994)/1*1)+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4gizzn-container\",layoutDependency:layoutDependency,layoutId:\"jqI8feKCW-container\",children:/*#__PURE__*/_jsx(ButtonProAccessButton,{height:\"100%\",id:\"jqI8feKCW\",layoutId:\"jqI8feKCW\",style:{width:\"100%\"},variant:\"I182:14703;2008:52513\",width:\"100%\",...addPropertyOverrides({arDafGFGW:{variant:\"D9I_KATRg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ljrups\",\"data-border\":true,\"data-framer-name\":\"Icons\",layoutDependency:layoutDependency,layoutId:\"I182:14703;182:13070\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-1fb7ec29-3e29-48b6-bfa7-821f5fff504a, rgb(225, 226, 242))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ty60qm-container\",layoutDependency:layoutDependency,layoutId:\"tuCECqt6I-container\",children:/*#__PURE__*/_jsx(SingleToggle,{aoJpqCstc:\"Sun\",height:\"100%\",id:\"tuCECqt6I\",izVnO3mC9:\"Moon\",layoutId:\"tuCECqt6I\",ogBQvzNNC:10,q3VxHPdzp:\"bold\",Tib6Q7ZnQ:\"var(--token-d8f45a16-4ab8-4f21-a042-bfd7dcaf9c1d, rgb(104, 110, 124))\",width:\"100%\",Xu4nOYGGe:\"fTmWKR9rn\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9hdzv9-container\",layoutDependency:layoutDependency,layoutId:\"HQ98EnmKe-container\",whileHover:animation,children:/*#__PURE__*/_jsx(Search,{backdropOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},zIndex:10},height:\"100%\",iconColor:\"var(--token-d8f45a16-4ab8-4f21-a042-bfd7dcaf9c1d, rgb(104, 110, 124))\",iconSize:24,iconType:\"default\",id:\"HQ98EnmKe\",inputOptions:{clearButtonText:\"Clear\",clearButtonType:\"icon\",dividerType:\"fullWidth\",iconOptions:{iconColor:\"rgba(0, 0, 0, 0.45)\",iconSize:18,iconType:\"default\"},inputFont:{},placeholderOptions:{placeholderColor:\"rgba(0, 0, 0, 0.4)\",placeholderText:\"Search...\"},textColor:\"rgb(51, 51, 51)\"},layoutId:\"HQ98EnmKe\",modalOptions:{backgroundColor:\"rgb(255, 255, 255)\",borderRadius:16,heightIsStatic:true,heightTransition:{damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"},layoutType:\"QuickMenu\",shadow:{blur:40,color:\"rgba(0, 0, 0, 0.2)\",spread:0,x:0,y:20},top:0,width:500},resultOptions:{itemType:\"fullWidth\",subtitleOptions:{subtitleColor:\"rgba(0, 0, 0, 0.4)\",subtitleFont:{},subtitleType:\"path\"},titleColor:\"rgb(51, 51, 51)\",titleFont:{},titleType:\"h1\"},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vqRMs.framer-pnuyvc, .framer-vqRMs .framer-pnuyvc { display: block; }\",\".framer-vqRMs.framer-fp36vh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; height: 1289px; justify-content: space-between; overflow: auto; padding: 0px; position: relative; width: 280px; }\",\".framer-vqRMs .framer-bpf18t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 20px 20px 20px; position: relative; width: 100%; }\",\".framer-vqRMs .framer-rvngp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vqRMs .framer-ph2hrg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vqRMs .framer-jd9d15-container { flex: none; height: 44px; position: relative; width: 44px; }\",\".framer-vqRMs .framer-1nrsahv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vqRMs .framer-1e7c11g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 150px; }\",\".framer-vqRMs .framer-6g8nry-container, .framer-vqRMs .framer-ty60qm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-vqRMs .framer-z4hypz { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 28px; justify-content: center; overflow: hidden; padding: 6px 12px 6px 12px; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vqRMs .framer-1f5aemd-container { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-vqRMs .framer-1c5wnjt-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-vqRMs .framer-1wyuyh2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vqRMs .framer-4gizzn-container { flex: none; height: auto; position: relative; width: 240px; }\",\".framer-vqRMs .framer-1ljrups { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 20px 16px 20px; position: relative; width: 100%; }\",\".framer-vqRMs .framer-9hdzv9-container { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vqRMs .framer-bpf18t, .framer-vqRMs .framer-ph2hrg, .framer-vqRMs .framer-1nrsahv, .framer-vqRMs .framer-1e7c11g, .framer-vqRMs .framer-z4hypz, .framer-vqRMs .framer-1wyuyh2 { gap: 0px; } .framer-vqRMs .framer-bpf18t > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-vqRMs .framer-bpf18t > :first-child, .framer-vqRMs .framer-1nrsahv > :first-child, .framer-vqRMs .framer-1wyuyh2 > :first-child { margin-top: 0px; } .framer-vqRMs .framer-bpf18t > :last-child, .framer-vqRMs .framer-1nrsahv > :last-child, .framer-vqRMs .framer-1wyuyh2 > :last-child { margin-bottom: 0px; } .framer-vqRMs .framer-ph2hrg > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-vqRMs .framer-ph2hrg > :first-child, .framer-vqRMs .framer-1e7c11g > :first-child, .framer-vqRMs .framer-z4hypz > :first-child { margin-left: 0px; } .framer-vqRMs .framer-ph2hrg > :last-child, .framer-vqRMs .framer-1e7c11g > :last-child, .framer-vqRMs .framer-z4hypz > :last-child { margin-right: 0px; } .framer-vqRMs .framer-1nrsahv > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-vqRMs .framer-1e7c11g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vqRMs .framer-z4hypz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-vqRMs .framer-1wyuyh2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-vqRMs.framer-v-1unexh3.framer-fp36vh { overflow: visible; width: 80px; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-bpf18t { justify-content: center; padding: 32px 16px 20px 16px; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-rvngp { gap: 60px; justify-content: center; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-z4hypz { position: absolute; right: -29px; top: calc(50.00000000000002% - 28px / 2); z-index: 2; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-1wyuyh2 { padding: 16px; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-4gizzn-container { width: 100%; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-1ljrups { flex-direction: column; gap: 16px; justify-content: center; }\",\".framer-vqRMs.framer-v-1unexh3 .framer-9hdzv9-container { height: var(--framer-aspect-ratio-supported, 24px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vqRMs.framer-v-1unexh3 .framer-rvngp, .framer-vqRMs.framer-v-1unexh3 .framer-1ljrups { gap: 0px; } .framer-vqRMs.framer-v-1unexh3 .framer-rvngp > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-vqRMs.framer-v-1unexh3 .framer-rvngp > :first-child { margin-left: 0px; } .framer-vqRMs.framer-v-1unexh3 .framer-rvngp > :last-child { margin-right: 0px; } .framer-vqRMs.framer-v-1unexh3 .framer-1ljrups > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-vqRMs.framer-v-1unexh3 .framer-1ljrups > :first-child { margin-top: 0px; } .framer-vqRMs.framer-v-1unexh3 .framer-1ljrups > :last-child { margin-bottom: 0px; } }\",'.framer-vqRMs[data-border=\"true\"]::after, .framer-vqRMs [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }','.framer-vqRMs[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-vqRMs [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-vqRMs[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-vqRMs [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1289\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"arDafGFGW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"F5CRmqY7c\":\"activeTabCollapsed\",\"mNhvEGQQS\":\"activeTabExpanded\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerG7TWeqUar=withCSS(Component,css,\"framer-vqRMs\");export default FramerG7TWeqUar;FramerG7TWeqUar.displayName=\"Sidebar/Sidebar\";FramerG7TWeqUar.defaultProps={height:1289,width:280};addPropertyControls(FramerG7TWeqUar,{variant:{options:[\"I182:14703;182:13044\",\"arDafGFGW\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum},F5CRmqY7c:(SidebarSidebarMenuControls===null||SidebarSidebarMenuControls===void 0?void 0:SidebarSidebarMenuControls[\"variant\"])&&{...SidebarSidebarMenuControls[\"variant\"],defaultValue:\"lBesktPz8\",description:undefined,hidden:undefined,title:\"Active Tab Collapsed\"},mNhvEGQQS:(SidebarSidebarMenuControls===null||SidebarSidebarMenuControls===void 0?void 0:SidebarSidebarMenuControls[\"variant\"])&&{...SidebarSidebarMenuControls[\"variant\"],defaultValue:\"I182:14703;182:13054\",description:undefined,hidden:undefined,title:\"Active Tab Expanded\"}});addFonts(FramerG7TWeqUar,[{explicitInter:true,fonts:[]},...UIAvatarFonts,...UIAvailabilityFonts,...PhosphorFonts,...SidebarSidebarMenuFonts,...ButtonProAccessButtonFonts,...SingleToggleFonts,...SearchFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG7TWeqUar\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"F5CRmqY7c\\\":\\\"activeTabCollapsed\\\",\\\"mNhvEGQQS\\\":\\\"activeTabExpanded\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1289\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"arDafGFGW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"280\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withCookie", "Component", "props", "isOpen", "row", "_document_cookie_split_find", "p", "withHandler", "today", "expiryDay", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Frameri4aldbfo7", "withCSS", "i4aldbfo7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "G7TWeqUar_exports", "__export", "__FramerMetadata__", "G7TWeqUar_default", "UIAvatarFonts", "getFonts", "AEg0_Ryu6_default", "UIAvailabilityFonts", "i4aldbfo7_default", "PhosphorFonts", "Icon", "MotionDivWithHandler", "withHandler", "motion", "SidebarSidebarMenuFonts", "YM4r_2jW0_default", "ButtonProAccessButtonFonts", "bj0AIy9t4_default", "SingleToggleFonts", "Vuw93iw32_default", "SearchFonts", "Search_default", "SidebarSidebarMenuControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "activeTabCollapsed", "activeTabExpanded", "height", "id", "width", "props", "_humanReadableEnumMap_activeTabCollapsed", "_ref", "_ref1", "_humanReadableEnumMap_activeTabExpanded", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "F5CRmqY7c", "mNhvEGQQS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb5zxmw", "args", "onTapjgghr1", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "FramerG7TWeqUar", "withCSS", "G7TWeqUar_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
