{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/LYgcwNGLj5viyWoqhNmg/iQI5lwnYBYjygmGvwsBm/BDZMIcAo8.js"],
  "sourcesContent": ["// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ComponentRemixButton from\"#framer/local/canvasComponent/DaMjA_bSv/DaMjA_bSv.js\";import SectionNav from\"#framer/local/canvasComponent/hi2D5zuII/hi2D5zuII.js\";import SectionFooter from\"#framer/local/canvasComponent/rqzkyqegJ/rqzkyqegJ.js\";import SectionBanner from\"#framer/local/canvasComponent/upMXkB9r1/upMXkB9r1.js\";import ComponentButton from\"#framer/local/canvasComponent/Zoj4795tm/Zoj4795tm.js\";import*as sharedStyle from\"#framer/local/css/HL0W5bs31/HL0W5bs31.js\";import*as sharedStyle1 from\"#framer/local/css/QiWPitsTf/QiWPitsTf.js\";import metadataProvider from\"#framer/local/webPageMetadata/BDZMIcAo8/BDZMIcAo8.js\";const SectionBannerFonts=getFonts(SectionBanner);const SectionNavFonts=getFonts(SectionNav);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ComponentButtonFonts=getFonts(ComponentButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ImageWithFX=withFX(Image);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const SectionFooterFonts=getFonts(SectionFooter);const ComponentRemixButtonFonts=getFonts(ComponentRemixButton);const breakpoints={rDsbLeabK:\"(min-width: 810px) and (max-width: 1199px)\",xcIMnfBjl:\"(max-width: 809px)\",Zwgn79lXo:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-tWOcZ\";const variantClassNames={rDsbLeabK:\"framer-v-ilkdhi\",xcIMnfBjl:\"framer-v-xpbl9g\",Zwgn79lXo:\"framer-v-1rnep3h\"};const transition1={delay:0,duration:1.4,ease:[.16,1,.3,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:12,rotateY:12,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:24};const transition2={delay:.15,duration:1.4,ease:[.16,1,.3,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:.3,duration:1.4,ease:[.16,1,.3,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.8,duration:1.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition5={delay:0,duration:5,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:1,rotate:5,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:120,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"Zwgn79lXo\",Phone:\"xcIMnfBjl\",Tablet:\"rDsbLeabK\"};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:\"Zwgn79lXo\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-tWOcZ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-tWOcZ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"xcIMnfBjl\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Zwgn79lXo\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1rnep3h\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bjzf96-container hidden-xpbl9g\",children:/*#__PURE__*/_jsx(SectionBanner,{height:\"100%\",id:\"fJZcrZrtp\",layoutId:\"fJZcrZrtp\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xcIMnfBjl:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:40,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xcIMnfBjl:{layoutScroll:true}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-12fpb2z-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rDsbLeabK:{variant:\"eWOSIu7vl\"},xcIMnfBjl:{variant:\"CuiKXmflE\"}},children:/*#__PURE__*/_jsx(SectionNav,{height:\"100%\",id:\"gDvxu_aCe\",layoutId:\"gDvxu_aCe\",Qny4ie04_:\"y1BDuLxqK\",style:{width:\"100%\"},UFHGGs38K:\"y1BDuLxqK\",variant:\"hrC7WoXRj\",width:\"100%\",XgWSdgRPl:\"y1BDuLxqK\",xNk_1qBrQ:\"y1BDuLxqK\",z8NCdjPVV:\"y1BDuLxqK\"})})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-ndr2gg\",\"data-framer-name\":\"Section / Header\",name:\"Section / Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ut6wk4\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1o1ea90\",\"data-styles-preset\":\"HL0W5bs31\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-81b168de-2b30-4241-a479-82fa25c80f8c, rgb(15, 23, 42))\"},children:\"404 error\"})}),className:\"framer-16r9a1g\",\"data-framer-appear-id\":\"16r9a1g\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-bu8nf8\",\"data-styles-preset\":\"QiWPitsTf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-81b168de-2b30-4241-a479-82fa25c80f8c, rgb(15, 23, 42))\"},children:\"Page can\u2019t be found\"})}),className:\"framer-muycxa\",\"data-framer-appear-id\":\"muycxa\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rDsbLeabK:{y:522.6},xcIMnfBjl:{y:396.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:572.6,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-kgriea-container\",\"data-framer-appear-id\":\"kgriea\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rDsbLeabK:{KIsiCiGC_:resolvedLinks[1]},xcIMnfBjl:{KIsiCiGC_:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ComponentButton,{height:\"100%\",id:\"eWG65jQ4u\",KIsiCiGC_:resolvedLinks[0],layoutId:\"eWG65jQ4u\",lThdUDiar:\"Go home\",variant:\"rFDp1nJEi\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-tjfq1n\",\"data-framer-appear-id\":\"tjfq1n\",\"data-framer-name\":\"BG Pattern\",initial:animation5,name:\"BG Pattern\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rDsbLeabK:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(268),positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw, 1600px) + 360px)\",src:\"https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png\",srcSet:\"https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png 2048w\"}},xcIMnfBjl:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(249),positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw, 1600px) + 360px)\",src:\"https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png\",srcSet:\"https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png 2048w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation6,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(292),positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw, 1600px) + 360px)\",src:\"https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png\",srcSet:\"https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png?scale-down-to=512 512w,https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CdpIZhKZWupEPdxvICwXdUkgRxo.png 2048w\"},className:\"framer-unxgtm\",\"data-framer-name\":\"BG Pattern\",name:\"BG Pattern\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y867ol\",\"data-framer-name\":\"BG Overlay\",name:\"BG Overlay\"})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rDsbLeabK:{y:812},xcIMnfBjl:{y:600}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:789,width:\"min(100vw, 1600px)\",y:912,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vhaorr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rDsbLeabK:{variant:\"NzoJHTWry\"},xcIMnfBjl:{variant:\"iUgW4Y6da\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"AlT2ThIKy\",layoutId:\"AlT2ThIKy\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"yK27IpvJy\",width:\"100%\",wRO4ssTGR:true,yNKCT07yx:true})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"142px\",y:900,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s6965e-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(ComponentRemixButton,{height:\"100%\",id:\"EArOmbhwH\",layoutId:\"EArOmbhwH\",style:{height:\"100%\",width:\"100%\"},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-tWOcZ { background: var(--token-0a481ec1-86f0-4e6d-86e6-79d7bce4ec1d, rgb(255, 255, 255)) /* {\"name\":\"BG 1\"} */; }`,\".framer-tWOcZ.framer-x8u37p, .framer-tWOcZ .framer-x8u37p { display: block; }\",\".framer-tWOcZ.framer-1rnep3h { align-content: center; align-items: center; background-color: var(--token-0a481ec1-86f0-4e6d-86e6-79d7bce4ec1d, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-tWOcZ .framer-bjzf96-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-tWOcZ .framer-12fpb2z-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-tWOcZ .framer-ndr2gg { align-content: center; align-items: center; background-color: var(--token-6c66ab83-86a5-40b1-9abe-151046188314, #f6f5ff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1600px; min-height: 80vh; overflow: visible; padding: 160px 80px 160px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-tWOcZ .framer-ut6wk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tWOcZ .framer-16r9a1g, .framer-tWOcZ .framer-muycxa { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tWOcZ .framer-kgriea-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-tWOcZ .framer-tjfq1n { align-content: center; align-items: center; background-color: var(--token-4d3e4d91-99eb-4e4d-8c88-7fa2236d8884, #463fa6); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 500px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: -1; }\",\".framer-tWOcZ .framer-unxgtm { bottom: -120px; flex: none; left: -240px; mix-blend-mode: luminosity; position: absolute; right: -120px; top: -120px; z-index: 1; }\",'.framer-tWOcZ .framer-1y867ol { background: linear-gradient(180deg, var(--token-6c66ab83-86a5-40b1-9abe-151046188314, #f6f5ff) /* {\"name\":\"Accent Light\"} */ 0%, rgba(246, 245, 255, 0) 100%); bottom: -1px; flex: none; left: -1px; mix-blend-mode: luminosity; position: absolute; right: -1px; top: -1px; z-index: 1; }',\".framer-tWOcZ .framer-vhaorr-container { flex: none; height: auto; max-width: 1600px; position: relative; width: 100%; z-index: 1; }\",\".framer-tWOcZ .framer-1s6965e-container { bottom: 64px; flex: none; height: 36px; position: fixed; right: 20px; width: 142px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tWOcZ.framer-1rnep3h, .framer-tWOcZ .framer-ndr2gg, .framer-tWOcZ .framer-ut6wk4, .framer-tWOcZ .framer-tjfq1n { gap: 0px; } .framer-tWOcZ.framer-1rnep3h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tWOcZ.framer-1rnep3h > :first-child, .framer-tWOcZ .framer-ndr2gg > :first-child, .framer-tWOcZ .framer-ut6wk4 > :first-child { margin-top: 0px; } .framer-tWOcZ.framer-1rnep3h > :last-child, .framer-tWOcZ .framer-ndr2gg > :last-child, .framer-tWOcZ .framer-ut6wk4 > :last-child { margin-bottom: 0px; } .framer-tWOcZ .framer-ndr2gg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-tWOcZ .framer-ut6wk4 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-tWOcZ .framer-tjfq1n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tWOcZ .framer-tjfq1n > :first-child { margin-left: 0px; } .framer-tWOcZ .framer-tjfq1n > :last-child { margin-right: 0px; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-tWOcZ { background: var(--token-0a481ec1-86f0-4e6d-86e6-79d7bce4ec1d, rgb(255, 255, 255)) /* {\"name\":\"BG 1\"} */; } .framer-tWOcZ.framer-1rnep3h { width: 810px; } .framer-tWOcZ .framer-ndr2gg { min-height: 70vh; padding: 120px 48px 120px 48px; } .framer-tWOcZ .framer-tjfq1n { height: 424px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-tWOcZ { background: var(--token-0a481ec1-86f0-4e6d-86e6-79d7bce4ec1d, rgb(255, 255, 255)) /* {\"name\":\"BG 1\"} */; } .framer-tWOcZ.framer-1rnep3h { width: 390px; } .framer-tWOcZ .framer-12fpb2z-container { left: 0px; position: fixed; right: 0px; width: unset; } .framer-tWOcZ .framer-ndr2gg { min-height: 60vh; padding: 136px 40px 64px 40px; } .framer-tWOcZ .framer-tjfq1n { height: 231px; }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1541\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rDsbLeabK\":{\"layout\":[\"fixed\",\"auto\"]},\"xcIMnfBjl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerBDZMIcAo8=withCSS(Component,css,\"framer-tWOcZ\");export default FramerBDZMIcAo8;FramerBDZMIcAo8.displayName=\"404\";FramerBDZMIcAo8.defaultProps={height:1541,width:1200};addFonts(FramerBDZMIcAo8,[{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\"}]},...SectionBannerFonts,...SectionNavFonts,...ComponentButtonFonts,...SectionFooterFonts,...ComponentRemixButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBDZMIcAo8\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rDsbLeabK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xcIMnfBjl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1541\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SectionBannerFonts", "getFonts", "upMXkB9r1_default", "SectionNavFonts", "hi2D5zuII_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ComponentButtonFonts", "Zoj4795tm_default", "ContainerWithOptimizedAppearEffect", "Container", "ImageWithFX", "withFX", "Image2", "MotionDivWithOptimizedAppearEffect", "motion", "SectionFooterFonts", "rqzkyqegJ_default", "ComponentRemixButtonFonts", "DaMjA_bSv_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "transition5", "animation6", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "PropertyOverrides2", "x", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "css", "FramerBDZMIcAo8", "withCSS", "BDZMIcAo8_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
