{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/YI50Dy79BGkpeQkcZIdy/STxzsx6aMsX8e6EAhhYD/Filter.js", "ssg:https://framerusercontent.com/modules/pRJ6HBzMLRlzUL7ggFCY/gRn9qS8wckq88Bmsc5gp/AMA.js", "ssg:https://framerusercontent.com/modules/WZkJ9VBlkNvzYwPNyLjv/vBjnvC6Lx6WqmFLSDJaa/KWOS6aj4c.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";const Button=({selected,children,...props})=>{const style=selected?{background:\"#CF32E5\",border:\"1px solid transparent\",color:\"#FDFDFD\"}:{background:\"transparent\",border:\"1px solid #352610\",color:\"#352610\"};return /*#__PURE__*/_jsx(\"button\",{style:{...buttonStyle,...style},...props,children:children});};const buttonStyle={padding:\"8px 16px\",borderRadius:20,fontFamily:\"Familjen Grotesk\",fontSize:16,cursor:\"pointer\"};/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Filter(props){return /*#__PURE__*/_jsxs(\"div\",{style:{...filterContainerStyle,flexDirection:props.platform===\"phone\"?\"column\":\"row\",alignItems:props.platform===\"phone\"?\"flex-start\":\"center\"},children:[\"Filter by:\",props.options.map(option=>/*#__PURE__*/_jsx(Button,{selected:option.value===props.selected,onClick:option.onClick,children:option.label}))]});}const filterContainerStyle={display:\"flex\",gap:8,alignItems:\"center\",fontSize:16,fontFamily:\"Familjen Grotesk\",alignSelf:\"flex-start\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Filter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Filter.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import Filter from\"https://framerusercontent.com/modules/YI50Dy79BGkpeQkcZIdy/STxzsx6aMsX8e6EAhhYD/Filter.js\";import LinkIcon from\"https://framerusercontent.com/modules/14TL8hrYoZq7ZHeD6MRl/C1IiVKIt6keyRRNBancK/Link_Icon.js\";const Card=({date,title,description,link,show,iconUrl=\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-mic.svg\"})=>{return /*#__PURE__*/_jsxs(\"div\",{style:{...cardContainerStyle,display:show?\"flex\":\"none\"},children:[/*#__PURE__*/_jsx(\"div\",{style:iconContainer,children:/*#__PURE__*/_jsx(\"img\",{src:iconUrl,style:{zIndex:10}})}),/*#__PURE__*/_jsxs(\"div\",{style:cardContentContainerStyle,children:[/*#__PURE__*/_jsx(\"p\",{style:dateStyle,children:date}),/*#__PURE__*/_jsx(\"p\",{style:titleStyle,children:title}),/*#__PURE__*/_jsx(\"p\",{style:descriptionStyle,children:description})]}),/*#__PURE__*/_jsxs(\"a\",{style:linkStyle,href:link,children:[\"Listen Now\",/*#__PURE__*/_jsx(LinkIcon,{})]}),/*#__PURE__*/_jsx(\"style\",{children:`p {margin: 0;}a {\n  color: inherit; \n  text-decoration: none;\n  background-color: transparent; \n}\n\na:hover, a:focus, a:active {\n  color: inherit; \n  text-decoration: none; \n  background-color: transparent; \n}`})]});};const linkStyle={color:\"#CF32E5\",fontSize:16,fontFamily:\"Familjen Grotesk\",display:\"flex\",gap:8,alignItems:\"center\",borderBottom:\"1px solid #CF32E5\",alignSelf:\"flex-start\",margin:0,height:24};const cardContainerStyle={border:\"1px solid #53B7FF\",borderRadius:30,padding:24,gap:24,display:\"flex\",flexDirection:\"column\",fontFamily:\"Familjen Grotesk\"};const cardContentContainerStyle={display:\"flex\",gap:8,flexDirection:\"column\"};const dateStyle={fontFamily:\"Roboto\",fontWeight:600,fontSize:14,color:\"#6B7280\"};const titleStyle={fontWeight:500,fontSize:24,color:\"#352610\"};const descriptionStyle={fontSize:18,color:\"#352610\",lineHeight:\"27px\"};const iconContainer={width:74,height:74,borderRadius:50,backgroundColor:\"rgba(207, 50, 229, 0.1)\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"};/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function AMA(props){const[category,setCategory]=useState(\"all\");const gridTemplateColumns=()=>{if(props.platform===\"phone\")return\"1fr\";if(props.platform===\"tablet\")return\"1fr 1fr\";return\"1fr 1fr 1fr\";};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/_jsx(Filter,{selected:category,platform:props.platform,options:[{label:\"View all\",value:\"all\",onClick:()=>setCategory(\"all\")},{label:\"Partners\",value:\"partners\",onClick:()=>setCategory(\"partners\")},{label:\"0G Team\",value:\"team\",onClick:()=>setCategory(\"team\")},{label:\"Ecosystem\",value:\"ecosystem\",onClick:()=>setCategory(\"ecosystem\")}]}),/*#__PURE__*/_jsxs(\"div\",{style:{...cardsContainer,gridTemplateColumns:gridTemplateColumns()},children:[/*#__PURE__*/_jsx(Card,{date:\"July 16, 2024\",title:\"0G Talks: Consumer Crypto and Onchain Summer\",description:\"Listen in on some exciting news between Blade Games and 0G this summer.\",link:\"https://x.com/BladeGamesHQ/status/1813407289321423150\",show:category===\"all\"||category===\"partners\"}),/*#__PURE__*/_jsx(Card,{date:\"July 2, 2024\",title:\"Exploring AI x Blockchain Use Cases\",description:\"Join us as we discuss about AI and blockchain with Subsquid and Guru Network.\",link:\"https://x.com/subsquid/status/1808161161944137991?s=46&t=qKny7KbachjTaQGl64L4vA\",show:category===\"all\"||category===\"partners\"}),/*#__PURE__*/_jsx(Card,{date:\"June 27, 2024\",title:\"Tokenizing Models and Modular AI with MagnetAI and 0G Labs\",description:\"MagnetAI and 0G explore tokenized, modular AI systems, potentially aiming to create more flexible and composable ML systems.\",link:\"https://x.com/i/spaces/1jMJgmBLBbXKL/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-magnetai.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"June 24, 2024\",title:\"AI x Web3 Social Convergence\",description:\"0G participates in Zo AMA about AI and Web3 social convergence.\",link:\"https://x.com/i/spaces/1PlJQDbrBlYGE/peek\",show:category===\"all\"||category===\"partners\"}),/*#__PURE__*/_jsx(Card,{date:\"June 20, 2024\",title:\"0G & TinTinLand AMA\",description:\"0G participates in TinTinLand AMA to answer questions on what we are building and how you can be on the path to dAGI with us.\",link:\"https://x.com/0G_labs/status/1803956441239458169\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-tintinland.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"June 17, 2024\",title:\"0G & Theoriq AMA\",description:\"0G is excited to announce its partnership with Theoriq the Agentic Base Layer.\",link:\"https://x.com/i/spaces/1lDxLPLjPWvxm/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-theoriq.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"June 6, 2024\",title:\"0G & Ten AMA\",description:\"The partnership between TEN and 0G Labs combines advanced encryption and modular blockchain storage to enable secure, scalable on-chain gaming and private AI applications.\",link:\"https://x.com/i/spaces/1vAxRvwjXMvxl/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-ten.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"May 29, 2024\",title:\"0G & Ora: What is the Future Unlocked\",description:\"0G is working with Ora to advance decentralized on-chain AI with verifiable inference and DA.\",link:\"https://x.com/i/spaces/1BdxYrQerWyKX/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-ora.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"May 28, 2024\",title:\"0G & Hooked: Pioneering Modular AI Chains for Infinite Scalability\",description:\"0G is thrilled to collaborate with Hooked, Web3's top social learning platform.\",link:\"https://x.com/i/spaces/1nAJEaAlpLlJL/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-hooked.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"April 27, 2024\",title:\"0G & Talus: Enhancing Web3 Smart AI Agents and More\",description:\"0G is excited to collaborate with Talus network, the AI Smart Agent Hub, as a decentralized storage provider.\",link:\"https://x.com/i/spaces/1dRKZEOYgZrxB/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-talus.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"April 27, 2024\",title:\"0G & Gevulot Partnership\",description:\"Our collaboration with Gevulot's zkCloud represents a significant stride forward in DAS samplings for ZKPs.\",link:\"https://x.com/i/spaces/1mrxmyvEYagxy/peek\",show:category===\"all\"||category===\"partners\",iconUrl:\"https://0g-website-pictures.s3.us-west-1.amazonaws.com/ama-gevulot.svg\"}),/*#__PURE__*/_jsx(Card,{date:\"April 27, 2024\",title:\"0G Testnet Q&A\",description:\"The 0G founders answered community questions about the Newton Testnet.\",link:\"https://x.com/i/spaces/1nAKEaezPqXKL/peek\",show:category===\"all\"||category===\"team\"}),/*#__PURE__*/_jsx(Card,{date:\"April 2, 2024\",title:\"0G AMA: Post Pre-Seed Fundraising\",description:\"Michael Heinrich, Fan Long, and Ming Wu answer questions about 0G\u2019s record fundraising round.\",link:\"https://x.com/i/spaces/1dRKZEAkBeAxB/peek\",show:category===\"all\"||category===\"team\"})]})]});}const containerStyle={width:\"100%\",display:\"flex\",justifyContent:\"flex-start\",alignItems:\"flex-start\",overflow:\"hidden\",flexDirection:\"column\",gap:24};const cardsContainer={display:\"grid\",gap:32,width:\"100%\"};addPropertyControls(AMA,{platform:{type:ControlType.Enum,title:\"Platform\",options:[\"desktop\",\"tablet\",\"phone\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AMA\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AMA.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import NewFooter from\"#framer/local/canvasComponent/QVooe7qcJ/QVooe7qcJ.js\";import NewFooterPhone from\"#framer/local/canvasComponent/SBXGkMV3L/SBXGkMV3L.js\";import NewHeader from\"#framer/local/canvasComponent/SmH3TqLWr/SmH3TqLWr.js\";import AMA from\"#framer/local/codeFile/GceO6eF/AMA.js\";import metadataProvider from\"#framer/local/webPageMetadata/KWOS6aj4c/KWOS6aj4c.js\";const NewHeaderFonts=getFonts(NewHeader);const AMAFonts=getFonts(AMA);const NewFooterFonts=getFonts(NewFooter);const NewFooterPhoneFonts=getFonts(NewFooterPhone);const breakpoints={f67VqQmVA:\"(max-width: 809px)\",q0N6MdHB6:\"(min-width: 810px) and (max-width: 1199px)\",u1ujBBUsO:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gxMVR\";const variantClassNames={f67VqQmVA:\"framer-v-r50luv\",q0N6MdHB6:\"framer-v-1kfhx1s\",u1ujBBUsO:\"framer-v-wfljpb\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"u1ujBBUsO\",Phone:\"f67VqQmVA\",Tablet:\"q0N6MdHB6\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"u1ujBBUsO\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-gxMVR`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-gxMVR`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"f67VqQmVA\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"f67VqQmVA\")return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"u1ujBBUsO\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-wfljpb\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12z76rg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f67VqQmVA:{variant:\"UxDz19dMi\"},q0N6MdHB6:{variant:\"UxDz19dMi\"}},children:/*#__PURE__*/_jsx(NewHeader,{height:\"100%\",id:\"sbZrj0wAl\",layoutId:\"sbZrj0wAl\",style:{width:\"100%\"},variant:\"b3cBLNbSz\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-apdy8s\",\"data-framer-name\":\"bg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1056,intrinsicWidth:1440,name:\"bg\",svg:'<svg width=\"1440\" height=\"1056\" viewBox=\"0 0 1440 1056\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_15314_2404\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"1440\" height=\"1056\">\\n<rect width=\"1440\" height=\"1056\" fill=\"url(#paint0_linear_15314_2404)\"/>\\n</mask>\\n<g mask=\"url(#mask0_15314_2404)\">\\n<g opacity=\"0.7\" filter=\"url(#filter0_f_15314_2404)\">\\n<path d=\"M2629.02 42.5805C2947.15 -23.0943 2934.6 -138.131 3318.66 -213.696C3951.23 -338.155 3216.17 -869.654 2849.58 -840.6C2186.6 -788.056 1396.18 -44.9383 226.836 -14.8683C-599.6 36.8955 -1739.97 886.831 -1336.8 745.985C-720.188 530.569 -177.74 740.406 482.817 616.887C927.769 533.683 1051 204.685 1725.06 78.6399C2432.53 -53.6524 2386.31 92.6849 2629.02 42.5805Z\" fill=\"url(#paint1_radial_15314_2404)\"/>\\n</g>\\n<g filter=\"url(#filter1_f_15314_2404)\">\\n<path d=\"M1751.06 261.406C1790.02 -59.229 1442.5 -442.018 974.853 -593.577C507.203 -745.136 96.5118 -608.074 57.5488 -287.439C18.5858 33.1954 366.106 415.984 833.756 567.543C1301.41 719.103 1712.1 582.04 1751.06 261.406Z\" fill=\"url(#paint2_linear_15314_2404)\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_15314_2404\" x=\"-1788.69\" y=\"-1209.93\" width=\"5723.34\" height=\"2339.83\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"184.092\" result=\"effect1_foregroundBlur_15314_2404\"/>\\n</filter>\\n<filter id=\"filter1_f_15314_2404\" x=\"-195.432\" y=\"-905.319\" width=\"2199.47\" height=\"1784.6\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"125\" result=\"effect1_foregroundBlur_15314_2404\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_15314_2404\" x1=\"720\" y1=\"405.534\" x2=\"720\" y2=\"1056\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<radialGradient id=\"paint1_radial_15314_2404\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(1364.43 -43.4811) rotate(166.178) scale(3174.5 282.228)\">\\n<stop offset=\"0.0547271\" stop-color=\"#FF1CE6\"/>\\n<stop offset=\"0.316666\" stop-color=\"#FF6270\"/>\\n<stop offset=\"0.741666\" stop-color=\"#FFA18F\"/>\\n<stop offset=\"1\" stop-color=\"#FFD6BF\" stop-opacity=\"0.63\"/>\\n</radialGradient>\\n<linearGradient id=\"paint2_linear_15314_2404\" x1=\"263.671\" y1=\"-120.092\" x2=\"1335.79\" y2=\"-521.048\" gradientUnits=\"userSpaceOnUse\">\\n<stop offset=\"0.310781\" stop-color=\"#FFFBF5\"/>\\n<stop offset=\"0.563925\" stop-color=\"#FFFBF5\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1indnhq\",\"data-framer-name\":\"AMA\",name:\"AMA\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ycljco\",\"data-framer-name\":\"Section Title\",name:\"Section Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v26xqh\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f67VqQmVA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmFtaWxqZW4gR3JvdGVzay01MDA=\",\"--framer-font-family\":'\"Familjen Grotesk\", \"Familjen Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-593d1c7a-a120-41d2-9e5a-b2f0111d41db, rgb(20, 20, 20))\"},children:\"Ask Me Anything\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmFtaWxqZW4gR3JvdGVzay01MDA=\",\"--framer-font-family\":'\"Familjen Grotesk\", \"Familjen Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"88px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-593d1c7a-a120-41d2-9e5a-b2f0111d41db, rgb(20, 20, 20))\"},children:\"Ask Me Anything\"})}),className:\"framer-1ryf18a\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Familjen Grotesk-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmFtaWxqZW4gR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Familjen Grotesk\", \"Familjen Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\" Learn about the latest news at 0G and gain insights into Web3.\"})}),className:\"framer-1sfb52a\",\"data-framer-name\":\"Text\",fonts:[\"GF;Familjen Grotesk-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yqmou2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f67VqQmVA:{platform:\"phone\"},q0N6MdHB6:{platform:\"tablet\"}},children:/*#__PURE__*/_jsx(AMA,{height:\"100%\",id:\"at0lJCzfl\",layoutId:\"at0lJCzfl\",platform:\"desktop\",style:{width:\"100%\"},width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q0N6MdHB6:{y:1088}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:435,width:\"100vw\",y:1232,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pi7wdi-container hidden-r50luv\",children:/*#__PURE__*/_jsx(NewFooter,{height:\"100%\",id:\"ZXZgI6bIy\",layoutId:\"ZXZgI6bIy\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f67VqQmVA:{height:453,width:\"100vw\",y:876}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o6zxf6-container hidden-wfljpb hidden-1kfhx1s\",children:/*#__PURE__*/_jsx(NewFooterPhone,{height:\"100%\",id:\"aWD06M_7E\",layoutId:\"aWD06M_7E\",style:{width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-gxMVR { background: rgba(255, 251, 245, 1); }`,\".framer-gxMVR.framer-6skbrb, .framer-gxMVR .framer-6skbrb { display: block; }\",\".framer-gxMVR.framer-wfljpb { align-content: center; align-items: center; background-color: #fffbf5; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-gxMVR .framer-12z76rg-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-gxMVR .framer-apdy8s { flex: none; height: 1056px; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-gxMVR .framer-1indnhq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 64px 120px 64px; position: relative; width: 100%; z-index: 1; }\",\".framer-gxMVR .framer-1ycljco { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 960px; }\",\".framer-gxMVR .framer-1v26xqh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gxMVR .framer-1ryf18a { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1000px; word-break: break-word; word-wrap: break-word; }\",\".framer-gxMVR .framer-1sfb52a { --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 960px; word-break: break-word; word-wrap: break-word; }\",\".framer-gxMVR .framer-1yqmou2-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-gxMVR .framer-1pi7wdi-container, .framer-gxMVR .framer-o6zxf6-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gxMVR.framer-wfljpb, .framer-gxMVR .framer-1indnhq, .framer-gxMVR .framer-1ycljco, .framer-gxMVR .framer-1v26xqh { gap: 0px; } .framer-gxMVR.framer-wfljpb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gxMVR.framer-wfljpb > :first-child, .framer-gxMVR .framer-1indnhq > :first-child, .framer-gxMVR .framer-1ycljco > :first-child, .framer-gxMVR .framer-1v26xqh > :first-child { margin-top: 0px; } .framer-gxMVR.framer-wfljpb > :last-child, .framer-gxMVR .framer-1indnhq > :last-child, .framer-gxMVR .framer-1ycljco > :last-child, .framer-gxMVR .framer-1v26xqh > :last-child { margin-bottom: 0px; } .framer-gxMVR .framer-1indnhq > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-gxMVR .framer-1ycljco > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gxMVR .framer-1v26xqh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-gxMVR { background: rgba(255, 251, 245, 1); } .framer-gxMVR.framer-wfljpb { width: 810px; } .framer-gxMVR .framer-12z76rg-container { order: 0; } .framer-gxMVR .framer-apdy8s { order: 5; } .framer-gxMVR .framer-1indnhq { order: 2; padding: 48px; z-index: 2; } .framer-gxMVR .framer-1pi7wdi-container { order: 3; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-gxMVR { background: rgba(255, 251, 245, 1); } .framer-gxMVR.framer-wfljpb { width: 375px; } .framer-gxMVR .framer-1indnhq { gap: 40px; padding: 20px 20px 40px 20px; } .framer-gxMVR .framer-1ycljco, .framer-gxMVR .framer-1ryf18a, .framer-gxMVR .framer-1sfb52a { width: 100%; } .framer-gxMVR .framer-1v26xqh { gap: 8px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gxMVR .framer-1indnhq, .framer-gxMVR .framer-1v26xqh { gap: 0px; } .framer-gxMVR .framer-1indnhq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gxMVR .framer-1indnhq > :first-child, .framer-gxMVR .framer-1v26xqh > :first-child { margin-top: 0px; } .framer-gxMVR .framer-1indnhq > :last-child, .framer-gxMVR .framer-1v26xqh > :last-child { margin-bottom: 0px; } .framer-gxMVR .framer-1v26xqh > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3122.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"q0N6MdHB6\":{\"layout\":[\"fixed\",\"auto\"]},\"f67VqQmVA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerKWOS6aj4c=withCSS(Component,css,\"framer-gxMVR\");export default FramerKWOS6aj4c;FramerKWOS6aj4c.displayName=\"Page\";FramerKWOS6aj4c.defaultProps={height:3122.5,width:1200};addFonts(FramerKWOS6aj4c,[{explicitInter:true,fonts:[{family:\"Familjen Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSzoc1jcEYq2.woff2\",weight:\"500\"},{family:\"Familjen Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSzoc1jcEYq2.woff2\",weight:\"400\"}]},...NewHeaderFonts,...AMAFonts,...NewFooterFonts,...NewFooterPhoneFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKWOS6aj4c\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q0N6MdHB6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f67VqQmVA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"3122.5\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "8oBAAyD,IAAMA,GAAO,CAAC,CAAC,SAAAC,EAAS,SAAAC,EAAS,GAAGC,CAAK,IAA0LC,EAAK,SAAS,CAAC,MAAM,CAAC,GAAGC,GAAY,GAA9MJ,EAAS,CAAC,WAAW,UAAU,OAAO,wBAAwB,MAAM,SAAS,EAAE,CAAC,WAAW,cAAc,OAAO,oBAAoB,MAAM,SAAS,CAAmE,EAAE,GAAGE,EAAM,SAASD,CAAQ,CAAC,EAAUG,GAAY,CAAC,QAAQ,WAAW,aAAa,GAAG,WAAW,mBAAmB,SAAS,GAAG,OAAO,SAAS,EAMxc,SAARC,EAAwBH,EAAM,CAAC,OAAoBI,EAAM,MAAM,CAAC,MAAM,CAAC,GAAGC,GAAqB,cAAcL,EAAM,WAAW,QAAQ,SAAS,MAAM,WAAWA,EAAM,WAAW,QAAQ,aAAa,QAAQ,EAAE,SAAS,CAAC,aAAaA,EAAM,QAAQ,IAAIM,GAAqBL,EAAKJ,GAAO,CAAC,SAASS,EAAO,QAAQN,EAAM,SAAS,QAAQM,EAAO,QAAQ,SAASA,EAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,IAAMD,GAAqB,CAAC,QAAQ,OAAO,IAAI,EAAE,WAAW,SAAS,SAAS,GAAG,WAAW,mBAAmB,UAAU,YAAY,ECN3J,IAAME,EAAK,CAAC,CAAC,KAAAC,EAAK,MAAAC,EAAM,YAAAC,EAAY,KAAAC,EAAK,KAAAC,EAAK,QAAAC,EAAQ,oEAAoE,IAAyBC,EAAM,MAAM,CAAC,MAAM,CAAC,GAAGC,GAAmB,QAAQH,EAAK,OAAO,MAAM,EAAE,SAAS,CAAcI,EAAK,MAAM,CAAC,MAAMC,GAAc,SAAsBD,EAAK,MAAM,CAAC,IAAIH,EAAQ,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,EAAeC,EAAM,MAAM,CAAC,MAAMI,GAA0B,SAAS,CAAcF,EAAK,IAAI,CAAC,MAAMG,GAAU,SAASX,CAAI,CAAC,EAAeQ,EAAK,IAAI,CAAC,MAAMI,GAAW,SAASX,CAAK,CAAC,EAAeO,EAAK,IAAI,CAAC,MAAMK,GAAiB,SAASX,CAAW,CAAC,CAAC,CAAC,CAAC,EAAeI,EAAM,IAAI,CAAC,MAAMQ,GAAU,KAAKX,EAAK,SAAS,CAAC,aAA0BK,EAAKO,EAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeP,EAAK,QAAQ,CAAC,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUvkC,CAAC,CAAC,CAAC,CAAC,EAAUM,GAAU,CAAC,MAAM,UAAU,SAAS,GAAG,WAAW,mBAAmB,QAAQ,OAAO,IAAI,EAAE,WAAW,SAAS,aAAa,oBAAoB,UAAU,aAAa,OAAO,EAAE,OAAO,EAAE,EAAQP,GAAmB,CAAC,OAAO,oBAAoB,aAAa,GAAG,QAAQ,GAAG,IAAI,GAAG,QAAQ,OAAO,cAAc,SAAS,WAAW,kBAAkB,EAAQG,GAA0B,CAAC,QAAQ,OAAO,IAAI,EAAE,cAAc,QAAQ,EAAQC,GAAU,CAAC,WAAW,SAAS,WAAW,IAAI,SAAS,GAAG,MAAM,SAAS,EAAQC,GAAW,CAAC,WAAW,IAAI,SAAS,GAAG,MAAM,SAAS,EAAQC,GAAiB,CAAC,SAAS,GAAG,MAAM,UAAU,WAAW,MAAM,EAAQJ,GAAc,CAAC,MAAM,GAAG,OAAO,GAAG,aAAa,GAAG,gBAAgB,0BAA0B,QAAQ,OAAO,WAAW,SAAS,eAAe,QAAQ,EAGpxB,SAARO,EAAqBC,EAAM,CAAC,GAAK,CAACC,EAASC,CAAW,EAAEC,EAAS,KAAK,EAAQC,EAAoB,IAAQJ,EAAM,WAAW,QAAc,MAASA,EAAM,WAAW,SAAe,UAAgB,cAAgB,OAAoBX,EAAM,MAAM,CAAC,MAAMgB,GAAe,SAAS,CAAcd,EAAKe,EAAO,CAAC,SAASL,EAAS,SAASD,EAAM,SAAS,QAAQ,CAAC,CAAC,MAAM,WAAW,MAAM,MAAM,QAAQ,IAAIE,EAAY,KAAK,CAAC,EAAE,CAAC,MAAM,WAAW,MAAM,WAAW,QAAQ,IAAIA,EAAY,UAAU,CAAC,EAAE,CAAC,MAAM,UAAU,MAAM,OAAO,QAAQ,IAAIA,EAAY,MAAM,CAAC,EAAE,CAAC,MAAM,YAAY,MAAM,YAAY,QAAQ,IAAIA,EAAY,WAAW,CAAC,CAAC,CAAC,CAAC,EAAeb,EAAM,MAAM,CAAC,MAAM,CAAC,GAAGkB,GAAe,oBAAoBH,EAAoB,CAAC,EAAE,SAAS,CAAcb,EAAKT,EAAK,CAAC,KAAK,gBAAgB,MAAM,+CAA+C,YAAY,0EAA0E,KAAK,wDAAwD,KAAKmB,IAAW,OAAOA,IAAW,UAAU,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,eAAe,MAAM,sCAAsC,YAAY,gFAAgF,KAAK,kFAAkF,KAAKmB,IAAW,OAAOA,IAAW,UAAU,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,gBAAgB,MAAM,6DAA6D,YAAY,+HAA+H,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,yEAAyE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,gBAAgB,MAAM,+BAA+B,YAAY,kEAAkE,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,UAAU,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,gBAAgB,MAAM,sBAAsB,YAAY,gIAAgI,KAAK,mDAAmD,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,2EAA2E,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,gBAAgB,MAAM,mBAAmB,YAAY,iFAAiF,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,wEAAwE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,eAAe,MAAM,eAAe,YAAY,8KAA8K,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,oEAAoE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,eAAe,MAAM,wCAAwC,YAAY,gGAAgG,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,oEAAoE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,eAAe,MAAM,qEAAqE,YAAY,kFAAkF,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,uEAAuE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,iBAAiB,MAAM,sDAAsD,YAAY,gHAAgH,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,sEAAsE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,iBAAiB,MAAM,2BAA2B,YAAY,8GAA8G,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,WAAW,QAAQ,wEAAwE,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,iBAAiB,MAAM,iBAAiB,YAAY,yEAAyE,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,MAAM,CAAC,EAAeV,EAAKT,EAAK,CAAC,KAAK,gBAAgB,MAAM,oCAAoC,YAAY,qGAAgG,KAAK,4CAA4C,KAAKmB,IAAW,OAAOA,IAAW,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,IAAMI,GAAe,CAAC,MAAM,OAAO,QAAQ,OAAO,eAAe,aAAa,WAAW,aAAa,SAAS,SAAS,cAAc,SAAS,IAAI,EAAE,EAAQE,GAAe,CAAC,QAAQ,OAAO,IAAI,GAAG,MAAM,MAAM,EAAEC,EAAoBT,EAAI,CAAC,SAAS,CAAC,KAAKU,EAAY,KAAK,MAAM,WAAW,QAAQ,CAAC,UAAU,SAAS,OAAO,CAAC,CAAC,CAAC,ECZ9xJ,IAAMC,GAAeC,EAASC,CAAS,EAAQC,GAASF,EAASG,CAAG,EAAQC,GAAeJ,EAASK,CAAS,EAAQC,GAAoBN,EAASO,CAAc,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,qBAAqB,EAAQC,EAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,EAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,EAAS,EAAEjB,GAASI,CAAK,EAAQc,EAAU,IAAI,CAAC,IAAMC,EAAUrB,EAAiB,OAAUY,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,EAAmB,IAAI,CAAC,IAAMF,EAAUrB,EAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,EAAG,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,EAAK,SAAS,KAAKA,EAAK,UAAU,QAAQC,GAAGA,EAAE,WAAW,cAAc,GAAGD,EAAK,UAAU,OAAOC,CAAC,CAAC,EAAED,EAAK,UAAU,IAAI,GAAGL,EAAU,4BAA4B,EAAG,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,4BAA4B,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,EAAmB,EAAEC,EAA8BZ,EAAQtB,GAAY,EAAK,EAAQmC,GAAe,OAA+CC,GAAkBC,EAAGnC,GAAkB,GAAhD,CAAC,CAAuE,EAAQoC,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAASvC,EAAU,EAAiB+B,IAAc,YAAtB,GAAmES,GAAa,IAAQ,CAACxC,EAAU,GAAiB+B,IAAc,YAA6CU,GAAsBC,EAAM,EAAE,OAAAC,EAAiB,CAAC,CAAC,EAAsBC,EAAKC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA3C,EAAiB,EAAE,SAAsB4C,EAAMC,EAAY,CAAC,GAAG3B,GAA4CqB,GAAgB,SAAS,CAAcK,EAAME,EAAO,IAAI,CAAC,GAAG1B,GAAU,UAAUc,EAAGD,GAAkB,gBAAgBhB,CAAS,EAAE,IAAIL,GAA6BuB,GAAK,MAAM,CAAC,GAAGnB,CAAK,EAAE,SAAS,CAAc0B,EAAKK,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKO,EAAkB,CAAC,WAAWpB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBa,EAAKpD,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoD,EAAKQ,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,KAAK,KAAK,gBAAgB,gBAAgB,KAAK,eAAe,KAAK,KAAK,KAAK,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAwvF,mBAAmB,EAAI,CAAC,EAAeN,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,KAAK,MAAM,SAAS,CAAcF,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,KAAK,gBAAgB,SAAsBE,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAS,CAAcF,EAAKO,EAAkB,CAAC,WAAWpB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBa,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKS,EAAS,CAAC,sBAAsB,GAAK,SAAsBT,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,yBAAyB,EAAE,KAAK,UAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKS,EAAS,CAAC,sBAAsB,GAAK,SAAsBT,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,iEAAiE,qBAAqB,OAAO,uBAAuB,OAAO,0BAA0B,QAAQ,EAAE,SAAS,iEAAiE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,6BAA6B,EAAE,KAAK,OAAO,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKO,EAAkB,CAAC,WAAWpB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAS,OAAO,EAAE,UAAU,CAAC,SAAS,QAAQ,CAAC,EAAE,SAAsBa,EAAKlD,EAAI,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,UAAU,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6C,GAAY,GAAgBK,EAAKO,EAAkB,CAAC,WAAWpB,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBa,EAAKK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBL,EAAKM,EAAU,CAAC,UAAU,yCAAyC,SAAsBN,EAAKhD,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4C,GAAa,GAAgBI,EAAKO,EAAkB,CAAC,WAAWpB,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,GAAG,CAAC,EAAE,SAAsBa,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,uDAAuD,SAAsBN,EAAK9C,EAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8C,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQU,GAAI,CAAC,kFAAkF,IAAInD,EAAS,qEAAqE,gFAAgF,kSAAkS,qHAAqH,gIAAgI,kTAAkT,sRAAsR,qRAAqR,wMAAwM,uMAAuM,qHAAqH,iJAAiJ,uhCAAuhC,wDAAwDA,EAAS,kVAAkV,gCAAgCA,EAAS,o6BAAo6B,EASvweoD,EAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAI,EAAEG,EAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,mBAAmB,OAAO,SAAS,MAAM,SAAS,IAAI,gHAAgH,OAAO,KAAK,EAAE,CAAC,OAAO,mBAAmB,OAAO,SAAS,MAAM,SAAS,IAAI,gHAAgH,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGjE,GAAe,GAAGG,GAAS,GAAGE,GAAe,GAAGE,EAAmB,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC5sB,IAAM8D,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,6BAA+B,OAAO,oCAAsC,4JAA0L,yBAA2B,QAAQ,uBAAyB,GAAG,sBAAwB,IAAI,sBAAwB,SAAS,qBAAuB,OAAO,yBAA2B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["Button", "selected", "children", "props", "p", "buttonStyle", "Filter", "u", "filterContainerStyle", "option", "Card", "date", "title", "description", "link", "show", "iconUrl", "u", "cardContainerStyle", "p", "iconContainer", "cardContentContainerStyle", "dateStyle", "titleStyle", "descriptionStyle", "linkStyle", "Link_Icon", "AMA", "props", "category", "setCategory", "ye", "gridTemplateColumns", "containerStyle", "Filter", "cardsContainer", "addPropertyControls", "ControlType", "NewHeaderFonts", "getFonts", "SmH3TqLWr_default", "AMAFonts", "AMA", "NewFooterFonts", "QVooe7qcJ_default", "NewFooterPhoneFonts", "SBXGkMV3L_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "SVG", "RichText2", "css", "FramerKWOS6aj4c", "withCSS", "KWOS6aj4c_default", "addFonts", "__FramerMetadata__"]
}
