{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/lRimLQIA82UYWV3nXyHt/XbJdRN4A2uVcmC9JMh3t/aSobDaHMW.js", "ssg:https://framerusercontent.com/modules/4K5pQqraGxbGmd2jyb7U/np3tU44eA1jknIaq5ef3/HYOXipiR4.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (0afc761)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"wSc28gP4A\",\"Ntha8lFdN\",\"pgZYVOdn5\",\"hPkhjf98d\",\"UgvfMwdrm\"];const serializationHash=\"framer-SZSj1\";const variantClassNames={hPkhjf98d:\"framer-v-wyc10h\",Ntha8lFdN:\"framer-v-1py32qe\",pgZYVOdn5:\"framer-v-hi89f\",UgvfMwdrm:\"framer-v-uv61ng\",wSc28gP4A:\"framer-v-j95ixf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??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/Tablet Dark\":\"Ntha8lFdN\",\"Desktop/Tablet Light\":\"wSc28gP4A\",\"Mobile Dark\":\"hPkhjf98d\",\"Mobile Light\":\"pgZYVOdn5\",Footer:\"UgvfMwdrm\"};const getProps=({height,id,link,width,...props})=>{return{...props,TaxqdrKb4:link??props.TaxqdrKb4,variant:humanReadableVariantMap[props.variant]??props.variant??\"wSc28gP4A\"};};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,TaxqdrKb4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wSc28gP4A\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"Ntha8lFdN\",\"hPkhjf98d\",\"UgvfMwdrm\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"Ntha8lFdN\",\"hPkhjf98d\",\"UgvfMwdrm\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TaxqdrKb4,motionChild:true,nodeId:\"wSc28gP4A\",openInNewTab:false,scopeId:\"aSobDaHMW\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-j95ixf\",className,classNames)} framer-us7q4t`,\"data-framer-name\":\"Desktop/Tablet Light\",layoutDependency:layoutDependency,layoutId:\"wSc28gP4A\",ref:refBinding,style:{borderBottomLeftRadius:48,borderBottomRightRadius:48,borderTopLeftRadius:48,borderTopRightRadius:48,...style},...addPropertyOverrides({hPkhjf98d:{\"data-framer-name\":\"Mobile Dark\"},Ntha8lFdN:{\"data-framer-name\":\"Desktop/Tablet Dark\"},pgZYVOdn5:{\"data-framer-name\":\"Mobile Light\"},UgvfMwdrm:{\"data-framer-name\":\"Footer\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m1vfah\",\"data-framer-name\":\"Property 1=Jupid_logo 1\",layoutDependency:layoutDependency,layoutId:\"YhinDKx4K\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nw16kw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:96,intrinsicWidth:96,layoutDependency:layoutDependency,layoutId:\"p3ij8fI8_\",svg:'<svg width=\"96\" height=\"96\" viewBox=\"0 0 96 96\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M48 96C21.5337 96 0 74.4663 0 48C0 21.5337 21.5337 0 48 0C74.4663 0 96 21.5337 96 48C96 74.4663 74.4663 96 48 96Z\" fill=\"#1C2024\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wq7eab\",\"data-framer-name\":\"Jupid\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:76,layoutDependency:layoutDependency,layoutId:\"I808:1486;808:1182\",svg:'<svg width=\"76\" height=\"33\" viewBox=\"-2 -2 76 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.58346 27.3211C1.94732 27.3211 1.41721 27.1284 0.993121 26.7428C0.569032 26.3766 0.356987 25.8561 0.356987 25.1814C0.356987 24.9501 0.395541 24.6802 0.472648 24.3718C0.549755 24.0826 0.646139 23.8417 0.7618 23.6489C1.93768 23.6489 2.85333 23.514 3.50874 23.2441C4.18343 22.9935 4.65571 22.5405 4.92559 21.8851C5.19546 21.2489 5.3304 20.3719 5.3304 19.2538V4.91186L5.93762 5.7504L3.33525 5.11427C3.33525 4.72873 3.38344 4.40103 3.47983 4.13115C3.57621 3.842 3.73043 3.55285 3.94247 3.2637H11.7785C11.7785 3.74562 11.7399 4.14079 11.6628 4.44922C11.5857 4.73837 11.4701 4.90223 11.3158 4.94078L9.00263 5.66366L9.75442 4.91186V14.7141C9.75442 16.4297 9.56166 18.049 9.17612 19.5719C8.80986 21.0947 8.29903 22.4345 7.64362 23.5911C6.9882 24.7477 6.22677 25.6537 5.35932 26.3091C4.49186 26.9838 3.56657 27.3211 2.58346 27.3211Z\" fill=\"#FFDCE1\"/>\\n<path d=\"M16.974 22.1453C15.9137 22.1453 15.1041 21.7887 14.5451 21.0755C13.9861 20.3429 13.7065 19.2249 13.7065 17.7213V10.9262L14.2559 11.36L12.3475 10.8684C12.2126 10.8491 12.1066 10.6949 12.0295 10.4057C11.9524 10.1166 11.9138 9.73106 11.9138 9.24914C12.8969 9.09493 13.6776 8.98891 14.2559 8.93108C14.8535 8.85397 15.3354 8.81541 15.7017 8.81541C16.5113 8.81541 17.0993 8.96963 17.4655 9.27806C17.8318 9.56721 18.0149 10.0491 18.0149 10.7238V17.143C18.0149 17.8562 18.1595 18.396 18.4486 18.7622C18.7378 19.1092 19.1619 19.2827 19.7209 19.2827C20.2028 19.2827 20.6366 19.1863 21.0221 18.9936C21.4076 18.8008 21.745 18.5695 22.0341 18.2996C22.3233 18.0297 22.545 17.7888 22.6992 17.5767L22.2654 18.4442V10.9262L22.8437 11.36L20.9353 10.8684C20.8004 10.8491 20.6847 10.6949 20.5884 10.4057C20.5113 10.1166 20.4727 9.73106 20.4727 9.24914C21.4558 9.09493 22.2462 8.98891 22.8437 8.93108C23.4413 8.85397 23.9232 8.81541 24.2895 8.81541C25.0799 8.81541 25.6582 8.96963 26.0244 9.27806C26.41 9.56721 26.6027 10.0491 26.6027 10.7238V18.7622C26.6027 19.1092 26.6702 19.3695 26.8051 19.543C26.9401 19.6972 27.1521 19.7743 27.4413 19.7743C27.6148 19.7743 27.7979 19.7454 27.9906 19.6875C28.2027 19.6104 28.3762 19.5333 28.5111 19.4562L28.8292 20.7285C28.3665 21.1526 27.7979 21.4995 27.1232 21.7694C26.4678 22.02 25.822 22.1453 25.1859 22.1453C24.3955 22.1453 23.7498 21.9236 23.2486 21.4803C22.7666 21.0369 22.5257 20.42 22.5257 19.6297H22.3233C20.5498 21.3068 18.7667 22.1453 16.974 22.1453Z\" fill=\"#FFDCE1\"/>\\n<path d=\"M28.9462 28.8826C28.9462 27.8994 29.1004 27.3404 29.4088 27.2055L31.057 26.4826L30.7389 26.9742V10.8684L31.057 11.331L29.3799 10.8395C29.0908 10.7431 28.9462 10.1937 28.9462 9.19131C29.9486 9.0371 30.7389 8.93108 31.3173 8.87324C31.8956 8.79614 32.3678 8.75758 32.7341 8.75758C33.4666 8.75758 33.9967 8.90216 34.3244 9.19131C34.6521 9.48046 34.816 9.95275 34.816 10.6082V11.1865L34.7003 11.0997H35.0473C35.5678 10.2901 36.281 9.64432 37.187 9.1624C38.093 8.68048 39.0183 8.43952 39.9629 8.43952C40.9267 8.43952 41.7653 8.69975 42.4785 9.22023C43.1918 9.72142 43.7508 10.4443 44.1556 11.3889C44.5604 12.3142 44.7628 13.4033 44.7628 14.6563C44.7628 16.1599 44.4833 17.4803 43.9243 18.6177C43.3652 19.7357 42.5749 20.6032 41.5532 21.22C40.5508 21.8369 39.3653 22.1453 37.9967 22.1453C37.4569 22.1453 36.8979 22.0875 36.3196 21.9718C35.7606 21.8754 35.2208 21.7309 34.7003 21.5381L35.0473 21.3068V26.8296L34.7003 26.4248L37.3027 27.0609C37.3027 27.4272 37.2545 27.7452 37.1581 28.0151C37.081 28.3043 36.9364 28.5934 36.7244 28.8826H28.9462ZM36.9846 20.2947C38.0449 20.2947 38.8352 19.8803 39.3557 19.0514C39.8954 18.2032 40.1653 16.9599 40.1653 15.3213C40.1653 13.9141 39.9533 12.8635 39.5292 12.1696C39.1244 11.4563 38.4979 11.0997 37.6497 11.0997C37.1678 11.0997 36.734 11.2154 36.3485 11.4467C35.9822 11.6587 35.6545 11.9286 35.3654 12.2563C35.0955 12.584 34.8353 12.9214 34.5847 13.2684L34.9606 12.372V19.8899L34.5847 19.1671C34.9895 19.5333 35.375 19.8128 35.7413 20.0056C36.1075 20.1984 36.522 20.2947 36.9846 20.2947Z\" fill=\"#FFDCE1\"/>\\n<path d=\"M45.6721 21.7983C45.6721 20.7767 45.8263 20.2176 46.1347 20.1213L48.0142 19.3695L47.6961 19.8321V10.6371L48.0431 11.0708L46.1347 10.5792C45.8263 10.5021 45.6721 9.95275 45.6721 8.93108C46.4624 8.81541 47.2142 8.71903 47.9274 8.64192C48.66 8.56482 49.4407 8.52626 50.2696 8.52626C51.4455 8.52626 52.0334 9.17204 52.0334 10.4636V19.7164L51.6864 19.3116L54.2888 19.9478C54.2888 20.3333 54.2406 20.661 54.1442 20.9309C54.0671 21.2008 53.9225 21.4899 53.7105 21.7983H45.6721ZM49.7202 6.27088C48.9684 6.27088 48.3901 6.05883 47.9853 5.63474C47.5997 5.21065 47.407 4.66127 47.407 3.98658C47.407 3.31189 47.6383 2.7625 48.1009 2.33841C48.5829 1.89505 49.1226 1.67336 49.7202 1.67336C50.4913 1.67336 51.0792 1.88541 51.484 2.3095C51.8888 2.73359 52.0912 3.29261 52.0912 3.98658C52.0912 4.64199 51.8503 5.19138 51.3684 5.63474C50.8864 6.05883 50.337 6.27088 49.7202 6.27088Z\" fill=\"#FFDCE1\"/>\\n<path d=\"M59.6537 22.1453C58.6706 22.1453 57.8031 21.8851 57.0513 21.3646C56.2995 20.8441 55.7116 20.1213 55.2875 19.196C54.8827 18.2707 54.6803 17.1815 54.6803 15.9286C54.6803 14.4442 54.9598 13.1431 55.5188 12.025C56.0778 10.8877 56.8586 10.0106 57.8609 9.39372C58.8826 8.75758 60.0585 8.43952 61.3886 8.43952C61.9476 8.43952 62.5067 8.49735 63.0657 8.61301C63.644 8.70939 64.2127 8.86361 64.7717 9.07565L64.4536 9.3648V2.68539L64.8006 3.11912L62.8922 2.65648C62.5838 2.57937 62.4295 2.02998 62.4295 1.00831C63.4127 0.854098 64.2127 0.748076 64.8295 0.690246C65.4464 0.613139 65.9572 0.574585 66.362 0.574585C67.1909 0.574585 67.7981 0.728799 68.1837 1.03723C68.5885 1.34566 68.7909 1.84685 68.7909 2.54082V18.7622C68.7909 19.1092 68.8584 19.3695 68.9933 19.543C69.1282 19.6972 69.3499 19.7743 69.6583 19.7743C69.8511 19.7743 70.0439 19.7454 70.2366 19.6875C70.4487 19.6104 70.6029 19.5333 70.6993 19.4562L71.0463 20.7285C70.5644 21.1526 69.986 21.4995 69.3114 21.7694C68.656 22.02 68.0102 22.1453 67.374 22.1453C66.5644 22.1453 65.9186 21.9236 65.4367 21.4803C64.9548 21.0176 64.7138 20.3911 64.7138 19.6008H64.5114C64.0295 20.3333 63.3452 20.9405 62.4585 21.4224C61.5717 21.9044 60.6368 22.1453 59.6537 22.1453ZM61.938 19.514C62.4392 19.514 62.8729 19.4177 63.2392 19.2249C63.6054 19.0128 63.9235 18.7526 64.1934 18.4442C64.4633 18.1357 64.7138 17.837 64.9452 17.5478L64.5404 18.4153V10.5503L64.9452 11.4756C64.6175 11.0901 64.2416 10.8009 63.8175 10.6082C63.4127 10.3961 62.95 10.2901 62.4295 10.2901C61.4272 10.2901 60.6464 10.7238 60.0874 11.5913C59.5284 12.4395 59.2489 13.6539 59.2489 15.2346C59.2489 16.6418 59.4802 17.7117 59.9428 18.4442C60.4055 19.1574 61.0705 19.514 61.938 19.514Z\" fill=\"#FFDCE1\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ub3kps\",\"data-framer-name\":\"Property 1=Jupid_logo 2\",layoutDependency:layoutDependency,layoutId:\"X1VS4Y1J8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ssrhy6\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:96,intrinsicWidth:96,layoutDependency:layoutDependency,layoutId:\"WA_v6HN_r\",svg:'<svg width=\"96\" height=\"96\" viewBox=\"0 0 96 96\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M48 96C21.5337 96 0 74.4663 0 48C0 21.5337 21.5337 0 48 0C74.4663 0 96 21.5337 96 48C96 74.4663 74.4663 96 48 96Z\" fill=\"#FFDCE1\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gfinpt\",\"data-framer-name\":\"Jupid\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:33,intrinsicWidth:76,layoutDependency:layoutDependency,layoutId:\"I808:1494;808:1180\",svg:'<svg width=\"76\" height=\"33\" viewBox=\"-2 -2 76 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.58346 27.3211C1.94732 27.3211 1.41721 27.1284 0.993121 26.7428C0.569032 26.3766 0.356987 25.8561 0.356987 25.1814C0.356987 24.9501 0.395541 24.6802 0.472648 24.3718C0.549755 24.0826 0.646139 23.8417 0.7618 23.6489C1.93768 23.6489 2.85333 23.514 3.50874 23.2441C4.18343 22.9935 4.65571 22.5405 4.92559 21.8851C5.19546 21.2489 5.3304 20.3719 5.3304 19.2538V4.91186L5.93762 5.7504L3.33525 5.11427C3.33525 4.72873 3.38344 4.40103 3.47983 4.13115C3.57621 3.842 3.73043 3.55285 3.94247 3.2637H11.7785C11.7785 3.74562 11.7399 4.14079 11.6628 4.44922C11.5857 4.73837 11.4701 4.90223 11.3158 4.94078L9.00263 5.66366L9.75442 4.91186V14.7141C9.75442 16.4297 9.56166 18.049 9.17612 19.5719C8.80986 21.0947 8.29903 22.4345 7.64362 23.5911C6.9882 24.7477 6.22677 25.6537 5.35932 26.3091C4.49186 26.9838 3.56657 27.3211 2.58346 27.3211Z\" fill=\"#1C2024\"/>\\n<path d=\"M16.974 22.1453C15.9137 22.1453 15.1041 21.7887 14.5451 21.0755C13.9861 20.3429 13.7065 19.2249 13.7065 17.7213V10.9262L14.2559 11.36L12.3475 10.8684C12.2126 10.8491 12.1066 10.6949 12.0295 10.4058C11.9524 10.1166 11.9138 9.73106 11.9138 9.24914C12.8969 9.09493 13.6776 8.9889 14.2559 8.93108C14.8535 8.85397 15.3354 8.81541 15.7017 8.81541C16.5113 8.81541 17.0993 8.96963 17.4655 9.27806C17.8318 9.56721 18.0149 10.0491 18.0149 10.7238V17.143C18.0149 17.8562 18.1595 18.396 18.4486 18.7622C18.7378 19.1092 19.1619 19.2827 19.7209 19.2827C20.2028 19.2827 20.6366 19.1863 21.0221 18.9936C21.4076 18.8008 21.745 18.5695 22.0341 18.2996C22.3233 18.0297 22.545 17.7888 22.6992 17.5767L22.2654 18.4442V10.9262L22.8437 11.36L20.9353 10.8684C20.8004 10.8491 20.6847 10.6949 20.5884 10.4058C20.5113 10.1166 20.4727 9.73106 20.4727 9.24914C21.4558 9.09493 22.2462 8.9889 22.8437 8.93108C23.4413 8.85397 23.9232 8.81541 24.2895 8.81541C25.0799 8.81541 25.6582 8.96963 26.0244 9.27806C26.41 9.56721 26.6027 10.0491 26.6027 10.7238V18.7622C26.6027 19.1092 26.6702 19.3695 26.8051 19.543C26.9401 19.6972 27.1521 19.7743 27.4413 19.7743C27.6147 19.7743 27.7979 19.7454 27.9906 19.6875C28.2027 19.6104 28.3762 19.5333 28.5111 19.4562L28.8292 20.7285C28.3665 21.1526 27.7979 21.4995 27.1232 21.7694C26.4678 22.02 25.822 22.1453 25.1859 22.1453C24.3955 22.1453 23.7498 21.9236 23.2486 21.4803C22.7666 21.0369 22.5257 20.42 22.5257 19.6297H22.3233C20.5498 21.3068 18.7667 22.1453 16.974 22.1453Z\" fill=\"#1C2024\"/>\\n<path d=\"M28.9462 28.8826C28.9462 27.8994 29.1004 27.3404 29.4088 27.2055L31.057 26.4826L30.7389 26.9742V10.8684L31.057 11.331L29.3799 10.8395C29.0908 10.7431 28.9462 10.1937 28.9462 9.19131C29.9486 9.0371 30.7389 8.93108 31.3173 8.87325C31.8956 8.79614 32.3678 8.75758 32.7341 8.75758C33.4666 8.75758 33.9967 8.90216 34.3244 9.19131C34.6521 9.48046 34.816 9.95275 34.816 10.6082V11.1865L34.7003 11.0997H35.0473C35.5678 10.2901 36.281 9.64432 37.187 9.1624C38.093 8.68048 39.0183 8.43952 39.9629 8.43952C40.9267 8.43952 41.7653 8.69975 42.4785 9.22023C43.1918 9.72142 43.7508 10.4443 44.1556 11.3889C44.5604 12.3142 44.7628 13.4033 44.7628 14.6563C44.7628 16.1599 44.4833 17.4803 43.9243 18.6177C43.3652 19.7357 42.5749 20.6032 41.5532 21.22C40.5508 21.8369 39.3653 22.1453 37.9967 22.1453C37.4569 22.1453 36.8979 22.0875 36.3196 21.9718C35.7606 21.8754 35.2208 21.7309 34.7003 21.5381L35.0473 21.3068V26.8296L34.7003 26.4248L37.3027 27.0609C37.3027 27.4272 37.2545 27.7452 37.1581 28.0151C37.081 28.3043 36.9364 28.5934 36.7244 28.8826H28.9462ZM36.9846 20.2947C38.0449 20.2947 38.8352 19.8803 39.3557 19.0514C39.8954 18.2032 40.1653 16.9599 40.1653 15.3213C40.1653 13.9141 39.9533 12.8635 39.5292 12.1696C39.1244 11.4563 38.4979 11.0997 37.6497 11.0997C37.1678 11.0997 36.734 11.2154 36.3485 11.4467C35.9822 11.6587 35.6545 11.9286 35.3654 12.2563C35.0955 12.584 34.8353 12.9214 34.5847 13.2684L34.9606 12.372V19.8899L34.5847 19.1671C34.9895 19.5333 35.375 19.8128 35.7413 20.0056C36.1075 20.1984 36.522 20.2947 36.9846 20.2947Z\" fill=\"#1C2024\"/>\\n<path d=\"M45.6721 21.7983C45.6721 20.7767 45.8263 20.2176 46.1347 20.1213L48.0142 19.3695L47.6961 19.8321V10.6371L48.0431 11.0708L46.1347 10.5792C45.8263 10.5021 45.6721 9.95275 45.6721 8.93108C46.4624 8.81541 47.2142 8.71903 47.9274 8.64192C48.66 8.56482 49.4407 8.52626 50.2696 8.52626C51.4455 8.52626 52.0334 9.17204 52.0334 10.4636V19.7164L51.6864 19.3116L54.2888 19.9478C54.2888 20.3333 54.2406 20.661 54.1442 20.9309C54.0671 21.2008 53.9225 21.4899 53.7105 21.7983H45.6721ZM49.7202 6.27088C48.9684 6.27088 48.3901 6.05883 47.9853 5.63474C47.5997 5.21065 47.407 4.66126 47.407 3.98658C47.407 3.31189 47.6383 2.7625 48.1009 2.33841C48.5829 1.89505 49.1226 1.67336 49.7202 1.67336C50.4913 1.67336 51.0792 1.88541 51.484 2.3095C51.8888 2.73359 52.0912 3.29261 52.0912 3.98658C52.0912 4.64199 51.8503 5.19138 51.3684 5.63474C50.8864 6.05883 50.337 6.27088 49.7202 6.27088Z\" fill=\"#1C2024\"/>\\n<path d=\"M59.6537 22.1453C58.6706 22.1453 57.8031 21.8851 57.0513 21.3646C56.2995 20.8441 55.7116 20.1213 55.2875 19.196C54.8827 18.2707 54.6803 17.1815 54.6803 15.9286C54.6803 14.4442 54.9598 13.1431 55.5188 12.025C56.0778 10.8877 56.8586 10.0106 57.8609 9.39372C58.8826 8.75758 60.0585 8.43952 61.3886 8.43952C61.9476 8.43952 62.5067 8.49735 63.0657 8.61301C63.644 8.70939 64.2127 8.86361 64.7717 9.07565L64.4536 9.3648V2.68539L64.8006 3.11912L62.8922 2.65648C62.5838 2.57937 62.4295 2.02998 62.4295 1.00831C63.4127 0.854098 64.2127 0.748076 64.8295 0.690246C65.4464 0.613139 65.9572 0.574585 66.362 0.574585C67.1909 0.574585 67.7981 0.728799 68.1837 1.03723C68.5885 1.34566 68.7909 1.84685 68.7909 2.54082V18.7622C68.7909 19.1092 68.8584 19.3695 68.9933 19.543C69.1282 19.6972 69.3499 19.7743 69.6583 19.7743C69.8511 19.7743 70.0439 19.7454 70.2366 19.6875C70.4487 19.6104 70.6029 19.5333 70.6993 19.4562L71.0463 20.7285C70.5644 21.1526 69.986 21.4995 69.3114 21.7694C68.656 22.02 68.0102 22.1453 67.374 22.1453C66.5644 22.1453 65.9186 21.9236 65.4367 21.4803C64.9548 21.0176 64.7138 20.3911 64.7138 19.6008H64.5114C64.0295 20.3333 63.3452 20.9405 62.4585 21.4224C61.5717 21.9044 60.6368 22.1453 59.6537 22.1453ZM61.938 19.514C62.4392 19.514 62.8729 19.4177 63.2392 19.2249C63.6054 19.0128 63.9235 18.7526 64.1934 18.4442C64.4632 18.1357 64.7139 17.837 64.9452 17.5478L64.5404 18.4153V10.5503L64.9452 11.4756C64.6175 11.0901 64.2416 10.8009 63.8175 10.6082C63.4127 10.3961 62.95 10.2901 62.4295 10.2901C61.4272 10.2901 60.6464 10.7238 60.0874 11.5913C59.5284 12.4395 59.2489 13.6539 59.2489 15.2346C59.2489 16.6418 59.4802 17.7117 59.9428 18.4442C60.4055 19.1574 61.0705 19.514 61.938 19.514Z\" fill=\"#1C2024\"/>\\n</svg>\\n',withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SZSj1.framer-us7q4t, .framer-SZSj1 .framer-us7q4t { display: block; }\",\".framer-SZSj1.framer-j95ixf { height: 96px; overflow: visible; position: relative; text-decoration: none; width: 64px; }\",\".framer-SZSj1 .framer-m1vfah { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-SZSj1 .framer-nw16kw, .framer-SZSj1 .framer-1ssrhy6 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-SZSj1 .framer-1wq7eab { flex: none; height: 23px; left: calc(50.00000000000002% - 53px / 2); position: absolute; top: calc(51.56250000000002% - 23px / 2); width: 53px; }\",\".framer-SZSj1 .framer-ub3kps { flex: none; height: 96px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 96px; }\",\".framer-SZSj1 .framer-1gfinpt { flex: none; height: 33px; left: calc(48.95833333333336% - 76px / 2); position: absolute; top: calc(51.041666666666686% - 33px / 2); width: 76px; }\",\".framer-SZSj1.framer-v-1py32qe.framer-j95ixf { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 64px); }\",\".framer-SZSj1.framer-v-1py32qe .framer-ub3kps, .framer-SZSj1.framer-v-wyc10h .framer-ub3kps, .framer-SZSj1.framer-v-uv61ng .framer-ub3kps { bottom: 0px; height: unset; right: 0px; width: unset; }\",\".framer-SZSj1.framer-v-1py32qe .framer-1gfinpt { height: 22px; left: calc(50.00000000000002% - 50px / 2); top: calc(50.00000000000002% - 22px / 2); width: 50px; }\",\".framer-SZSj1.framer-v-hi89f.framer-j95ixf, .framer-SZSj1.framer-v-wyc10h.framer-j95ixf { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 62px); width: 62px; }\",\".framer-SZSj1.framer-v-hi89f .framer-1wq7eab, .framer-SZSj1.framer-v-wyc10h .framer-1gfinpt { height: 21px; left: calc(50.00000000000002% - 48px / 2); top: calc(50.00000000000002% - 21px / 2); width: 48px; }\",\".framer-SZSj1.framer-v-uv61ng.framer-j95ixf { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 72px); width: 72px; }\",\".framer-SZSj1.framer-v-uv61ng .framer-1gfinpt { height: 24px; left: calc(50.00000000000002% - 56px / 2); top: calc(51.38888888888891% - 24px / 2); width: 56px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ntha8lFdN\":{\"layout\":[\"fixed\",\"fixed\"]},\"pgZYVOdn5\":{\"layout\":[\"fixed\",\"fixed\"]},\"hPkhjf98d\":{\"layout\":[\"fixed\",\"fixed\"]},\"UgvfMwdrm\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TaxqdrKb4\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraSobDaHMW=withCSS(Component,css,\"framer-SZSj1\");export default FrameraSobDaHMW;FrameraSobDaHMW.displayName=\"Logo\";FrameraSobDaHMW.defaultProps={height:64,width:64};addPropertyControls(FrameraSobDaHMW,{variant:{options:[\"wSc28gP4A\",\"Ntha8lFdN\",\"pgZYVOdn5\",\"hPkhjf98d\",\"UgvfMwdrm\"],optionTitles:[\"Desktop/Tablet Light\",\"Desktop/Tablet Dark\",\"Mobile Light\",\"Mobile Dark\",\"Footer\"],title:\"Variant\",type:ControlType.Enum},TaxqdrKb4:{title:\"Link\",type:ControlType.Link}});addFonts(FrameraSobDaHMW,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraSobDaHMW\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"TaxqdrKb4\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ntha8lFdN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pgZYVOdn5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hPkhjf98d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UgvfMwdrm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"64\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aSobDaHMW.map", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Geist-regular\",\"GF;Geist-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4mJPby1QNtA.woff2\",weight:\"400\"},{family:\"Geist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/geist/v1/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4mJPby1QNtA.woff2\",weight:\"700\"}]}];export const css=['.framer-zJOkK .framer-styles-preset-1mhxy06:not(.rich-text-wrapper), .framer-zJOkK .framer-styles-preset-1mhxy06.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0.05em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-bd60bbce-26cc-44d3-a998-614cc556aaaf, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-zJOkK .framer-styles-preset-1mhxy06:not(.rich-text-wrapper), .framer-zJOkK .framer-styles-preset-1mhxy06.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0.05em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-bd60bbce-26cc-44d3-a998-614cc556aaaf, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-zJOkK .framer-styles-preset-1mhxy06:not(.rich-text-wrapper), .framer-zJOkK .framer-styles-preset-1mhxy06.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0.06em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-bd60bbce-26cc-44d3-a998-614cc556aaaf, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-zJOkK .framer-styles-preset-1mhxy06:not(.rich-text-wrapper), .framer-zJOkK .framer-styles-preset-1mhxy06.rich-text-wrapper p { --framer-font-family: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-family-bold: \"Geist\", \"Geist Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-letter-spacing: 0.05em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-bd60bbce-26cc-44d3-a998-614cc556aaaf, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-zJOkK\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "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", "link", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "TaxqdrKb4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "SVG", "css", "FrameraSobDaHMW", "withCSS", "aSobDaHMW_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
