{"version":3,"file":"cSxIC8U8J.CKJu4CUu.mjs","names":["useState","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","sharedStyle.className","className","sharedStyle.css","sharedStyle.fonts"],"sources":["https:/framerusercontent.com/modules/vj7bFUjvEQFgEzNBkdoG/vf3CKm378wlVcBk7IhSU/createStore.js","https:/framer.com/m/framer/store.js@^1.0.0","https:/framerusercontent.com/modules/sSkuJ3WxWWvCaTbc8DKA/NjaEAMt92ujW10yjLJkl/BgImage.js","https:/framerusercontent.com/modules/Okd9Zzsg16YGKsDWJK3q/dhDAFXoRsyKAm5FdGnAC/cSxIC8U8J.js"],"sourcesContent":["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map","/*\n * createStore (framer/store@1.0.1)\n *\n * Learn More: https://www.framer.com/asset-urls\n */\n\nexport * from \"https://framerusercontent.com/modules/vj7bFUjvEQFgEzNBkdoG/vf3CKm378wlVcBk7IhSU/createStore.js\"\n","import{jsx as _jsx}from\"react/jsx-runtime\";import{Frame,addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";export default function BgImage(props){const{imageUrl,width,height}=props;return /*#__PURE__*/_jsx(Frame,{width:width,height:height,background:\"#000\",position:\"relative\",overflow:\"hidden\",children:/*#__PURE__*/_jsx(motion.div,{style:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",background:imageUrl?`url(${imageUrl}) center/cover no-repeat`:\"\"}})});}addPropertyControls(BgImage,{imageUrl:{type:ControlType.Link,title:\"Image URL\",defaultValue:\"https://placehold.co/150\"}});BgImage.defaultProps={width:\"100%\",height:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BgImage\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BgImage.map","// Generated by Framer (5f2272d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/vj5Yz6HdeiuscnRTq7C6/g9wQAU8vBMfIFZNo7nvA/YZguO0Q71.js\";const cycleOrder=[\"LL8RJ1Z2m\",\"he1UqW_2T\"];const serializationHash=\"framer-HZGD3\";const variantClassNames={he1UqW_2T:\"framer-v-1wfuu9l\",LL8RJ1Z2m:\"framer-v-4z5f2c\"};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:\"LL8RJ1Z2m\",Mobile:\"he1UqW_2T\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LL8RJ1Z2m\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LL8RJ1Z2m\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4z5f2c\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"LL8RJ1Z2m\",ref:refBinding,style:{backgroundColor:\"rgb(33, 69, 115)\",borderBottomRightRadius:40,...style},...addPropertyOverrides({he1UqW_2T:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-180bwvo\",layoutDependency:layoutDependency,layoutId:\"KPm9Jg5Gc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27.989 27.989\" overflow=\"visible\"><g><path d=\"M 15.444 0.35 C 16.896 -0.394 18.676 0.083 19.562 1.453 C 20.117 2.312 21.051 2.851 22.072 2.903 C 23.702 2.985 25.005 4.287 25.087 5.917 C 25.138 6.938 25.678 7.872 26.536 8.427 C 27.907 9.313 28.384 11.093 27.639 12.545 C 27.173 13.455 27.173 14.534 27.639 15.443 C 28.384 16.896 27.907 18.676 26.536 19.562 C 25.677 20.116 25.138 21.051 25.087 22.072 C 25.005 23.701 23.702 25.004 22.072 25.086 C 21.051 25.138 20.117 25.677 19.562 26.536 C 18.676 27.906 16.896 28.383 15.444 27.639 C 14.534 27.173 13.456 27.173 12.546 27.639 C 11.094 28.383 9.314 27.906 8.428 26.536 C 7.873 25.677 6.939 25.138 5.918 25.086 C 4.288 25.004 2.985 23.701 2.903 22.072 C 2.852 21.051 2.313 20.117 1.454 19.562 C 0.083 18.676 -0.394 16.896 0.35 15.444 C 0.816 14.534 0.816 13.456 0.35 12.546 C -0.394 11.093 0.083 9.313 1.453 8.428 C 2.312 7.873 2.851 6.939 2.903 5.918 C 2.984 4.288 4.287 2.985 5.917 2.903 C 6.938 2.852 7.872 2.312 8.427 1.454 C 9.313 0.083 11.093 -0.394 12.545 0.35 C 13.455 0.816 14.534 0.816 15.444 0.35 Z\" fill=\"rgb(0,131,249)\"></path><path d=\"M 11.488 20.619 L 11.488 14.585 L 19.53 10.99 L 22.547 14.007 Z\" fill=\"rgb(0,119,227)\"></path><path d=\"M 11.488 20.619 L 5.442 14.576 L 8.459 11.556 L 11.488 14.585 L 18.694 7.371 L 21.71 10.384 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',withExternalLayout:true,...addPropertyOverrides({he1UqW_2T:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23.991 23.99\" overflow=\"visible\"><g><path d=\"M 13.238 0.3 C 14.483 -0.338 16.008 0.071 16.768 1.246 C 17.243 1.982 18.044 2.444 18.919 2.488 C 20.316 2.558 21.433 3.675 21.503 5.072 C 21.547 5.947 22.009 6.748 22.745 7.223 C 23.92 7.983 24.329 9.508 23.691 10.753 C 23.291 11.533 23.291 12.457 23.691 13.237 C 24.329 14.482 23.92 16.008 22.745 16.767 C 22.009 17.243 21.547 18.043 21.503 18.919 C 21.433 20.316 20.316 21.432 18.919 21.503 C 18.044 21.547 17.243 22.009 16.768 22.745 C 16.008 23.919 14.483 24.328 13.238 23.69 C 12.458 23.291 11.534 23.291 10.754 23.69 C 9.509 24.328 7.983 23.919 7.224 22.745 C 6.748 22.009 5.948 21.546 5.072 21.503 C 3.675 21.432 2.559 20.316 2.488 18.919 C 2.444 18.043 1.982 17.243 1.246 16.767 C 0.071 16.008 -0.338 14.482 0.3 13.238 C 0.7 12.458 0.7 11.533 0.3 10.753 C -0.338 9.509 0.071 7.983 1.246 7.224 C 1.982 6.748 2.444 5.947 2.488 5.072 C 2.558 3.675 3.675 2.558 5.072 2.488 C 5.947 2.444 6.748 1.982 7.223 1.246 C 7.983 0.071 9.508 -0.338 10.753 0.3 C 11.533 0.7 12.458 0.7 13.238 0.3 Z\" fill=\"rgb(0,131,249)\"></path><path d=\"M 9.847 17.673 L 9.847 12.502 L 16.74 9.42 L 19.326 12.006 Z\" fill=\"rgb(0,119,227)\"></path><path d=\"M 9.847 17.673 L 4.665 12.494 L 7.251 9.906 L 9.847 12.502 L 16.023 6.318 L 18.609 8.901 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1fd7zbn\",layoutDependency:layoutDependency,layoutId:\"jOBIVaJ9Q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27.989 27.989\" overflow=\"visible\"><path d=\"M 15.444 0.35 C 16.896 -0.394 18.676 0.083 19.562 1.453 C 20.117 2.312 21.051 2.851 22.072 2.903 C 23.702 2.985 25.005 4.287 25.087 5.917 C 25.138 6.938 25.678 7.872 26.536 8.427 C 27.907 9.313 28.384 11.093 27.639 12.545 C 27.173 13.455 27.173 14.534 27.639 15.443 C 28.384 16.896 27.907 18.676 26.536 19.562 C 25.677 20.116 25.138 21.051 25.087 22.072 C 25.005 23.701 23.702 25.004 22.072 25.086 C 21.051 25.138 20.117 25.677 19.562 26.536 C 18.676 27.906 16.896 28.383 15.444 27.639 C 14.534 27.173 13.456 27.173 12.546 27.639 C 11.094 28.383 9.314 27.906 8.428 26.536 C 7.873 25.677 6.939 25.138 5.918 25.086 C 4.288 25.004 2.985 23.701 2.903 22.072 C 2.852 21.051 2.313 20.117 1.454 19.562 C 0.083 18.676 -0.394 16.896 0.35 15.444 C 0.816 14.534 0.816 13.456 0.35 12.546 C -0.394 11.093 0.083 9.313 1.453 8.428 C 2.312 7.873 2.851 6.939 2.903 5.918 C 2.984 4.288 4.287 2.985 5.917 2.903 C 6.938 2.852 7.872 2.312 8.427 1.454 C 9.313 0.083 11.093 -0.394 12.545 0.35 C 13.455 0.816 14.534 0.816 15.444 0.35 Z\" fill=\"rgb(0,131,249)\"></path></svg>',withExternalLayout:true,...addPropertyOverrides({he1UqW_2T:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23.991 23.99\" overflow=\"visible\"><path d=\"M 13.238 0.3 C 14.483 -0.338 16.008 0.071 16.768 1.246 C 17.243 1.982 18.044 2.444 18.919 2.488 C 20.316 2.558 21.433 3.675 21.503 5.072 C 21.547 5.947 22.009 6.748 22.745 7.223 C 23.92 7.983 24.329 9.508 23.691 10.753 C 23.291 11.533 23.291 12.457 23.691 13.237 C 24.329 14.482 23.92 16.008 22.745 16.767 C 22.009 17.243 21.547 18.043 21.503 18.919 C 21.433 20.316 20.316 21.432 18.919 21.503 C 18.044 21.547 17.243 22.009 16.768 22.745 C 16.008 23.919 14.483 24.328 13.238 23.69 C 12.458 23.291 11.534 23.291 10.754 23.69 C 9.509 24.328 7.983 23.919 7.224 22.745 C 6.748 22.009 5.948 21.546 5.072 21.503 C 3.675 21.432 2.559 20.316 2.488 18.919 C 2.444 18.043 1.982 17.243 1.246 16.767 C 0.071 16.008 -0.338 14.482 0.3 13.238 C 0.7 12.458 0.7 11.533 0.3 10.753 C -0.338 9.509 0.071 7.983 1.246 7.224 C 1.982 6.748 2.444 5.947 2.488 5.072 C 2.558 3.675 3.675 2.558 5.072 2.488 C 5.947 2.444 6.748 1.982 7.223 1.246 C 7.983 0.071 9.508 -0.338 10.753 0.3 C 11.533 0.7 12.458 0.7 13.238 0.3 Z\" fill=\"rgb(0,131,249)\"></path></svg>'}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8zkcz7\",layoutDependency:layoutDependency,layoutId:\"nw3QhLub9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.059 9.628\" overflow=\"visible\"><path d=\"M 0 9.628 L 0 3.595 L 8.042 0 L 11.059 3.017 Z\" fill=\"rgb(0,119,227)\"></path></svg>',withExternalLayout:true,...addPropertyOverrides({he1UqW_2T:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.479 8.253\" overflow=\"visible\"><path d=\"M 0 8.253 L 0 3.081 L 6.893 0 L 9.479 2.586 Z\" fill=\"rgb(0,119,227)\"></path></svg>'}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-y1spyl\",layoutDependency:layoutDependency,layoutId:\"F4betkjls\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.268 13.248\" overflow=\"visible\"><path d=\"M 6.046 13.248 L 0 7.206 L 3.017 4.186 L 6.046 7.215 L 13.251 0 L 16.268 3.013 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true,...addPropertyOverrides({he1UqW_2T:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.944 11.356\" overflow=\"visible\"><path d=\"M 5.182 11.356 L 0 6.176 L 2.586 3.588 L 5.182 6.184 L 11.358 0 L 13.944 2.583 Z\" fill=\"rgb(255,255,255)\"></path></svg>'}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-a4ssz7\",\"data-styles-preset\":\"YZguO0Q71\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:\"Verified\"})}),className:\"framer-1m59m5f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FapkuPQx5\",style:{\"--extracted-1lwpl3i\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({he1UqW_2T:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-open-type-features\":\"'blwf' on, 'cv09' on, 'cv03' on, 'cv04' on, 'cv11' on\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(255, 255, 255))\"},children:\"Verified\"})}),fonts:[\"Inter-Bold\"]}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HZGD3.framer-136cap3, .framer-HZGD3 .framer-136cap3 { display: block; }\",\".framer-HZGD3.framer-4z5f2c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 12px 28px 12px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-HZGD3 .framer-180bwvo { height: 28px; position: relative; width: 28px; }\",\".framer-HZGD3 .framer-1fd7zbn { height: 28px; left: 0px; position: absolute; top: 0px; width: 28px; }\",\".framer-HZGD3 .framer-8zkcz7 { height: 10px; left: 12px; position: absolute; top: 11px; width: 11px; }\",\".framer-HZGD3 .framer-y1spyl { height: 13px; left: 6px; position: absolute; top: 8px; width: 17px; }\",\".framer-HZGD3 .framer-1m59m5f { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HZGD3.framer-v-1wfuu9l.framer-4z5f2c { padding: 8px 28px 9px 16px; }\",\".framer-HZGD3.framer-v-1wfuu9l .framer-180bwvo, .framer-HZGD3.framer-v-1wfuu9l .framer-1fd7zbn { height: 24px; width: 24px; }\",\".framer-HZGD3.framer-v-1wfuu9l .framer-8zkcz7 { height: 9px; left: 10px; top: 10px; width: 10px; }\",\".framer-HZGD3.framer-v-1wfuu9l .framer-y1spyl { height: 12px; left: 5px; top: 7px; width: 14px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 153\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"he1UqW_2T\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramercSxIC8U8J=withCSS(Component,css,\"framer-HZGD3\");export default FramercSxIC8U8J;FramercSxIC8U8J.displayName=\"Verified Label\";FramercSxIC8U8J.defaultProps={height:52,width:153};addPropertyControls(FramercSxIC8U8J,{variant:{options:[\"LL8RJ1Z2m\",\"he1UqW_2T\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercSxIC8U8J,[{explicitInter:true,fonts:[{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",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\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/syRNPWzAMIrcJ3wIlPIP43KjQs.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercSxIC8U8J\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"52\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"153\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"he1UqW_2T\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cSxIC8U8J.map"],"mappings":"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"}