{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/HNtdL9IM5ogyATqAFLVG/Ian6cqFs4t0ExV2mdpRF/A0P4Xjh03.js"],
  "sourcesContent": ["// Generated by Framer (b2eeca0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,removeHiddenBreakpointLayers,resolveLink,RichText,useActiveVariantCallback,useCurrentPathVariables,useHydratedBreakpointVariants,useOverlayState,useQueryData,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import PagePreview from\"#framer/local/canvasComponent/AI29PnE4n/AI29PnE4n.js\";import ButtonMobileMenu from\"#framer/local/canvasComponent/dUSeX8tTD/dUSeX8tTD.js\";import OverlayMenu from\"#framer/local/canvasComponent/eI6yh35qC/eI6yh35qC.js\";import GlobalNavbar from\"#framer/local/canvasComponent/jQ2yRIj5L/jQ2yRIj5L.js\";import ButtonMD from\"#framer/local/canvasComponent/kzmTnQn5O/kzmTnQn5O.js\";import Lines from\"#framer/local/canvasComponent/mEZyqfrwx/mEZyqfrwx.js\";import GlobalFooter from\"#framer/local/canvasComponent/wndVZ3THo/wndVZ3THo.js\";import ButtonSM from\"#framer/local/canvasComponent/ZfHkWYek5/ZfHkWYek5.js\";import Web3Pages from\"#framer/local/collection/ddsBTXuEh/ddsBTXuEh.js\";import*as sharedStyle from\"#framer/local/css/bE9uVUqzs/bE9uVUqzs.js\";import*as sharedStyle1 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle4 from\"#framer/local/css/ihoLbcS0R/ihoLbcS0R.js\";import*as sharedStyle2 from\"#framer/local/css/JSmm5MtuU/JSmm5MtuU.js\";import*as sharedStyle3 from\"#framer/local/css/MKlebYUYx/MKlebYUYx.js\";import metadataProvider from\"#framer/local/webPageMetadata/A0P4Xjh03/A0P4Xjh03.js\";const GlobalNavbarFonts=getFonts(GlobalNavbar);const ButtonMDFonts=getFonts(ButtonMD);const ButtonSMFonts=getFonts(ButtonSM);const PagePreviewFonts=getFonts(PagePreview);const LinesFonts=getFonts(Lines);const GlobalFooterFonts=getFonts(GlobalFooter);const ButtonMobileMenuFonts=getFonts(ButtonMobileMenu);const OverlayMenuFonts=getFonts(OverlayMenu);const cycleOrder=[\"Ux3V4yhMc\",\"MRXaw0irB\",\"M76u8HAyp\"];const breakpoints={M76u8HAyp:\"(max-width: 809px)\",MRXaw0irB:\"(min-width: 810px) and (max-width: 1199px)\",Ux3V4yhMc:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={M76u8HAyp:\"framer-v-94l8qr\",MRXaw0irB:\"framer-v-1bb5sac\",Ux3V4yhMc:\"framer-v-3ye7se\"};if(isBrowser()){removeHiddenBreakpointLayers(\"Ux3V4yhMc\",breakpoints,variantClassNames);}const humanReadableVariantMap={Desktop:\"Ux3V4yhMc\",Phone:\"M76u8HAyp\",Tablet:\"MRXaw0irB\"};const transitions={default:{duration:0}};function Overlay({children}){const[visible,setVisible]=useOverlayState();return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible});}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const Component=/*#__PURE__*/React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"Ux3V4yhMc\",gmVOXpUOgpqBaPeB6F,esF_I8Wj0pqBaPeB6F,J3gzryPoRpqBaPeB6F,ddV6bwBoVpqBaPeB6F,Rq6yDo8N_pqBaPeB6F,fe55_PlQApqBaPeB6F,idpqBaPeB6F,esF_I8Wj0,gmVOXpUOgakL_1FBLx,ddV6bwBoVakL_1FBLx,fe55_PlQAakL_1FBLx,esF_I8Wj0akL_1FBLx,idakL_1FBLx,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{type:\"Collection\",data:Web3Pages},select:[{name:\"esF_I8Wj0\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"Web3Pages\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};if(esF_I8Wj0===undefined)esF_I8Wj0=getFromCurrentRouteData(\"esF_I8Wj0\");React.useLayoutEffect(()=>{const metadata1=metadataProvider(currentRouteData);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);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}},[currentRouteData]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const tap42m929=overlay=>activeVariantCallback(async(...args)=>{overlay.toggle();});const tapj0fnw7=overlay=>activeVariantCallback(async(...args)=>{await delay(()=>overlay.hide(),50);});const router=useRouter();const isDisplayed=()=>{if(baseVariant===\"M76u8HAyp\")return true;return!isBrowser();};const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Ux3V4yhMc\",variantClassNames},children:/*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsxs(motion.div,{className:cx(\"framer-aG1tn\",sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className),style:{display:\"contents\"},children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-3ye7se\",className),ref:ref,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-pnbm5d-container\",\"data-framer-name\":\"Navbar\",name:\"Navbar\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M76u8HAyp:{variant:\"nvdny8gRa\"},MRXaw0irB:{variant:\"Q6iza6h59\"}},children:/*#__PURE__*/_jsx(GlobalNavbar,{color:\"var(--token-0177f0b5-420c-44ae-9aeb-071d920ce669, rgb(112, 112, 112))\",height:\"100%\",id:\"j98m_e68t\",isHome:\"OjujVG5BH\",layoutId:\"j98m_e68t\",name:\"Navbar\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"b0pr7etsd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hazcv7\",\"data-framer-name\":\"Body\",name:\"Body\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16tjydn\",\"data-framer-name\":\"Section\",name:\"Section\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e2s3zq\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-210os\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jbvevg\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Web3Pages,type:\"Collection\"},select:[{name:\"gmVOXpUOg\",type:\"Identifier\"},{name:\"esF_I8Wj0\",type:\"Identifier\"},{name:\"J3gzryPoR\",type:\"Identifier\"},{name:\"ddV6bwBoV\",type:\"Identifier\"},{name:\"Rq6yDo8N_\",type:\"Identifier\"},{name:\"fe55_PlQA\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"esF_I8Wj0\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:esF_I8Wj0},type:\"BinaryOperation\"}},children:collection=>collection.map(({gmVOXpUOg:gmVOXpUOgpqBaPeB6F,esF_I8Wj0:esF_I8Wj0pqBaPeB6F,J3gzryPoR:J3gzryPoRpqBaPeB6F,ddV6bwBoV:ddV6bwBoVpqBaPeB6F,Rq6yDo8N_:Rq6yDo8N_pqBaPeB6F,fe55_PlQA:fe55_PlQApqBaPeB6F,id:idpqBaPeB6F},i)=>/*#__PURE__*/_jsx(LayoutGroup,{id:`pqBaPeB6F-${idpqBaPeB6F}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{gmVOXpUOg:gmVOXpUOgpqBaPeB6F},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rfgzgp\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17259n3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14lsz9a\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11tl7ka\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h3pef4\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u4k3r4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ezl1w0\",\"data-styles-preset\":\"bE9uVUqzs\",style:{\"--framer-text-color\":\"var(--token-3d17f3c4-dac0-4f69-8402-14bd4f6dd2db, rgb(143, 143, 143))\"},children:\"No.\"})}),className:\"framer-1dx12zo\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ezl1w0\",\"data-styles-preset\":\"bE9uVUqzs\",style:{\"--framer-text-color\":\"var(--token-3d17f3c4-dac0-4f69-8402-14bd4f6dd2db, rgb(143, 143, 143))\"},children:\"Slug\"})}),className:\"framer-izrzfs\",text:gmVOXpUOgpqBaPeB6F,verticalAlignment:\"center\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-141se9j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-61a3f159-c9b8-4e80-8231-225cf787eef3, rgb(23, 23, 23))\"},children:\"Title\"})}),className:\"framer-1ktrgsc\",text:esF_I8Wj0pqBaPeB6F,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s6d1n3\",\"data-styles-preset\":\"JSmm5MtuU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-372dd8da-74b8-4e17-a178-9dbbad41d3a9, rgb(111, 111, 111))\"},children:\"Description\"})}),className:\"framer-1467xvx\",text:J3gzryPoRpqBaPeB6F,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o271cm\",children:[/*#__PURE__*/_jsx(Container,{className:\"framer-ovrdbt-container\",children:/*#__PURE__*/_jsx(ButtonMD,{height:\"100%\",id:\"psaOnEgOD\",layoutId:\"psaOnEgOD\",link:resolveLink({webPageId:\"AWwgkXEHl\"},router),newTab:false,noggles:\"\",style:{height:\"100%\"},title:\"Back\",variant:\"xjFEtO9pd\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-nrvxdo-container\",children:/*#__PURE__*/_jsx(ButtonMD,{height:\"100%\",id:\"W21XQpb8U\",layoutId:\"W21XQpb8U\",link:resolveLink(ddV6bwBoVpqBaPeB6F,router,{gmVOXpUOg:gmVOXpUOgpqBaPeB6F}),newTab:true,noggles:\"\u2310\u25E8-\u25E8\",style:{height:\"100%\"},title:\"Open \u2197\",variant:\"zh5VWclDk\",width:\"100%\"})})]})]}),/*#__PURE__*/_jsx(Link,{href:ddV6bwBoVpqBaPeB6F,openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M76u8HAyp:{background:{alt:\"\",fit:\"fill\",sizes:\"max(min(100vw - 48px, 100vw - 48px), 0px)\",...toResponsiveImage(fe55_PlQApqBaPeB6F)}},MRXaw0irB:{background:{alt:\"\",fit:\"fill\",sizes:\"min(max(min(100vw - 48px, 100vw - 48px), 0px), max(min(100vw - 48px, 100vw - 48px), 0px) * 0.75)\",...toResponsiveImage(fe55_PlQApqBaPeB6F)}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"864px\",...toResponsiveImage(fe55_PlQApqBaPeB6F)},className:\"framer-1r2c6g7 framer-iw9vcx\",\"data-framer-name\":\"Image\",name:\"Image\"})})})]})})})},idpqBaPeB6F))})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mw3777\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ud27jv\",\"data-styles-preset\":\"MKlebYUYx\",style:{\"--framer-text-color\":\"var(--token-61a3f159-c9b8-4e80-8231-225cf787eef3, rgb(23, 23, 23))\"},children:\"More web3 pages\"})}),className:\"framer-1wjw983\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ieepi8\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Web3Pages,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{name:\"gmVOXpUOg\",type:\"Identifier\"},{name:\"ddV6bwBoV\",type:\"Identifier\"},{name:\"fe55_PlQA\",type:\"Identifier\"},{name:\"esF_I8Wj0\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{name:\"esF_I8Wj0\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:esF_I8Wj0},type:\"BinaryOperation\"}}},children:collection1=>collection1.map(({gmVOXpUOg:gmVOXpUOgakL_1FBLx,ddV6bwBoV:ddV6bwBoVakL_1FBLx,fe55_PlQA:fe55_PlQAakL_1FBLx,esF_I8Wj0:esF_I8Wj0akL_1FBLx,id:idakL_1FBLx},i)=>/*#__PURE__*/_jsx(LayoutGroup,{id:`akL_1FBLx-${idakL_1FBLx}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{gmVOXpUOg:gmVOXpUOgakL_1FBLx},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1um23nw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nvp47i\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pt7k50\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ezl1w0\",\"data-styles-preset\":\"bE9uVUqzs\",style:{\"--framer-text-color\":\"var(--token-3d17f3c4-dac0-4f69-8402-14bd4f6dd2db, rgb(143, 143, 143))\"},children:\"No.\"})}),className:\"framer-1o8mp3z\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ezl1w0\",\"data-styles-preset\":\"bE9uVUqzs\",style:{\"--framer-text-color\":\"var(--token-3d17f3c4-dac0-4f69-8402-14bd4f6dd2db, rgb(143, 143, 143))\"},children:\"053\"})}),className:\"framer-1whdb2s\",text:gmVOXpUOgakL_1FBLx,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-wprkiw-container\",children:/*#__PURE__*/_jsx(ButtonSM,{height:\"100%\",id:\"bmDDHd_1v\",layoutId:\"bmDDHd_1v\",link:resolveLink(ddV6bwBoVakL_1FBLx,router,{gmVOXpUOg:gmVOXpUOgakL_1FBLx}),title:\"Open\",variant:\"mK3jF2uTq\",width:\"100%\"})})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1chd4pu-container\",children:/*#__PURE__*/_jsx(PagePreview,{height:\"100%\",id:\"Dl4oXtsHY\",image:toResponsiveImage(fe55_PlQAakL_1FBLx),layoutId:\"Dl4oXtsHY\",link:resolveLink({pathVariables:{gmVOXpUOg:gmVOXpUOgakL_1FBLx},webPageId:\"A0P4Xjh03\"},router),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-of6i1s\",\"data-styles-preset\":\"ihoLbcS0R\",children:\"Safe\"})}),className:\"framer-1btoqxd\",\"data-framer-name\":\"Title\",name:\"Title\",text:esF_I8Wj0akL_1FBLx,verticalAlignment:\"top\",withExternalLayout:true})]})})},idakL_1FBLx))})})]})]})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-zryqlb-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Lines,{height:\"100%\",id:\"uYltSlJOO\",layoutId:\"uYltSlJOO\",style:{height:\"100%\",width:\"100%\"},variant:\"K7WMTztSM\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-10dtqxh-container\",children:/*#__PURE__*/_jsx(GlobalFooter,{height:\"100%\",id:\"ZzmMWgUc8\",layoutId:\"ZzmMWgUc8\",style:{width:\"100%\"},width:\"100%\"})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{children:overlay1pnv9ao=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-kftms7-container hidden-3ye7se hidden-1bb5sac\",children:[/*#__PURE__*/_jsx(ButtonMobileMenu,{height:\"100%\",id:\"YBvMXFwzM\",layoutId:\"YBvMXFwzM\",tap:tap42m929(overlay1pnv9ao),title:\"Menu\",variant:\"nijGqBJyt\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1pnv9ao.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1pnv9ao\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0}},\"uE_03cY9Y\"),/*#__PURE__*/_jsx(Container,{className:\"framer-wmzqfu-container\",children:/*#__PURE__*/_jsx(OverlayMenu,{height:\"100%\",id:\"Zfci0IDIe\",layoutId:\"Zfci0IDIe\",style:{width:\"100%\"},tap:tapj0fnw7(overlay1pnv9ao),width:\"100%\"})})]}),document.querySelector(\"#overlay\"))})})]})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-aG1tn [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName} { background: var(--token-626805d6-d5fe-4026-98ca-a0dc00412ee8, rgb(252, 252, 252)); }`,\".framer-aG1tn .framer-iw9vcx { display: block; }\",\".framer-aG1tn .framer-3ye7se { align-content: center; align-items: center; background-color: var(--token-626805d6-d5fe-4026-98ca-a0dc00412ee8, #fcfcfc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-aG1tn .framer-pnbm5d-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 1200px; z-index: 10; }\",\".framer-aG1tn .framer-hazcv7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 72px 24px 104px 24px; position: relative; width: 1200px; z-index: 1; }\",\".framer-aG1tn .framer-16tjydn { 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: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-e2s3zq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-210os { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-jbvevg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-rfgzgp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-aG1tn .framer-17259n3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 72px; height: min-content; justify-content: flex-start; max-width: 75%; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-aG1tn .framer-14lsz9a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-11tl7ka { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; max-width: 48%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-h3pef4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-aG1tn .framer-u4k3r4, .framer-aG1tn .framer-pt7k50 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 2px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-aG1tn .framer-1dx12zo, .framer-aG1tn .framer-izrzfs, .framer-aG1tn .framer-1o8mp3z, .framer-aG1tn .framer-1whdb2s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 100%; position: relative; white-space: pre; width: auto; }\",\".framer-aG1tn .framer-141se9j { 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 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-1ktrgsc, .framer-aG1tn .framer-1467xvx, .framer-aG1tn .framer-1wjw983 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --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-aG1tn .framer-o271cm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-ovrdbt-container, .framer-aG1tn .framer-nrvxdo-container { flex: none; height: 38px; position: relative; width: auto; }\",\".framer-aG1tn .framer-1h651m4 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: 0px; flex: none; height: 486px; left: 0px; position: absolute; text-decoration: none; width: 100%; z-index: 1; }\",\".framer-aG1tn .framer-1r2c6g7 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: 486px; position: relative; text-decoration: none; width: 100%; z-index: 0; }\",\".framer-aG1tn .framer-1mw3777 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 75%; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-ieepi8 { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-1um23nw { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 8px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-1nvp47i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 24px; justify-content: space-between; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-wprkiw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aG1tn .framer-1chd4pu-container { flex: none; height: 236px; position: relative; width: 100%; }\",\".framer-aG1tn .framer-1btoqxd { --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-aG1tn .framer-zryqlb-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 0; }\",\".framer-aG1tn .framer-10dtqxh-container { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-aG1tn .framer-kftms7-container { flex: none; height: auto; position: absolute; right: 24px; top: 26px; width: auto; z-index: 10; }\",'.framer-aG1tn .framer-1pnv9ao { background-color: var(--token-626805d6-d5fe-4026-98ca-a0dc00412ee8, #fcfcfc) /* {\"name\":\"Background 01\"} */; inset: 0px; position: fixed; user-select: none; z-index: 10; }',\".framer-aG1tn .framer-wmzqfu-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aG1tn .framer-3ye7se, .framer-aG1tn .framer-hazcv7, .framer-aG1tn .framer-16tjydn, .framer-aG1tn .framer-e2s3zq, .framer-aG1tn .framer-210os, .framer-aG1tn .framer-jbvevg, .framer-aG1tn .framer-rfgzgp, .framer-aG1tn .framer-17259n3, .framer-aG1tn .framer-14lsz9a, .framer-aG1tn .framer-11tl7ka, .framer-aG1tn .framer-h3pef4, .framer-aG1tn .framer-u4k3r4, .framer-aG1tn .framer-141se9j, .framer-aG1tn .framer-o271cm, .framer-aG1tn .framer-1mw3777, .framer-aG1tn .framer-1um23nw, .framer-aG1tn .framer-pt7k50 { gap: 0px; } .framer-aG1tn .framer-3ye7se > *, .framer-aG1tn .framer-hazcv7 > *, .framer-aG1tn .framer-16tjydn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aG1tn .framer-3ye7se > :first-child, .framer-aG1tn .framer-hazcv7 > :first-child, .framer-aG1tn .framer-16tjydn > :first-child, .framer-aG1tn .framer-e2s3zq > :first-child, .framer-aG1tn .framer-210os > :first-child, .framer-aG1tn .framer-17259n3 > :first-child, .framer-aG1tn .framer-14lsz9a > :first-child, .framer-aG1tn .framer-11tl7ka > :first-child, .framer-aG1tn .framer-141se9j > :first-child, .framer-aG1tn .framer-1mw3777 > :first-child, .framer-aG1tn .framer-1um23nw > :first-child { margin-top: 0px; } .framer-aG1tn .framer-3ye7se > :last-child, .framer-aG1tn .framer-hazcv7 > :last-child, .framer-aG1tn .framer-16tjydn > :last-child, .framer-aG1tn .framer-e2s3zq > :last-child, .framer-aG1tn .framer-210os > :last-child, .framer-aG1tn .framer-17259n3 > :last-child, .framer-aG1tn .framer-14lsz9a > :last-child, .framer-aG1tn .framer-11tl7ka > :last-child, .framer-aG1tn .framer-141se9j > :last-child, .framer-aG1tn .framer-1mw3777 > :last-child, .framer-aG1tn .framer-1um23nw > :last-child { margin-bottom: 0px; } .framer-aG1tn .framer-e2s3zq > *, .framer-aG1tn .framer-17259n3 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-aG1tn .framer-210os > *, .framer-aG1tn .framer-1mw3777 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-aG1tn .framer-jbvevg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-aG1tn .framer-jbvevg > :first-child, .framer-aG1tn .framer-rfgzgp > :first-child, .framer-aG1tn .framer-h3pef4 > :first-child, .framer-aG1tn .framer-u4k3r4 > :first-child, .framer-aG1tn .framer-o271cm > :first-child, .framer-aG1tn .framer-pt7k50 > :first-child { margin-left: 0px; } .framer-aG1tn .framer-jbvevg > :last-child, .framer-aG1tn .framer-rfgzgp > :last-child, .framer-aG1tn .framer-h3pef4 > :last-child, .framer-aG1tn .framer-u4k3r4 > :last-child, .framer-aG1tn .framer-o271cm > :last-child, .framer-aG1tn .framer-pt7k50 > :last-child { margin-right: 0px; } .framer-aG1tn .framer-rfgzgp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aG1tn .framer-14lsz9a > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-aG1tn .framer-11tl7ka > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-aG1tn .framer-h3pef4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-aG1tn .framer-u4k3r4 > *, .framer-aG1tn .framer-pt7k50 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-aG1tn .framer-141se9j > *, .framer-aG1tn .framer-1um23nw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-aG1tn .framer-o271cm > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\"@media (min-width: 1200px) { .framer-aG1tn .hidden-3ye7se { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-aG1tn .hidden-1bb5sac { display: none !important; } .${metadata.bodyClassName} { background: var(--token-626805d6-d5fe-4026-98ca-a0dc00412ee8, rgb(252, 252, 252)); } .framer-aG1tn .framer-3ye7se { width: 810px; } .framer-aG1tn .framer-pnbm5d-container, .framer-aG1tn .framer-hazcv7 { width: 100%; } .framer-aG1tn .framer-e2s3zq { max-width: unset; } .framer-aG1tn .framer-11tl7ka { max-width: 75%; } .framer-aG1tn .framer-1r2c6g7 { height: 326px; } .framer-aG1tn .framer-ieepi8 { gap: 24px; } .framer-aG1tn .framer-1chd4pu-container { height: 152px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aG1tn .framer-ieepi8 { gap: 0px; } .framer-aG1tn .framer-ieepi8 > *, .framer-aG1tn .framer-ieepi8 > :first-child, .framer-aG1tn .framer-ieepi8 > :last-child { margin: 0px; } }}`,`@media (max-width: 809px) { .framer-aG1tn .hidden-94l8qr { display: none !important; } .${metadata.bodyClassName} { background: var(--token-626805d6-d5fe-4026-98ca-a0dc00412ee8, rgb(252, 252, 252)); } .framer-aG1tn .framer-3ye7se { width: 390px; } .framer-aG1tn .framer-pnbm5d-container { order: 1; width: 100%; z-index: 9; } .framer-aG1tn .framer-hazcv7 { order: 2; width: 100%; } .framer-aG1tn .framer-e2s3zq, .framer-aG1tn .framer-17259n3, .framer-aG1tn .framer-11tl7ka, .framer-aG1tn .framer-1mw3777 { max-width: unset; } .framer-aG1tn .framer-1r2c6g7, .framer-aG1tn .framer-1chd4pu-container { height: 188px; } .framer-aG1tn .framer-ieepi8 { gap: 24px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-aG1tn .framer-zryqlb-container { order: 3; } .framer-aG1tn .framer-10dtqxh-container { order: 4; } .framer-aG1tn .framer-kftms7-container { order: 0; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aG1tn .framer-ieepi8 { gap: 0px; } .framer-aG1tn .framer-ieepi8 > *, .framer-aG1tn .framer-ieepi8 > :first-child, .framer-aG1tn .framer-ieepi8 > :last-child { margin: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1746\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MRXaw0irB\":{\"layout\":[\"fixed\",\"auto\"]},\"M76u8HAyp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerResponsiveScreen\n */const FramerA0P4Xjh03=withCSS(Component,css,\"framer-aG1tn\");export default FramerA0P4Xjh03;FramerA0P4Xjh03.displayName=\"Resources / Pages\";FramerA0P4Xjh03.defaultProps={height:1746,width:1200};addFonts(FramerA0P4Xjh03,[...GlobalNavbarFonts,...ButtonMDFonts,...ButtonSMFonts,...PagePreviewFonts,...LinesFonts,...GlobalFooterFonts,...ButtonMobileMenuFonts,...OverlayMenuFonts,...sharedStyle.fonts,...sharedStyle1.fonts,...sharedStyle2.fonts,...sharedStyle3.fonts,...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA0P4Xjh03\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1746\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MRXaw0irB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M76u8HAyp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["GlobalNavbarFonts", "getFonts", "jQ2yRIj5L_default", "ButtonMDFonts", "kzmTnQn5O_default", "ButtonSMFonts", "ZfHkWYek5_default", "PagePreviewFonts", "AI29PnE4n_default", "LinesFonts", "mEZyqfrwx_default", "GlobalFooterFonts", "wndVZ3THo_default", "ButtonMobileMenuFonts", "dUSeX8tTD_default", "OverlayMenuFonts", "eI6yh35qC_default", "breakpoints", "isBrowser", "variantClassNames", "humanReadableVariantMap", "transitions", "Overlay", "children", "visible", "setVisible", "useOverlayState", "toResponsiveImage", "value", "QueryData", "query", "data", "useQueryData", "metadata", "A0P4Xjh03_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "gmVOXpUOgpqBaPeB6F", "esF_I8Wj0pqBaPeB6F", "J3gzryPoRpqBaPeB6F", "ddV6bwBoVpqBaPeB6F", "Rq6yDo8N_pqBaPeB6F", "fe55_PlQApqBaPeB6F", "idpqBaPeB6F", "esF_I8Wj0", "gmVOXpUOgakL_1FBLx", "ddV6bwBoVakL_1FBLx", "fe55_PlQAakL_1FBLx", "esF_I8Wj0akL_1FBLx", "idakL_1FBLx", "restProps", "ref", "variant", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "ddsBTXuEh_default", "getWhereExpressionFromPathVariables", "key", "NotFoundError", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap42m929", "overlay", "args", "tapj0fnw7", "router", "useRouter", "isDisplayed", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides2", "jQ2yRIj5L_default", "collection", "i", "PathVariablesContext", "RichText2", "x", "kzmTnQn5O_default", "resolveLink", "Link", "Image2", "collection1", "ZfHkWYek5_default", "AI29PnE4n_default", "mEZyqfrwx_default", "wndVZ3THo_default", "overlay1pnv9ao", "l", "dUSeX8tTD_default", "AnimatePresence", "Ga", "eI6yh35qC_default", "css", "FramerA0P4Xjh03", "withCSS", "addFonts", "GlobalNavbarFonts", "ButtonMDFonts", "ButtonSMFonts", "PagePreviewFonts", "LinesFonts", "GlobalFooterFonts", "ButtonMobileMenuFonts", "OverlayMenuFonts", "fonts", "__FramerMetadata__"]
}
