{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uIPGBjZDNAErLxu5HhCO/UeW1zXZBVN7Yn91gKygO/fJQxA_iwH.js", "ssg:https://framerusercontent.com/modules/l1HlX6eBgV0MOrb0brEy/SPdLN20wFgvaDmpQBxSW/fJQxA_iwH.js"],
  "sourcesContent": ["// Generated by Framer (f4ba5e0)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={j5Ioo5ehY:new LazyValue(()=>import(\"./fJQxA_iwH-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f4ba5e0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Navigation from\"#framer/local/canvasComponent/au45l9Y4f/au45l9Y4f.js\";import Footer from\"#framer/local/canvasComponent/g0GkeaaDQ/g0GkeaaDQ.js\";import Legal from\"#framer/local/collection/vNo5PdRPq/vNo5PdRPq.js\";import*as sharedStyle1 from\"#framer/local/css/EBuAheG5l/EBuAheG5l.js\";import*as sharedStyle from\"#framer/local/css/zf8oMqksF/zf8oMqksF.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/fJQxA_iwH/fJQxA_iwH.js\";import metadataProvider from\"#framer/local/webPageMetadata/fJQxA_iwH/fJQxA_iwH.js\";const NavigationFonts=getFonts(Navigation);const MaterialFonts=getFonts(Material);const FooterFonts=getFonts(Footer);const breakpoints={dmgzm9fNd:\"(min-width: 1440px)\",ERDyLYf8b:\"(max-width: 767px)\",Gs1EnnrJh:\"(min-width: 768px) and (max-width: 1199px)\",Rog099VBT:\"(min-width: 1200px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-DPpEA\";const variantClassNames={dmgzm9fNd:\"framer-v-18egqn8\",ERDyLYf8b:\"framer-v-enx3bq\",Gs1EnnrJh:\"framer-v-1k4e8sp\",Rog099VBT:\"framer-v-bv1ith\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={backgroundColor:'var(--token-9e59a756-4ed5-42c5-b357-5b1b955dec08, rgb(221, 255, 149)) /* {\"name\":\"Lime/2\"} */',opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Rog099VBT\",Large:\"dmgzm9fNd\",Phone:\"ERDyLYf8b\",Tablet:\"Gs1EnnrJh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Rog099VBT\"};};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,eLYVuzwasrC_9vXgz9,YUdruwqN3rC_9vXgz9,idrC_9vXgz9,...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,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Rog099VBT\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-bv1ith\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:93,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oldctx-container\",layoutScroll:true,nodeId:\"hjKOJ63Li\",scopeId:\"fJQxA_iwH\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERDyLYf8b:{variant:\"ChL8oHie7\"},Gs1EnnrJh:{variant:\"MlCL0dQdl\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"hjKOJ63Li\",layoutId:\"hjKOJ63Li\",style:{width:\"100%\"},variant:\"I4BXnk0F8\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7wo49o\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u5eax1\",\"data-framer-name\":\"Header Wrap\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15lkbjb\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18e5v1o\",\"data-framer-name\":\"Title Wrap\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1rzgnkt\",\"data-styles-preset\":\"zf8oMqksF\",children:\"Legal Information\"})}),className:\"framer-12zkvag\",\"data-framer-name\":\"H1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hg96go\",\"data-framer-name\":\"Legals Wrap\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lvjesb\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"rC_9vXgz9\",data:Legal,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"rC_9vXgz9\",name:\"eLYVuzwas\",type:\"Identifier\"},{collection:\"rC_9vXgz9\",name:\"YUdruwqN3\",type:\"Identifier\"},{collection:\"rC_9vXgz9\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({eLYVuzwas:eLYVuzwasrC_9vXgz9,id:idrC_9vXgz9,YUdruwqN3:YUdruwqN3rC_9vXgz9},index)=>{eLYVuzwasrC_9vXgz9??=\"\";YUdruwqN3rC_9vXgz9??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`rC_9vXgz9-${idrC_9vXgz9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{eLYVuzwas:eLYVuzwasrC_9vXgz9},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{eLYVuzwas:eLYVuzwasrC_9vXgz9},webPageId:\"yB10AqEbe\"},motionChild:true,nodeId:\"zdIx7xAJq\",scopeId:\"fJQxA_iwH\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2jd3nh framer-7zb6dx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qoda0y\",\"data-framer-name\":\"Icon\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r7q6u9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"YafWTKIdv\",scopeId:\"fJQxA_iwH\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-392c8158-6ddd-44a4-ba18-00a5c002b27d, rgb(15, 86, 91))\",height:\"100%\",iconSearch:getLocalizedValue(\"v1\",activeLocale)??\"Home\",iconSelection:\"ArrowForwardIos\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"YafWTKIdv\",layoutId:\"YafWTKIdv\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs1EnnrJh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qpsv3\",\"data-styles-preset\":\"EBuAheG5l\",style:{\"--framer-text-alignment\":\"center\"},children:\"Cookies\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5qpsv3\",\"data-styles-preset\":\"EBuAheG5l\",children:\"Cookies\"})}),className:\"framer-9yydca\",\"data-framer-name\":\"Page Name\",fonts:[\"Inter\"],text:YUdruwqN3rC_9vXgz9,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},idrC_9vXgz9);})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERDyLYf8b:{y:(componentViewport?.y||0)+0+749.6},Gs1EnnrJh:{y:(componentViewport?.y||0)+0+894.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:872,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+966.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nu5ell-container\",nodeId:\"Au87yo0nz\",scopeId:\"fJQxA_iwH\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERDyLYf8b:{variant:\"EcZ2baUiS\"},Gs1EnnrJh:{variant:\"EcZ2baUiS\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"Au87yo0nz\",layoutId:\"Au87yo0nz\",style:{width:\"100%\"},variant:\"TDaxcf9uw\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DPpEA.framer-7zb6dx, .framer-DPpEA .framer-7zb6dx { display: block; }\",\".framer-DPpEA.framer-bv1ith { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-DPpEA .framer-1oldctx-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-DPpEA .framer-7wo49o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 132px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 132px 0px; position: relative; width: 100%; }\",\".framer-DPpEA .framer-1u5eax1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 224px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-DPpEA .framer-15lkbjb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-DPpEA .framer-18e5v1o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DPpEA .framer-12zkvag { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DPpEA .framer-hg96go { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 124px; height: min-content; justify-content: flex-start; max-width: 1440px; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-DPpEA .framer-1lvjesb { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-DPpEA .framer-2jd3nh { align-content: center; align-items: center; align-self: start; background-color: var(--token-c0b7cf48-5384-40ba-b331-13dbb1d48dd0, #ecebe4); border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 24px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DPpEA .framer-qoda0y { align-content: center; align-items: center; background-color: var(--token-2e7ae710-169f-43c9-9769-f57ae96aff00, #eeffc8); border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; border-top-left-radius: 99px; border-top-right-radius: 99px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 96px; justify-content: center; overflow: hidden; padding: 3px; position: relative; width: 96px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DPpEA .framer-1r7q6u9-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-DPpEA .framer-9yydca { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DPpEA .framer-1nu5ell-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DPpEA.framer-bv1ith, .framer-DPpEA .framer-7wo49o, .framer-DPpEA .framer-1u5eax1, .framer-DPpEA .framer-15lkbjb, .framer-DPpEA .framer-18e5v1o, .framer-DPpEA .framer-hg96go, .framer-DPpEA .framer-2jd3nh, .framer-DPpEA .framer-qoda0y { gap: 0px; } .framer-DPpEA.framer-bv1ith > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DPpEA.framer-bv1ith > :first-child, .framer-DPpEA .framer-7wo49o > :first-child, .framer-DPpEA .framer-1u5eax1 > :first-child, .framer-DPpEA .framer-18e5v1o > :first-child, .framer-DPpEA .framer-hg96go > :first-child, .framer-DPpEA .framer-2jd3nh > :first-child { margin-top: 0px; } .framer-DPpEA.framer-bv1ith > :last-child, .framer-DPpEA .framer-7wo49o > :last-child, .framer-DPpEA .framer-1u5eax1 > :last-child, .framer-DPpEA .framer-18e5v1o > :last-child, .framer-DPpEA .framer-hg96go > :last-child, .framer-DPpEA .framer-2jd3nh > :last-child { margin-bottom: 0px; } .framer-DPpEA .framer-7wo49o > * { margin: 0px; margin-bottom: calc(132px / 2); margin-top: calc(132px / 2); } .framer-DPpEA .framer-1u5eax1 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-DPpEA .framer-15lkbjb > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-DPpEA .framer-15lkbjb > :first-child, .framer-DPpEA .framer-qoda0y > :first-child { margin-left: 0px; } .framer-DPpEA .framer-15lkbjb > :last-child, .framer-DPpEA .framer-qoda0y > :last-child { margin-right: 0px; } .framer-DPpEA .framer-18e5v1o > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-DPpEA .framer-hg96go > * { margin: 0px; margin-bottom: calc(124px / 2); margin-top: calc(124px / 2); } .framer-DPpEA .framer-2jd3nh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-DPpEA .framer-qoda0y > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 1440px) { .framer-DPpEA.framer-bv1ith { width: 1440px; }}\",\"@media (min-width: 768px) and (max-width: 1199px) { .framer-DPpEA.framer-bv1ith { width: 768px; } .framer-DPpEA .framer-1u5eax1 { padding: 224px 20px 0px 20px; } .framer-DPpEA .framer-hg96go { padding: 0px 20px 0px 20px; } .framer-DPpEA .framer-1lvjesb { gap: 24px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-DPpEA .framer-qoda0y { height: 64px; width: 64px; } .framer-DPpEA .framer-9yydca { align-self: stretch; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DPpEA .framer-1lvjesb { gap: 0px; } .framer-DPpEA .framer-1lvjesb > *, .framer-DPpEA .framer-1lvjesb > :first-child, .framer-DPpEA .framer-1lvjesb > :last-child { margin: 0px; } }}\",\"@media (max-width: 767px) { .framer-DPpEA.framer-bv1ith { width: 414px; } .framer-DPpEA .framer-1u5eax1 { padding: 224px 20px 0px 20px; } .framer-DPpEA .framer-hg96go { padding: 0px 20px 0px 20px; } .framer-DPpEA .framer-1lvjesb { gap: 12px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-DPpEA .framer-2jd3nh { flex-direction: row; } .framer-DPpEA .framer-qoda0y { height: 48px; width: 48px; } .framer-DPpEA .framer-9yydca { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DPpEA .framer-1lvjesb, .framer-DPpEA .framer-2jd3nh { gap: 0px; } .framer-DPpEA .framer-1lvjesb > *, .framer-DPpEA .framer-1lvjesb > :first-child, .framer-DPpEA .framer-1lvjesb > :last-child { margin: 0px; } .framer-DPpEA .framer-2jd3nh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-DPpEA .framer-2jd3nh > :first-child { margin-left: 0px; } .framer-DPpEA .framer-2jd3nh > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1806\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dmgzm9fNd\":{\"layout\":[\"fixed\",\"auto\"]},\"Gs1EnnrJh\":{\"layout\":[\"fixed\",\"auto\"]},\"ERDyLYf8b\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerfJQxA_iwH=withCSS(Component,css,\"framer-DPpEA\");export default FramerfJQxA_iwH;FramerfJQxA_iwH.displayName=\"Legal\";FramerfJQxA_iwH.defaultProps={height:1806,width:1200};addFonts(FramerfJQxA_iwH,[{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,...MaterialFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfJQxA_iwH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"1806\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dmgzm9fNd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Gs1EnnrJh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ERDyLYf8b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "au45l9Y4f_default", "MaterialFonts", "Icon", "FooterFonts", "g0GkeaaDQ_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "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", "eLYVuzwasrC_9vXgz9", "YUdruwqN3rC_9vXgz9", "idrC_9vXgz9", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "au45l9Y4f_default", "RichText2", "getLocalizedValue", "x", "ChildrenCanSuspend", "vNo5PdRPq_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Icon", "g0GkeaaDQ_default", "css", "FramerfJQxA_iwH", "withCSS", "fJQxA_iwH_default", "addFonts", "NavigationFonts", "MaterialFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
