{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/CrhpRc3hrR2EHZEALOXx/K3kVEiy5buVzi0jujq3Z/bBD0OfBFc.js"],
  "sourcesContent": ["// Generated by Framer (0afc761)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,Link,PathVariablesContext,RichText,SVG,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import UseCase from\"https://framerusercontent.com/modules/iY3WTV7rPrQFLnB4eYFO/aSHJbvgzOOCyNiDeMXSH/cLJ80wHRR.js\";import Comparison from\"https://framerusercontent.com/modules/UZeNvDWSvdTwB748QlMV/vs1lkgoQSANbw2aRu7DK/qJ_ygn_zP.js\";import Connections from\"https://framerusercontent.com/modules/HLp3uCWVHhFq7X9PHc28/c1jS6ggdcnsDlFlnOnfW/y7GFMBLpn.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/CqQMJ6CSMXwuyxeIlPHQ/uTcE59A6vXmTPexrxV3g/stylesPresetLink.js\";const cycleOrder=[\"na33x5z_x\",\"oOf9vB7hq\",\"v2t7DP2rR\"];const serializationHash=\"framer-bdJr3\";const variantClassNames={na33x5z_x:\"framer-v-1qfqti1\",oOf9vB7hq:\"framer-v-zaim5p\",v2t7DP2rR:\"framer-v-1di81tk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const query=prequery=>prequery({from:{alias:\"w4aYGgJDz\",data:Connections,type:\"Collection\"},select:[{collection:\"w4aYGgJDz\",name:\"kJrkdrSnj\",type:\"Identifier\"},{collection:\"w4aYGgJDz\",name:\"eAPbGUcmP\",type:\"Identifier\"},{collection:\"w4aYGgJDz\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"w4aYGgJDz\",name:\"eFTBrUvup\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"w4aYGgJDz\",name:\"eFTBrUvup\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"w4aYGgJDz\",name:\"jfn8Et4FB\",type:\"Identifier\"}},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"XLFzphhur\",data:Comparison,type:\"Collection\"},select:[{collection:\"XLFzphhur\",name:\"orQOiQRnq\",type:\"Identifier\"},{collection:\"XLFzphhur\",name:\"gGGy7MuIM\",type:\"Identifier\"},{collection:\"XLFzphhur\",name:\"id\",type:\"Identifier\"}],where:{collection:\"XLFzphhur\",name:\"DV1EYLRWj\",type:\"Identifier\"}});const query2=prequery=>prequery({from:{alias:\"howdTsToi\",data:UseCase,type:\"Collection\"},select:[{collection:\"howdTsToi\",name:\"Ay1pzS6td\",type:\"Identifier\"},{collection:\"howdTsToi\",name:\"smGKQ5l_E\",type:\"Identifier\"},{collection:\"howdTsToi\",name:\"id\",type:\"Identifier\"}],where:{collection:\"howdTsToi\",name:\"oZxlzpGeF\",type:\"Identifier\"}});const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"na33x5z_x\",Phone:\"v2t7DP2rR\",Tablet:\"oOf9vB7hq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"na33x5z_x\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,kJrkdrSnjw4aYGgJDz,eAPbGUcmPw4aYGgJDz,idw4aYGgJDz,orQOiQRnqXLFzphhur,gGGy7MuIMXLFzphhur,idXLFzphhur,Ay1pzS6tdhowdTsToi,smGKQ5l_EhowdTsToi,idhowdTsToi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"na33x5z_x\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"v2t7DP2rR\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1qfqti1\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"na33x5z_x\",ref:refBinding,style:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",...style},...addPropertyOverrides({oOf9vB7hq:{\"data-framer-name\":\"Tablet\"},v2t7DP2rR:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o9e25f\",\"data-framer-name\":\"Container + Padding\",layoutDependency:layoutDependency,layoutId:\"LUDQocuwt\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6h0fkf\",\"data-framer-name\":\"Layout\",layoutDependency:layoutDependency,layoutId:\"loMZzaJSr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rzgymb\",layoutDependency:layoutDependency,layoutId:\"R2YmGo0z6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ja96bh\",\"data-framer-name\":\"Logo + Socials\",layoutDependency:layoutDependency,layoutId:\"RK8B16rig\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wokce1\",layoutDependency:layoutDependency,layoutId:\"W0o3XrB5I\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g90nr4\",\"data-framer-name\":\"fabric_black_lockup\",fill:\"black\",intrinsicHeight:152,intrinsicWidth:564,layoutDependency:layoutDependency,layoutId:\"UxTfsQkgX\",svg:'<svg width=\"564\" height=\"152\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M537.563 150.992c-6.101 0-11.59-1.834-16.466-5.503-4.876-3.668-8.742-8.692-11.59-15.079-2.713-6.388-4.065-13.653-4.065-21.803 0-8.963 1.559-16.913 4.678-23.843 3.253-7.066 7.588-12.568 13.005-16.507 5.561-4.075 11.861-6.117 18.909-6.117 4.876 0 9.076.678 12.6 2.042 3.524 1.22 5.759 2.99 6.706 5.295.406.813.613 2.376.613 4.689 0 1.355-.748 2.855-2.236 4.481-1.352 1.491-2.776 2.241-4.271 2.241-1.758 0-2.912-.678-3.453-2.041-3.253-6.659-7.453-9.984-12.6-9.984-3.389 0-6.507 1.563-9.355 4.689-2.712 2.99-4.876 7.129-6.507 12.432-1.487 5.295-2.235 11.348-2.235 18.134 0 10.462 2.036 19.019 6.101 25.678 4.2 6.658 9.554 9.984 16.061 9.984 4.2 0 9.211-2.042 15.042-6.117.812-.542 1.623-.406 2.442.407.812.678 1.424 1.627 1.83 2.855.406 1.22.27 2.312-.406 3.261-7.994 7.201-16.259 10.798-24.803 10.798v.008ZM485.292 44.413c-2.713 0-5.012-.95-6.913-2.855-1.901-2.041-2.847-4.482-2.847-7.337 0-2.854.946-5.023 2.847-6.93 2.029-1.905 4.336-2.854 6.913-2.854 2.983 0 5.425.949 7.318 2.855 1.902 1.905 2.848 4.21 2.848 6.93 0 2.854-1.018 5.294-3.047 7.336-1.893 1.898-4.271 2.855-7.111 2.855h-.008Zm-15.639 105.151c-.541 0-.947-.478-1.217-1.427a10.114 10.114 0 0 1 0-2.855c.27-.949.676-1.427 1.217-1.427 3.389 0 5.759-.543 7.112-1.627 1.352-1.22 2.036-3.262 2.036-6.117V91.893c0-9.099.74-17.64-4.137-17.64-.811 0-1.217-.885-1.217-2.647 0-1.906.406-2.855 1.217-2.855 5.163 0 13.539-7.831 18.567-7.831.946 0 1.424.949 1.424 2.855a378.93 378.93 0 0 1-.406 8.557 108.592 108.592 0 0 0-.207 6.722v57.057c0 2.855.676 4.889 2.029 6.117 1.487 1.084 3.929 1.627 7.318 1.627.541 0 .883.478 1.018 1.427a5.115 5.115 0 0 1 0 2.855c-.135.949-.477 1.427-1.018 1.427a181.387 181.387 0 0 0-8.535-.614 163.664 163.664 0 0 0-8.13-.207c-2.848 0-5.759.064-8.742.207-2.848.136-5.624.343-8.337.614h.008Zm-52.893.001c-.541 0-.946-.479-1.217-1.428a10.114 10.114 0 0 1 0-2.855c.271-.949.676-1.427 1.217-1.427 3.118 0 5.417-.542 6.913-1.627 1.487-1.085 2.235-3.126 2.235-6.116V90.665c0-7.337-2.235-15.805-6.706-15.805-.541 0-.946-.479-1.217-1.428-.135-1.084-.135-2.105 0-3.054.271-1.085.676-1.627 1.217-1.627 10.524 0 15.432-7.83 20.531-7.83 1.217 0 1.83.749 1.83 2.24l-.406 6.523v6.523l1.424.614c2.442-4.752 5.012-8.357 7.724-10.797 2.713-2.584 5.895-3.876 9.554-3.876 2.712 0 4.948.95 6.706 2.855 1.758 1.906 2.641 4.21 2.641 6.93 0 2.72-.748 4.96-2.236 7.13-1.352 2.04-2.983 3.053-4.876 3.053-.811 0-1.829-.207-3.046-.614-1.082-.406-2.307-1.084-3.66-2.041-1.082-.95-2.036-1.563-2.847-1.834a5.422 5.422 0 0 0-2.029-.407c-2.712 0-4.948 2.041-6.706 6.116-1.758 3.94-2.641 9.1-2.641 15.487v37.289c0 2.99.947 5.024 2.848 6.116 1.901 1.085 4.741 1.627 8.535 1.627.541 0 .883.478 1.019 1.427.27.949.27 1.906 0 2.855-.136.949-.478 1.428-1.019 1.428a196.696 196.696 0 0 0-8.941-.614c-2.847-.136-5.83-.2-8.941-.2-3.11 0-5.966.064-8.941.2-2.848.135-5.831.342-8.941.614h-.024Zm-31.961 1.427c-5.29 0-9.896-1.22-13.826-3.668-2.442-1.22-4.605-1.834-6.507-1.834-1.352 0-3.73 1.762-7.111 5.295-.271.271-1.018.207-2.235-.2a8.94 8.94 0 0 1-3.047-1.427c-.947-.678-1.424-1.292-1.424-1.834.135-2.584.207-6.045.207-10.391.135-4.482.199-9.442.199-14.872v-90.08c0-9.099-2.442-13.652-7.319-13.652-.811 0-1.217-.886-1.217-2.648 0-1.906.406-2.855 1.217-2.855 1.217 0 2.983-.478 5.282-1.427a72.077 72.077 0 0 0 7.112-3.876c2.442-1.491 4.407-2.99 5.894-4.482C363.512 1.686 364.602 1 365.278 1c1.082 0 1.623.949 1.623 2.855a378.966 378.966 0 0 1-.406 8.556 108.59 108.59 0 0 0-.207 6.723v50.542c5.688-5.024 11.861-7.544 18.503-7.544 5.966 0 11.248 1.906 15.854 5.71 4.605 3.804 8.201 9.099 10.77 15.893 2.713 6.659 4.065 14.402 4.065 23.23 0 8.828-1.352 16.164-4.065 22.823-2.577 6.523-6.165 11.683-10.77 15.486-4.606 3.804-9.896 5.702-15.854 5.702l.008.016Zm-3.254-6.722c3.254 0 6.165-1.627 8.742-4.889 2.578-3.261 4.606-7.679 6.102-13.245 1.487-5.71 2.235-12.09 2.235-19.155 0-11.14-1.83-19.904-5.489-26.284-3.524-6.523-8.336-9.785-14.43-9.785-8.265 0-12.401 4.69-12.401 14.06V118.6c0 4.481.676 8.692 2.036 12.631 1.488 3.804 3.389 6.93 5.688 9.378 2.442 2.448 4.948 3.669 7.525 3.669l-.008-.008Zm-81.274 6.722c-4.876 0-8.805-1.563-11.789-4.689-2.983-3.126-4.47-7.265-4.47-12.432 0-8.828 6.03-16.986 18.089-24.458l15.448-9.785V78.64c0-5.98-3.46-8.963-10.365-8.963-4.876 0-8.336 1.627-10.365 4.888-.406.543-.676 1.428-.811 2.648-.136 1.084-.271 3.325-.406 6.722-.135 6.523-2.307 9.785-6.507 9.785-3.794 0-5.696-2.24-5.696-6.722s1.353-8.421 4.065-12.225c2.848-3.804 6.507-6.858 10.978-9.17 4.47-2.314 9.283-3.462 14.43-3.462 5.687 0 10.436 1.491 14.231 4.482 2.171 1.627 3.659 3.532 4.47 5.71.812 2.041 1.217 5.024 1.217 8.963v47.687c0 7.472 2.037 11.212 6.102 11.212 1.893 0 3.794-1.156 5.687-3.469.406-.542 1.082-.271 2.029.814.946.949 1.217 1.762.811 2.448-2.036 4.075-4.136 6.93-6.3 8.557-2.172 1.626-4.948 2.448-8.337 2.448-7.318 0-11.995-3.732-14.024-11.204-2.983 4.075-5.894 6.993-8.742 8.764-2.848 1.626-6.101 2.448-9.761 2.448l.016-.008Zm7.724-9.984c2.443 0 4.606-1.22 6.507-3.668 2.037-2.584 3.047-5.367 3.047-8.358v-23.229l-1.018-.814c-6.642 4.482-11.184 8.357-13.619 11.619-2.442 3.126-3.659 6.858-3.659 11.212 0 3.668.812 6.794 2.442 9.37 1.758 2.584 3.858 3.876 6.3 3.876v-.008Z\" fill=\"#000\" stroke=\"#000\"/><path d=\"M214.931 149.365c-.406 0-.748-.614-1.018-1.834a16.67 16.67 0 0 1 0-3.669c.135-1.355.477-2.041 1.018-2.041 4.606 0 8.066-.678 10.365-2.034 2.307-1.491 3.452-4.689 3.452-9.577V31.574c0-4.482-1.217-7.4-3.659-8.764-2.442-1.356-6.029-2.042-10.771-2.042-.54 0-.946-.614-1.217-1.834a18.583 18.583 0 0 1 0-3.875c.271-1.356.677-2.042 1.217-2.042 7.319.407 14.637.614 21.956.614 9.211 0 18.431-.072 27.642-.207 9.212-.271 18.36-.407 27.444-.407 2.172 0 3.588.207 4.272.614.676.271 1.018.885 1.018 1.834v32.608c0 .678-.541 1.22-1.623 1.627-1.082.27-2.235.27-3.452 0-1.082-.271-1.623-.814-1.623-1.627 0-17.664-6.507-26.563-19.513-26.699l-22.567-.614c-2.713 0-4.065 1.627-4.065 4.889v51.555h14.43c2.847 0 4.947-.75 6.3-2.241 1.487-1.491 2.235-3.094 2.235-7.983v-6.85c0-.678.541-1.084 1.623-1.22 1.217-.27 3.961-.27 5.043 0 1.082.136 1.623.543 1.623 1.22-.406 9.378-.613 11.571-.613 20.95 0 9.377.207 11.57.613 20.94 0 .543-.541.949-1.623 1.22-1.082.136-3.826.136-5.043 0-1.082-.271-1.623-.677-1.623-1.22v-5.662c0-3.803-.613-6.658-1.83-8.556-1.081-2.042-3.317-3.054-6.705-3.054h-14.43v45.446c0 4.889 1.153 8.086 3.452 9.578 2.442 1.355 5.966 2.033 10.572 2.033.541 0 .883.678 1.018 2.041a16.67 16.67 0 0 1 0 3.669c-.135 1.22-.477 1.834-1.018 1.834a384.538 384.538 0 0 0-21.343-.614c-6.912 0-14.366.207-21.549.614l-.008.016Z\" fill=\"#000\" stroke=\"#000\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.683 13.857c-13.03 0-23.595 10.564-23.595 23.595v89.078c0 13.031 10.564 23.595 23.595 23.595h106.045c13.031 0 23.595-10.564 23.595-23.595V53.486c0-13.03-10.564-23.595-23.595-23.595H72.042l-6.785-9.628a15.112 15.112 0 0 0-12.352-6.406H24.683Zm0 7.689c-8.785 0-15.906 7.121-15.906 15.906v89.078c0 8.785 7.121 15.907 15.906 15.907h106.045c8.785 0 15.907-7.122 15.907-15.907V53.486c0-8.785-7.122-15.906-15.907-15.906H68.605a1.06 1.06 0 0 1-.867-.45l-8.765-12.438a7.423 7.423 0 0 0-6.068-3.146H24.683Z\" fill=\"#000\" stroke=\"#000\" stroke-width=\"1.743\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M51.967 108.725c.262.279.53.555.803.827 14.122 14.108 37.018 14.108 51.14 0 .269-.27.534-.542.794-.818l-5.036-5.031a29.2 29.2 0 0 1-.793.823c-11.343 11.332-29.735 11.332-41.078 0a29.563 29.563 0 0 1-.798-.828l-5.032 5.027Zm-7.033-47.336h8.165v18.645h-8.165z\" fill=\"#000\" stroke=\"#000\" stroke-width=\"1.743\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M77.583 66.056h7v23.303h.006v6.992H70.59V89.36h6.992V66.056Z\" fill=\"#000\"/><path d=\"M84.582 66.056h.872v-.872h-.872v.872Zm-6.999 0v-.872h-.871v.872h.871Zm7 23.303h-.872v.872h.871v-.872Zm.006 0h.871v-.871h-.871v.871Zm0 6.992v.872h.871v-.872h-.871Zm-13.998 0h-.872v.872h.872v-.872Zm0-6.992v-.871h-.872v.871h.872Zm6.992 0v.872h.872v-.872h-.872Zm7-24.175h-7v1.743h7v-1.743Zm.87 3.354v-2.482h-1.742v2.482h1.743Zm0 20.821V68.54h-1.742v20.82h1.743Zm-.87.872h.006v-1.743h-.007v1.743Zm-.866-.872v6.992h1.743V89.36h-1.743Zm.872 6.12H70.59v1.744h13.998V95.48Zm-13.126.872V89.36h-1.744v6.992h1.744Zm-.872-6.12h6.992v-1.743h-6.992v1.743Zm6.12-21.693V89.36h1.744V68.54h-1.743Zm0-2.482v2.482h1.744v-2.482h-1.743Z\" fill=\"#000\"/><path fill=\"#000\" stroke=\"#000\" stroke-width=\"1.743\" d=\"M102.097 61.389h8.165v18.645h-8.165z\"/></svg>',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n08wo3\",\"data-framer-name\":\"Social Wrapper\",layoutDependency:layoutDependency,layoutId:\"dnKHFmp6G\",children:/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/fabricinternet\",motionChild:true,nodeId:\"jRoqgjWJS\",openInNewTab:true,scopeId:\"bBD0OfBFc\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-181f385 framer-1kmcc75\",layoutDependency:layoutDependency,layoutId:\"jRoqgjWJS\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/fabricinternet\",motionChild:true,nodeId:\"WDYbz2H5g\",scopeId:\"bBD0OfBFc\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-qr93oc framer-1kmcc75\",\"data-framer-name\":\"x\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WDYbz2H5g\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17.272 3.587 L 20.083 3.587 L 13.941 10.607 L 21.167 20.158 L 15.509 20.158 L 11.079 14.365 L 6.009 20.158 L 3.194 20.158 L 9.764 12.65 L 2.832 3.587 L 8.633 3.587 L 12.638 8.882 L 17.271 3.587 Z M 16.285 18.476 L 17.843 18.476 L 7.788 5.18 L 6.116 5.18 L 16.286 18.475 Z\" fill=\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"></path></svg>',svgContentId:9700666564,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wry8zi\",layoutDependency:layoutDependency,layoutId:\"uqXz58rl7\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w03ejs\",layoutDependency:layoutDependency,layoutId:\"JP9d8sxLV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BXBit0wZF\"},motionChild:true,nodeId:\"w0lFCLBSm\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-weight\":\"600\"},children:\"Fabric\"})})}),\" \u2013 a home for all your ideas, memories and work.\"]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Intelligent, collaborative & internet-native.\"})]}),className:\"framer-57vg95\",fonts:[\"GF;Inter-regular\",\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"w0lFCLBSm\",verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ryqgkb\",\"data-framer-name\":\"Footer Content Grid\",layoutDependency:layoutDependency,layoutId:\"gOMuCxd1s\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m9f2da\",layoutDependency:layoutDependency,layoutId:\"wkDHcOQg0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nnf6bk\",\"data-framer-name\":\"Footer Links Column\",layoutDependency:layoutDependency,layoutId:\"Ibsilt2El\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:\"Company\"})}),className:\"framer-15e1kgk\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"EHLQywTuB\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l66cvg\",\"data-framer-name\":\"Footer Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"fMGzGNtA5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LuQVEOZDg\"},motionChild:true,nodeId:\"ezbtLjMKS\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"About\"})})})}),className:\"framer-3dusey\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"ezbtLjMKS\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IaECOG3n_\"},motionChild:true,nodeId:\"RVZd_7BJZ\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Pricing\"})})})}),className:\"framer-19a4hs6\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"RVZd_7BJZ\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"/company/posts\",motionChild:true,nodeId:\"PAzU4EDye\",openInNewTab:true,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Updates\"})})})}),className:\"framer-ixn309\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"PAzU4EDye\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Kx4Y9QzuQ\"},motionChild:true,nodeId:\"pgDNXAQP4\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Our privacy commitment\"})})})}),className:\"framer-6yaqnz\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"pgDNXAQP4\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Vd3ERsGim\"},motionChild:true,nodeId:\"VKFapzPjP\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"FAQs\"})})})}),className:\"framer-k13mp4\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"VKFapzPjP\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"uWZTuP_MY\"},motionChild:true,nodeId:\"vRxDeWYYr\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Community ownership\"})})})}),className:\"framer-tru6dy\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"vRxDeWYYr\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"/blog\",motionChild:true,nodeId:\"ey8lJUAXn\",openInNewTab:true,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Blog\"})})})}),className:\"framer-1fbtocw\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"ey8lJUAXn\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nGBM8br89\"},motionChild:true,nodeId:\"juDJAK_VI\",openInNewTab:true,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Changelog\"})})})}),className:\"framer-1qjqn3z\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"juDJAK_VI\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e8ug2h\",layoutDependency:layoutDependency,layoutId:\"DScfeZdJK\",style:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://fabric.so/company/affiliates\",motionChild:true,nodeId:\"VO7Bcb3xh\",openInNewTab:true,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Affiliate program\"})})})}),className:\"framer-19pwzv0\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"VO7Bcb3xh\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://fabric.so/company/creator-program\",motionChild:true,nodeId:\"nwCTG2Ag4\",openInNewTab:true,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Creator program\"})})})}),className:\"framer-cnogrv\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"nwCTG2Ag4\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w8m6ut\",layoutDependency:layoutDependency,layoutId:\"CnxhJIMwU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"/download\",motionChild:true,nodeId:\"c_GwRZx8i\",openInNewTab:true,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Download\"})})})}),className:\"framer-3tqa6q\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"c_GwRZx8i\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o14etp\",layoutDependency:layoutDependency,layoutId:\"g6t5jQILG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yjtipbEj0\"},motionChild:true,nodeId:\"gUWH9wYHh\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Web clipper\"})})})}),className:\"framer-1hsre77\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"gUWH9wYHh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"B2B7m4n2z\"},motionChild:true,nodeId:\"zqwD9MoBC\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"iOS and Android\"})})})}),className:\"framer-jl8xia\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"zqwD9MoBC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pKR0krvNL\"},motionChild:true,nodeId:\"qBih45NcV\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Desktop\"})})})}),className:\"framer-17jtp82\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"qBih45NcV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-146asjl\",\"data-framer-name\":\"Footer Links Column\",layoutDependency:layoutDependency,layoutId:\"mvP0gjOZF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rgamhd\",\"data-framer-name\":\"Footer Links Column\",layoutDependency:layoutDependency,layoutId:\"sWCkDP1_1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"x710a8leQ\"},motionChild:true,nodeId:\"szz2vooRa\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"I\"})}),\"ndividuals\"]})}),className:\"framer-mb8zub\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"szz2vooRa\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wv240j\",layoutDependency:layoutDependency,layoutId:\"FJndIZkWV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wgogmuSYe\"},motionChild:true,nodeId:\"T5vUy1Du4\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Fabric & ADHD\"})})})}),className:\"framer-1omzba3\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"T5vUy1Du4\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Zz_Uissb3\"},motionChild:true,nodeId:\"redmG9Gya\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"For students\"})})})}),className:\"framer-1yykcdg\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"redmG9Gya\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ezpxd\",layoutDependency:layoutDependency,layoutId:\"FDo8gwgcl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:\"Product\"})}),className:\"framer-1tdvx4d\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"CRhPe6hfV\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eqhvf4\",\"data-framer-name\":\"Footer Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"W4svwFzDS\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gpvf11\",layoutDependency:layoutDependency,layoutId:\"DUypCHrd_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DnX66nN5r\"},motionChild:true,nodeId:\"v4g8EhmES\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Recap\"})})})}),className:\"framer-ch4qua\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"v4g8EhmES\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DJ8FzpVfv\"},motionChild:true,nodeId:\"Ty4noLt_N\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"AI assistant\"})})})}),className:\"framer-1mfzrp8\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"Ty4noLt_N\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NPhc1E4Xi\"},motionChild:true,nodeId:\"DSneOpssr\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"ScreenshotAI\"})})})}),className:\"framer-8tj9ei\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"DSneOpssr\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8n6ck6\",\"data-framer-name\":\"Footer Links Column\",layoutDependency:layoutDependency,layoutId:\"t94xnX79R\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"erZAFrQYF\"},motionChild:true,nodeId:\"TOdEdtCcN\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Connections\"})})})}),className:\"framer-759khj\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"TOdEdtCcN\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mzlhcj\",layoutDependency:layoutDependency,layoutId:\"w4aYGgJDz\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"w4aYGgJDz\",data:Connections,type:\"Collection\"},select:[{collection:\"w4aYGgJDz\",name:\"kJrkdrSnj\",type:\"Identifier\"},{collection:\"w4aYGgJDz\",name:\"eAPbGUcmP\",type:\"Identifier\"},{collection:\"w4aYGgJDz\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{collection:\"w4aYGgJDz\",name:\"eFTBrUvup\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"w4aYGgJDz\",name:\"eFTBrUvup\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"w4aYGgJDz\",name:\"jfn8Et4FB\",type:\"Identifier\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({eAPbGUcmP:eAPbGUcmPw4aYGgJDz,id:idw4aYGgJDz,kJrkdrSnj:kJrkdrSnjw4aYGgJDz},index)=>{kJrkdrSnjw4aYGgJDz??=\"\";eAPbGUcmPw4aYGgJDz??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`w4aYGgJDz-${idw4aYGgJDz}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{kJrkdrSnj:kJrkdrSnjw4aYGgJDz},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ewhu3k\",layoutDependency:layoutDependency,layoutId:\"Zgw1ExCfh\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17hyks9\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"dvTS_GJ9r\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(64, 64, 64))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{kJrkdrSnj:kJrkdrSnjw4aYGgJDz},webPageId:\"WuOUxyAws\"},motionChild:true,nodeId:\"VVKwha_LH\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Android Screenshots\"})})})}),className:\"framer-dehxyt\",\"data-framer-name\":\"External Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VVKwha_LH\",style:{\"--extracted-r6o4lv\":\"rgb(64, 64, 64)\"},text:eAPbGUcmPw4aYGgJDz,verticalAlignment:\"top\",withExternalLayout:true})})})})},idw4aYGgJDz);})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zlda2s\",\"data-framer-name\":\"Footer Links Column\",layoutDependency:layoutDependency,layoutId:\"LiXGMWZ0W\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s4VhWM09e\"},motionChild:true,nodeId:\"rveljYBF2\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Comparison\"})})})}),className:\"framer-6i6xpo\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"rveljYBF2\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-glp92f\",layoutDependency:layoutDependency,layoutId:\"XLFzphhur\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XLFzphhur\",data:Comparison,type:\"Collection\"},select:[{collection:\"XLFzphhur\",name:\"orQOiQRnq\",type:\"Identifier\"},{collection:\"XLFzphhur\",name:\"gGGy7MuIM\",type:\"Identifier\"},{collection:\"XLFzphhur\",name:\"id\",type:\"Identifier\"}],where:{collection:\"XLFzphhur\",name:\"DV1EYLRWj\",type:\"Identifier\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({gGGy7MuIM:gGGy7MuIMXLFzphhur,id:idXLFzphhur,orQOiQRnq:orQOiQRnqXLFzphhur},index1)=>{orQOiQRnqXLFzphhur??=\"\";gGGy7MuIMXLFzphhur??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`XLFzphhur-${idXLFzphhur}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{orQOiQRnq:orQOiQRnqXLFzphhur},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g9bsan\",layoutDependency:layoutDependency,layoutId:\"uhS6QMMl5\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b26kx8\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"fWBnINtLp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(64, 64, 64))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{orQOiQRnq:orQOiQRnqXLFzphhur},webPageId:\"msMxA4mTB\"},motionChild:true,nodeId:\"oahZyNDlA\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Notion\"})})})}),className:\"framer-pdk2dn\",\"data-framer-name\":\"External Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oahZyNDlA\",style:{\"--extracted-r6o4lv\":\"rgb(64, 64, 64)\"},text:gGGy7MuIMXLFzphhur,verticalAlignment:\"top\",withExternalLayout:true})})})})},idXLFzphhur);})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xnemrv\",\"data-framer-name\":\"Footer Links Column\",layoutDependency:layoutDependency,layoutId:\"JciXPIIef\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.015em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"x710a8leQ\"},motionChild:true,nodeId:\"z7J6NHku4\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Use cases\"})})})}),className:\"framer-f9smss\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"z7J6NHku4\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12yt798\",\"data-framer-name\":\"Footer Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"lHQwDtCgS\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t772aj\",layoutDependency:layoutDependency,layoutId:\"howdTsToi\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"howdTsToi\",data:UseCase,type:\"Collection\"},select:[{collection:\"howdTsToi\",name:\"Ay1pzS6td\",type:\"Identifier\"},{collection:\"howdTsToi\",name:\"smGKQ5l_E\",type:\"Identifier\"},{collection:\"howdTsToi\",name:\"id\",type:\"Identifier\"}],where:{collection:\"howdTsToi\",name:\"oZxlzpGeF\",type:\"Identifier\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({Ay1pzS6td:Ay1pzS6tdhowdTsToi,id:idhowdTsToi,smGKQ5l_E:smGKQ5l_EhowdTsToi},index2)=>{Ay1pzS6tdhowdTsToi??=\"\";smGKQ5l_EhowdTsToi??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`howdTsToi-${idhowdTsToi}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Ay1pzS6td:Ay1pzS6tdhowdTsToi},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ew2yqm\",layoutDependency:layoutDependency,layoutId:\"ziwbon3FE\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f231s3\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"SA4nzkIis\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(64, 64, 64))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Ay1pzS6td:Ay1pzS6tdhowdTsToi},webPageId:\"KhRgBnXMk\"},motionChild:true,nodeId:\"G1s1oQATG\",openInNewTab:false,scopeId:\"bBD0OfBFc\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Studying\"})})})}),className:\"framer-nbmr71\",\"data-framer-name\":\"External Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G1s1oQATG\",style:{\"--extracted-r6o4lv\":\"rgb(64, 64, 64)\"},text:smGKQ5l_EhowdTsToi,verticalAlignment:\"top\",withExternalLayout:true})})})})},idhowdTsToi);})})})})})})]})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lau8pf\",\"data-framer-name\":\"Legal Content\",layoutDependency:layoutDependency,layoutId:\"EPgbHmycC\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115)))\"},children:\"\\xa9 2024 Fabric. All rights reserved.\"})}),className:\"framer-1sqayyb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ojxYKhBno\",style:{\"--extracted-r6o4lv\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bdJr3.framer-1kmcc75, .framer-bdJr3 .framer-1kmcc75 { display: block; }\",\".framer-bdJr3.framer-1qfqti1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-bdJr3 .framer-1o9e25f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1280px; padding: 80px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-6h0fkf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-rzgymb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-1ja96bh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-1wokce1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bdJr3 .framer-1g90nr4 { aspect-ratio: 3.710526315789474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 111px; }\",\".framer-bdJr3 .framer-1n08wo3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bdJr3 .framer-181f385 { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 24px; }\",\".framer-bdJr3 .framer-qr93oc { flex: none; height: 24px; position: relative; text-decoration: none; width: 24px; }\",\".framer-bdJr3 .framer-wry8zi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bdJr3 .framer-1w03ejs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bdJr3 .framer-57vg95 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-bdJr3 .framer-ryqgkb { display: grid; flex: none; gap: 56px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-m9f2da { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 1fr; }\",\".framer-bdJr3 .framer-1nnf6bk, .framer-bdJr3 .framer-8n6ck6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 218px; }\",\".framer-bdJr3 .framer-15e1kgk, .framer-bdJr3 .framer-3tqa6q, .framer-bdJr3 .framer-mb8zub, .framer-bdJr3 .framer-1tdvx4d, .framer-bdJr3 .framer-759khj, .framer-bdJr3 .framer-6i6xpo, .framer-bdJr3 .framer-f9smss { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bdJr3 .framer-l66cvg, .framer-bdJr3 .framer-1eqhvf4, .framer-bdJr3 .framer-12yt798 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-3dusey, .framer-bdJr3 .framer-19a4hs6, .framer-bdJr3 .framer-ixn309, .framer-bdJr3 .framer-6yaqnz, .framer-bdJr3 .framer-k13mp4, .framer-bdJr3 .framer-tru6dy, .framer-bdJr3 .framer-1fbtocw, .framer-bdJr3 .framer-1qjqn3z, .framer-bdJr3 .framer-19pwzv0, .framer-bdJr3 .framer-cnogrv, .framer-bdJr3 .framer-1hsre77, .framer-bdJr3 .framer-jl8xia, .framer-bdJr3 .framer-17jtp82, .framer-bdJr3 .framer-1omzba3, .framer-bdJr3 .framer-1yykcdg, .framer-bdJr3 .framer-ch4qua, .framer-bdJr3 .framer-1mfzrp8, .framer-bdJr3 .framer-8tj9ei, .framer-bdJr3 .framer-dehxyt, .framer-bdJr3 .framer-pdk2dn, .framer-bdJr3 .framer-nbmr71 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bdJr3 .framer-1e8ug2h { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-w8m6ut, .framer-bdJr3 .framer-12ezpxd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-o14etp, .framer-bdJr3 .framer-1wv240j, .framer-bdJr3 .framer-gpvf11 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 200px; }\",\".framer-bdJr3 .framer-146asjl { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-rgamhd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-1mzlhcj, .framer-bdJr3 .framer-glp92f, .framer-bdJr3 .framer-1t772aj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-1ewhu3k, .framer-bdJr3 .framer-1g9bsan, .framer-bdJr3 .framer-ew2yqm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-17hyks9, .framer-bdJr3 .framer-1b26kx8, .framer-bdJr3 .framer-f231s3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-bdJr3 .framer-zlda2s, .framer-bdJr3 .framer-1xnemrv { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-1lau8pf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 10px; position: relative; width: 100%; }\",\".framer-bdJr3 .framer-1sqayyb { flex: none; height: auto; max-width: 1280px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bdJr3.framer-1qfqti1, .framer-bdJr3 .framer-1o9e25f, .framer-bdJr3 .framer-6h0fkf, .framer-bdJr3 .framer-rzgymb, .framer-bdJr3 .framer-1wokce1, .framer-bdJr3 .framer-1n08wo3, .framer-bdJr3 .framer-wry8zi, .framer-bdJr3 .framer-1w03ejs, .framer-bdJr3 .framer-m9f2da, .framer-bdJr3 .framer-1nnf6bk, .framer-bdJr3 .framer-l66cvg, .framer-bdJr3 .framer-w8m6ut, .framer-bdJr3 .framer-o14etp, .framer-bdJr3 .framer-146asjl, .framer-bdJr3 .framer-rgamhd, .framer-bdJr3 .framer-1wv240j, .framer-bdJr3 .framer-12ezpxd, .framer-bdJr3 .framer-1eqhvf4, .framer-bdJr3 .framer-gpvf11, .framer-bdJr3 .framer-8n6ck6, .framer-bdJr3 .framer-1mzlhcj, .framer-bdJr3 .framer-1ewhu3k, .framer-bdJr3 .framer-17hyks9, .framer-bdJr3 .framer-zlda2s, .framer-bdJr3 .framer-glp92f, .framer-bdJr3 .framer-1g9bsan, .framer-bdJr3 .framer-1b26kx8, .framer-bdJr3 .framer-1xnemrv, .framer-bdJr3 .framer-12yt798, .framer-bdJr3 .framer-1t772aj, .framer-bdJr3 .framer-ew2yqm, .framer-bdJr3 .framer-f231s3, .framer-bdJr3 .framer-1lau8pf { gap: 0px; } .framer-bdJr3.framer-1qfqti1 > *, .framer-bdJr3 .framer-1o9e25f > *, .framer-bdJr3 .framer-wry8zi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bdJr3.framer-1qfqti1 > :first-child, .framer-bdJr3 .framer-1o9e25f > :first-child, .framer-bdJr3 .framer-6h0fkf > :first-child, .framer-bdJr3 .framer-rzgymb > :first-child, .framer-bdJr3 .framer-wry8zi > :first-child, .framer-bdJr3 .framer-m9f2da > :first-child, .framer-bdJr3 .framer-1nnf6bk > :first-child, .framer-bdJr3 .framer-l66cvg > :first-child, .framer-bdJr3 .framer-w8m6ut > :first-child, .framer-bdJr3 .framer-o14etp > :first-child, .framer-bdJr3 .framer-146asjl > :first-child, .framer-bdJr3 .framer-rgamhd > :first-child, .framer-bdJr3 .framer-1wv240j > :first-child, .framer-bdJr3 .framer-12ezpxd > :first-child, .framer-bdJr3 .framer-1eqhvf4 > :first-child, .framer-bdJr3 .framer-gpvf11 > :first-child, .framer-bdJr3 .framer-8n6ck6 > :first-child, .framer-bdJr3 .framer-1mzlhcj > :first-child, .framer-bdJr3 .framer-17hyks9 > :first-child, .framer-bdJr3 .framer-zlda2s > :first-child, .framer-bdJr3 .framer-glp92f > :first-child, .framer-bdJr3 .framer-1b26kx8 > :first-child, .framer-bdJr3 .framer-1xnemrv > :first-child, .framer-bdJr3 .framer-12yt798 > :first-child, .framer-bdJr3 .framer-1t772aj > :first-child, .framer-bdJr3 .framer-f231s3 > :first-child { margin-top: 0px; } .framer-bdJr3.framer-1qfqti1 > :last-child, .framer-bdJr3 .framer-1o9e25f > :last-child, .framer-bdJr3 .framer-6h0fkf > :last-child, .framer-bdJr3 .framer-rzgymb > :last-child, .framer-bdJr3 .framer-wry8zi > :last-child, .framer-bdJr3 .framer-m9f2da > :last-child, .framer-bdJr3 .framer-1nnf6bk > :last-child, .framer-bdJr3 .framer-l66cvg > :last-child, .framer-bdJr3 .framer-w8m6ut > :last-child, .framer-bdJr3 .framer-o14etp > :last-child, .framer-bdJr3 .framer-146asjl > :last-child, .framer-bdJr3 .framer-rgamhd > :last-child, .framer-bdJr3 .framer-1wv240j > :last-child, .framer-bdJr3 .framer-12ezpxd > :last-child, .framer-bdJr3 .framer-1eqhvf4 > :last-child, .framer-bdJr3 .framer-gpvf11 > :last-child, .framer-bdJr3 .framer-8n6ck6 > :last-child, .framer-bdJr3 .framer-1mzlhcj > :last-child, .framer-bdJr3 .framer-17hyks9 > :last-child, .framer-bdJr3 .framer-zlda2s > :last-child, .framer-bdJr3 .framer-glp92f > :last-child, .framer-bdJr3 .framer-1b26kx8 > :last-child, .framer-bdJr3 .framer-1xnemrv > :last-child, .framer-bdJr3 .framer-12yt798 > :last-child, .framer-bdJr3 .framer-1t772aj > :last-child, .framer-bdJr3 .framer-f231s3 > :last-child { margin-bottom: 0px; } .framer-bdJr3 .framer-6h0fkf > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bdJr3 .framer-rzgymb > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-bdJr3 .framer-1wokce1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-bdJr3 .framer-1wokce1 > :first-child, .framer-bdJr3 .framer-1n08wo3 > :first-child, .framer-bdJr3 .framer-1w03ejs > :first-child, .framer-bdJr3 .framer-1ewhu3k > :first-child, .framer-bdJr3 .framer-1g9bsan > :first-child, .framer-bdJr3 .framer-ew2yqm > :first-child, .framer-bdJr3 .framer-1lau8pf > :first-child { margin-left: 0px; } .framer-bdJr3 .framer-1wokce1 > :last-child, .framer-bdJr3 .framer-1n08wo3 > :last-child, .framer-bdJr3 .framer-1w03ejs > :last-child, .framer-bdJr3 .framer-1ewhu3k > :last-child, .framer-bdJr3 .framer-1g9bsan > :last-child, .framer-bdJr3 .framer-ew2yqm > :last-child, .framer-bdJr3 .framer-1lau8pf > :last-child { margin-right: 0px; } .framer-bdJr3 .framer-1n08wo3 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-bdJr3 .framer-1w03ejs > *, .framer-bdJr3 .framer-1lau8pf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bdJr3 .framer-m9f2da > *, .framer-bdJr3 .framer-146asjl > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bdJr3 .framer-1nnf6bk > *, .framer-bdJr3 .framer-rgamhd > *, .framer-bdJr3 .framer-8n6ck6 > *, .framer-bdJr3 .framer-zlda2s > *, .framer-bdJr3 .framer-1xnemrv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bdJr3 .framer-l66cvg > *, .framer-bdJr3 .framer-1eqhvf4 > *, .framer-bdJr3 .framer-1mzlhcj > *, .framer-bdJr3 .framer-glp92f > *, .framer-bdJr3 .framer-12yt798 > *, .framer-bdJr3 .framer-1t772aj > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-bdJr3 .framer-w8m6ut > *, .framer-bdJr3 .framer-o14etp > *, .framer-bdJr3 .framer-1wv240j > *, .framer-bdJr3 .framer-12ezpxd > *, .framer-bdJr3 .framer-gpvf11 > *, .framer-bdJr3 .framer-17hyks9 > *, .framer-bdJr3 .framer-1b26kx8 > *, .framer-bdJr3 .framer-f231s3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bdJr3 .framer-1ewhu3k > *, .framer-bdJr3 .framer-1g9bsan > *, .framer-bdJr3 .framer-ew2yqm > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-bdJr3.framer-v-zaim5p.framer-1qfqti1 { width: 810px; }\",\".framer-bdJr3.framer-v-zaim5p .framer-1o9e25f { padding: 80px 40px 40px 40px; }\",\".framer-bdJr3.framer-v-zaim5p .framer-wry8zi { align-content: flex-start; align-items: flex-start; width: 100%; }\",\".framer-bdJr3.framer-v-zaim5p .framer-1w03ejs, .framer-bdJr3.framer-v-zaim5p .framer-1nnf6bk, .framer-bdJr3.framer-v-1di81tk .framer-1w03ejs { width: 100%; }\",\".framer-bdJr3.framer-v-zaim5p .framer-57vg95, .framer-bdJr3.framer-v-1di81tk .framer-57vg95 { flex: 1 0 0px; width: 1px; }\",\".framer-bdJr3.framer-v-zaim5p .framer-ryqgkb { gap: 40px; grid-template-columns: repeat(2, minmax(1px, 1fr)); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bdJr3.framer-v-zaim5p .framer-ryqgkb { gap: 0px; } .framer-bdJr3.framer-v-zaim5p .framer-ryqgkb > *, .framer-bdJr3.framer-v-zaim5p .framer-ryqgkb > :first-child, .framer-bdJr3.framer-v-zaim5p .framer-ryqgkb > :last-child { margin: 0px; } }\",\".framer-bdJr3.framer-v-1di81tk.framer-1qfqti1 { width: 450px; }\",\".framer-bdJr3.framer-v-1di81tk .framer-1o9e25f { padding: 80px 20px 40px 20px; }\",\".framer-bdJr3.framer-v-1di81tk .framer-1g90nr4 { height: var(--framer-aspect-ratio-supported, 31px); width: 115px; }\",\".framer-bdJr3.framer-v-1di81tk .framer-wry8zi { max-width: 390px; width: 100%; }\",\".framer-bdJr3.framer-v-1di81tk .framer-ryqgkb { gap: 40px; grid-template-columns: repeat(1, minmax(1px, 1fr)); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bdJr3.framer-v-1di81tk .framer-ryqgkb { gap: 0px; } .framer-bdJr3.framer-v-1di81tk .framer-ryqgkb > *, .framer-bdJr3.framer-v-1di81tk .framer-ryqgkb > :first-child, .framer-bdJr3.framer-v-1di81tk .framer-ryqgkb > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 906\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"oOf9vB7hq\":{\"layout\":[\"fixed\",\"auto\"]},\"v2t7DP2rR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbBD0OfBFc=withCSS(Component,css,\"framer-bdJr3\");export default FramerbBD0OfBFc;FramerbBD0OfBFc.displayName=\"Footer / 10\";FramerbBD0OfBFc.defaultProps={height:906,width:1200};addPropertyControls(FramerbBD0OfBFc,{variant:{options:[\"na33x5z_x\",\"oOf9vB7hq\",\"v2t7DP2rR\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbBD0OfBFc,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbBD0OfBFc\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"906\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oOf9vB7hq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v2t7DP2rR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "kJrkdrSnjw4aYGgJDz", "eAPbGUcmPw4aYGgJDz", "idw4aYGgJDz", "orQOiQRnqXLFzphhur", "gGGy7MuIMXLFzphhur", "idXLFzphhur", "Ay1pzS6tdhowdTsToi", "smGKQ5l_EhowdTsToi", "idhowdTsToi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "isDisplayed", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "SVG", "Link", "RichText2", "ChildrenCanSuspend", "QueryData", "y7GFMBLpn_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "qJ_ygn_zP_default", "collection1", "paginationInfo1", "loadMore1", "index1", "cLJ80wHRR_default", "collection2", "paginationInfo2", "loadMore2", "index2", "css", "FramerbBD0OfBFc", "withCSS", "bBD0OfBFc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
