{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/vGc6citXh9JRk7kk7qvW/TscCe4IIuFPwj18EcIV5/o7KF401hv.js"],
  "sourcesContent": ["// Generated by Framer (67f8ada)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js\";import Tooltip from\"https://framerusercontent.com/modules/yBcMPyqxhMSeFiEBQCLc/TAaah8yGbO308RUfdXI5/U0u0HPcUi.js\";import BelugaBrief from\"#framer/local/canvasComponent/AbVq7z7Yq/AbVq7z7Yq.js\";import BelugaHeader from\"#framer/local/canvasComponent/IBfEXyRcj/IBfEXyRcj.js\";import PrimaryButton from\"#framer/local/canvasComponent/wUGAomg9P/wUGAomg9P.js\";import ArticleList from\"#framer/local/codeFile/lAIA3db/ArticleList.js\";import FeaturedArticle from\"#framer/local/codeFile/lR5KVc5/FeaturedArticle.js\";import metadataProvider from\"#framer/local/webPageMetadata/o7KF401hv/o7KF401hv.js\";const BelugaHeaderFonts=getFonts(BelugaHeader);const MotionAWithFX=withFX(motion.a);const FeaturedArticleFonts=getFonts(FeaturedArticle);const ArticleListFonts=getFonts(ArticleList);const PrimaryButtonFonts=getFonts(PrimaryButton);const EmbedFonts=getFonts(Embed);const MotionDivWithFX=withFX(motion.div);const TooltipFonts=getFonts(Tooltip);const BelugaBriefFonts=getFonts(BelugaBrief);const breakpoints={cx670Cf9Q:\"(min-width: 1920px)\",j7VoBr0cX:\"(max-width: 809px)\",r_tSDAKzP:\"(min-width: 810px) and (max-width: 1079px)\",vKyw5NpG4:\"(min-width: 1080px) and (max-width: 1439px)\",WHxJJgwJC:\"(min-width: 1440px) and (max-width: 1919px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-QuGMI\";const variantClassNames={cx670Cf9Q:\"framer-v-14rmsuf\",j7VoBr0cX:\"framer-v-17jp03q\",r_tSDAKzP:\"framer-v-p7chma\",vKyw5NpG4:\"framer-v-xpr54x\",WHxJJgwJC:\"framer-v-jtvwo3\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation,startDelay:.2,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const textEffect1={effect:animation,startDelay:.3,tokenization:\"line\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.25,delay:.3,duration:.45,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition3};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition4};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};const transition5={damping:19,delay:.3,mass:1,stiffness:400,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Bigger screens\":\"cx670Cf9Q\",\"Desktop 2\":\"vKyw5NpG4\",\"MAIN DESKTOP\":\"WHxJJgwJC\",Phone:\"j7VoBr0cX\",Tablet:\"r_tSDAKzP\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WHxJJgwJC\"};};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);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"j7VoBr0cX\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"j7VoBr0cX\")return true;return false;};const elementId=useRouteElementId(\"SeyO8G55B\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"DJFCoDq6e\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WHxJJgwJC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(248, 250, 252); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-jtvwo3\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s6juxw-container\",layoutScroll:true,nodeId:\"DihiX_FBI\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cx670Cf9Q:{variant:\"c726_loAj\"},j7VoBr0cX:{variant:\"PQQnvMKPX\"},r_tSDAKzP:{variant:\"QZX6N_SpU\"}},children:/*#__PURE__*/_jsx(BelugaHeader,{height:\"100%\",id:\"DihiX_FBI\",layoutId:\"DihiX_FBI\",style:{width:\"100%\"},variant:\"aYDRc3IrF\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-byamo4\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jxalvx\",\"data-framer-name\":\"Frame 15\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/4CYy94Qz4ppo6gsfng7FvhO2mI.png\"},className:\"framer-16dddll\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v4zqjg\",\"data-framer-name\":\"Frame 427321019\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ksz0w\",\"data-framer-name\":\"Frame 427321029\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lit Protocol Ecosystem\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lit Protocol Ecosystem\"})}),className:\"framer-zn5d45\",\"data-framer-name\":\"Hemi Ecosystem\",effect:textEffect,fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"next-generation decentralized storage network designed for unstructured data and rich media content.\"})}),className:\"framer-ykdz0h\",\"data-framer-name\":\"Supporting text\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":xtJMtcBZJ\",webPageId:\"kcUYQHSsH\"},motionChild:true,nodeId:\"dRwKHVZlO\",openInNewTab:false,scopeId:\"o7KF401hv\",smoothScroll:true,children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y6tz9r hidden-17jp03q framer-ea8wtt\",\"data-framer-name\":\"Frame 427321004\",whileHover:animation3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(23, 37, 84)\"},children:\"Beluga rating\"})}),className:\"framer-1mmrr9j\",\"data-framer-name\":\"Beluga rating\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ne3oed\",\"data-framer-name\":\"Frame 427321005\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"83\"})}),className:\"framer-hss4ld\",\"data-framer-name\":\"83\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":xtJMtcBZJ\",webPageId:\"kcUYQHSsH\"},motionChild:true,nodeId:\"CDIpMawCt\",openInNewTab:false,scopeId:\"o7KF401hv\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ns81dp hidden-jtvwo3 hidden-14rmsuf hidden-p7chma hidden-xpr54x framer-ea8wtt\",\"data-framer-name\":\"Frame 427321004\",whileHover:animation4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(23, 37, 84)\"},children:\"Beluga rating\"})}),className:\"framer-1aw82k0\",\"data-framer-name\":\"Beluga rating\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p1fdyb\",\"data-framer-name\":\"Frame 427321005\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"75\"})}),className:\"framer-9rm5k6\",\"data-framer-name\":\"83\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1noh7g0\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:564,intrinsicWidth:532,svg:'<svg width=\"532\" height=\"564\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M296 85a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm-70 14a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm-126 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 113Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 113Zm-168 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 127Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 127Zm-196 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 141Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 141Zm-210 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 155Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 155Zm-210 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 169Zm56 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 169Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 169Zm-224 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 183Zm70 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 183Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 183Zm-224 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 197Zm70 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 197Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 197Zm-224 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 211Zm42 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 211Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 464 211Zm-224 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 225Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 464 225Zm-224 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 239Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 464 239Zm-224 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 253Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 450 253Zm-210 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 267Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 436 267Zm-196 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 281Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 422 281Zm-196 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 268 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 282 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 295Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 408 295Zm-196 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 254 309Zm42 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 296 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 310 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 324 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 338 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 309Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 394 309Zm-196 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 323Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 323Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 323Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 240 323Zm112 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 352 323Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 366 323Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 380 323Zm-196 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 337Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 337Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 337Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 226 337Zm-56 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 351Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 351Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 351Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 351Zm-56 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 365Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 365Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 365Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 365Zm-56 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 379Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 379Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 379Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 379Zm-56 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 128 393Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 393Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 393Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 393Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 393Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 393Zm-84 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 114 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 128 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 407Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 407Zm-112 14a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 114 421Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 128 421Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 421Zm28 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 421Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 421Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 421Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 421ZM86 435a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 114 435Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 128 435Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 435Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 435Zm28 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 435Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 198 435Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 212 435ZM72 449a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 114 449Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 128 449Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 449Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 449Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 449Zm-98 14a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm14 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Zm42 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 142 463Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 463Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 463Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 463Zm-28 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 156 477Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 477Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 477Zm-14 14a2 2 0 1 0-3.999-.001A2 2 0 0 0 170 491Zm14 0a2 2 0 1 0-3.999-.001A2 2 0 0 0 184 491Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j9qcc4\",\"data-framer-name\":\"Frame 427320972\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hzrag3\",\"data-framer-name\":\"Frame 427321018\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f1q5fg\",\"data-framer-name\":\"Frame 427320979\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4b0yoq\",\"data-framer-name\":\"Frame 427321030\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 132, 79)\"},children:\"What\u2019s the pitch?\"})}),className:\"framer-cp0c99\",\"data-framer-name\":\"What\u2019s the pitch?\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Lit's Story\"})}),className:\"framer-1gix8ii\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(71, 85, 105)\"},children:[\"Lit is a decentralized key management and compute network that leverages cutting-edge cryptography, sealed confidential hardware, and peer-to-peer networking to securely generate and manage keys and execute private and immutable programs.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Lit is a decentralized key management and compute network that leverages cutting-edge cryptography, sealed confidential hardware, and peer-to-peer networking to securely generate and manage keys and execute private and immutable programs.\"]})}),className:\"framer-1jna1b3\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:75,intrinsicWidth:70.5,pixelHeight:564,pixelWidth:532,sizes:\"485px\",src:\"https://framerusercontent.com/images/aOA9exiLoPfOOyKy1RiENb4Zk.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/aOA9exiLoPfOOyKy1RiENb4Zk.svg 532w\"},className:\"framer-14x4zaq\",\"data-framer-name\":\"E04e060e-8077-4ed6-ab7b-723b2692a9d9\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q2g533-container\",isAuthoredByUser:true,nodeId:\"pCf1PVMfn\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(FeaturedArticle,{ecosystem:\"lit\",height:\"100%\",id:\"pCf1PVMfn\",layoutId:\"pCf1PVMfn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u13pw3-container\",isAuthoredByUser:true,nodeId:\"uiUzhhcfJ\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{limit:4}},children:/*#__PURE__*/_jsx(ArticleList,{ecosystem:\"lit protocol\",height:\"100%\",id:\"uiUzhhcfJ\",layoutId:\"uiUzhhcfJ\",limit:8,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d6j0ud\",\"data-framer-name\":\"Frame 427320965\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1djh4bc\",\"data-framer-name\":\"Frame 427320928\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ba09tw\",\"data-framer-name\":\"Frame 427320966\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z6mxjw\",\"data-border\":true,\"data-framer-name\":\"Badge\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rb7bj2\",\"data-framer-name\":\"_Dot\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bwvdsb\",\"data-framer-name\":\"Dot\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(5, 118, 71)\"},children:\"Live feed\"})}),className:\"framer-1rkmpjz\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gcsux2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Lit's Twitter Feed\"})}),className:\"framer-kny6yt\",\"data-framer-name\":\"Plume\u2019s Twitter/X Feed\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(71, 85, 105)\"},children:\"Stay updated on Lit latest developments and insights by following their X feed for real-time updates.\"})}),className:\"framer-30jc7c\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/WalrusProtocol\",motionChild:true,nodeId:\"AwbWdZqSJ\",openInNewTab:true,scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-f11wr1 framer-ea8wtt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yn8p09-container\",nodeId:\"xMMwCicnq\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"xMMwCicnq\",layoutId:\"xMMwCicnq\",S2LgeKbEJ:\"Follow Lit\",variant:\"xUtkvGzHJ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rl4ysk\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cr1enq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"r8ErqTozh\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a class=\"twitter-timeline\" href=\"https://twitter.com/LitProtocol?ref_src=twsrc%5Etfw\">Tweets by LitProtocol</a> <script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>',id:\"r8ErqTozh\",layoutId:\"r8ErqTozh\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ibdrgo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a1r1a3\",\"data-framer-name\":\"Frame 427320958\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r_tSDAKzP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 132, 79)\"},children:\"Key features\"})})},vKyw5NpG4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 132, 79)\"},children:\"Key features\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 132, 79)\"},children:\"Key features\"})}),className:\"framer-wsab5t\",\"data-framer-name\":\"Tokenomics\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cqjxhr\",\"data-framer-name\":\"Frame 427320959\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r_tSDAKzP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"The Lit Network\"})})},vKyw5NpG4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"The Lit Network\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"The Lit Network\"})}),className:\"framer-8ojkui\",\"data-framer-name\":\"Plume Tokenomics\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Lit is a decentralized key management and compute network that leverages cutting-edge cryptography, sealed confidential hardware, and peer-to-peer networking to securely generate and manage keys and execute private and immutable programs.\"})}),className:\"framer-1g54k91\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yrbvu8\",\"data-framer-name\":\"Frame 427320927\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ug1znp\",\"data-framer-name\":\"Frame 1222\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vq15nz\",\"data-framer-name\":\"2dc80006-7fa5-45b9-aad2-828395960f57\",fill:\"black\",intrinsicHeight:112,intrinsicWidth:108,svg:'<svg width=\"108\" height=\"112\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"landing-features_feature__logo__uT419\"><path d=\"m26.065 55.853 4.97 4.503 2.828-.272 3.267-2.43 2.948 2.365 3.154-2.26 3.061 2.195 3.341.046c1.785 4.697 6.721 7.593 11.837 6.64 5.75-1.078 9.543-6.609 8.471-12.358-1.074-5.752-6.603-9.542-12.352-8.47a10.574 10.574 0 0 0-7.783 6.215l-17.786-.34-5.954 4.17-.002-.004Zm34.798.122a2.384 2.384 0 1 1 4.688-.876 2.384 2.384 0 0 1-4.688.876Z\" stroke=\"#343a3f\" fill=\"#343a3f\"/><path d=\"m15.733 84.78 9.795-8.063s3.587-2.868 10.374-1.801l19.824 3.114s6.44-.188 5.488 5.875c0 0-.999 4.632-6.585 3.754l-13.172-2.07\" stroke=\"#343a3f\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/><path d=\"m27.85 101.009 4.58-3.086s1.254-1.034 6.574-.198l17.694 2.78s5.962.25 10.082-4.284l12.839-14.539s3.69-4.523.133-7.946c-3.558-3.424-12.206 4.059-12.206 4.059l-6.144 4.897\" stroke=\"#343a3f\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/><path d=\"M29.753 103.883 12.497 80.044l-9.215 6.598 17.184 24.099 9.287-6.858Z\" fill=\"url(#a)\"/><path d=\"m91.632 27.219-9.795 8.063s-3.587 2.868-10.374 1.802L51.64 33.968s-6.44.188-5.488-5.875c0 0 .999-4.632 6.585-3.754l13.173 2.07\" stroke=\"#343a3f\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/><path d=\"m79.52 10.991-4.58 3.086s-1.254 1.034-6.575.198l-17.694-2.78s-5.962-.25-10.082 4.284L27.75 30.318s-3.69 4.522-.133 7.946c3.558 3.424 12.206-4.059 12.206-4.059l6.144-4.897\" stroke=\"#343a3f\" stroke-width=\"1.2\" stroke-miterlimit=\"10\"/><path d=\"m77.613 8.117 17.255 23.839 9.215-6.598-17.184-24.1-9.286 6.86Z\" fill=\"url(#b)\"/><defs><linearGradient id=\"a\" x1=\"4.516\" y1=\"78.79\" x2=\"3.827\" y2=\"121.292\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFAA7F\"/><stop offset=\".49\" stop-color=\"#FF4205\"/><stop offset=\"1\" stop-color=\"#FF4205\"/></linearGradient><linearGradient id=\"b\" x1=\"86.5\" y1=\"2.5\" x2=\"102.072\" y2=\"43.237\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFAA7F\"/><stop offset=\".49\" stop-color=\"#FF4205\"/><stop offset=\"1\" stop-color=\"#FF4205\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tcvd74\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Distributed Trust\"})}),className:\"framer-31p7vy\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Harnessing multi-party computation (MPC) and threshold signature schemes (TSS), Lit distributes encrypted key shares across the Lit network. Neither you nor your users need to store any private key material. Keys never exist in their entirety.\"})}),className:\"framer-4nb9pn\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11z8hnc\",\"data-framer-name\":\"Frame 1222\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1s32dn1\",\"data-framer-name\":\"2a421757-cc70-467c-a2c9-525bfeb89f46\",fill:\"black\",intrinsicHeight:111,intrinsicWidth:93,svg:'<svg class=\"landing-features_feature__logo__uT419\" width=\"93\" height=\"111\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M36.72 56.612v17.319l-8.334 6.473v6.472\" stroke=\"#343A3F\" stroke-width=\"1.2\"/><circle cx=\"28.386\" cy=\"90.385\" r=\"3.886\" fill=\"#343A3F\" stroke=\"#343A3F\"/><path d=\"M55.956 56.612v17.319l8.334 6.472v6.473\" stroke=\"#343A3F\" stroke-width=\"1.2\"/><circle cx=\"4.386\" cy=\"4.386\" r=\"4.386\" transform=\"matrix(-1 0 0 1 68.676 85.999)\" fill=\"#343A3F\"/><circle cx=\"46.757\" cy=\"106.614\" r=\"4.386\" fill=\"#343A3F\"/><path stroke=\"#343A3F\" stroke-width=\"1.2\" d=\"M46.918 56.174v50.44\"/><path d=\"M13.81 28.162c1.192 0 2.347.159 3.45.452v-.087C17.256 12.772 29.488 0 44.577 0c11.167 0 20.76 6.998 25 17.022 1.2-.242 2.438-.373 3.707-.373 10.682-.003 19.346 9.043 19.346 20.201 0 11.157-8.664 20.204-19.35 20.204-.471 0-.936-.025-1.397-.058H46.244c-.555.037-1.11.058-1.671.058a25.6 25.6 0 0 1-1.671-.058H13.806C6.182 56.996.001 50.541.001 42.581c0-7.961 6.181-14.416 13.805-14.416l.004-.003Z\" fill=\"url(#a)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M46.998 17a7.507 7.507 0 0 0-7.506 7.505v3.201h-3.19c-.719 0-1.302.584-1.302 1.303V43.79c0 .72.583 1.303 1.303 1.303h21.394c.72 0 1.303-.583 1.303-1.303V29.01c0-.72-.583-1.304-1.303-1.304h-3.194v-3.204A7.504 7.504 0 0 0 46.998 17Zm-4.572 7.502v3.204h9.144v-3.204a4.576 4.576 0 0 0-4.572-4.572 4.576 4.576 0 0 0-4.572 4.572Zm.262 11.664c.744-1.258.766-1.645.766-1.645l-.004-.014c.662.663.847 1.835.847 1.835.108-.149.311-.437.379-.545.365-.577.654-1.06.865-1.709l.068-.203c.106-.316.186-.554.234-.933a8.146 8.146 0 0 0 .014-1.555 4.707 4.707 0 0 0-.059-.397c.771.329 1.506.78 2.038 1.438.613.753.988 1.654 1.001 2.624l.005.05c.007.063.018.159.018.22.284-.225.446-.518.568-.86a3.49 3.49 0 0 0 .162-1.462c-.014-.162-.095-.532-.126-.558 2.051 1.753 2.65 4.53 2.65 4.53.248 1.33.041 2.642-.685 3.783-1.875 2.953-6.938 3.007-8.804 0-.884-1.43-.803-3.138.063-4.599Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"45.999\" y1=\"0\" x2=\"57.875\" y2=\"54.408\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFAA7F\"/><stop offset=\".49\" stop-color=\"#FF844F\"/><stop offset=\"1\" stop-color=\"#FF4205\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ji8eur\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Embedded Security\"})}),className:\"framer-1qgcyhr\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Lit leverages sealed trusted execution environments (TEEs) to ensure that node operators never have access to key shares or data processed within each node. Your keys and data remain private and untouched.\"})}),className:\"framer-edcwj9\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pwu7m5\",\"data-framer-name\":\"Frame 1222\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a7j2j0\",\"data-framer-name\":\"Aec531a7-6d3e-4601-abe5-c64b42544d2f\",fill:\"black\",intrinsicHeight:112,intrinsicWidth:114,svg:'<svg class=\"landing-features_feature__logo__uT419\" width=\"114\" height=\"112\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.987 111.138V99.362l10.487-6.18v11.963l-10.487 5.993Zm-.5-24.418 10.467 5.608-10.467 6.168L1.02 92.328l10.467-5.608Zm-.5 12.642v11.776L.5 105.145V93.182l10.487 6.18Zm17-74.377V13.209l10.487-6.18v11.963l-10.487 5.993Zm-.5-24.418 10.467 5.608-10.467 6.168L17.02 6.175 27.487.567Zm-.5 12.642v11.776L16.5 18.992V7.029l10.487 6.18Zm76 61.776V63.209l10.487-6.18v11.963l-10.487 5.993Zm-.5-24.418 10.467 5.608-10.467 6.168-10.467-6.168 10.467-5.608Zm-.5 12.642v11.776L91.5 68.992V57.029l10.487 6.18Z\" fill=\"#343A3F\" stroke=\"#fff\"/><path stroke=\"#343A3F\" stroke-width=\"1.2\" d=\"m32.816 22.297 10.77 17.231M41.72 71.152 22.328 92.275m47.702-31.49 21.538 1.077\"/><path d=\"M50.548 35.122a2.289 2.289 0 0 1 2.289 0l16.364 9.447a2.289 2.289 0 0 1 1.145 1.982v18.896a2.29 2.29 0 0 1-1.145 1.982l-16.364 9.448a2.289 2.289 0 0 1-2.289 0L34.184 67.43a2.289 2.289 0 0 1-1.144-1.982V46.551a2.29 2.29 0 0 1 1.144-1.982l16.364-9.447Z\" fill=\"url(#a)\"/><path d=\"M44.638 50.105s-.04.738-1.471 3.148c-1.658 2.793-1.814 6.062-.12 8.791 3.57 5.754 13.261 5.645 16.854.004 1.389-2.182 1.787-4.686 1.313-7.23 0 0-1.15-5.31-5.075-8.659.062.053.214.763.243 1.066.09.932.002 1.908-.31 2.795-.23.651-.547 1.215-1.084 1.65 0-.152-.038-.425-.04-.516-.025-1.855-.743-3.573-1.914-5.015-1.023-1.258-2.426-2.117-3.903-2.75.038.128.106.655.116.76.076.876.09 2.102-.025 2.977-.115.875-.312 1.352-.58 2.172-.406 1.243-.96 2.165-1.66 3.27-.13.204-.515.761-.721 1.043 0 0-.355-2.24-1.622-3.506h-.001Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"39\" y1=\"31.5\" x2=\"47.155\" y2=\"73.39\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFAA7F\"/><stop offset=\".49\" stop-color=\"#FF844F\"/><stop offset=\"1\" stop-color=\"#FF4205\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vng6pt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Native Interoperability\"})}),className:\"framer-1l50jfd\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"The keys managed on Lit can read and write data across blockchains, storage networks, and state machines\u2014bridging previously disconnected ecosystems. Build experiences that span the entire internet.\"})}),className:\"framer-14ewgbs\",\"data-framer-name\":\"Chris Yin\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13kr989\",\"data-border\":true,\"data-framer-name\":\"Frame 427321004\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1472qee\",\"data-framer-name\":\"Frame 427321007\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-36qvyr\",\"data-framer-name\":\"Frame 427321011\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kqym9y\",\"data-framer-name\":\"Frame 427321005\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v337r7\",\"data-framer-name\":\"Frame 427321012\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-176og81\",\"data-framer-name\":\"Frame 427320777\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:38,intrinsicWidth:43,svg:'<svg width=\"43\" height=\"38\" viewBox=\"0 0 43 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40.1878 19.2629C40.1878 29.4906 31.8966 37.7818 21.6689 37.7818C11.4411 37.7818 3.1499 29.4906 3.1499 19.2629C3.1499 9.03512 11.4411 0.743896 21.6689 0.743896C31.8966 0.743896 40.1878 9.03512 40.1878 19.2629Z\" fill=\"#93C5FD\"/>\\n<g clip-path=\"url(#clip0_2383_43377)\">\\n<path d=\"M22.107 17.5208C22.4261 17.4989 22.6553 17.0549 22.6191 16.5285C22.5829 16.0027 22.295 15.5936 21.9765 15.6155C21.6574 15.6373 21.4282 16.0813 21.4644 16.6077C21.5006 17.1336 21.7885 17.5427 22.107 17.5208Z\" fill=\"white\"/>\\n<path d=\"M31.7922 14.2547C32.1494 12.1739 31.6173 10.0837 30.2797 8.34951C28.691 6.28932 26.1281 5.00225 23.2492 4.81865C20.5551 4.64754 17.9591 5.60238 15.937 7.50833C14.0298 9.30623 12.7684 11.7736 12.3849 14.4564C11.6774 19.4099 12.6753 24.437 13.1368 26.3686C13.4372 27.6257 13.0981 29.323 12.1314 29.7489C11.5987 29.9837 11.0473 29.9737 10.6926 29.7233C10.4347 29.541 10.3066 29.2481 10.3322 28.899C10.3622 28.4931 10.5315 28.2077 10.7463 27.8467C11.0229 27.3815 11.367 26.802 11.5363 25.741C11.7461 24.4295 11.1978 23.489 10.8524 23.0457C10.7619 22.9289 10.6164 22.8758 10.4727 22.9076C10.3254 22.9401 10.2123 23.0525 10.1774 23.2012C9.9869 24.0167 9.07389 24.467 8.19086 24.9029C7.49518 25.2464 6.83822 25.5705 6.4935 26.0719C5.85654 26.9987 6.1232 28.2452 6.34364 28.9002C5.77598 28.7017 4.70124 28.4718 3.76075 29.0982C3.28552 29.4148 2.96016 29.8732 2.64542 30.3172C2.1452 31.0223 1.67246 31.688 0.627063 31.8809C0.475936 31.909 0.355411 32.012 0.303578 32.1569C0.251121 32.3037 0.27985 32.463 0.380393 32.5816C0.875612 33.1668 2.0278 34.1215 4.17666 33.9367C6.39048 33.7469 7.33157 32.4424 7.66817 31.786C8.26455 33.3429 10.6613 37.8547 18.3494 37.9953C18.4312 37.9965 18.5124 37.9978 18.593 37.9978C23.0543 37.9978 25.8583 35.7315 27.4326 33.8105C28.2282 32.8401 28.8877 31.736 29.3942 30.5719C29.6146 30.6194 30.0574 30.6975 30.6032 30.6975C31.3057 30.6975 32.1769 30.5689 32.9575 30.0812C33.8967 29.4941 34.5031 28.5106 34.7591 27.1579C34.7866 27.013 34.7317 26.8669 34.6149 26.7764C34.4987 26.6858 34.3432 26.6683 34.209 26.7308C33.8905 26.8794 33.5489 26.8906 33.1954 26.7639C32.9044 26.6602 32.6796 26.5078 32.4417 26.3467C31.9795 26.0338 31.5018 25.7116 30.5532 25.7466C30.5969 24.8554 30.5407 23.9849 30.3771 23.1637C30.5339 23.1318 30.6937 23.0962 30.8555 23.0557C33.0343 22.5111 34.5562 21.3901 35.2569 19.8133C36.015 18.1078 35.5473 16.8688 35.0214 16.1294C34.3326 15.159 33.1498 14.4939 31.7922 14.2547Z\" fill=\"white\"/>\\n<path d=\"M22.9888 26.4266C23.0481 26.639 23.1043 26.8394 23.1686 27.0374C23.6676 28.5655 24.7442 28.9502 24.7555 28.9558L25.0396 29.0532L24.8123 29.25C24.7954 29.2643 23.5514 30.3116 21.535 30.3116C20.8112 30.3116 19.9881 30.1767 19.0863 29.8108C17.0599 28.9877 16.2867 27.3409 15.9932 26.1225C15.9064 26.1381 15.8221 26.1463 15.7416 26.1463C15.1876 26.1463 14.7842 25.8072 14.6262 25.5867C14.5706 25.5086 14.5888 25.4012 14.6662 25.3457C14.7436 25.2901 14.851 25.3076 14.9066 25.385C14.9241 25.4087 15.2894 25.8946 15.9214 25.784C15.7971 25.1133 15.8171 24.6369 15.8178 24.6237C15.8228 24.5288 15.9064 24.4558 15.9989 24.4608C16.0944 24.4657 16.1675 24.5469 16.1625 24.6419C16.16 24.6949 16.1406 25.1802 16.2705 25.8384C16.2749 25.8465 16.2786 25.8552 16.2818 25.8646C16.288 25.8852 16.2899 25.9058 16.2886 25.9258C16.5334 27.0711 17.2335 28.6848 19.2162 29.4898C21.8341 30.5526 23.7382 29.561 24.3645 29.1482C23.9648 28.9196 23.2361 28.3563 22.8408 27.1448C22.7746 26.9438 22.7162 26.734 22.6599 26.5309L22.6565 26.5191L22.6564 26.5186C22.2412 25.0274 21.8119 23.4858 18.2127 22.6073C18.1202 22.5848 18.0634 22.4911 18.0859 22.3987C18.1084 22.3063 18.2021 22.2488 18.2945 22.2719C18.6011 22.3469 19.4854 22.6254 19.4854 22.6254C22.1982 23.5946 22.6166 25.0896 22.9888 26.4266Z\" fill=\"white\"/>\\n<path d=\"M32.2487 26.6309C31.8091 26.3336 31.3913 26.0513 30.532 26.0907C30.4246 27.4733 30.0811 28.8946 29.5322 30.2448C30.0617 30.3472 31.5655 30.5433 32.7776 29.7852C33.6307 29.2512 34.1834 28.3451 34.4207 27.0917C34.425 27.0686 34.4138 27.0549 34.4038 27.0468C34.3938 27.0393 34.3776 27.0318 34.3557 27.0418M12.7259 14.5039C12.0265 19.3986 13.015 24.3752 13.4722 26.2874C13.8113 27.7062 13.4091 29.5622 12.27 30.0643C11.6174 30.3522 10.953 30.3297 10.4927 30.005C10.1318 29.7502 9.95255 29.348 9.98752 28.8734C10.0237 28.3863 10.2211 28.0541 10.449 27.67C10.7244 27.2066 11.036 26.6814 11.1953 25.686C11.3845 24.5038 10.8912 23.657 10.5802 23.2574C10.5764 23.2517 10.5677 23.2399 10.5471 23.2442C10.5371 23.2461 10.5196 23.2536 10.514 23.2786C10.286 24.2528 9.29871 24.7405 8.34386 25.2114C7.69002 25.5343 7.0724 25.839 6.77827 26.2668C6.22249 27.0742 6.47289 28.2071 6.67148 28.8103C6.71207 28.9321 6.6796 29.0639 6.5878 29.1538C6.496 29.2437 6.36425 29.2724 6.24372 29.23C5.74164 29.052 4.77617 28.8359 3.95247 29.3849C3.53032 29.6665 3.23743 30.0792 2.92706 30.5164C2.40873 31.2464 1.87292 32.0014 0.690137 32.2193C0.650794 32.2262 0.634559 32.2556 0.628938 32.2719C0.623942 32.2856 0.6152 32.3225 0.644551 32.3574C1.09606 32.8914 2.15144 33.7625 4.14731 33.5914C6.30492 33.4066 7.14484 32.0914 7.40588 31.535C7.45709 31.4257 7.56887 31.3607 7.68753 31.3645C7.80805 31.3701 7.91172 31.4469 7.95293 31.5599C8.45877 32.9532 10.7044 37.5088 18.3557 37.6487C22.8264 37.7287 25.611 35.4867 27.1654 33.5902C27.9647 32.6147 28.6235 31.5019 29.1231 30.3291C29.1238 30.3272 29.1238 30.3253 29.1244 30.3235C29.1287 30.3066 29.1369 30.2916 29.1456 30.2772C29.7339 28.8809 30.0955 27.4021 30.1948 25.9695C30.1929 25.9608 30.1904 25.9527 30.1898 25.9433C30.1873 25.9171 30.1923 25.8915 30.201 25.8677C30.2566 24.9553 30.2047 24.0642 30.0374 23.2255C29.1219 23.3841 28.3581 23.4079 27.9934 23.4079C27.8585 23.4079 27.778 23.4047 27.7649 23.4041C27.6699 23.3997 27.5956 23.3192 27.6 23.2243C27.6044 23.1293 27.6856 23.0544 27.7799 23.0594C27.8361 23.0613 33.3503 23.2517 34.9415 19.6709C35.2631 18.9478 35.3705 18.2515 35.2681 17.6064C34.999 18.0042 34.3738 18.53 32.9425 19.0246C31.6611 19.4673 30.2866 19.6097 29.0501 19.6097C26.8469 19.6097 25.0814 19.1588 25.054 19.1513C24.9615 19.1276 24.906 19.0333 24.9303 18.9409C24.954 18.8485 25.049 18.7935 25.1408 18.8172C25.1826 18.8279 29.3654 19.8957 32.8295 18.698C35.062 17.9261 35.1201 17.1211 35.1195 17.0393C35.0271 16.792 34.9015 16.5541 34.7404 16.3274C34.0785 15.3969 32.9157 14.7674 31.5842 14.5682C31.5761 14.5682 31.568 14.5676 31.5599 14.5663C31.5543 14.5657 31.5499 14.5632 31.5449 14.562C31.0903 14.497 30.6163 14.4814 30.1367 14.522C29.5159 14.5745 28.9489 14.6581 28.4012 14.7393C27.0611 14.9373 25.9039 15.1084 24.8023 14.6475C24.7142 14.6107 24.673 14.5095 24.7099 14.4215C24.7467 14.334 24.8479 14.2922 24.9359 14.329C25.9488 14.7531 27.0086 14.5963 28.3506 14.3977C28.9039 14.3159 29.476 14.231 30.1073 14.1779C30.5632 14.1398 31.0135 14.1517 31.45 14.2041C31.7934 12.217 31.2845 10.2186 30.0055 8.55997C28.4774 6.57784 26.0063 5.3401 23.2267 5.16275M22.107 17.5208C22.4261 17.4989 22.6553 17.0549 22.6191 16.5285C22.5829 16.0027 22.295 15.5936 21.9765 15.6155C21.6574 15.6373 21.4282 16.0813 21.4644 16.6077C21.5006 17.1336 21.7885 17.5427 22.107 17.5208ZM31.7922 14.2547C32.1494 12.1739 31.6173 10.0837 30.2797 8.34951C28.691 6.28932 26.1281 5.00225 23.2492 4.81865C20.5551 4.64754 17.9591 5.60238 15.937 7.50833C14.0298 9.30623 12.7684 11.7736 12.3849 14.4564C11.6774 19.4099 12.6753 24.437 13.1368 26.3686C13.4372 27.6257 13.0981 29.323 12.1314 29.7489C11.5987 29.9837 11.0473 29.9737 10.6926 29.7233C10.4347 29.541 10.3066 29.2481 10.3322 28.899C10.3622 28.4931 10.5315 28.2077 10.7463 27.8467C11.0229 27.3815 11.367 26.802 11.5363 25.741C11.7461 24.4295 11.1978 23.489 10.8524 23.0457C10.7619 22.9289 10.6164 22.8758 10.4727 22.9076C10.3254 22.9401 10.2123 23.0525 10.1774 23.2012C9.9869 24.0167 9.07389 24.467 8.19086 24.9029C7.49518 25.2464 6.83822 25.5705 6.4935 26.0719C5.85654 26.9987 6.1232 28.2452 6.34364 28.9002C5.77598 28.7017 4.70124 28.4718 3.76075 29.0982C3.28552 29.4148 2.96016 29.8732 2.64542 30.3172C2.1452 31.0223 1.67246 31.688 0.627063 31.8809C0.475936 31.909 0.355411 32.012 0.303578 32.1569C0.251121 32.3037 0.27985 32.463 0.380393 32.5816C0.875612 33.1668 2.0278 34.1215 4.17666 33.9367C6.39048 33.7469 7.33157 32.4424 7.66817 31.786C8.26455 33.3429 10.6613 37.8547 18.3494 37.9953C18.4312 37.9965 18.5124 37.9978 18.593 37.9978C23.0543 37.9978 25.8583 35.7315 27.4326 33.8105C28.2282 32.8401 28.8877 31.736 29.3942 30.5719C29.6146 30.6194 30.0574 30.6975 30.6032 30.6975C31.3057 30.6975 32.1769 30.5689 32.9575 30.0812C33.8967 29.4941 34.5031 28.5106 34.7591 27.1579C34.7866 27.013 34.7317 26.8669 34.6149 26.7764C34.4987 26.6858 34.3432 26.6683 34.209 26.7308C33.8905 26.8794 33.5489 26.8906 33.1954 26.7639C32.9044 26.6602 32.6796 26.5078 32.4417 26.3467C31.9795 26.0338 31.5018 25.7116 30.5532 25.7466C30.5969 24.8554 30.5407 23.9849 30.3771 23.1637C30.5339 23.1318 30.6937 23.0962 30.8555 23.0557C33.0343 22.5111 34.5562 21.3901 35.2569 19.8133C36.015 18.1078 35.5473 16.8688 35.0214 16.1294C34.3326 15.159 33.1498 14.4939 31.7922 14.2547ZM22.9888 26.4266C23.0481 26.639 23.1043 26.8394 23.1686 27.0374C23.6676 28.5655 24.7442 28.9502 24.7555 28.9558L25.0396 29.0532L24.8123 29.25C24.7954 29.2643 23.5514 30.3116 21.535 30.3116C20.8112 30.3116 19.9881 30.1767 19.0863 29.8108C17.0599 28.9877 16.2867 27.3409 15.9932 26.1225C15.9064 26.1381 15.8221 26.1463 15.7416 26.1463C15.1876 26.1463 14.7842 25.8072 14.6262 25.5867C14.5706 25.5086 14.5888 25.4012 14.6662 25.3457C14.7436 25.2901 14.851 25.3076 14.9066 25.385C14.9241 25.4087 15.2894 25.8946 15.9214 25.784C15.7971 25.1133 15.8171 24.6369 15.8178 24.6237C15.8228 24.5288 15.9064 24.4558 15.9989 24.4608C16.0944 24.4657 16.1675 24.5469 16.1625 24.6419C16.16 24.6949 16.1406 25.1802 16.2705 25.8384C16.2749 25.8465 16.2786 25.8552 16.2818 25.8646C16.288 25.8852 16.2899 25.9058 16.2886 25.9258C16.5334 27.0711 17.2335 28.6848 19.2162 29.4898C21.8341 30.5526 23.7382 29.561 24.3645 29.1482C23.9648 28.9196 23.2361 28.3563 22.8408 27.1448C22.7746 26.9438 22.7162 26.734 22.6599 26.5309L22.6565 26.5191L22.6564 26.5186C22.2412 25.0274 21.8119 23.4858 18.2127 22.6073C18.1202 22.5848 18.0634 22.4911 18.0859 22.3987C18.1084 22.3063 18.2021 22.2488 18.2945 22.2719C18.6011 22.3469 19.4854 22.6254 19.4854 22.6254C22.1982 23.5946 22.6166 25.0896 22.9888 26.4266Z\" stroke=\"white\" stroke-width=\"0.249796\"/>\\n<g clip-path=\"url(#clip1_2383_43377)\">\\n<path d=\"M22.1065 17.5208C22.4256 17.4989 22.6548 17.0549 22.6186 16.5285C22.5824 16.0027 22.2945 15.5936 21.976 15.6155C21.6569 15.6373 21.4277 16.0813 21.4639 16.6077C21.5001 17.1336 21.788 17.5427 22.1065 17.5208Z\" fill=\"black\"/>\\n<path d=\"M31.7917 14.2547C32.1489 12.1739 31.6169 10.0837 30.2792 8.34951C28.6905 6.28932 26.1276 5.00225 23.2487 4.81865C20.5546 4.64754 17.9586 5.60238 15.9365 7.50833C14.0294 9.30623 12.7679 11.7736 12.3844 14.4564C11.6769 19.4099 12.6748 24.437 13.1363 26.3686C13.4367 27.6257 13.0976 29.323 12.1309 29.7489C11.5982 29.9837 11.0468 29.9737 10.6921 29.7233C10.4342 29.541 10.3061 29.2481 10.3318 28.899C10.3617 28.4931 10.531 28.2077 10.7458 27.8467C11.0224 27.3815 11.3665 26.802 11.5358 25.741C11.7456 24.4295 11.1973 23.489 10.852 23.0457C10.7614 22.9289 10.6159 22.8758 10.4723 22.9076C10.3249 22.9401 10.2118 23.0525 10.1769 23.2012C9.98641 24.0167 9.0734 24.467 8.19038 24.9029C7.49469 25.2464 6.83773 25.5705 6.49301 26.0719C5.85605 26.9987 6.12271 28.2452 6.34315 28.9002C5.77549 28.7017 4.70075 28.4719 3.76027 29.0982C3.28503 29.4148 2.95967 29.8732 2.64493 30.3172C2.14471 31.0223 1.67197 31.688 0.626575 31.8809C0.475448 31.909 0.354922 32.012 0.30309 32.1569C0.250633 32.3037 0.279362 32.463 0.379904 32.5816C0.875124 33.1668 2.02731 34.1215 4.17618 33.9367C6.38999 33.7469 7.33108 32.4424 7.66768 31.786C8.26407 33.3429 10.6609 37.8547 18.3489 37.9953C18.4308 37.9965 18.5119 37.9978 18.5925 37.9978C23.0539 37.9978 25.8578 35.7315 27.4321 33.8105C28.2277 32.8401 28.8872 31.736 29.3937 30.5719C29.6141 30.6194 30.0569 30.6975 30.6027 30.6975C31.3052 30.6975 32.1764 30.5689 32.957 30.0812C33.8962 29.4941 34.5026 28.5106 34.7587 27.1579C34.7861 27.013 34.7312 26.8669 34.6144 26.7764C34.4982 26.6858 34.3427 26.6683 34.2085 26.7308C33.89 26.8794 33.5484 26.8906 33.1949 26.7639C32.9039 26.6602 32.6791 26.5078 32.4412 26.3467C31.9791 26.0338 31.5013 25.7116 30.5527 25.7466C30.5964 24.8554 30.5402 23.9849 30.3766 23.1637C30.5334 23.1318 30.6932 23.0962 30.855 23.0557C33.0338 22.5111 34.5557 21.3901 35.2564 19.8133C36.0145 18.1078 35.5468 16.8688 35.0209 16.1294C34.3321 15.159 33.1493 14.4939 31.7917 14.2547ZM32.2482 26.6309C32.4936 26.797 32.7478 26.9687 33.0794 27.0874C33.6308 27.2841 34.0773 27.171 34.3552 27.0418C34.3771 27.0318 34.3933 27.0393 34.4033 27.0468C34.4133 27.0549 34.4246 27.0686 34.4202 27.0917C34.1829 28.3451 33.6302 29.2512 32.7772 29.7852C31.565 30.5433 30.0612 30.3472 29.5317 30.2448C30.0806 28.8946 30.4241 27.4733 30.5315 26.0907C31.3908 26.0513 31.8086 26.3336 32.2482 26.6309ZM34.941 19.6709C33.3498 23.2517 27.8356 23.0613 27.7794 23.0594C27.6851 23.0544 27.6039 23.1293 27.5995 23.2243C27.5951 23.3192 27.6695 23.3997 27.7644 23.4041C27.7775 23.4047 27.8581 23.4079 27.9929 23.4079C28.3576 23.4079 29.1214 23.3841 30.0369 23.2255C30.2043 24.0642 30.2561 24.9554 30.2005 25.8677C30.1918 25.8915 30.1868 25.9171 30.1893 25.9433C30.1899 25.9527 30.1924 25.9608 30.1943 25.9695C30.095 27.4021 29.7334 28.8809 29.1451 30.2773C29.1364 30.2916 29.1283 30.3066 29.1239 30.3235C29.1233 30.3253 29.1233 30.3272 29.1226 30.3291C28.6231 31.5019 27.9642 32.6147 27.1649 33.5902C25.6105 35.4867 22.8259 37.7287 18.3552 37.6487C10.7039 37.5088 8.45828 32.9532 7.95245 31.56C7.91123 31.4469 7.80756 31.3701 7.68704 31.3645C7.56838 31.3607 7.4566 31.4257 7.40539 31.535C7.14436 32.0914 6.30444 33.4066 4.14682 33.5914C2.15096 33.7625 1.09557 32.8914 0.644062 32.3574C0.614711 32.3225 0.623454 32.2856 0.62845 32.2719C0.63407 32.2556 0.650306 32.2262 0.689649 32.2194C1.87243 32.0014 2.40825 31.2464 2.92657 30.5164C3.23694 30.0792 3.52983 29.6665 3.95198 29.3849C4.77569 28.8359 5.74115 29.052 6.24324 29.23C6.36376 29.2724 6.49551 29.2437 6.58731 29.1538C6.67911 29.0639 6.71158 28.9321 6.67099 28.8103C6.47241 28.2071 6.222 27.0742 6.77778 26.2668C7.07192 25.839 7.68954 25.5343 8.34338 25.2114C9.29822 24.7405 10.2855 24.2528 10.5135 23.2786C10.5191 23.2536 10.5366 23.2461 10.5466 23.2442C10.5672 23.2399 10.5759 23.2517 10.5797 23.2574C10.8907 23.657 11.384 24.5038 11.1948 25.686C11.0356 26.6814 10.7239 27.2066 10.4485 27.67C10.2206 28.0541 10.0233 28.3863 9.98703 28.8734C9.95206 29.348 10.1313 29.7502 10.4922 30.005C10.9525 30.3297 11.617 30.3522 12.2695 30.0643C13.4086 29.5622 13.8108 27.7062 13.4717 26.2874C13.0146 24.3752 12.026 19.3986 12.7254 14.5039C13.0976 11.8985 14.3216 9.50295 16.1726 7.75875C18.1248 5.91901 20.6296 4.99726 23.2262 5.16275C26.0058 5.3401 28.4769 6.57784 30.005 8.55997C31.284 10.2186 31.793 12.217 31.4495 14.2041C31.013 14.1517 30.5627 14.1398 30.1068 14.1779C29.4755 14.231 28.9034 14.3159 28.3501 14.3977C27.0081 14.5963 25.9484 14.7531 24.9354 14.329C24.8474 14.2922 24.7462 14.334 24.7094 14.4215C24.6725 14.5095 24.7137 14.6107 24.8018 14.6475C25.9034 15.1084 27.0606 14.9373 28.4007 14.7393C28.9484 14.6581 29.5154 14.5745 30.1362 14.522C30.6158 14.4814 31.0898 14.497 31.5444 14.562C31.5494 14.5632 31.5538 14.5657 31.5594 14.5663C31.5675 14.5676 31.5756 14.5682 31.5838 14.5682C32.9152 14.7674 34.078 15.3969 34.7399 16.3274C34.901 16.5541 35.0266 16.792 35.119 17.0393C35.1196 17.1211 35.0615 17.9261 32.829 18.698C29.3649 19.8957 25.1821 18.8279 25.1403 18.8172C25.0485 18.7935 24.9535 18.8485 24.9298 18.9409C24.9055 19.0333 24.961 19.1276 25.0535 19.1513C25.0809 19.1588 26.8464 19.6097 29.0496 19.6097C30.2861 19.6097 31.6606 19.4673 32.942 19.0246C34.3734 18.53 34.9985 18.0042 35.2676 17.6064C35.37 18.2515 35.2626 18.9478 34.941 19.6709Z\" fill=\"black\"/>\\n<path d=\"M22.9883 26.4266C23.0476 26.639 23.1038 26.8394 23.1681 27.0374C23.6671 28.5655 24.7437 28.9502 24.755 28.9558L25.0391 29.0533L24.8118 29.25C24.7949 29.2643 23.5509 30.3116 21.5345 30.3116C20.8107 30.3116 19.9876 30.1767 19.0858 29.8108C17.0594 28.9877 16.2863 27.3409 15.9927 26.1225C15.9059 26.1381 15.8216 26.1463 15.7411 26.1463C15.1872 26.1463 14.7837 25.8072 14.6257 25.5867C14.5702 25.5086 14.5883 25.4012 14.6657 25.3457C14.7431 25.2901 14.8506 25.3076 14.9061 25.385C14.9236 25.4087 15.2889 25.8946 15.9209 25.784C15.7967 25.1133 15.8166 24.6369 15.8173 24.6237C15.8223 24.5288 15.9059 24.4558 15.9984 24.4608C16.0939 24.4658 16.167 24.5469 16.162 24.6419C16.1595 24.6949 16.1401 25.1802 16.27 25.8384C16.2744 25.8465 16.2781 25.8552 16.2813 25.8646C16.2875 25.8852 16.2894 25.9058 16.2881 25.9258C16.5329 27.0711 17.233 28.6848 19.2157 29.4898C21.8336 30.5527 23.7377 29.561 24.364 29.1482C23.9644 28.9196 23.2356 28.3563 22.8403 27.1448C22.7741 26.9438 22.7158 26.734 22.6594 26.5309L22.6561 26.5191L22.6559 26.5186C22.2407 25.0274 21.8114 23.4858 18.2122 22.6073C18.1198 22.5848 18.0629 22.4911 18.0854 22.3987C18.1079 22.3063 18.2016 22.2488 18.294 22.2719C18.6006 22.3469 19.4849 22.6254 19.4849 22.6254C22.1977 23.5946 22.6161 25.0896 22.9883 26.4266Z\" fill=\"black\"/>\\n<path d=\"M22.1065 17.5208C22.4256 17.4989 22.6548 17.0549 22.6186 16.5285C22.5824 16.0027 22.2945 15.5936 21.976 15.6155C21.6569 15.6373 21.4277 16.0813 21.4639 16.6077C21.5001 17.1336 21.788 17.5427 22.1065 17.5208Z\" stroke=\"black\" stroke-width=\"0.505202\"/>\\n<path d=\"M31.7917 14.2547C32.1489 12.1739 31.6169 10.0837 30.2792 8.34951C28.6905 6.28932 26.1276 5.00225 23.2487 4.81865C20.5546 4.64754 17.9586 5.60238 15.9365 7.50833C14.0294 9.30623 12.7679 11.7736 12.3844 14.4564C11.6769 19.4099 12.6748 24.437 13.1363 26.3686C13.4367 27.6257 13.0976 29.323 12.1309 29.7489C11.5982 29.9837 11.0468 29.9737 10.6921 29.7233C10.4342 29.541 10.3061 29.2481 10.3318 28.899C10.3617 28.4931 10.531 28.2077 10.7458 27.8467C11.0224 27.3815 11.3665 26.802 11.5358 25.741C11.7456 24.4295 11.1973 23.489 10.852 23.0457C10.7614 22.9289 10.6159 22.8758 10.4723 22.9076C10.3249 22.9401 10.2118 23.0525 10.1769 23.2012C9.98641 24.0167 9.0734 24.467 8.19038 24.9029C7.49469 25.2464 6.83773 25.5705 6.49301 26.0719C5.85605 26.9987 6.12271 28.2452 6.34315 28.9002C5.77549 28.7017 4.70075 28.4719 3.76027 29.0982C3.28503 29.4148 2.95967 29.8732 2.64493 30.3172C2.14471 31.0223 1.67197 31.688 0.626575 31.8809C0.475448 31.909 0.354922 32.012 0.30309 32.1569C0.250633 32.3037 0.279362 32.463 0.379904 32.5816C0.875124 33.1668 2.02731 34.1215 4.17618 33.9367C6.38999 33.7469 7.33108 32.4424 7.66768 31.786C8.26407 33.3429 10.6609 37.8547 18.3489 37.9953C18.4308 37.9965 18.5119 37.9978 18.5925 37.9978C23.0539 37.9978 25.8578 35.7315 27.4321 33.8105C28.2277 32.8401 28.8872 31.736 29.3937 30.5719C29.6141 30.6194 30.0569 30.6975 30.6027 30.6975C31.3052 30.6975 32.1764 30.5689 32.957 30.0812C33.8962 29.4941 34.5026 28.5106 34.7587 27.1579C34.7861 27.013 34.7312 26.8669 34.6144 26.7764C34.4982 26.6858 34.3427 26.6683 34.2085 26.7308C33.89 26.8794 33.5484 26.8906 33.1949 26.7639C32.9039 26.6602 32.6791 26.5078 32.4412 26.3467C31.9791 26.0338 31.5013 25.7116 30.5527 25.7466C30.5964 24.8554 30.5402 23.9849 30.3766 23.1637C30.5334 23.1318 30.6932 23.0962 30.855 23.0557C33.0338 22.5111 34.5557 21.3901 35.2564 19.8133C36.0145 18.1078 35.5468 16.8688 35.0209 16.1294C34.3321 15.159 33.1493 14.4939 31.7917 14.2547ZM32.2482 26.6309C32.4936 26.797 32.7478 26.9687 33.0794 27.0874C33.6308 27.2841 34.0773 27.171 34.3552 27.0418C34.3771 27.0318 34.3933 27.0393 34.4033 27.0468C34.4133 27.0549 34.4246 27.0686 34.4202 27.0917C34.1829 28.3451 33.6302 29.2512 32.7772 29.7852C31.565 30.5433 30.0612 30.3472 29.5317 30.2448C30.0806 28.8946 30.4241 27.4733 30.5315 26.0907C31.3908 26.0513 31.8086 26.3336 32.2482 26.6309ZM34.941 19.6709C33.3498 23.2517 27.8356 23.0613 27.7794 23.0594C27.6851 23.0544 27.6039 23.1293 27.5995 23.2243C27.5951 23.3192 27.6695 23.3997 27.7644 23.4041C27.7775 23.4047 27.8581 23.4079 27.9929 23.4079C28.3576 23.4079 29.1214 23.3841 30.0369 23.2255C30.2043 24.0642 30.2561 24.9554 30.2005 25.8677C30.1918 25.8915 30.1868 25.9171 30.1893 25.9433C30.1899 25.9527 30.1924 25.9608 30.1943 25.9695C30.095 27.4021 29.7334 28.8809 29.1451 30.2773C29.1364 30.2916 29.1283 30.3066 29.1239 30.3235C29.1233 30.3253 29.1233 30.3272 29.1226 30.3291C28.6231 31.5019 27.9642 32.6147 27.1649 33.5902C25.6105 35.4867 22.8259 37.7287 18.3552 37.6487C10.7039 37.5088 8.45828 32.9532 7.95245 31.56C7.91123 31.4469 7.80756 31.3701 7.68704 31.3645C7.56838 31.3607 7.4566 31.4257 7.40539 31.535C7.14436 32.0914 6.30444 33.4066 4.14682 33.5914C2.15096 33.7625 1.09557 32.8914 0.644062 32.3574C0.614711 32.3225 0.623454 32.2856 0.62845 32.2719C0.63407 32.2556 0.650306 32.2262 0.689649 32.2194C1.87243 32.0014 2.40825 31.2464 2.92657 30.5164C3.23694 30.0792 3.52983 29.6665 3.95198 29.3849C4.77569 28.8359 5.74115 29.052 6.24324 29.23C6.36376 29.2724 6.49551 29.2437 6.58731 29.1538C6.67911 29.0639 6.71158 28.9321 6.67099 28.8103C6.47241 28.2071 6.222 27.0742 6.77778 26.2668C7.07192 25.839 7.68954 25.5343 8.34338 25.2114C9.29822 24.7405 10.2855 24.2528 10.5135 23.2786C10.5191 23.2536 10.5366 23.2461 10.5466 23.2442C10.5672 23.2399 10.5759 23.2517 10.5797 23.2574C10.8907 23.657 11.384 24.5038 11.1948 25.686C11.0356 26.6814 10.7239 27.2066 10.4485 27.67C10.2206 28.0541 10.0233 28.3863 9.98703 28.8734C9.95206 29.348 10.1313 29.7502 10.4922 30.005C10.9525 30.3297 11.617 30.3522 12.2695 30.0643C13.4086 29.5622 13.8108 27.7062 13.4717 26.2874C13.0146 24.3752 12.026 19.3986 12.7254 14.5039C13.0976 11.8985 14.3216 9.50295 16.1726 7.75875C18.1248 5.91901 20.6296 4.99726 23.2262 5.16275C26.0058 5.3401 28.4769 6.57784 30.005 8.55997C31.284 10.2186 31.793 12.217 31.4495 14.2041C31.013 14.1517 30.5627 14.1398 30.1068 14.1779C29.4755 14.231 28.9034 14.3159 28.3501 14.3977C27.0081 14.5963 25.9484 14.7531 24.9354 14.329C24.8474 14.2922 24.7462 14.334 24.7094 14.4215C24.6725 14.5095 24.7137 14.6107 24.8018 14.6475C25.9034 15.1084 27.0606 14.9373 28.4007 14.7393C28.9484 14.6581 29.5154 14.5745 30.1362 14.522C30.6158 14.4814 31.0898 14.497 31.5444 14.562C31.5494 14.5632 31.5538 14.5657 31.5594 14.5663C31.5675 14.5676 31.5756 14.5682 31.5838 14.5682C32.9152 14.7674 34.078 15.3969 34.7399 16.3274C34.901 16.5541 35.0266 16.792 35.119 17.0393C35.1196 17.1211 35.0615 17.9261 32.829 18.698C29.3649 19.8957 25.1821 18.8279 25.1403 18.8172C25.0485 18.7935 24.9535 18.8485 24.9298 18.9409C24.9055 19.0333 24.961 19.1276 25.0535 19.1513C25.0809 19.1588 26.8464 19.6097 29.0496 19.6097C30.2861 19.6097 31.6606 19.4673 32.942 19.0246C34.3734 18.53 34.9985 18.0042 35.2676 17.6064C35.37 18.2515 35.2626 18.9478 34.941 19.6709Z\" stroke=\"black\" stroke-width=\"0.505202\"/>\\n<path d=\"M22.9883 26.4266C23.0476 26.639 23.1038 26.8394 23.1681 27.0374C23.6671 28.5655 24.7437 28.9502 24.755 28.9558L25.0391 29.0533L24.8118 29.25C24.7949 29.2643 23.5509 30.3116 21.5345 30.3116C20.8107 30.3116 19.9876 30.1767 19.0858 29.8108C17.0594 28.9877 16.2863 27.3409 15.9927 26.1225C15.9059 26.1381 15.8216 26.1463 15.7411 26.1463C15.1872 26.1463 14.7837 25.8072 14.6257 25.5867C14.5702 25.5086 14.5883 25.4012 14.6657 25.3457C14.7431 25.2901 14.8506 25.3076 14.9061 25.385C14.9236 25.4087 15.2889 25.8946 15.9209 25.784C15.7967 25.1133 15.8166 24.6369 15.8173 24.6237C15.8223 24.5288 15.9059 24.4558 15.9984 24.4608C16.0939 24.4658 16.167 24.5469 16.162 24.6419C16.1595 24.6949 16.1401 25.1802 16.27 25.8384C16.2744 25.8465 16.2781 25.8552 16.2813 25.8646C16.2875 25.8852 16.2894 25.9058 16.2881 25.9258C16.5329 27.0711 17.233 28.6848 19.2157 29.4898C21.8336 30.5527 23.7377 29.561 24.364 29.1482C23.9644 28.9196 23.2356 28.3563 22.8403 27.1448C22.7741 26.9438 22.7158 26.734 22.6594 26.5309L22.6561 26.5191L22.6559 26.5186C22.2407 25.0274 21.8114 23.4858 18.2122 22.6073C18.1198 22.5848 18.0629 22.4911 18.0854 22.3987C18.1079 22.3063 18.2016 22.2488 18.294 22.2719C18.6006 22.3469 19.4849 22.6254 19.4849 22.6254C22.1977 23.5946 22.6161 25.0896 22.9883 26.4266Z\" stroke=\"black\" stroke-width=\"0.505202\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2383_43377\">\\n<rect width=\"36.0859\" height=\"34.3538\" fill=\"white\" transform=\"translate(-0.288574 4.14282)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_2383_43377\">\\n<rect width=\"35.7972\" height=\"34.6424\" fill=\"white\" transform=\"translate(0 4.14282)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Beluga Score\"})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Beluga Score\"})}),className:\"framer-ye4kwt\",\"data-framer-name\":\"Beluga Rating\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"83 Points\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"83 Points\"})}),className:\"framer-17irsmb\",\"data-framer-name\":\"83 Points\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t3sw8q\",\"data-framer-name\":\"Frame 427321015\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t1r4ht\",\"data-border\":true,\"data-framer-name\":\"Table\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r9d0ua\",\"data-framer-name\":\"Body\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1my17hh\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i3a8nn\",\"data-border\":true,\"data-framer-name\":\"Table Header Cell\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(107, 114, 128)\"},children:\"NAME\"})}),className:\"framer-x2fz9o\",\"data-framer-name\":\"NAME\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pd0gv1\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Mission\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Mission\"})}),className:\"framer-tgertk\",\"data-framer-name\":\"Mission\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dnde4w-container\",isModuleExternal:true,nodeId:\"RPJYg3_5U\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"RPJYg3_5U\",layoutId:\"RPJYg3_5U\",style:{height:\"100%\",width:\"100%\"},variant:\"XfBFpS2x5\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-byt9p0\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Funding\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Funding\"})}),className:\"framer-34ueyx\",\"data-framer-name\":\"Funding\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7f2zjv-container\",isModuleExternal:true,nodeId:\"x3LQjYd8O\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"x3LQjYd8O\",layoutId:\"x3LQjYd8O\",style:{height:\"100%\",width:\"100%\"},variant:\"Rxgcja1XE\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vdlzvr\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Management\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Management\"})}),className:\"framer-zkyz0h\",\"data-framer-name\":\"Management\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n0lf2q-container\",isModuleExternal:true,nodeId:\"DbQ6NJjoK\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"DbQ6NJjoK\",layoutId:\"DbQ6NJjoK\",style:{height:\"100%\",width:\"100%\"},variant:\"gM8e1HdQm\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2c4fs\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Ecosystem\"})}),className:\"framer-182pfbj\",\"data-framer-name\":\"Dapps\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w4hnpm-container\",isModuleExternal:true,nodeId:\"plBZLrvon\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"plBZLrvon\",layoutId:\"plBZLrvon\",style:{height:\"100%\",width:\"100%\"},variant:\"uTQpnsWrG\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k8v1ks\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Engagement or Community\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Engagement or Community\"})}),className:\"framer-1tkozmh\",\"data-framer-name\":\"Engagement or Community\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8exn76-container\",isModuleExternal:true,nodeId:\"pwsMAvfrO\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"pwsMAvfrO\",layoutId:\"pwsMAvfrO\",style:{height:\"100%\",width:\"100%\"},variant:\"cUsX16fEc\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l57hrv\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Tokenomics\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Tokenomics\"})}),className:\"framer-dvq0ld\",\"data-framer-name\":\"Tokenomics\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pmjbte-container\",isModuleExternal:true,nodeId:\"GQ4MnVwAn\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"GQ4MnVwAn\",layoutId:\"GQ4MnVwAn\",style:{height:\"100%\",width:\"100%\"},variant:\"s0r30t1R2\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g6cux9\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Technology\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Technology\"})}),className:\"framer-18e3orv\",\"data-framer-name\":\"Technology\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-a1u35t-container\",isModuleExternal:true,nodeId:\"dyFtw65xz\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"dyFtw65xz\",layoutId:\"dyFtw65xz\",style:{height:\"100%\",width:\"100%\"},variant:\"mnctFEoXZ\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qppt5r\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Top Exchange Listings\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Top Exchange Listings\"})}),className:\"framer-z5jl8\",\"data-framer-name\":\"Top Exchange Listings\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o1coek-container\",isModuleExternal:true,nodeId:\"Kqv_roqpm\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"Kqv_roqpm\",layoutId:\"Kqv_roqpm\",style:{height:\"100%\",width:\"100%\"},variant:\"It_hj1WN3\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sq9zo1\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"TAM\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"TAM\"})}),className:\"framer-6q7yv5\",\"data-framer-name\":\"TAM\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11p83ly-container\",isModuleExternal:true,nodeId:\"VejQtDdZZ\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"VejQtDdZZ\",layoutId:\"VejQtDdZZ\",style:{height:\"100%\",width:\"100%\"},variant:\"G8p21Srd5\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-czjgye\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Beluga Sonar\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Beluga Sonar\"})}),className:\"framer-howjrk\",\"data-framer-name\":\"Beluga Sonar\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:16,width:\"16px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rzyvxz-container\",isModuleExternal:true,nodeId:\"o1qUstoJu\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(Tooltip,{height:\"100%\",id:\"o1qUstoJu\",layoutId:\"o1qUstoJu\",style:{height:\"100%\",width:\"100%\"},variant:\"Sdl8UZjVO\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13dc22y\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-o7n3eu\",\"data-border\":true,\"data-framer-name\":\"Table Header Cell\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(107, 114, 128)\"},children:\"ACTION\"})}),className:\"framer-132oi5e\",\"data-framer-name\":\"ACTION\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hd49ir\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19cr90r\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o2hap4\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bc4hg1\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})}),className:\"framer-1cys8a4\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-152cwiq\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-gfwzs2\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jz5960\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2zhn2o\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"9 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"9 pts\"})}),className:\"framer-1fyfa4\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l1fvmo\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jfw7l4\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1glfn8v\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tvsmtj\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"9 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"9 pts\"})}),className:\"framer-nqvc0o\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-iibtwq\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-trc4mz\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ngm38\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16y0ije\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"10 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"10 pts\"})}),className:\"framer-1jkyz70\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hxozap\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1spyndc\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qcge98\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q1skor\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"7 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"7 pts\"})}),className:\"framer-jn97w3\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kbwsxl\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-y2sm12\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nfg24n\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19rviki\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})}),className:\"framer-gylo1v\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7zuvtj\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-uuj4ui\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-v3wtjo\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-e1eczy\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"9 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"9 pts\"})}),className:\"framer-1sbpnm6\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13he3l6\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-guotx4\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18exm6p\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mpguc5\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})}),className:\"framer-but6m7\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i1bl9c\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1urilhq\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1umu0lk\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bd8cr0\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"7 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"7 pts\"})}),className:\"framer-186m1pl\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nl6sl8\",\"data-border\":true,\"data-framer-name\":\"Table Cell\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9snzh9\",\"data-framer-name\":\"Links\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-yhej1l\",\"data-framer-name\":\"_link-small\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-rgk0xi\",\"data-framer-name\":\"Placeholder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(37, 99, 235)\"},children:\"8 pts\"})}),className:\"framer-1q5mrtq\",\"data-framer-name\":\"Link-sm\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o0tncd\",\"data-framer-name\":\"Frame 427321010\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Beluga\u2019s Take\"})}),className:\"framer-1fxcpyn\",\"data-framer-name\":\"Beluga Review\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 85, 105)\"},children:\"Often the biggest question when evaluating a new protocol is the quality of the team and backers, and in this case it doesn't get much better: with Mysten Labs itself behind the development of Walrus, they have access to everything they might need. Additionally, creating Walrus to leverage their own existing technology stack is smart; we've entered an age where developers are drawn to quick vaporware things like memecoins, so one way to guarantee your chain is used to the fullest extent is incubate projects yourself.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 85, 105)\"},children:\"While we haven't seen Walrus operate on mainnet yet, they've already proven demand for their product with a slew of partners planning to migrate their data to the protocol, such as Tusky (formerly using Arweave) and Decrypt Media.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(71, 85, 105)\"},children:\"Blockchain Data Storage isn't necessarily a novel concept, however the same leaders have taken the lion's share of the market for years now. If Walrus can continue to onboard projects, companies and every day users we could see them seize a significant piece of the market. Mainnet is currently scheduled for March 2025 with a native token expected around then as well, so keep an eye on their development as we approach the launch.\"})]}),className:\"framer-iuypn3\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nx4863\",\"data-framer-name\":\"Frame 427320879\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5p7niz\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hz2yse\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-text-color\":\"rgb(31, 41, 55)\"},children:\"Lit is changing the blockchain data storage game.\"})}),className:\"framer-1f5h6gl\",\"data-framer-name\":\"Hemi\u2019s Airdrop \u2013 Here's What You Need to Know\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(71, 85, 105)\"},children:\"Read more about how Mysten Labs plans to leverage the high-performance Sui blockchain to create a better data storage product.\"})}),className:\"framer-1q7vb8i\",\"data-framer-name\":\"Maecenas sollicitudin. Pellentesque arcu. Etiam commodo dui eget wisi. Nulla est. Pellentesque sapien pellente\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ot32q4-container\",nodeId:\"S187PBpcf\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"S187PBpcf\",layoutId:\"S187PBpcf\",S2LgeKbEJ:\"Read More\",variant:\"Buct2Cufa\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:562.5,intrinsicWidth:712.5,pixelHeight:1125,pixelWidth:1425,sizes:\"317px\",src:\"https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png?scale-down-to=512 512w,https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png 1425w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:562.5,intrinsicWidth:712.5,pixelHeight:1125,pixelWidth:1425,sizes:\"521px\",src:\"https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png?scale-down-to=512 512w,https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aDQ5BbBmEI9rlr2HJagOA9MOMds.png 1425w\"},className:\"framer-d69irt\",\"data-framer-name\":\"Image (22)\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pjq68i\",\"data-framer-name\":\"Frame 427320984\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d2ja70\",\"data-framer-name\":\"Frame 427320997\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-k4osrl\",\"data-framer-name\":\"Frame 427320996\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mpwss9\",\"data-framer-name\":\"Frame 427321002\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nul9t0\",\"data-framer-name\":\"Frame 427321003\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"May 2025\"})}),className:\"framer-1p5pbuv\",\"data-framer-name\":\"Heading\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Estimated Token Release date\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lit Network mainnet token are expected to launch in May, but this may be subject to change.\"})]}),className:\"framer-lry5k5\",\"data-framer-name\":\"Heading\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:240.5,intrinsicWidth:756,pixelHeight:481,pixelWidth:1512,sizes:\"1058px\",src:\"https://framerusercontent.com/images/hBu3gGYHbeos2OxTfPowbsqGFEU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/hBu3gGYHbeos2OxTfPowbsqGFEU.png?scale-down-to=512 512w,https://framerusercontent.com/images/hBu3gGYHbeos2OxTfPowbsqGFEU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBu3gGYHbeos2OxTfPowbsqGFEU.png 1512w\"},className:\"framer-uoabdw hidden-17jp03q\",\"data-framer-name\":\"Image (21)\"})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-shf1tw\",\"data-framer-name\":\"Frame 427320958\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vKyw5NpG4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 132, 79)\"},children:\"Tokenomics\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 132, 79)\"},children:\"Tokenomics\"})}),className:\"framer-1t832ry\",\"data-framer-name\":\"Tokenomics\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vjx44q\",\"data-framer-name\":\"Frame 427320959\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vKyw5NpG4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Token Supply & Airdrop Distribution\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciogQm9sZA==\",\"--framer-font-family\":'\"Cooper* Bold\", \"Cooper* Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Token Supply & Airdrop Distribution\"})}),className:\"framer-1wzq5ru\",\"data-framer-name\":\"Plume Tokenomics\",fonts:[\"CUSTOM;Cooper* Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.walrus.xyz/wal-token\",motionChild:true,nodeId:\"ng2rIoPkG\",openInNewTab:true,scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1aqbvv0 framer-ea8wtt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x053gv-container\",nodeId:\"fO_Ue44_S\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"fO_Ue44_S\",layoutId:\"fO_Ue44_S\",S2LgeKbEJ:\"Read More\",variant:\"xUtkvGzHJ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{j7VoBr0cX:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`},r_tSDAKzP:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},vKyw5NpG4:{width:`calc(${componentViewport?.width||\"100vw\"} - 240px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:484,width:\"1408px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-23ak5u-container\",nodeId:\"jIhQOEYCF\",scopeId:\"o7KF401hv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cx670Cf9Q:{variant:\"MWa8_G1Bp\"},j7VoBr0cX:{variant:\"De1wjCHux\"},r_tSDAKzP:{variant:\"lMwvMFiL9\"},vKyw5NpG4:{variant:\"lMwvMFiL9\"}},children:/*#__PURE__*/_jsx(BelugaBrief,{height:\"100%\",id:\"jIhQOEYCF\",layoutId:\"jIhQOEYCF\",style:{width:\"100%\"},variant:\"AZqpraT1u\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hh31u5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVtSXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(30, 41, 59)\"},children:\"Disclaimer: Beluga has a marketing partnership with Lit Protocol\"})}),className:\"framer-1knpcv3\",fonts:[\"Inter-MediumItalic\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QuGMI.framer-ea8wtt, .framer-QuGMI .framer-ea8wtt { display: block; }\",\".framer-QuGMI.framer-jtvwo3 { align-content: center; align-items: center; background-color: #f8fafc; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 152px 32px 152px; position: relative; width: 1440px; }\",\".framer-QuGMI .framer-s6juxw-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-QuGMI .framer-byamo4 { align-content: center; align-items: center; background: linear-gradient(248deg, #f94a14 0%, rgb(255, 107, 68) 45.4954954954955%, rgb(253, 53, 7) 100%); border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; min-height: 444px; overflow: hidden; padding: 40px 80px 40px 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-QuGMI .framer-1jxalvx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 90%; z-index: 1; }\",\".framer-QuGMI .framer-16dddll { aspect-ratio: 1 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 4px 26px 0px rgba(255, 255, 255, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 84px); overflow: visible; position: relative; width: 84px; }\",\".framer-QuGMI .framer-1v4zqjg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-11ksz0w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-zn5d45 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-ykdz0h, .framer-QuGMI .framer-cp0c99, .framer-QuGMI .framer-1jna1b3, .framer-QuGMI .framer-30jc7c, .framer-QuGMI .framer-wsab5t, .framer-QuGMI .framer-iuypn3, .framer-QuGMI .framer-1t832ry { --framer-paragraph-spacing: 28px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-1y6tz9r, .framer-QuGMI .framer-1ns81dp { align-content: center; align-items: center; background-color: #eff6ff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 4px 4px 4px 8px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-QuGMI .framer-1mmrr9j, .framer-QuGMI .framer-hss4ld, .framer-QuGMI .framer-1aw82k0, .framer-QuGMI .framer-9rm5k6, .framer-QuGMI .framer-x2fz9o, .framer-QuGMI .framer-132oi5e { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QuGMI .framer-ne3oed, .framer-QuGMI .framer-p1fdyb { align-content: center; align-items: center; background-color: #2563eb; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-QuGMI .framer-1noh7g0 { aspect-ratio: 0.9432624113475178 / 1; bottom: -651px; flex: none; opacity: 0.11; position: absolute; right: -634px; top: -651px; width: var(--framer-aspect-ratio-supported, 1648px); z-index: 1; }\",\".framer-QuGMI .framer-j9qcc4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-hzrag3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; scroll-margin-top: 70px; width: 1px; }\",\".framer-QuGMI .framer-f1q5fg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-width: 320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QuGMI .framer-4b0yoq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1gix8ii, .framer-QuGMI .framer-kny6yt { --framer-paragraph-spacing: 40px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-14x4zaq { aspect-ratio: 0.94 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 516px); overflow: visible; position: relative; width: 485px; }\",\".framer-QuGMI .framer-q2g533-container, .framer-QuGMI .framer-u13pw3-container, .framer-QuGMI .framer-yn8p09-container, .framer-QuGMI .framer-ot32q4-container, .framer-QuGMI .framer-1x053gv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-QuGMI .framer-d6j0ud, .framer-QuGMI .framer-1nx4863 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; box-shadow: 0px 0.8062101855268702px 0.6449681484214963px 0px rgba(0, 0, 0, 0), 0px 1.9108604964567348px 1.5286883971653882px 0px rgba(0, 0, 0, 0), 0px 3.4856070620706303px 2.7884856496565047px 0px rgba(0, 0, 0, 0), 0px 5.794814743450843px 4.635851794760675px 0px rgba(0, 0, 0, 0), 0px 9.35815330653917px 7.486522645231338px 0px rgba(0, 0, 0, 0), 0px 15.318368451562709px 12.254694761250168px 0px rgba(0, 0, 0, 0.01), 0px 26.37719604641665px 21.101756837133323px 0px rgba(0, 0, 0, 0.01), 0px 48px 38.400000000000006px 0px rgba(0, 0, 0, 0.02); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1djh4bc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-width: 400px; overflow: visible; padding: 24px 0px 0px 24px; position: relative; width: 1px; }\",\".framer-QuGMI .framer-1ba09tw { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-z6mxjw { --border-bottom-width: 1px; --border-color: #aaefc6; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ecfcf2; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; border-top-left-radius: 9999px; border-top-right-radius: 9999px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 12px 4px 10px; position: relative; width: min-content; }\",\".framer-QuGMI .framer-1rb7bj2 { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 8px); overflow: visible; position: relative; width: 8px; }\",\".framer-QuGMI .framer-1bwvdsb { aspect-ratio: 1 / 1; background-color: #17b169; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 1px; position: absolute; top: 1px; width: 6px; }\",\".framer-QuGMI .framer-1rkmpjz { --framer-paragraph-spacing: 14px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QuGMI .framer-gcsux2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 160px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 488px; }\",\".framer-QuGMI .framer-f11wr1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 51px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-QuGMI .framer-rl4ysk { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 379px; justify-content: center; min-width: 400px; overflow: hidden; padding: 12px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QuGMI .framer-1cr1enq-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-QuGMI .framer-ibdrgo { 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: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1a1r1a3 { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1cqjxhr, .framer-QuGMI .framer-vjx44q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-8ojkui, .framer-QuGMI .framer-1q7vb8i, .framer-QuGMI .framer-1p5pbuv, .framer-QuGMI .framer-1wzq5ru { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-1g54k91, .framer-QuGMI .framer-31p7vy, .framer-QuGMI .framer-4nb9pn, .framer-QuGMI .framer-1qgcyhr, .framer-QuGMI .framer-edcwj9, .framer-QuGMI .framer-1l50jfd, .framer-QuGMI .framer-14ewgbs, .framer-QuGMI .framer-lry5k5 { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-yrbvu8 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 56px 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-ug1znp, .framer-QuGMI .framer-11z8hnc, .framer-QuGMI .framer-pwu7m5 { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-vq15nz { aspect-ratio: 0.9642857142857143 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 112px); position: relative; width: 108px; }\",\".framer-QuGMI .framer-tcvd74, .framer-QuGMI .framer-1ji8eur, .framer-QuGMI .framer-1vng6pt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1s32dn1 { aspect-ratio: 0.8378378378378378 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 111px); position: relative; width: 93px; }\",\".framer-QuGMI .framer-1a7j2j0 { aspect-ratio: 1.0178571428571428 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 112px); position: relative; width: 114px; }\",\".framer-QuGMI .framer-13kr989 { --border-bottom-width: 1px; --border-color: #cbd5e1; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px; position: relative; scroll-margin-top: 70px; width: 100%; }\",\".framer-QuGMI .framer-1472qee { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QuGMI .framer-36qvyr { align-content: flex-start; align-items: flex-start; background-color: #2563eb; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-kqym9y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1v337r7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 544px; }\",\".framer-QuGMI .framer-176og81 { flex: none; height: 38px; position: relative; width: 43px; }\",\".framer-QuGMI .framer-ye4kwt, .framer-QuGMI .framer-17irsmb { --framer-paragraph-spacing: 36px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QuGMI .framer-1t3sw8q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1t1r4ht { --border-bottom-width: 1px; --border-color: #e5e7eb; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 504px; }\",\".framer-QuGMI .framer-r9d0ua { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1my17hh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QuGMI .framer-i3a8nn { --border-bottom-width: 1px; --border-color: #e5e7eb; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 40px; justify-content: flex-start; overflow: visible; padding: 12px 20px 12px 20px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-pd0gv1, .framer-QuGMI .framer-byt9p0, .framer-QuGMI .framer-vdlzvr, .framer-QuGMI .framer-1t2c4fs, .framer-QuGMI .framer-1k8v1ks, .framer-QuGMI .framer-1l57hrv, .framer-QuGMI .framer-1g6cux9, .framer-QuGMI .framer-qppt5r, .framer-QuGMI .framer-sq9zo1, .framer-QuGMI .framer-czjgye { --border-bottom-width: 1px; --border-color: #e5e7eb; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 20px 12px 20px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-tgertk, .framer-QuGMI .framer-34ueyx, .framer-QuGMI .framer-zkyz0h, .framer-QuGMI .framer-182pfbj, .framer-QuGMI .framer-1tkozmh, .framer-QuGMI .framer-dvq0ld, .framer-QuGMI .framer-18e3orv, .framer-QuGMI .framer-z5jl8, .framer-QuGMI .framer-6q7yv5, .framer-QuGMI .framer-howjrk, .framer-QuGMI .framer-1cys8a4, .framer-QuGMI .framer-1fyfa4, .framer-QuGMI .framer-nqvc0o, .framer-QuGMI .framer-1jkyz70, .framer-QuGMI .framer-jn97w3, .framer-QuGMI .framer-gylo1v, .framer-QuGMI .framer-1sbpnm6, .framer-QuGMI .framer-but6m7, .framer-QuGMI .framer-186m1pl, .framer-QuGMI .framer-1q5mrtq { --framer-paragraph-spacing: 28px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QuGMI .framer-1dnde4w-container, .framer-QuGMI .framer-pmjbte-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 5; }\",\".framer-QuGMI .framer-7f2zjv-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 9; }\",\".framer-QuGMI .framer-1n0lf2q-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 8; }\",\".framer-QuGMI .framer-1w4hnpm-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 7; }\",\".framer-QuGMI .framer-8exn76-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 6; }\",\".framer-QuGMI .framer-a1u35t-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 4; }\",\".framer-QuGMI .framer-1o1coek-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 3; }\",\".framer-QuGMI .framer-11p83ly-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 2; }\",\".framer-QuGMI .framer-1rzyvxz-container { flex: none; height: 16px; position: relative; width: 16px; z-index: 1; }\",\".framer-QuGMI .framer-13dc22y { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 160px; }\",\".framer-QuGMI .framer-o7n3eu { --border-bottom-width: 1px; --border-color: #e5e7eb; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-end; overflow: visible; padding: 12px 20px 12px 20px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-hd49ir, .framer-QuGMI .framer-152cwiq, .framer-QuGMI .framer-1l1fvmo, .framer-QuGMI .framer-iibtwq, .framer-QuGMI .framer-1hxozap, .framer-QuGMI .framer-1kbwsxl, .framer-QuGMI .framer-7zuvtj, .framer-QuGMI .framer-13he3l6, .framer-QuGMI .framer-1i1bl9c, .framer-QuGMI .framer-1nl6sl8 { --border-bottom-width: 1px; --border-color: #e5e7eb; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 12px 20px 12px 20px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-19cr90r, .framer-QuGMI .framer-gfwzs2, .framer-QuGMI .framer-jfw7l4, .framer-QuGMI .framer-trc4mz, .framer-QuGMI .framer-1spyndc, .framer-QuGMI .framer-y2sm12, .framer-QuGMI .framer-uuj4ui, .framer-QuGMI .framer-guotx4, .framer-QuGMI .framer-1urilhq, .framer-QuGMI .framer-9snzh9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QuGMI .framer-1o2hap4, .framer-QuGMI .framer-1jz5960, .framer-QuGMI .framer-1glfn8v, .framer-QuGMI .framer-15ngm38, .framer-QuGMI .framer-1qcge98, .framer-QuGMI .framer-1nfg24n, .framer-QuGMI .framer-v3wtjo, .framer-QuGMI .framer-18exm6p, .framer-QuGMI .framer-1umu0lk, .framer-QuGMI .framer-yhej1l { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-QuGMI .framer-1bc4hg1, .framer-QuGMI .framer-2zhn2o, .framer-QuGMI .framer-1tvsmtj, .framer-QuGMI .framer-16y0ije, .framer-QuGMI .framer-1q1skor, .framer-QuGMI .framer-19rviki, .framer-QuGMI .framer-e1eczy, .framer-QuGMI .framer-mpguc5, .framer-QuGMI .framer-1bd8cr0, .framer-QuGMI .framer-rgk0xi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QuGMI .framer-o0tncd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QuGMI .framer-1fxcpyn { --framer-paragraph-spacing: 36px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 504px; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-5p7niz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; min-width: 320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QuGMI .framer-1hz2yse, .framer-QuGMI .framer-nul9t0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1f5h6gl { --framer-paragraph-spacing: 36px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QuGMI .framer-d69irt { aspect-ratio: 1.2666666666666666 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 411px); overflow: visible; position: relative; width: 521px; }\",\".framer-QuGMI .framer-pjq68i { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-QuGMI .framer-1d2ja70 { align-content: flex-end; align-items: flex-end; background-color: #fe653d; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-QuGMI .framer-k4osrl { align-content: flex-start; align-items: flex-start; background-color: #fa4c17; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 60%; }\",\".framer-QuGMI .framer-mpwss9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-uoabdw { aspect-ratio: 3.1434511434511436 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 337px); left: -621px; overflow: visible; position: absolute; top: 0px; width: 1058px; z-index: 1; }\",\".framer-QuGMI .framer-shf1tw { align-content: center; align-items: center; background-color: #f8fafc; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 48px 0px; position: relative; width: 100%; }\",\".framer-QuGMI .framer-1aqbvv0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-QuGMI .framer-23ak5u-container { flex: none; height: auto; position: relative; width: 1408px; }\",\".framer-QuGMI .framer-hh31u5 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-QuGMI .framer-1knpcv3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",'.framer-QuGMI[data-border=\"true\"]::after, .framer-QuGMI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1920px) { .framer-QuGMI.framer-jtvwo3 { padding: 120px 240px 32px 240px; width: 1920px; } .framer-QuGMI .framer-rl4ysk { flex: none; width: 585px; }}\",\"@media (min-width: 810px) and (max-width: 1079px) { .framer-QuGMI.framer-jtvwo3 { padding: 120px 20px 32px 20px; width: 810px; } .framer-QuGMI .framer-s6juxw-container { order: 0; } .framer-QuGMI .framer-byamo4 { order: 1; } .framer-QuGMI .framer-j9qcc4 { order: 2; } .framer-QuGMI .framer-q2g533-container { order: 3; } .framer-QuGMI .framer-u13pw3-container { order: 4; } .framer-QuGMI .framer-d6j0ud { order: 6; } .framer-QuGMI .framer-ibdrgo { order: 7; } .framer-QuGMI .framer-yrbvu8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 32px; justify-content: flex-start; } .framer-QuGMI .framer-ug1znp { align-self: unset; flex: 1 0 0px; height: min-content; width: 1px; } .framer-QuGMI .framer-11z8hnc, .framer-QuGMI .framer-pwu7m5 { align-self: stretch; flex: 1 0 0px; height: auto; width: 1px; } .framer-QuGMI .framer-13kr989 { order: 8; } .framer-QuGMI .framer-1v337r7 { flex: 1 0 0px; width: 1px; } .framer-QuGMI .framer-1t3sw8q { flex-direction: column; } .framer-QuGMI .framer-1t1r4ht { width: 100%; } .framer-QuGMI .framer-o0tncd { flex: none; width: 100%; } .framer-QuGMI .framer-1nx4863 { order: 9; } .framer-QuGMI .framer-pjq68i { order: 10; } .framer-QuGMI .framer-uoabdw { height: var(--framer-aspect-ratio-supported, 336px); } .framer-QuGMI .framer-shf1tw { order: 11; } .framer-QuGMI .framer-23ak5u-container { order: 12; width: 100%; } .framer-QuGMI .framer-hh31u5 { order: 13; }}\",\"@media (max-width: 809px) { .framer-QuGMI.framer-jtvwo3 { padding: 120px 16px 32px 16px; width: 390px; } .framer-QuGMI .framer-s6juxw-container { order: 0; } .framer-QuGMI .framer-byamo4 { min-height: unset; order: 1; } .framer-QuGMI .framer-1jxalvx { left: unset; position: relative; top: unset; transform: unset; width: 163%; } .framer-QuGMI .framer-j9qcc4 { order: 2; } .framer-QuGMI .framer-q2g533-container { order: 3; } .framer-QuGMI .framer-u13pw3-container { order: 4; } .framer-QuGMI .framer-d6j0ud { order: 6; padding: 24px; } .framer-QuGMI .framer-1djh4bc { min-width: 320px; padding: 0px; } .framer-QuGMI .framer-rl4ysk { min-width: 320px; } .framer-QuGMI .framer-ibdrgo { order: 7; } .framer-QuGMI .framer-yrbvu8 { grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-QuGMI .framer-13kr989 { order: 8; padding: 16px; } .framer-QuGMI .framer-1472qee { gap: 16px; } .framer-QuGMI .framer-kqym9y { flex-direction: column; gap: 6px; justify-content: flex-start; } .framer-QuGMI .framer-1v337r7 { flex-direction: column; width: 100%; } .framer-QuGMI .framer-1t3sw8q { flex-direction: column; } .framer-QuGMI .framer-1t1r4ht, .framer-QuGMI .framer-1fxcpyn, .framer-QuGMI .framer-k4osrl { width: 100%; } .framer-QuGMI .framer-o0tncd { flex: none; width: 100%; } .framer-QuGMI .framer-1nx4863 { order: 9; } .framer-QuGMI .framer-d69irt { height: var(--framer-aspect-ratio-supported, 250px); width: 317px; } .framer-QuGMI .framer-pjq68i { order: 10; padding: 16px 0px 0px 0px; } .framer-QuGMI .framer-shf1tw { order: 11; } .framer-QuGMI .framer-23ak5u-container { order: 12; width: 100%; } .framer-QuGMI .framer-hh31u5 { order: 13; }}\",\"@media (min-width: 1080px) and (max-width: 1439px) { .framer-QuGMI.framer-jtvwo3 { padding: 120px 120px 32px 120px; width: 1080px; } .framer-QuGMI .framer-s6juxw-container { order: 0; } .framer-QuGMI .framer-byamo4 { height: 574px; min-height: unset; order: 1; } .framer-QuGMI .framer-j9qcc4 { order: 2; } .framer-QuGMI .framer-q2g533-container { order: 3; } .framer-QuGMI .framer-u13pw3-container { order: 4; } .framer-QuGMI .framer-d6j0ud { order: 6; } .framer-QuGMI .framer-ibdrgo { order: 7; } .framer-QuGMI .framer-yrbvu8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 32px; justify-content: flex-start; } .framer-QuGMI .framer-ug1znp { align-self: unset; flex: 1 0 0px; height: min-content; width: 1px; } .framer-QuGMI .framer-11z8hnc, .framer-QuGMI .framer-pwu7m5 { align-self: stretch; flex: 1 0 0px; height: auto; width: 1px; } .framer-QuGMI .framer-13kr989 { order: 8; } .framer-QuGMI .framer-1v337r7 { flex: 1 0 0px; width: 1px; } .framer-QuGMI .framer-1t3sw8q { flex-direction: column; } .framer-QuGMI .framer-1t1r4ht { width: 100%; } .framer-QuGMI .framer-o0tncd { flex: none; width: 100%; } .framer-QuGMI .framer-1nx4863 { order: 9; } .framer-QuGMI .framer-pjq68i { order: 10; } .framer-QuGMI .framer-shf1tw { order: 11; } .framer-QuGMI .framer-23ak5u-container { order: 12; width: 100%; } .framer-QuGMI .framer-hh31u5 { order: 13; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5485.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cx670Cf9Q\":{\"layout\":[\"fixed\",\"auto\"]},\"r_tSDAKzP\":{\"layout\":[\"fixed\",\"auto\"]},\"j7VoBr0cX\":{\"layout\":[\"fixed\",\"auto\"]},\"vKyw5NpG4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"SeyO8G55B\":{\"pattern\":\":SeyO8G55B\",\"name\":\"about\"},\"DJFCoDq6e\":{\"pattern\":\":DJFCoDq6e\",\"name\":\"rating\"}}\n * @framerResponsiveScreen\n */const Framero7KF401hv=withCSS(Component,css,\"framer-QuGMI\");export default Framero7KF401hv;Framero7KF401hv.displayName=\"Walrus\";Framero7KF401hv.defaultProps={height:5485.5,width:1440};addFonts(Framero7KF401hv,[{explicitInter:true,fonts:[{family:\"Cooper* Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/rtB0YckmxVONOeyihsTvjaSU.woff2\"},{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/khkJkwSL66WFg8SX6Wa726c.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/0E7IMbDzcGABpBwwqNEt60wU0w.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/NTJ0nQgIF0gcDelS14zQ9NR9Q.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/QrcNhgEPfRl0LS8qz5Ln8olanl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/JEXmejW8mXOYMtt0hyRg811kHac.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/ksvR4VsLksjpSwnC2fPgHRNMw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/uy9s0iWuxiNnVt8EpTI3gzohpwo.woff2\",weight:\"500\"}]},...BelugaHeaderFonts,...FeaturedArticleFonts,...ArticleListFonts,...PrimaryButtonFonts,...EmbedFonts,...TooltipFonts,...BelugaBriefFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero7KF401hv\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"5485.5\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cx670Cf9Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r_tSDAKzP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j7VoBr0cX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vKyw5NpG4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"SeyO8G55B\\\":{\\\"pattern\\\":\\\":SeyO8G55B\\\",\\\"name\\\":\\\"about\\\"},\\\"DJFCoDq6e\\\":{\\\"pattern\\\":\\\":DJFCoDq6e\\\",\\\"name\\\":\\\"rating\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BelugaHeaderFonts", "getFonts", "IBfEXyRcj_default", "MotionAWithFX", "withFX", "motion", "FeaturedArticleFonts", "FeaturedArticle", "ArticleListFonts", "ArticleList", "PrimaryButtonFonts", "wUGAomg9P_default", "EmbedFonts", "Embed", "MotionDivWithFX", "TooltipFonts", "U0u0HPcUi_default", "BelugaBriefFonts", "AbVq7z7Yq_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "textEffect1", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "transition5", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Image2", "x", "RichText2", "Link", "SVG", "css", "Framero7KF401hv", "withCSS", "o7KF401hv_default", "addFonts", "__FramerMetadata__"]
}
