{"version":3,"file":"15CWVIaUSdzjFAsme61RhgTt6xplJFAeSUbzd79zazM.34h03wVl.mjs","names":["Navbar","Button","Footer","metadata","className","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/niEQlYeQaZYp8kLKSSHW/W1hwcrjQWBnp4VqLdpAg/V8eczgv_l.js"],"sourcesContent":["// Generated by Framer (2c4b293)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Button from\"#framer/local/canvasComponent/bLjYURdFS/bLjYURdFS.js\";import Footer from\"#framer/local/canvasComponent/DLjTdXX7Z/DLjTdXX7Z.js\";import Navbar from\"#framer/local/canvasComponent/X1rNdH8g7/X1rNdH8g7.js\";import*as sharedStyle1 from\"#framer/local/css/wyEZxOy3a/wyEZxOy3a.js\";import*as sharedStyle from\"#framer/local/css/Yag6ji2OD/Yag6ji2OD.js\";import metadataProvider from\"#framer/local/webPageMetadata/V8eczgv_l/V8eczgv_l.js\";const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ButtonFonts=getFonts(Button);const FooterFonts=getFonts(Footer);const cycleOrder=[\"CAWQNs3fL\",\"sTIvFIQ1K\",\"RxdgirTad\",\"HZyG3YAo7\"];const breakpoints={CAWQNs3fL:\"(min-width: 1440px)\",HZyG3YAo7:\"(max-width: 767px)\",RxdgirTad:\"(min-width: 768px) and (max-width: 991px)\",sTIvFIQ1K:\"(min-width: 992px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bHFDW\";const variantClassNames={CAWQNs3fL:\"framer-v-rjk9br\",HZyG3YAo7:\"framer-v-qsweqp\",RxdgirTad:\"framer-v-1xrnman\",sTIvFIQ1K:\"framer-v-1ri4d3c\"};const transition1={delay:0,duration:.9,ease:[.22,-.01,.33,.83],type:\"tween\"};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:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};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:.9,skewX:0,skewY:0,x:0,y:0};const transition3={delay:0,duration:1.1,ease:[.67,.33,.23,1.02],type:\"tween\"};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:.7,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:1.5,ease:[.53,.27,.4,1],type:\"tween\"};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:.5,skewX:0,skewY:0,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 2\":\"sTIvFIQ1K\",Desktop:\"CAWQNs3fL\",Phone:\"HZyG3YAo7\",Tablet:\"RxdgirTad\"};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:\"CAWQNs3fL\"};};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-bHFDW`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-bHFDW`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const id=useRouteElementId(\"UoMnI0pYd\");const ref2=React.useRef(null);const router=useRouter();const id1=useRouteElementId(\"Zpyy1qwiJ\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"CAWQNs3fL\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rjk9br\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1g1idol\",\"data-framer-name\":\"Nav Section\",name:\"Nav Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HZyG3YAo7:{width:\"min(100vw - 64px, 1200px)\"},RxdgirTad:{width:\"min(100vw - 64px, 1200px)\"},sTIvFIQ1K:{width:\"min(100vw - 120px, 1200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:\"1200px\",y:16,children:/*#__PURE__*/_jsx(Container,{animate:animation,className:\"framer-1otb4v5-container\",\"data-framer-appear-id\":\"1otb4v5\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HZyG3YAo7:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"vOAx17ieJ\"},RxdgirTad:{style:{maxWidth:\"100%\",width:\"100%\"}},sTIvFIQ1K:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"nOmqKnN54\",layoutId:\"nOmqKnN54\",style:{maxWidth:\"100%\"},variant:\"SBguoMFga\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1jf11ym\",\"data-framer-name\":\"Section\",id:id,name:\"Section\",ref:ref2,children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1aayfpr\",\"data-framer-appear-id\":\"1aayfpr\",\"data-framer-name\":\"Hero Container\",initial:animation3,name:\"Hero Container\",optimized:true,children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-15bv40p\",\"data-framer-appear-id\":\"15bv40p\",\"data-framer-name\":\"Content\",initial:animation5,name:\"Content\",optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1t8ye9h\",\"data-styles-preset\":\"Yag6ji2OD\",style:{\"--framer-text-alignment\":\"center\"},children:\"Oops! Page Not Found\"})}),className:\"framer-mk5cbv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-137jvyn\",\"data-styles-preset\":\"wyEZxOy3a\",style:{\"--framer-text-alignment\":\"center\"},children:\"The page you're looking for can't be found. It might have been moved, deleted, or perhaps the URL was mistyped.\"})}),className:\"framer-7cncm9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-xjd6ci\",\"data-framer-appear-id\":\"xjd6ci\",\"data-framer-name\":\"Action buttons\",initial:animation7,name:\"Action buttons\",optimized:true,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:707.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xpvfhk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HZyG3YAo7:{ghnjr0KjJ:resolvedLinks[3]},RxdgirTad:{ghnjr0KjJ:resolvedLinks[2]},sTIvFIQ1K:{ghnjr0KjJ:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{ghnjr0KjJ:resolvedLinks[0],height:\"100%\",id:\"MIh_E2sbk\",JhnwCLiwV:\"Home page\",layoutId:\"MIh_E2sbk\",variant:\"BThQQDeqw\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,width:\"100vw\",y:1101,children:/*#__PURE__*/_jsx(Container,{className:\"framer-adoti1-container\",id:id1,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HZyG3YAo7:{variant:\"FOEpTXdAl\"},RxdgirTad:{variant:\"Hy5rKtOox\"},sTIvFIQ1K:{variant:\"TZgLoGoot\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Zpyy1qwiJ\",layoutId:\"Zpyy1qwiJ\",style:{width:\"100%\"},variant:\"y78cgUSua\",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-bHFDW { background: var(--token-8b8dca7e-f304-4e9e-9caf-aa39f4ec24d4, rgb(248, 250, 252)); }`,\".framer-bHFDW.framer-xgu1y4, .framer-bHFDW .framer-xgu1y4 { display: block; }\",\".framer-bHFDW.framer-rjk9br { align-content: center; align-items: center; background-color: var(--token-8b8dca7e-f304-4e9e-9caf-aa39f4ec24d4, #f8fafc); 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-bHFDW .framer-1g1idol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 60px 16px 60px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-bHFDW .framer-1otb4v5-container { flex: none; height: auto; max-width: 1200px; position: relative; width: auto; z-index: 10; }\",\".framer-bHFDW .framer-1jf11ym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px 60px 32px 60px; position: relative; width: 100%; }\",\".framer-bHFDW .framer-1aayfpr { align-content: center; align-items: center; background-color: var(--token-e23e9fe4-f9ac-4a61-ade5-073c1d61b52f, #f1f5f9); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 120px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-bHFDW .framer-15bv40p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bHFDW .framer-mk5cbv, .framer-bHFDW .framer-7cncm9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bHFDW .framer-xjd6ci { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bHFDW .framer-1xpvfhk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bHFDW .framer-adoti1-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bHFDW.framer-rjk9br, .framer-bHFDW .framer-1g1idol, .framer-bHFDW .framer-1jf11ym, .framer-bHFDW .framer-1aayfpr, .framer-bHFDW .framer-15bv40p, .framer-bHFDW .framer-xjd6ci { gap: 0px; } .framer-bHFDW.framer-rjk9br > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bHFDW.framer-rjk9br > :first-child, .framer-bHFDW .framer-1g1idol > :first-child, .framer-bHFDW .framer-1jf11ym > :first-child, .framer-bHFDW .framer-1aayfpr > :first-child, .framer-bHFDW .framer-15bv40p > :first-child { margin-top: 0px; } .framer-bHFDW.framer-rjk9br > :last-child, .framer-bHFDW .framer-1g1idol > :last-child, .framer-bHFDW .framer-1jf11ym > :last-child, .framer-bHFDW .framer-1aayfpr > :last-child, .framer-bHFDW .framer-15bv40p > :last-child { margin-bottom: 0px; } .framer-bHFDW .framer-1g1idol > *, .framer-bHFDW .framer-1jf11ym > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bHFDW .framer-1aayfpr > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bHFDW .framer-15bv40p > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bHFDW .framer-xjd6ci > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-bHFDW .framer-xjd6ci > :first-child { margin-left: 0px; } .framer-bHFDW .framer-xjd6ci > :last-child { margin-right: 0px; } }\",\"@media (min-width: 1440px) { .framer-bHFDW .hidden-rjk9br { display: none !important; } }\",`@media (min-width: 992px) and (max-width: 1439px) { .framer-bHFDW .hidden-1ri4d3c { display: none !important; } .${metadata.bodyClassName}-framer-bHFDW { background: var(--token-8b8dca7e-f304-4e9e-9caf-aa39f4ec24d4, rgb(248, 250, 252)); } .framer-bHFDW.framer-rjk9br { width: 992px; } .framer-bHFDW .framer-1otb4v5-container { width: 100%; }}`,`@media (min-width: 768px) and (max-width: 991px) { .framer-bHFDW .hidden-1xrnman { display: none !important; } .${metadata.bodyClassName}-framer-bHFDW { background: var(--token-8b8dca7e-f304-4e9e-9caf-aa39f4ec24d4, rgb(248, 250, 252)); } .framer-bHFDW.framer-rjk9br { width: 768px; } .framer-bHFDW .framer-1g1idol { padding: 16px 32px 16px 32px; } .framer-bHFDW .framer-1otb4v5-container { width: 100%; } .framer-bHFDW .framer-1jf11ym { padding: 0px 32px 32px 32px; }}`,`@media (max-width: 767px) { .framer-bHFDW .hidden-qsweqp { display: none !important; } .${metadata.bodyClassName}-framer-bHFDW { background: var(--token-8b8dca7e-f304-4e9e-9caf-aa39f4ec24d4, rgb(248, 250, 252)); } .framer-bHFDW.framer-rjk9br { width: 375px; } .framer-bHFDW .framer-1g1idol { padding: 16px 32px 16px 32px; } .framer-bHFDW .framer-1otb4v5-container { width: 100%; } .framer-bHFDW .framer-1jf11ym { padding: 0px 16px 32px 16px; } .framer-bHFDW .framer-1aayfpr { padding: 32px 16px 32px 16px; }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1137\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sTIvFIQ1K\":{\"layout\":[\"fixed\",\"auto\"]},\"RxdgirTad\":{\"layout\":[\"fixed\",\"auto\"]},\"HZyG3YAo7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerV8eczgv_l=withCSS(Component,css,\"framer-bHFDW\");export default FramerV8eczgv_l;FramerV8eczgv_l.displayName=\"Page\";FramerV8eczgv_l.defaultProps={height:1137,width:1440};addFonts(FramerV8eczgv_l,[{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\"}]},...NavbarFonts,...ButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV8eczgv_l\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1137\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sTIvFIQ1K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RxdgirTad\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HZyG3YAo7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}