{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/wp42Ew9GRN1HthwUBFT5/sN1tpY4lmoLFosjzcudK/s7T8MQlhS.js"],
  "sourcesContent": ["// Generated by Framer (20dc3ed)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MobileNav from\"#framer/local/canvasComponent/dFso1NHyC/dFso1NHyC.js\";import Logo from\"#framer/local/canvasComponent/leiTfRX88/leiTfRX88.js\";import Cta from\"#framer/local/canvasComponent/RmckBLHJ_/RmckBLHJ_.js\";import Nav from\"#framer/local/canvasComponent/wycBwddI2/wycBwddI2.js\";import*as sharedStyle from\"#framer/local/css/a2H3_dxwj/a2H3_dxwj.js\";import metadataProvider from\"#framer/local/webPageMetadata/s7T8MQlhS/s7T8MQlhS.js\";const LogoFonts=getFonts(Logo);const NavFonts=getFonts(Nav);const MotionAsideWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.aside));const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const CtaFonts=getFonts(Cta);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MobileNavFonts=getFonts(MobileNav);const ContainerWithFX=withFX(Container);const breakpoints={cBLrgIDf9:\"(min-width: 1440px)\",is6IRnfeO:\"(min-width: 810px) and (max-width: 1439px)\",sOOQvJ763:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-MZIQb\";const variantClassNames={cBLrgIDf9:\"framer-v-1yyguni\",is6IRnfeO:\"framer-v-15gq7kz\",sOOQvJ763:\"framer-v-qete9h\"};const transition1={bounce:0,delay:0,duration:.6,type:\"spring\"};const animation={opacity:1,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,x:-40,y:0};const transition2={bounce:0,delay:.4,duration:.8,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120};const transition3={bounce:0,delay:.8,duration:.6,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={bounce:0,delay:1.2,duration:1.2,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"cBLrgIDf9\",Phone:\"sOOQvJ763\",Tablet:\"is6IRnfeO\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cBLrgIDf9\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,SWOHdzSJi,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"sOOQvJ763\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"sOOQvJ763\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"cBLrgIDf9\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-efe52457-0798-421a-a43d-7626270e2f62, rgb(250, 250, 250)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1yyguni\",className),\"data-selection\":true,ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tb2kiy\",\"data-framer-name\":\"wrapper\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionAsideWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__targetOpacity:1,animate:animation,className:\"framer-cgkor0 hidden-qete9h\",\"data-framer-appear-id\":\"cgkor0\",\"data-framer-name\":\"nav container\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lqfpv9\",\"data-framer-name\":\"logo top\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+0+0+0+32+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jhvrg4-container\",nodeId:\"gBH0u_TfC\",scopeId:\"s7T8MQlhS\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"gBH0u_TfC\",layoutId:\"gBH0u_TfC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,y:(componentViewport?.y||0)+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x331rp-container\",nodeId:\"ChfvSSbmA\",scopeId:\"s7T8MQlhS\",children:/*#__PURE__*/_jsx(Nav,{height:\"100%\",id:\"ChfvSSbmA\",layoutId:\"ChfvSSbmA\",style:{height:\"100%\"},variant:\"knJ5Yvcdp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iuzil3\",\"data-framer-name\":\"scroll bottom\",style:{rotate:90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qnuxe0\",\"data-framer-name\":\"\u2908\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 17\"><path d=\"M 7.569 12.652 C 6.055 13.904 4.948 15.228 4.228 16.588 L 3.711 16.588 C 2.991 15.228 1.883 13.904 0.369 12.652 L 0.369 11.632 C 1.662 12.204 2.659 12.777 3.305 13.349 L 3.305 7.892 L 0.369 7.892 L 0.369 6.621 L 3.305 6.621 L 3.305 0.304 L 4.615 0.304 L 4.615 6.621 L 7.569 6.621 L 7.569 7.892 L 4.615 7.892 L 4.615 13.349 C 5.262 12.795 6.259 12.204 7.569 11.632 Z\" fill=\"var(--token-b819ff3b-80ad-45f2-8389-6a403046bb14, rgb(106, 107, 108))\"></path></svg>',svgContentId:12880533443,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1qgrm0z\",\"data-framer-name\":\"content container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s22bt\",\"data-framer-name\":\"hero text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sOOQvJ763:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"718.5197473988887px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"650px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"404\"})}),viewBox:\"0 0 1319.9259873699443 650\",viewBoxScale:undefined}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"718.5197473988887px\",\"--framer-letter-spacing\":\"-0.05em\",\"--framer-line-height\":\"530px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"404\"})}),className:\"framer-1dp7hbt\",\"data-framer-appear-id\":\"1dp7hbt\",fonts:[\"FS;Satoshi-regular\"],initial:animation3,optimized:true,verticalAlignment:\"top\",viewBox:\"0 0 1320 530\",viewBoxScale:.88,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ummlhf\",\"data-styles-preset\":\"a2H3_dxwj\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Looks like the page you're searching for took a detour \"})}),className:\"framer-12lwy4\",\"data-framer-appear-id\":\"12lwy4\",fonts:[\"Inter\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TGEPUUHGI\"},implicitPathVariables:undefined},{href:{webPageId:\"TGEPUUHGI\"},implicitPathVariables:undefined},{href:{webPageId:\"TGEPUUHGI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1ehmjzc-container\",\"data-framer-appear-id\":\"1ehmjzc\",initial:animation5,nodeId:\"WDprqarTQ\",optimized:true,rendersWithMotion:true,scopeId:\"s7T8MQlhS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{is6IRnfeO:{AqU5_Et2Y:resolvedLinks[1]},sOOQvJ763:{AqU5_Et2Y:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Cta,{AqU5_Et2Y:resolvedLinks[0],dma3rUAmt:\"Back to home\",height:\"100%\",id:\"WDprqarTQ\",layoutId:\"WDprqarTQ\",variant:\"Cn38X3hlo\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-19s07if\",\"data-framer-appear-id\":\"19s07if\",\"data-framer-name\":\"img container\",initial:animation7,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sOOQvJ763:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+60+0+0+0+-99.8086),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg\",srcSet:\"https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg 2400w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+-99.8086),pixelHeight:1600,pixelWidth:2400,src:\"https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg\",srcSet:\"https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/KJg9gLyUNGDRUX71ymnWoSK4fYI.jpeg 2400w\"},className:\"framer-xbgey5\",\"data-framer-name\":\"image\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sOOQvJ763:{height:72,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation8},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-innv54-container hidden-1yyguni hidden-15gq7kz\",layoutScroll:true,nodeId:\"uZwuL9NLh\",rendersWithMotion:true,scopeId:\"s7T8MQlhS\",children:/*#__PURE__*/_jsx(MobileNav,{height:\"100%\",id:\"uZwuL9NLh\",layoutId:\"uZwuL9NLh\",style:{width:\"100%\"},variant:\"vdC0Iplot\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MZIQb.framer-blsm98, .framer-MZIQb .framer-blsm98 { display: block; }\",'.framer-MZIQb.framer-1yyguni { --selection-background-color: var(--token-43464fc0-8f12-4214-bfdd-fa0c6aa29267, #0f0f0f) /* {\"name\":\"white\"} */; --selection-color: var(--token-283ea31f-b647-4e70-bb29-652cda6f0e97, #ff4d00) /* {\"name\":\"primary\"} */; align-content: center; align-items: center; background-color: var(--token-efe52457-0798-421a-a43d-7626270e2f62, #fafafa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }',\".framer-MZIQb .framer-tb2kiy { 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: 100%; }\",\".framer-MZIQb .framer-cgkor0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 0px; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }\",\".framer-MZIQb .framer-1lqfpv9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 8px; overflow: hidden; padding: 0px; position: absolute; top: 32px; width: min-content; z-index: 10; }\",\".framer-MZIQb .framer-jhvrg4-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-MZIQb .framer-1x331rp-container { flex: none; height: 100vh; position: relative; width: auto; z-index: 1; }\",\".framer-MZIQb .framer-iuzil3 { align-content: center; align-items: center; bottom: 28px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 4px; overflow: hidden; padding: 0px; position: absolute; right: 4px; z-index: 1; }\",\".framer-MZIQb .framer-1qnuxe0 { flex: none; height: 17px; position: relative; width: 8px; }\",\".framer-MZIQb .framer-1qgrm0z { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-MZIQb .framer-1s22bt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100vh; justify-content: space-between; overflow: visible; padding: 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-MZIQb .framer-1dp7hbt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-MZIQb .framer-12lwy4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-MZIQb .framer-1ehmjzc-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-MZIQb .framer-19s07if { -webkit-backdrop-filter: blur(10px); -webkit-filter: grayscale(1); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: var(--token-43464fc0-8f12-4214-bfdd-fa0c6aa29267, #0f0f0f); border-bottom-left-radius: 120px; display: flex; filter: grayscale(1); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-MZIQb .framer-xbgey5 { align-content: center; align-items: center; border-bottom-left-radius: 120px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 119.96173469387755vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-MZIQb .framer-innv54-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",...sharedStyle.css,'.framer-MZIQb[data-selection=\"true\"] * ::selection, .framer-MZIQb [data-selection=\"true\"] * ::selection { color: var(--selection-color, none); background-color: var(--selection-background-color, none); }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-MZIQb.framer-1yyguni { width: 810px; } .framer-MZIQb .framer-1s22bt { gap: 80px; justify-content: center; }}\",\"@media (max-width: 809px) { .framer-MZIQb.framer-1yyguni { width: 390px; } .framer-MZIQb .framer-tb2kiy { flex-direction: column; padding: 60px 0px 0px 0px; } .framer-MZIQb .framer-1qgrm0z { flex: none; width: 100%; } .framer-MZIQb .framer-1s22bt { gap: 80px; justify-content: center; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"is6IRnfeO\":{\"layout\":[\"fixed\",\"auto\"]},\"sOOQvJ763\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framers7T8MQlhS=withCSS(Component,css,\"framer-MZIQb\");export default Framers7T8MQlhS;Framers7T8MQlhS.displayName=\"Page\";Framers7T8MQlhS.defaultProps={height:800,width:1440};addFonts(Framers7T8MQlhS,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/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\"}]},...LogoFonts,...NavFonts,...CtaFonts,...MobileNavFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framers7T8MQlhS\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"800\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"is6IRnfeO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sOOQvJ763\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "2gBACw7B,IAAMA,GAAUC,EAASC,CAAI,EAAQC,GAASF,EAASG,CAAG,EAAQC,GAA2CC,EAA0BC,EAAOC,EAAO,KAAK,CAAC,EAAQC,EAAkCH,EAA0BI,CAAQ,EAAQC,GAASV,EAASW,CAAG,EAAQC,GAAmCP,EAA0BQ,CAAS,EAAQC,GAAmCT,EAA0BE,EAAO,GAAG,EAAQQ,GAAef,EAASgB,CAAS,EAAQC,GAAgBX,EAAOO,CAAS,EAAQK,GAAY,CAAC,UAAU,sBAAsB,UAAU,6CAA6C,UAAU,oBAAoB,EAAQC,EAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,KAAK,QAAQ,EAAQC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,EAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,IAAI,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,EAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,GAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,GAAM,UAAAC,GAAU,SAAAC,GAAS,QAAAC,GAAQ,UAAAC,GAAU,GAAGC,EAAS,EAAEvB,GAASI,CAAK,EAAQoB,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiB,OAAUZ,CAAY,EAAE,GAAGY,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUb,CAAY,CAAC,EAAQc,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiB,OAAUZ,CAAY,EAAE,SAAS,MAAMY,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUZ,CAAY,CAAC,EAAE,GAAK,CAACe,EAAYC,EAAmB,EAAEC,EAA8BT,GAAQ3C,GAAY,EAAK,EAAQqD,GAAe,OAAoEC,GAAkBC,EAAGrD,GAAkB,GAArE,CAAauC,CAAS,CAAuE,EAAQe,GAAY,IAASvD,EAAU,EAAiBiD,IAAc,YAAtB,GAAmEO,GAAOC,EAAU,EAAQC,GAAa,IAAQ,CAAC1D,EAAU,GAAiBiD,IAAc,YAAuC,OAAAU,EAAiB,CAAC,CAAC,EAAsBxC,EAAKyC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA1D,EAAiB,EAAE,SAAsB2D,EAAMC,EAAY,CAAC,GAAGrB,IAAUT,GAAgB,SAAS,CAAcb,EAAKH,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAe6C,EAAMzE,EAAO,IAAI,CAAC,GAAGwD,GAAU,UAAUU,EAAGD,GAAkB,iBAAiBb,EAAS,EAAE,iBAAiB,GAAK,IAAIT,EAAW,MAAM,CAAC,GAAGQ,EAAK,EAAE,SAAS,CAAcsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAACN,GAAY,GAAgBM,EAAM5E,GAA2C,CAAC,gBAAgB,GAAM,gBAAgB,EAAE,QAAQmB,GAAU,UAAU,8BAA8B,wBAAwB,SAAS,mBAAmB,gBAAgB,QAAQC,GAAW,UAAU,GAAK,SAAS,CAAcc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAsBA,EAAK4C,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAG1B,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,SAAsBlB,EAAKzB,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsByB,EAAKrC,EAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqC,EAAK4C,EAA0B,CAAC,OAAO,IAAI,GAAG1B,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,SAAsBlB,EAAKzB,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsByB,EAAKnC,EAAI,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAK/B,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,MAAM,CAAC,OAAO,EAAE,EAAE,SAAsB+B,EAAK6C,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAI,QAAQ,EAAE,IAAI,2jBAA2jB,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeH,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAc1C,EAAK8C,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB9B,EAAW+C,EAAS,CAAC,SAAsB/C,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,sBAAsB,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,QAAQ,6BAA6B,aAAa,MAAS,CAAC,EAAE,SAAsBA,EAAK9B,EAAkC,CAAC,sBAAsB,GAAK,QAAQkB,EAAW,SAAsBY,EAAW+C,EAAS,CAAC,SAAsB/C,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2BAA2B,uBAAuB,+CAA+C,qBAAqB,sBAAsB,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,MAAM,CAAC,oBAAoB,EAAE,QAAQX,EAAW,UAAU,GAAK,kBAAkB,MAAM,QAAQ,eAAe,aAAa,IAAI,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeW,EAAK9B,EAAkC,CAAC,sBAAsB,GAAK,QAAQkB,EAAW,SAAsBY,EAAW+C,EAAS,CAAC,SAAsB/C,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,yDAAyD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,MAAM,CAAC,OAAO,EAAE,QAAQX,EAAW,UAAU,GAAK,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeW,EAAKgD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BjD,EAAK4C,EAA0B,CAAC,OAAO,GAAG,SAAsB5C,EAAK1B,GAAmC,CAAC,QAAQiB,GAAW,UAAU,2BAA2B,wBAAwB,UAAU,QAAQC,GAAW,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAsBQ,EAAK8C,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmB,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBjD,EAAK3B,EAAI,CAAC,UAAU4E,EAAc,CAAC,EAAE,UAAU,eAAe,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejD,EAAKxB,GAAmC,CAAC,QAAQkB,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,gBAAgB,QAAQC,GAAW,UAAU,GAAK,SAAsBK,EAAK8C,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQoB,GAA2BhC,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,QAAQ,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,wEAAwE,OAAO,wWAAwW,CAAC,CAAC,EAAE,SAAsBlB,EAAKmD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2BhC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE,YAAY,KAAK,WAAW,KAAK,IAAI,wEAAwE,OAAO,wWAAwW,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,GAAa,GAAgBvC,EAAK8C,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,MAAMZ,GAAmB,OAAO,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAsBlB,EAAK4C,EAA0B,CAAC,SAAsB5C,EAAKrB,GAAgB,CAAC,kBAAkB,CAAC,WAAWK,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOY,EAAU,EAAE,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,wDAAwD,aAAa,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKtB,EAAU,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesB,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQoD,GAAI,CAAC,kFAAkF,gFAAgF,+iBAA+iB,oRAAoR,4WAA4W,yTAAyT,wGAAwG,sHAAsH,gTAAgT,8FAA8F,2SAA2S,mRAAmR,iQAAiQ,oTAAoT,4KAA4K,mlBAAmlB,+XAA+X,sIAAsI,GAAeA,EAAI,8MAA8M,2KAA2K,iSAAiS,EAapzjBC,EAAgBC,EAAQ/C,GAAU6C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,EAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5F,GAAU,GAAGG,GAAS,GAAGQ,GAAS,GAAGK,GAAe,GAAGgF,EAAoCC,CAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC9nE,IAAMC,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,qBAAuB,OAAO,yBAA2B,QAAQ,sBAAwB,MAAM,qBAAuB,OAAO,6BAA+B,OAAO,oCAAsC,4JAA0L,4BAA8B,OAAO,kBAAoB,OAAO,qBAAuB,4BAA4B,yBAA2B,OAAO,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["LogoFonts", "getFonts", "leiTfRX88_default", "NavFonts", "wycBwddI2_default", "MotionAsideWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "RichTextWithOptimizedAppearEffect", "RichText", "CtaFonts", "RmckBLHJ_default", "ContainerWithOptimizedAppearEffect", "Container", "MotionDivWithOptimizedAppearEffect", "MobileNavFonts", "dFso1NHyC_default", "ContainerWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "SWOHdzSJi", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "SVG", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "Image2", "css", "Framers7T8MQlhS", "withCSS", "s7T8MQlhS_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
