{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/imTeTTXuvFUNjD3fsjyw/CCZZe0BzYuJfEDwsmcOM/eB1x1RCeu.js"],
  "sourcesContent": ["// Generated by Framer (68888f7)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3,_componentPresets_fonts4,_componentPresets_fonts5;import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useActiveVariantCallback,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Footer from\"#framer/local/canvasComponent/BfQzXDq0i/BfQzXDq0i.js\";import UserGuidesNavigation from\"#framer/local/canvasComponent/CSc7wus61/CSc7wus61.js\";import Navigation from\"#framer/local/canvasComponent/y1n4gd2HF/y1n4gd2HF.js\";import Guides,{enumToDisplayNameFunctions}from\"#framer/local/collection/hlWv1USFN/hlWv1USFN.js\";import Contributor from\"#framer/local/collection/livDToECQ/livDToECQ.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/BnrxqgERu/BnrxqgERu.js\";import*as sharedStyle3 from\"#framer/local/css/Em1MGrXrw/Em1MGrXrw.js\";import*as sharedStyle13 from\"#framer/local/css/j7jq9fbCk/j7jq9fbCk.js\";import*as sharedStyle9 from\"#framer/local/css/jc7N8fauG/jc7N8fauG.js\";import*as sharedStyle7 from\"#framer/local/css/Lf72Fb_2P/Lf72Fb_2P.js\";import*as sharedStyle10 from\"#framer/local/css/ljDixIfmH/ljDixIfmH.js\";import*as sharedStyle1 from\"#framer/local/css/Lq7gwo2R2/Lq7gwo2R2.js\";import*as sharedStyle from\"#framer/local/css/q7yE6BkZ6/q7yE6BkZ6.js\";import*as sharedStyle8 from\"#framer/local/css/qq6KweNZA/qq6KweNZA.js\";import*as sharedStyle5 from\"#framer/local/css/qQvwoRBpj/qQvwoRBpj.js\";import*as sharedStyle12 from\"#framer/local/css/rpdRYFQ6P/rpdRYFQ6P.js\";import*as sharedStyle11 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import*as sharedStyle2 from\"#framer/local/css/xZtZBsQb0/xZtZBsQb0.js\";import*as sharedStyle4 from\"#framer/local/css/YkBAF8W8Q/YkBAF8W8Q.js\";import*as sharedStyle14 from\"#framer/local/css/zcEUWUQO7/zcEUWUQO7.js\";import metadataProvider from\"#framer/local/webPageMetadata/eB1x1RCeu/eB1x1RCeu.js\";const NavigationFonts=getFonts(Navigation);const UserGuidesNavigationFonts=getFonts(UserGuidesNavigation);const MaterialFonts=getFonts(Material);const FooterFonts=getFonts(Footer);const breakpoints={fmoEaLnV1:\"(max-width: 889px)\",JA76Ra78X:\"(min-width: 1440px)\",qUnvB5ugH:\"(min-width: 890px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6ioEA\";const variantClassNames={fmoEaLnV1:\"framer-v-162fj1r\",JA76Ra78X:\"framer-v-1vgoqmb\",qUnvB5ugH:\"framer-v-ngcb42\"};const isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"JA76Ra78X\",Mobile:\"fmoEaLnV1\",Tablet:\"qUnvB5ugH\"};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:\"JA76Ra78X\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _enumToDisplayNameFunctions_JAvw_bRPp;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"eB1x1RCeu\",name:\"Qba5DYbpQ\",type:\"Identifier\"},operator:\"==\",right:{collection:\"Qba5DYbpQ\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"eB1x1RCeu\",name:\"Giyr_7EUm\",type:\"Identifier\"},operator:\"==\",right:{collection:\"Giyr_7EUm\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"eB1x1RCeu\",data:Guides,type:\"Collection\"},right:{alias:\"Giyr_7EUm\",data:Contributor,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"Qba5DYbpQ\",data:Contributor,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"eB1x1RCeu\",name:\"UDcCc5lpT\",type:\"Identifier\"},{collection:\"eB1x1RCeu\",name:\"HFFKRYg_T\",type:\"Identifier\"},{collection:\"eB1x1RCeu\",name:\"JAvw_bRPp\",type:\"Identifier\"},{collection:\"eB1x1RCeu\",name:\"HaGgrPoCQ\",type:\"Identifier\"},{collection:\"eB1x1RCeu\",name:\"wNtm_RtX8\",type:\"Identifier\"},{collection:\"eB1x1RCeu\",name:\"j_VRLPCc_\",type:\"Identifier\"},{alias:\"Giyr_7EUm.X7RBWbFHy\",collection:\"Giyr_7EUm\",name:\"X7RBWbFHy\",type:\"Identifier\"},{alias:\"Giyr_7EUm.qWZVTZa9Y\",collection:\"Giyr_7EUm\",name:\"qWZVTZa9Y\",type:\"Identifier\"},{alias:\"Giyr_7EUm\",collection:\"Giyr_7EUm\",name:\"id\",type:\"Identifier\"},{alias:\"Qba5DYbpQ.X7RBWbFHy\",collection:\"Qba5DYbpQ\",name:\"X7RBWbFHy\",type:\"Identifier\"},{alias:\"Qba5DYbpQ.OZGVwDHZn\",collection:\"Qba5DYbpQ\",name:\"OZGVwDHZn\",type:\"Identifier\"},{alias:\"Qba5DYbpQ\",collection:\"Qba5DYbpQ\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"eB1x1RCeu\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4;const{style,className,layoutId,variant,UDcCc5lpT=(_getFromCurrentRouteData=getFromCurrentRouteData(\"UDcCc5lpT\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",Giyr_7EUm=getFromCurrentRouteData(\"Giyr_7EUm\"),Giyr_7EUm_qWZVTZa9Y=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"Giyr_7EUm.qWZVTZa9Y\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",Giyr_7EUm_X7RBWbFHy=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"Giyr_7EUm.X7RBWbFHy\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",Qba5DYbpQ=getFromCurrentRouteData(\"Qba5DYbpQ\"),Qba5DYbpQ_X7RBWbFHy=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"Qba5DYbpQ.X7RBWbFHy\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",Qba5DYbpQ_OZGVwDHZn=getFromCurrentRouteData(\"Qba5DYbpQ.OZGVwDHZn\"),JAvw_bRPp=getFromCurrentRouteData(\"JAvw_bRPp\"),wNtm_RtX8=getFromCurrentRouteData(\"wNtm_RtX8\"),HaGgrPoCQ=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"HaGgrPoCQ\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,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-6ioEA`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-6ioEA`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onMouseEnterizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"fmoEaLnV1\")return false;return true;};const visible=isSet(Giyr_7EUm);const elementId=useRouteElementId(\"nsc3Haq8d\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"gdB5eayXJ\");const ref3=React.useRef(null);const visible1=isSet(Qba5DYbpQ);const ref4=React.useRef(null);const elementId2=useRouteElementId(\"erqi6b0X0\");const ref5=React.useRef(null);const ref6=React.useRef(null);const elementId3=useRouteElementId(\"BLW0EoVC7\");const ref7=React.useRef(null);const elementId4=useRouteElementId(\"vTD3vkxRT\");const ref8=React.useRef(null);const elementId5=useRouteElementId(\"mKBE9TgJ4\");const ref9=React.useRef(null);const textContent=(_enumToDisplayNameFunctions_JAvw_bRPp=enumToDisplayNameFunctions[\"JAvw_bRPp\"])===null||_enumToDisplayNameFunctions_JAvw_bRPp===void 0?void 0:_enumToDisplayNameFunctions_JAvw_bRPp.call(enumToDisplayNameFunctions,JAvw_bRPp,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=prefix(toDateString(wNtm_RtX8,{dateStyle:\"short\",locale:\"\"},activeLocaleCode),\"Last Updated \");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"JA76Ra78X\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vgoqmb\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jpx435\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:152,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-6zx3sj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fmoEaLnV1:{variant:\"xXS1hVkjQ\"},qUnvB5ugH:{variant:\"cfYo35oeJ\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"jy05wBFelG4eFqlTss\",layoutId:\"jy05wBFelG4eFqlTss\",style:{width:\"100%\"},variant:\"ZRCpp_uVk\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ul2dm6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i2o6u0\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qUnvB5ugH:{width:\"280px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"320px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cqwf5f-container hidden-162fj1r\",children:/*#__PURE__*/_jsx(UserGuidesNavigation,{height:\"100%\",id:\"YQvYO0Xws\",layoutId:\"YQvYO0Xws\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-h89xn5 hidden-162fj1r\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cwm44w\",\"data-framer-name\":\"Main Content\",name:\"Main Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1feqixa\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rqf5so\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hqPf_nhD8\"},nodeId:\"bZLv9Uz5V\",openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-vcoli2 framer-15t8rcz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ia3hex-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowBack\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"SMJ4bo2wX\",layoutId:\"SMJ4bo2wX\",mirrored:false,selectByList:true,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-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\"},children:\"Back\"})}),className:\"framer-w92057\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ujhh9n\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qsxusb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1trwqeb\",\"data-styles-preset\":\"Lq7gwo2R2\",style:{\"--framer-text-color\":\"var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15))\"},children:\"Connect to dApps\"})}),className:\"framer-1z0v8nn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:UDcCc5lpT,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-26xsvz\",\"data-framer-name\":\"Author & Reviewer\",name:\"Author & Reviewer\",children:[visible&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{qWZVTZa9Y:Giyr_7EUm_qWZVTZa9Y},webPageId:\"fsBKaCNN9\"},nodeId:\"WsfLWv7ml\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1e8tfmj framer-15t8rcz\",\"data-border\":true,\"data-framer-name\":\"Author\",name:\"Author\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-2b3a51b2-3c1b-4f52-a512-05722444c3f9, rgb(74, 66, 59))\"},children:\"Mark Hendrickson\"})}),className:\"framer-1ij4orv\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId,name:\"Title\",ref:ref2,text:Giyr_7EUm_X7RBWbFHy,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-remv45\",\"data-framer-name\":\"& Reviewer\",name:\"& Reviewer\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-9a06e2a4-6988-4582-a812-6de467201ade, rgb(128, 118, 108))\"},children:\"&\"})}),className:\"framer-1vtaxka\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId1,name:\"Title\",ref:ref3,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zjkl41\",id:\"zjkl41\",onMouseEnter:onMouseEnterizu9gt({overlay}),ref:ref4,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nzd1ft-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-fa13c624-0f2f-49a6-a79d-a56e581965cb, rgb(198, 186, 174))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"jIDVNYQVy\",layoutId:\"jIDVNYQVy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ez24z\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-2b3a51b2-3c1b-4f52-a512-05722444c3f9, rgb(74, 66, 59))\"},children:\"Annie Pei\"})}),className:\"framer-v6zss7\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId2,name:\"Title\",ref:ref5,text:Qba5DYbpQ_X7RBWbFHy,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"zjkl41\",offsetX:0,offsetY:8,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:\"framer-126n8zq\",exit:animation,initial:animation2,ref:ref6,role:\"dialog\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uc151y\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",...toResponsiveImage(Qba5DYbpQ_OZGVwDHZn)},className:\"framer-1au5yzv\",\"data-border\":true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wsnylp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q6i5ru\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rqgw1m-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-fa13c624-0f2f-49a6-a79d-a56e581965cb, rgb(198, 186, 174))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircle\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"sprTPaKeM\",layoutId:\"sprTPaKeM\",mirrored:false,selectByList:true,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-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-2b3a51b2-3c1b-4f52-a512-05722444c3f9, rgb(74, 66, 59))\"},children:\"Annie Pei\"})}),className:\"framer-672jm9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId3,name:\"Title\",ref:ref7,text:Qba5DYbpQ_X7RBWbFHy,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18c8y0z\",\"data-styles-preset\":\"xZtZBsQb0\",style:{\"--framer-text-color\":\"var(--token-9a06e2a4-6988-4582-a812-6de467201ade, rgb(128, 118, 108))\"},children:\"Verified by an expert\"})}),className:\"framer-1x5zqfj\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId4,name:\"Title\",ref:ref8,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-unlsft\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dy2m38\",\"data-styles-preset\":\"Em1MGrXrw\",style:{\"--framer-text-color\":\"var(--token-2b3a51b2-3c1b-4f52-a512-05722444c3f9, rgb(74, 66, 59))\"},children:'\"Verified by an expert\" means that this article has been thoroughly reviewed and evaluated for accuracy.'})}),className:\"framer-5iv2yy\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],id:elementId5,name:\"Title\",ref:ref9,verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y00pzx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gsyhg2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xtadi2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15xa3u-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-fa13c624-0f2f-49a6-a79d-a56e581965cb, rgb(198, 186, 174))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Topic\",iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"dYS0KazC0\",layoutId:\"dYS0KazC0\",mirrored:false,selectByList:true,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-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-9a06e2a4-6988-4582-a812-6de467201ade, rgb(128, 118, 108))\"},children:\"Applications\"})}),className:\"framer-5l11yn\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p69l8m\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yykjda-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-fa13c624-0f2f-49a6-a79d-a56e581965cb, rgb(198, 186, 174))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Edit\",iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"yXetIh5uz\",layoutId:\"yXetIh5uz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qUnvB5ugH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9a06e2a4-6988-4582-a812-6de467201ade, rgb(128, 118, 108))\"},children:\"Updated 10/2/24\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kp296i\",\"data-styles-preset\":\"q7yE6BkZ6\",style:{\"--framer-text-color\":\"var(--token-9a06e2a4-6988-4582-a812-6de467201ade, rgb(128, 118, 108))\"},children:\"Last Updated 10/2/24\"})}),className:\"framer-pvfon4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15iyuut\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qpkqvc\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"mGSL2taMR\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"g6IDEQRmJ\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"cwvLslKEs\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:HaGgrPoCQ,className:\"framer-1c1l9q2\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-gr04xm\",code:\"framer-styles-preset-3lxzjw\",h1:\"framer-styles-preset-1m1c3gb\",h2:\"framer-styles-preset-1y8t4by\",h3:\"framer-styles-preset-1mnt7yw\",h4:\"framer-styles-preset-1fn31x1\",h5:\"framer-styles-preset-1wqaoxq\",h6:\"framer-styles-preset-1j92weu\",img:\"framer-styles-preset-gqx4hn\",p:\"framer-styles-preset-l7cc59\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:731,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rrbho6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fmoEaLnV1:{variant:\"FdnFYrnLH\"},qUnvB5ugH:{variant:\"e1nlMqueI\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ZC08lD6Fu\",layoutId:\"ZC08lD6Fu\",style:{width:\"100%\"},variant:\"zYHtLOBNI\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-6ioEA { background: var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15)) /* {\"name\":\"12\"} */; }`,\".framer-6ioEA.framer-15t8rcz, .framer-6ioEA .framer-15t8rcz { display: block; }\",\".framer-6ioEA.framer-1vgoqmb { align-content: center; align-items: center; background-color: var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, #11100f); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-6ioEA .framer-1jpx435 { align-content: center; align-items: center; background-color: var(--token-b6302abc-b78c-4ca9-8572-21e4a55224ec, #ffffff); 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: 100%; }\",\".framer-6ioEA .framer-6zx3sj-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-6ioEA .framer-ul2dm6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-6ioEA .framer-i2o6u0 { 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: center; overflow: visible; padding: 0px; position: relative; width: 1240px; }\",\".framer-6ioEA .framer-1cqwf5f-container { flex: none; height: 100vh; left: 0px; position: sticky; top: 0px; width: 320px; will-change: transform; z-index: 1; }\",\".framer-6ioEA .framer-h89xn5 { align-self: stretch; background-color: var(--token-cb0bf8e9-77cd-4958-89e9-480c990b7315, #e4ddd6); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-6ioEA .framer-cwm44w { 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: center; overflow: auto; padding: 48px 0px 48px 52px; position: relative; width: 1px; }\",\".framer-6ioEA .framer-1feqixa { --border-bottom-width: 1px; --border-color: var(--token-cb0bf8e9-77cd-4958-89e9-480c990b7315, #e4ddd6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(246, 241, 238, 0.5); 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: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-6ioEA .framer-rqf5so { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-6ioEA .framer-vcoli2 { 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: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6ioEA .framer-ia3hex-container { aspect-ratio: 1 / 1; flex: none; height: 24px; position: relative; width: var(--framer-aspect-ratio-supported, 24px); }\",\".framer-6ioEA .framer-w92057, .framer-6ioEA .framer-1ij4orv, .framer-6ioEA .framer-1vtaxka, .framer-6ioEA .framer-v6zss7, .framer-6ioEA .framer-672jm9, .framer-6ioEA .framer-1x5zqfj, .framer-6ioEA .framer-5l11yn, .framer-6ioEA .framer-pvfon4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6ioEA .framer-ujhh9n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-6ioEA .framer-1qsxusb { 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-6ioEA .framer-1z0v8nn, .framer-6ioEA .framer-5iv2yy, .framer-6ioEA .framer-1c1l9q2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6ioEA .framer-26xsvz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6ioEA .framer-1e8tfmj { --border-bottom-width: 2px; --border-color: var(--token-29e9833f-acef-4491-9aa9-48f615d6378b, #ded6cd); --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: 8px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6ioEA .framer-remv45, .framer-6ioEA .framer-xtadi2 { 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; position: relative; width: min-content; }\",\".framer-6ioEA .framer-zjkl41 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6ioEA .framer-nzd1ft-container { aspect-ratio: 1 / 1; flex: none; height: 18px; position: relative; width: var(--framer-aspect-ratio-supported, 18px); z-index: 1; }\",\".framer-6ioEA .framer-2ez24z { --border-bottom-width: 2px; --border-color: var(--token-29e9833f-acef-4491-9aa9-48f615d6378b, #ded6cd); --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: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6ioEA .framer-126n8zq { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; box-shadow: 0px 0.3613123810646357px 1.2284620956197614px -0.3333333333333333px rgba(18, 16, 15, 0.02), 0px 1.3731199819460742px 4.668607938616653px -0.6666666666666666px rgba(18, 16, 15, 0.02698), 0px 6px 20.4px -1px rgba(18, 16, 15, 0.064); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 240px; overflow: hidden; padding: 16px; position: relative; width: 240px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6ioEA .framer-1uc151y { 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: 100%; }\",\".framer-6ioEA .framer-1au5yzv { --border-bottom-width: 1px; --border-color: rgba(17, 16, 15, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6ioEA .framer-1wsnylp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6ioEA .framer-q6i5ru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6ioEA .framer-rqgw1m-container { flex: none; height: 18px; position: relative; width: 18px; z-index: 1; }\",\".framer-6ioEA .framer-unlsft { background-color: var(--token-29e9833f-acef-4491-9aa9-48f615d6378b, #ded6cd); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6ioEA .framer-1y00pzx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6ioEA .framer-1gsyhg2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6ioEA .framer-15xa3u-container, .framer-6ioEA .framer-yykjda-container { flex: none; height: 24px; position: relative; width: 18px; }\",\".framer-6ioEA .framer-p69l8m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6ioEA .framer-15iyuut { align-content: center; align-items: center; background-color: var(--token-1f6d319d-18e2-47ec-afbb-0fb64b7571ca, #ffffff); 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: 100%; }\",\".framer-6ioEA .framer-qpkqvc { align-content: flex-start; align-items: flex-start; background-color: var(--token-b6302abc-b78c-4ca9-8572-21e4a55224ec, #ffffff); 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: 100%; }\",\".framer-6ioEA .framer-1rrbho6-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6ioEA.framer-1vgoqmb, .framer-6ioEA .framer-1jpx435, .framer-6ioEA .framer-ul2dm6, .framer-6ioEA .framer-i2o6u0, .framer-6ioEA .framer-cwm44w, .framer-6ioEA .framer-1feqixa, .framer-6ioEA .framer-rqf5so, .framer-6ioEA .framer-vcoli2, .framer-6ioEA .framer-ujhh9n, .framer-6ioEA .framer-1qsxusb, .framer-6ioEA .framer-26xsvz, .framer-6ioEA .framer-1e8tfmj, .framer-6ioEA .framer-remv45, .framer-6ioEA .framer-zjkl41, .framer-6ioEA .framer-2ez24z, .framer-6ioEA .framer-126n8zq, .framer-6ioEA .framer-1uc151y, .framer-6ioEA .framer-1wsnylp, .framer-6ioEA .framer-q6i5ru, .framer-6ioEA .framer-1gsyhg2, .framer-6ioEA .framer-xtadi2, .framer-6ioEA .framer-p69l8m, .framer-6ioEA .framer-15iyuut, .framer-6ioEA .framer-qpkqvc { gap: 0px; } .framer-6ioEA.framer-1vgoqmb > *, .framer-6ioEA .framer-1jpx435 > *, .framer-6ioEA .framer-15iyuut > *, .framer-6ioEA .framer-qpkqvc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6ioEA.framer-1vgoqmb > :first-child, .framer-6ioEA .framer-1jpx435 > :first-child, .framer-6ioEA .framer-cwm44w > :first-child, .framer-6ioEA .framer-rqf5so > :first-child, .framer-6ioEA .framer-ujhh9n > :first-child, .framer-6ioEA .framer-1qsxusb > :first-child, .framer-6ioEA .framer-126n8zq > :first-child, .framer-6ioEA .framer-1wsnylp > :first-child, .framer-6ioEA .framer-15iyuut > :first-child, .framer-6ioEA .framer-qpkqvc > :first-child { margin-top: 0px; } .framer-6ioEA.framer-1vgoqmb > :last-child, .framer-6ioEA .framer-1jpx435 > :last-child, .framer-6ioEA .framer-cwm44w > :last-child, .framer-6ioEA .framer-rqf5so > :last-child, .framer-6ioEA .framer-ujhh9n > :last-child, .framer-6ioEA .framer-1qsxusb > :last-child, .framer-6ioEA .framer-126n8zq > :last-child, .framer-6ioEA .framer-1wsnylp > :last-child, .framer-6ioEA .framer-15iyuut > :last-child, .framer-6ioEA .framer-qpkqvc > :last-child { margin-bottom: 0px; } .framer-6ioEA .framer-ul2dm6 > *, .framer-6ioEA .framer-2ez24z > *, .framer-6ioEA .framer-1uc151y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6ioEA .framer-ul2dm6 > :first-child, .framer-6ioEA .framer-i2o6u0 > :first-child, .framer-6ioEA .framer-1feqixa > :first-child, .framer-6ioEA .framer-vcoli2 > :first-child, .framer-6ioEA .framer-26xsvz > :first-child, .framer-6ioEA .framer-1e8tfmj > :first-child, .framer-6ioEA .framer-remv45 > :first-child, .framer-6ioEA .framer-zjkl41 > :first-child, .framer-6ioEA .framer-2ez24z > :first-child, .framer-6ioEA .framer-1uc151y > :first-child, .framer-6ioEA .framer-q6i5ru > :first-child, .framer-6ioEA .framer-1gsyhg2 > :first-child, .framer-6ioEA .framer-xtadi2 > :first-child, .framer-6ioEA .framer-p69l8m > :first-child { margin-left: 0px; } .framer-6ioEA .framer-ul2dm6 > :last-child, .framer-6ioEA .framer-i2o6u0 > :last-child, .framer-6ioEA .framer-1feqixa > :last-child, .framer-6ioEA .framer-vcoli2 > :last-child, .framer-6ioEA .framer-26xsvz > :last-child, .framer-6ioEA .framer-1e8tfmj > :last-child, .framer-6ioEA .framer-remv45 > :last-child, .framer-6ioEA .framer-zjkl41 > :last-child, .framer-6ioEA .framer-2ez24z > :last-child, .framer-6ioEA .framer-1uc151y > :last-child, .framer-6ioEA .framer-q6i5ru > :last-child, .framer-6ioEA .framer-1gsyhg2 > :last-child, .framer-6ioEA .framer-xtadi2 > :last-child, .framer-6ioEA .framer-p69l8m > :last-child { margin-right: 0px; } .framer-6ioEA .framer-i2o6u0 > *, .framer-6ioEA .framer-1feqixa > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6ioEA .framer-cwm44w > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-6ioEA .framer-rqf5so > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6ioEA .framer-vcoli2 > *, .framer-6ioEA .framer-zjkl41 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-6ioEA .framer-ujhh9n > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-6ioEA .framer-1qsxusb > *, .framer-6ioEA .framer-126n8zq > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-6ioEA .framer-26xsvz > *, .framer-6ioEA .framer-1e8tfmj > *, .framer-6ioEA .framer-remv45 > *, .framer-6ioEA .framer-xtadi2 > *, .framer-6ioEA .framer-p69l8m > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-6ioEA .framer-1wsnylp > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-6ioEA .framer-q6i5ru > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-6ioEA .framer-1gsyhg2 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",`@media (min-width: 890px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-6ioEA { background: var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15)) /* {\"name\":\"12\"} */; } .framer-6ioEA.framer-1vgoqmb { width: 890px; } .framer-6ioEA .framer-ul2dm6 { padding: 0px; } .framer-6ioEA .framer-i2o6u0 { max-width: 1024px; width: 94%; } .framer-6ioEA .framer-1cqwf5f-container { width: 280px; } .framer-6ioEA .framer-cwm44w { align-content: flex-end; align-items: flex-end; padding: 48px 0px 64px 0px; } .framer-6ioEA .framer-1feqixa { justify-content: center; width: 94%; } .framer-6ioEA .framer-1qsxusb { gap: 12px; } .framer-6ioEA .framer-1y00pzx { align-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 12px; justify-content: flex-start; } .framer-6ioEA .framer-1gsyhg2 { justify-content: flex-start; } .framer-6ioEA .framer-p69l8m { flex: none; justify-content: flex-start; max-width: unset; width: min-content; } .framer-6ioEA .framer-15iyuut { width: 94%; } .framer-6ioEA .framer-qpkqvc { align-content: center; align-items: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6ioEA .framer-1qsxusb, .framer-6ioEA .framer-1y00pzx { gap: 0px; } .framer-6ioEA .framer-1qsxusb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-6ioEA .framer-1qsxusb > :first-child { margin-top: 0px; } .framer-6ioEA .framer-1qsxusb > :last-child { margin-bottom: 0px; } .framer-6ioEA .framer-1y00pzx > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-6ioEA .framer-1y00pzx > :first-child { margin-left: 0px; } .framer-6ioEA .framer-1y00pzx > :last-child { margin-right: 0px; } }}`,`@media (max-width: 889px) { .${metadata.bodyClassName}-framer-6ioEA { background: var(--token-824acf41-ea1f-4a04-9e5f-874f3653bed9, rgb(17, 16, 15)) /* {\"name\":\"12\"} */; } .framer-6ioEA.framer-1vgoqmb { width: 440px; } .framer-6ioEA .framer-ul2dm6 { padding: 0px; } .framer-6ioEA .framer-i2o6u0 { width: 86%; } .framer-6ioEA .framer-cwm44w { gap: 36px; padding: 48px 0px 64px 0px; } .framer-6ioEA .framer-1feqixa { justify-content: center; } .framer-6ioEA .framer-1y00pzx { align-content: flex-start; align-items: flex-start; gap: 12px; justify-content: flex-start; } .framer-6ioEA .framer-1gsyhg2 { flex-wrap: wrap; justify-content: flex-start; } .framer-6ioEA .framer-p69l8m { flex: none; max-width: unset; width: min-content; } .framer-6ioEA .framer-qpkqvc { align-content: center; align-items: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6ioEA .framer-cwm44w, .framer-6ioEA .framer-1y00pzx { gap: 0px; } .framer-6ioEA .framer-cwm44w > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-6ioEA .framer-cwm44w > :first-child { margin-top: 0px; } .framer-6ioEA .framer-cwm44w > :last-child { margin-bottom: 0px; } .framer-6ioEA .framer-1y00pzx > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-6ioEA .framer-1y00pzx > :first-child { margin-left: 0px; } .framer-6ioEA .framer-1y00pzx > :last-child { margin-right: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,'.framer-6ioEA[data-border=\"true\"]::after, .framer-6ioEA [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2327\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qUnvB5ugH\":{\"layout\":[\"fixed\",\"auto\"]},\"fmoEaLnV1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramereB1x1RCeu=withCSS(Component,css,\"framer-6ioEA\");export default FramereB1x1RCeu;FramereB1x1RCeu.displayName=\"Collection\";FramereB1x1RCeu.defaultProps={height:2327,width:1440};addFonts(FramereB1x1RCeu,[{explicitInter:true,fonts:[{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\"}]},...NavigationFonts,...UserGuidesNavigationFonts,...MaterialFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"cwvLslKEs\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"cwvLslKEs\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"mGSL2taMR\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"mGSL2taMR\"]):[],...((_componentPresets_fonts4=componentPresets.fonts)===null||_componentPresets_fonts4===void 0?void 0:_componentPresets_fonts4[\"g6IDEQRmJ\"])?getFontsFromComponentPreset((_componentPresets_fonts5=componentPresets.fonts)===null||_componentPresets_fonts5===void 0?void 0:_componentPresets_fonts5[\"g6IDEQRmJ\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereB1x1RCeu\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qUnvB5ugH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fmoEaLnV1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2327\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "_componentPresets_fonts4", "_componentPresets_fonts5", "NavigationFonts", "getFonts", "y1n4gd2HF_default", "UserGuidesNavigationFonts", "CSc7wus61_default", "MaterialFonts", "Icon", "FooterFonts", "BfQzXDq0i_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "isSet", "value", "transition1", "animation", "animation1", "animation2", "toResponsiveImage", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "prefix", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "_enumToDisplayNameFunctions_JAvw_bRPp", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "hlWv1USFN_default", "livDToECQ_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "style", "className", "layoutId", "variant", "UDcCc5lpT", "Giyr_7EUm", "Giyr_7EUm_qWZVTZa9Y", "Giyr_7EUm_X7RBWbFHy", "Qba5DYbpQ", "Qba5DYbpQ_X7RBWbFHy", "Qba5DYbpQ_OZGVwDHZn", "JAvw_bRPp", "wNtm_RtX8", "HaGgrPoCQ", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterizu9gt", "overlay", "paginationInfo", "args", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "visible1", "ref4", "elementId2", "ref5", "ref6", "elementId3", "ref7", "elementId4", "ref8", "elementId5", "ref9", "textContent", "enumToDisplayNameFunctions", "activeLocaleCode", "useLocaleCode", "textContent1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Link", "RichText2", "x", "l", "AnimatePresence", "Floating", "Image2", "ComponentPresetsProvider", "css", "FramereB1x1RCeu", "withCSS", "eB1x1RCeu_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
