{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/nMUiYdMzziTou8eDmmZ6/BjC2GbA8JXQ3LWFgZY1t/zXQvoxa51.js"],
  "sourcesContent": ["// Generated by Framer (0b8b5e5)\nvar _componentPresets_fonts,_componentPresets_fonts1;import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withMappedReactProps,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import TeasersVertical from\"#framer/local/canvasComponent/biDxPGSJD/biDxPGSJD.js\";import NavMobileTopbar from\"#framer/local/canvasComponent/jrak6wtgF/jrak6wtgF.js\";import NavSidebar,*as NavSidebarInfo from\"#framer/local/canvasComponent/lelsAkhJT/lelsAkhJT.js\";import ElementsLink from\"#framer/local/canvasComponent/mgz7WGEGu/mgz7WGEGu.js\";import ElementsBackButton from\"#framer/local/canvasComponent/SyvYCa9Fx/SyvYCa9Fx.js\";import SectionsFooter from\"#framer/local/canvasComponent/usuQLil1D/usuQLil1D.js\";import{withKeyboardShortcuts}from\"#framer/local/codeFile/Pr0vf3y/Shortcuts.js\";import{withSidebarSate}from\"#framer/local/codeFile/hFiqgGJ/Sidebar.js\";import Thoughts,{enumToDisplayNameFunctions}from\"#framer/local/collection/weruN1etU/weruN1etU.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle10 from\"#framer/local/css/dL7ThGLTP/dL7ThGLTP.js\";import*as sharedStyle8 from\"#framer/local/css/gT9NUyniF/gT9NUyniF.js\";import*as sharedStyle9 from\"#framer/local/css/Hgt5O7vkf/Hgt5O7vkf.js\";import*as sharedStyle7 from\"#framer/local/css/hGwDNgZTx/hGwDNgZTx.js\";import*as sharedStyle3 from\"#framer/local/css/J7QQVf_iG/J7QQVf_iG.js\";import*as sharedStyle11 from\"#framer/local/css/JfzECl1pB/JfzECl1pB.js\";import*as sharedStyle6 from\"#framer/local/css/JsnqnOw1V/JsnqnOw1V.js\";import*as sharedStyle5 from\"#framer/local/css/NPo0ncj2o/NPo0ncj2o.js\";import*as sharedStyle4 from\"#framer/local/css/PjQi8ELAW/PjQi8ELAW.js\";import*as sharedStyle1 from\"#framer/local/css/Pl9q6Gpxi/Pl9q6Gpxi.js\";import*as sharedStyle2 from\"#framer/local/css/V3M90Mlpi/V3M90Mlpi.js\";import*as sharedStyle from\"#framer/local/css/xXUDzECAF/xXUDzECAF.js\";import metadataProvider from\"#framer/local/webPageMetadata/zXQvoxa51/zXQvoxa51.js\";const NavSidebarFonts=getFonts(NavSidebar);const NavSidebarWithSidebarSateWithMappedReactProps1a9koup=withMappedReactProps(withSidebarSate(NavSidebar),NavSidebarInfo);const ElementsBackButtonFonts=getFonts(ElementsBackButton);const ElementsLinkFonts=getFonts(ElementsLink);const TeasersVerticalFonts=getFonts(TeasersVertical);const SectionsFooterFonts=getFonts(SectionsFooter);const NavMobileTopbarFonts=getFonts(NavMobileTopbar);const NavMobileTopbarWithVariantAppearEffect=withVariantAppearEffect(NavMobileTopbar);const MotionDivWithKeyboardShortcuts=withKeyboardShortcuts(motion.div);const breakpoints={EIBs247Gh:\"(min-width: 1200px)\",hxwQAmnic:\"(max-width: 809px)\",o1h5m4Zd9:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-cWsSI\";const variantClassNames={EIBs247Gh:\"framer-v-cm9ir2\",hxwQAmnic:\"framer-v-12ph5a0\",o1h5m4Zd9:\"framer-v-nxbwt5\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"EIBs247Gh\",Phone:\"hxwQAmnic\",Tablet:\"o1h5m4Zd9\"};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:\"EIBs247Gh\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _enumToDisplayNameFunctions_XrSBis1Zh;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"zXQvoxa51\",data:Thoughts,type:\"Collection\"},select:[{collection:\"zXQvoxa51\",name:\"CmXwyi9Fu\",type:\"Identifier\"},{collection:\"zXQvoxa51\",name:\"YGV0IwTBj\",type:\"Identifier\"},{collection:\"zXQvoxa51\",name:\"KHPwokjkp\",type:\"Identifier\"},{collection:\"zXQvoxa51\",name:\"YAiPeKwT3\",type:\"Identifier\"},{collection:\"zXQvoxa51\",name:\"XrSBis1Zh\",type:\"Identifier\"},{collection:\"zXQvoxa51\",name:\"LfF7UUyei\",type:\"Identifier\"},{collection:\"zXQvoxa51\",name:\"YINnd1Pov\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,CmXwyi9Fu=getFromCurrentRouteData(\"CmXwyi9Fu\"),YAiPeKwT3=getFromCurrentRouteData(\"YAiPeKwT3\"),YGV0IwTBj=getFromCurrentRouteData(\"YGV0IwTBj\"),XrSBis1Zh=getFromCurrentRouteData(\"XrSBis1Zh\"),YINnd1Pov=getFromCurrentRouteData(\"YINnd1Pov\"),KHPwokjkp=getFromCurrentRouteData(\"KHPwokjkp\"),LfF7UUyei=getFromCurrentRouteData(\"LfF7UUyei\"),KHPwokjkpr9WuHSCwY,CmXwyi9Fur9WuHSCwY,YGV0IwTBjr9WuHSCwY,XrSBis1Zhr9WuHSCwY,DfT1_jkxWr9WuHSCwY,idr9WuHSCwY,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-cWsSI`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-cWsSI`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"o1h5m4Zd9\",\"hxwQAmnic\"].includes(baseVariant))return false;return true;};const router=useRouter();const activeLocaleCode=useLocaleCode();const textContent=toDateString(YGV0IwTBj,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent1=(_enumToDisplayNameFunctions_XrSBis1Zh=enumToDisplayNameFunctions[\"XrSBis1Zh\"])===null||_enumToDisplayNameFunctions_XrSBis1Zh===void 0?void 0:_enumToDisplayNameFunctions_XrSBis1Zh.call(enumToDisplayNameFunctions,XrSBis1Zh,activeLocale);const textContent2=numberToString(YINnd1Pov,{locale:\"\",notation:\"standard\",style:\"unit\",unit:\"minute\",unitDisplay:\"short\"},activeLocaleCode);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"o1h5m4Zd9\",\"hxwQAmnic\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"EIBs247Gh\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(MotionDivWithKeyboardShortcuts,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cm9ir2\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-601f7\",\"data-framer-name\":\"Site Wrap\",name:\"Site Wrap\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cpu3zi-container hidden-nxbwt5 hidden-12ph5a0\",children:/*#__PURE__*/_jsx(NavSidebarWithSidebarSateWithMappedReactProps1a9koup,{height:\"100%\",id:\"MSI9_euvo\",layoutId:\"MSI9_euvo\",style:{height:\"100%\"},variant:\"DQvdsmelA\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.main,{className:\"framer-a015t5\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-llr9fs\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cf9ck9\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(motion.header,{className:\"framer-18ou5lh\",\"data-framer-name\":\"Hero Inner\",name:\"Hero Inner\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wx32Cyewh\"},implicitPathVariables:undefined},{href:{webPageId:\"Wx32Cyewh\"},implicitPathVariables:undefined},{href:{webPageId:\"Wx32Cyewh\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11e18km-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{link:resolvedLinks[2]},o1h5m4Zd9:{link:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ElementsBackButton,{height:\"100%\",id:\"FzSa5wCAX\",layoutId:\"FzSa5wCAX\",link:resolvedLinks[0],newTab:false,title:\"All Thoughts\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jpuu5k\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t3m9cb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1o8hoay\",\"data-styles-preset\":\"xXUDzECAF\",children:\"Productize Your Design Skills\"})}),className:\"framer-17n8725\",\"data-framer-name\":\"H1\",fonts:[\"Inter\"],name:\"H1\",text:CmXwyi9Fu,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5a7lyo\",\"data-styles-preset\":\"Pl9q6Gpxi\",children:\"The world of digital design isn't limited to creating for clients. With the right entrepreneurial spirit, designers can explore various avenues to monetize their skills and knowledge.\"})}),className:\"framer-e9raxe\",\"data-framer-name\":\"Lead\",fonts:[\"Inter\"],name:\"Lead\",text:YAiPeKwT3,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vptb9q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-btkq9m\",\"data-styles-preset\":\"V3M90Mlpi\",children:\"Catesfgfs\"})}),className:\"framer-1qx8rfh\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lds3uy\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-btkq9m\",\"data-styles-preset\":\"V3M90Mlpi\",children:\"Catesfgfs\"})}),className:\"framer-rhe6u9\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vshzop\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-btkq9m\",\"data-styles-preset\":\"V3M90Mlpi\",children:\"Catesfgfs\"})}),className:\"framer-1f0mago\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],name:\"Category\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1460,loading:getLoadingLazyAtYPosition(427.2),pixelHeight:800,pixelWidth:1460,sizes:\"min(100vw - 48px, 960px)\",...toResponsiveImage(KHPwokjkp)}},o1h5m4Zd9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1460,loading:getLoadingLazyAtYPosition(467.2),pixelHeight:800,pixelWidth:1460,sizes:\"min(100vw - 96px, 960px)\",...toResponsiveImage(KHPwokjkp)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1460,loading:getLoadingLazyAtYPosition(475.2),pixelHeight:800,pixelWidth:1460,...toResponsiveImage(KHPwokjkp)},className:\"framer-aq4efp\",\"data-framer-name\":\"Image\",name:\"Image\"})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vgyrjz\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-krzx7d\",\"data-framer-name\":\"Article & Share\",name:\"Article & Share\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ur6tu1\",\"data-framer-name\":\"Article\",name:\"Article\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"Bafg7ZObq\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:LfF7UUyei,className:\"framer-1eb33ek\",\"data-framer-name\":\"Article\",fonts:[\"Inter\"],name:\"Article\",stylesPresetsClassNames:{a:\"framer-styles-preset-a7aho4\",code:\"framer-styles-preset-a80ngb\",h1:\"framer-styles-preset-1o8hoay\",h2:\"framer-styles-preset-jzibmu\",h3:\"framer-styles-preset-1ftsixz\",h4:\"framer-styles-preset-104s46\",h5:\"framer-styles-preset-ngcl0k\",h6:\"framer-styles-preset-1a16yi\",img:\"framer-styles-preset-1nl8e28\",p:\"framer-styles-preset-1jqjsz4\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4r4esl\",\"data-framer-name\":\"CMS Thoughts\",name:\"CMS Thoughts\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vm4d4m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-ngcl0k\",\"data-styles-preset\":\"JsnqnOw1V\",children:\"You might also like\"})}),className:\"framer-1i6237p\",\"data-framer-name\":\"New Drops\",fonts:[\"Inter\"],name:\"New Drops\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Wx32Cyewh\"},implicitPathVariables:undefined},{href:{webPageId:\"Wx32Cyewh\"},implicitPathVariables:undefined},{href:{webPageId:\"Wx32Cyewh\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18bswiu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{link:resolvedLinks1[2]},o1h5m4Zd9:{link:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ElementsLink,{arrow:true,height:\"100%\",id:\"jvI6wYjDN\",layoutId:\"jvI6wYjDN\",link:resolvedLinks1[0],newTab:false,title:\"All Articles\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dr1nus\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"r9WuHSCwY\",data:Thoughts,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"r9WuHSCwY\",name:\"KHPwokjkp\",type:\"Identifier\"},{collection:\"r9WuHSCwY\",name:\"CmXwyi9Fu\",type:\"Identifier\"},{collection:\"r9WuHSCwY\",name:\"YGV0IwTBj\",type:\"Identifier\"},{collection:\"r9WuHSCwY\",name:\"XrSBis1Zh\",type:\"Identifier\"},{collection:\"r9WuHSCwY\",name:\"DfT1_jkxW\",type:\"Identifier\"},{collection:\"r9WuHSCwY\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"r9WuHSCwY\",name:\"XrSBis1Zh\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:XrSBis1Zh},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"r9WuHSCwY\",name:\"CmXwyi9Fu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:CmXwyi9Fu},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"KHPwokjkp\":KHPwokjkpr9WuHSCwY,\"CmXwyi9Fu\":CmXwyi9Fur9WuHSCwY,\"YGV0IwTBj\":YGV0IwTBjr9WuHSCwY,\"XrSBis1Zh\":XrSBis1Zhr9WuHSCwY,\"DfT1_jkxW\":DfT1_jkxWr9WuHSCwY,\"id\":idr9WuHSCwY},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`r9WuHSCwY-${idr9WuHSCwY}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{DfT1_jkxW:DfT1_jkxWr9WuHSCwY},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{DfT1_jkxW:DfT1_jkxWr9WuHSCwY},webPageId:\"zXQvoxa51\"},implicitPathVariables:undefined},{href:{pathVariables:{DfT1_jkxW:DfT1_jkxWr9WuHSCwY},webPageId:\"zXQvoxa51\"},implicitPathVariables:undefined},{href:{pathVariables:{DfT1_jkxW:DfT1_jkxWr9WuHSCwY},webPageId:\"zXQvoxa51\"},implicitPathVariables:undefined}],children:resolvedLinks2=>{var _enumToDisplayNameFunctions_XrSBis1Zh;return /*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e69zcn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{link:resolvedLinks2[2]},o1h5m4Zd9:{link:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(TeasersVertical,{byline:toDateString(YGV0IwTBjr9WuHSCwY,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),height:\"100%\",id:\"hR_AaeRy2\",image:toResponsiveImage(KHPwokjkpr9WuHSCwY),layoutId:\"hR_AaeRy2\",link:resolvedLinks2[0],name:CmXwyi9Fur9WuHSCwY,newTab:false,price:(_enumToDisplayNameFunctions_XrSBis1Zh=enumToDisplayNameFunctions[\"XrSBis1Zh\"])===null||_enumToDisplayNameFunctions_XrSBis1Zh===void 0?void 0:_enumToDisplayNameFunctions_XrSBis1Zh.call(enumToDisplayNameFunctions,XrSBis1Zhr9WuHSCwY,activeLocale),price1:true,style:{width:\"100%\"},width:\"100%\"})})})});}})})},idr9WuHSCwY);})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{width:\"100vw\",y:2687.2},o1h5m4Zd9:{width:\"100vw\",y:1826.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:521,y:1834.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e3bln1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{variant:\"BT_EPvxK6\"},o1h5m4Zd9:{variant:\"kLaQx9xex\"}},children:/*#__PURE__*/_jsx(SectionsFooter,{height:\"100%\",id:\"OkS55EM6g\",layoutId:\"OkS55EM6g\",style:{width:\"100%\"},variant:\"u11bDmhQ8\",width:\"100%\"})})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{height:88,width:\"100vw\",y:0},o1h5m4Zd9:{height:88,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{layoutScroll:true},o1h5m4Zd9:{layoutScroll:true}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-6tkb6t-container hidden-cm9ir2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"ZmgAAiiy8\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,variant:\"YrSzun_HW\"},o1h5m4Zd9:{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"g9MSQOeIv\"},__framer__threshold:.5,__framer__variantAppearEffectEnabled:true}},children:/*#__PURE__*/_jsx(NavMobileTopbarWithVariantAppearEffect,{height:\"100%\",id:\"kuZSTYEnZ\",layoutId:\"kuZSTYEnZ\",style:{width:\"100%\"},variant:\"XTUnPQIdT\",width:\"100%\"})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{height:752,width:\"100vw\",y:248},o1h5m4Zd9:{height:752,width:\"100vw\",y:248}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{transformTemplate:undefined},o1h5m4Zd9:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-ubcknu-container hidden-cm9ir2\",\"data-framer-name\":\"Mobile Navbar\",layoutScroll:true,name:\"Mobile Navbar\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hxwQAmnic:{variant:\"mM0H4KPSp\"}},children:/*#__PURE__*/_jsx(NavSidebarWithSidebarSateWithMappedReactProps1a9koup,{height:\"100%\",id:\"a4GG3EAZr\",layoutId:\"a4GG3EAZr\",name:\"Mobile Navbar\",style:{width:\"100%\"},variant:\"r9mbw8KhI\",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-cWsSI { background: var(--token-cc944d59-d713-46c5-805a-36c4e8480b17, rgb(22, 22, 22)) /* {\"name\":\"Page\"} */; }`,\".framer-cWsSI.framer-hyx5v0, .framer-cWsSI .framer-hyx5v0 { display: block; }\",\".framer-cWsSI.framer-cm9ir2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-cc944d59-d713-46c5-805a-36c4e8480b17, #161616); 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-cWsSI .framer-601f7 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-cpu3zi-container { flex: none; height: 100vh; left: 0px; position: sticky; top: 0px; width: auto; will-change: transform; z-index: 10; }\",\".framer-cWsSI .framer-a015t5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cWsSI .framer-llr9fs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 48px 0px 48px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-cf9ck9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 960px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-18ou5lh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 560px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-11e18km-container, .framer-cWsSI .framer-18bswiu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cWsSI .framer-jpuu5k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-1t3m9cb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-17n8725, .framer-cWsSI .framer-e9raxe { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cWsSI .framer-vptb9q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-1qx8rfh, .framer-cWsSI .framer-rhe6u9, .framer-cWsSI .framer-1f0mago { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cWsSI .framer-1lds3uy, .framer-cWsSI .framer-vshzop { aspect-ratio: 1 / 1; background-color: var(--token-1ae38199-cbce-439f-ab23-4f321f5e3f62, #eeeeee); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 4px); overflow: hidden; position: relative; width: 4px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cWsSI .framer-aq4efp { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: var(--framer-aspect-ratio-supported, 360px); max-width: 640px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-cWsSI .framer-1vgyrjz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 960px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-krzx7d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 48px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-1ur6tu1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cWsSI .framer-1eb33ek { --framer-paragraph-spacing: 16px; -webkit-user-select: none; flex: none; height: auto; max-width: 560px; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cWsSI .framer-4r4esl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 48px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-1vm4d4m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-1i6237p { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-cWsSI .framer-dr1nus { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); height: min-content; justify-content: start; padding: 0px; position: relative; width: 100%; }\",\".framer-cWsSI .framer-1e69zcn-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-cWsSI .framer-e3bln1-container, .framer-cWsSI .framer-6tkb6t-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-cWsSI .framer-ubcknu-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 97%; transform: translateY(-50%); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cWsSI.framer-cm9ir2, .framer-cWsSI .framer-601f7, .framer-cWsSI .framer-a015t5, .framer-cWsSI .framer-llr9fs, .framer-cWsSI .framer-cf9ck9, .framer-cWsSI .framer-18ou5lh, .framer-cWsSI .framer-jpuu5k, .framer-cWsSI .framer-1t3m9cb, .framer-cWsSI .framer-vptb9q, .framer-cWsSI .framer-1vgyrjz, .framer-cWsSI .framer-krzx7d, .framer-cWsSI .framer-1ur6tu1, .framer-cWsSI .framer-4r4esl { gap: 0px; } .framer-cWsSI.framer-cm9ir2 > *, .framer-cWsSI .framer-a015t5 > *, .framer-cWsSI .framer-1vgyrjz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-cWsSI.framer-cm9ir2 > :first-child, .framer-cWsSI .framer-a015t5 > :first-child, .framer-cWsSI .framer-llr9fs > :first-child, .framer-cWsSI .framer-cf9ck9 > :first-child, .framer-cWsSI .framer-18ou5lh > :first-child, .framer-cWsSI .framer-jpuu5k > :first-child, .framer-cWsSI .framer-1t3m9cb > :first-child, .framer-cWsSI .framer-1vgyrjz > :first-child, .framer-cWsSI .framer-1ur6tu1 > :first-child, .framer-cWsSI .framer-4r4esl > :first-child { margin-top: 0px; } .framer-cWsSI.framer-cm9ir2 > :last-child, .framer-cWsSI .framer-a015t5 > :last-child, .framer-cWsSI .framer-llr9fs > :last-child, .framer-cWsSI .framer-cf9ck9 > :last-child, .framer-cWsSI .framer-18ou5lh > :last-child, .framer-cWsSI .framer-jpuu5k > :last-child, .framer-cWsSI .framer-1t3m9cb > :last-child, .framer-cWsSI .framer-1vgyrjz > :last-child, .framer-cWsSI .framer-1ur6tu1 > :last-child, .framer-cWsSI .framer-4r4esl > :last-child { margin-bottom: 0px; } .framer-cWsSI .framer-601f7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-cWsSI .framer-601f7 > :first-child, .framer-cWsSI .framer-vptb9q > :first-child, .framer-cWsSI .framer-krzx7d > :first-child { margin-left: 0px; } .framer-cWsSI .framer-601f7 > :last-child, .framer-cWsSI .framer-vptb9q > :last-child, .framer-cWsSI .framer-krzx7d > :last-child { margin-right: 0px; } .framer-cWsSI .framer-llr9fs > *, .framer-cWsSI .framer-cf9ck9 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-cWsSI .framer-18ou5lh > *, .framer-cWsSI .framer-1ur6tu1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cWsSI .framer-jpuu5k > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-cWsSI .framer-1t3m9cb > *, .framer-cWsSI .framer-4r4esl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-cWsSI .framer-vptb9q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-cWsSI .framer-krzx7d > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-cWsSI { background: var(--token-cc944d59-d713-46c5-805a-36c4e8480b17, rgb(22, 22, 22)) /* {\"name\":\"Page\"} */; } .framer-cWsSI.framer-cm9ir2 { width: 810px; } .framer-cWsSI .framer-601f7 { flex-direction: column; } .framer-cWsSI .framer-a015t5 { flex: none; order: 1; width: 100%; } .framer-cWsSI .framer-cf9ck9 { gap: 40px; } .framer-cWsSI .framer-18ou5lh, .framer-cWsSI .framer-1eb33ek { max-width: unset; } .framer-cWsSI .framer-aq4efp { height: var(--framer-aspect-ratio-supported, 402px); max-width: unset; } .framer-cWsSI .framer-6tkb6t-container { left: 0px; position: fixed; right: 0px; top: 0px; width: unset; z-index: 10; } .framer-cWsSI .framer-ubcknu-container { bottom: 0px; top: unset; transform: unset; z-index: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cWsSI .framer-601f7, .framer-cWsSI .framer-cf9ck9 { gap: 0px; } .framer-cWsSI .framer-601f7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-cWsSI .framer-601f7 > :first-child, .framer-cWsSI .framer-cf9ck9 > :first-child { margin-top: 0px; } .framer-cWsSI .framer-601f7 > :last-child, .framer-cWsSI .framer-cf9ck9 > :last-child { margin-bottom: 0px; } .framer-cWsSI .framer-cf9ck9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-cWsSI { background: var(--token-cc944d59-d713-46c5-805a-36c4e8480b17, rgb(22, 22, 22)) /* {\"name\":\"Page\"} */; } .framer-cWsSI.framer-cm9ir2 { width: 390px; } .framer-cWsSI .framer-601f7 { flex-direction: column; } .framer-cWsSI .framer-a015t5 { flex: none; order: 1; width: 100%; } .framer-cWsSI .framer-llr9fs { gap: 32px; padding: 120px 24px 0px 24px; } .framer-cWsSI .framer-cf9ck9, .framer-cWsSI .framer-jpuu5k { gap: 32px; } .framer-cWsSI .framer-18ou5lh { gap: 16px; max-width: unset; } .framer-cWsSI .framer-1t3m9cb { gap: 16px; } .framer-cWsSI .framer-aq4efp { height: var(--framer-aspect-ratio-supported, 193px); max-width: unset; } .framer-cWsSI .framer-krzx7d { padding: 32px 24px 32px 24px; } .framer-cWsSI .framer-1eb33ek { max-width: unset; } .framer-cWsSI .framer-4r4esl { padding: 48px 24px 24px 24px; } .framer-cWsSI .framer-dr1nus { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-cWsSI .framer-1e69zcn-container { align-self: unset; } .framer-cWsSI .framer-6tkb6t-container { left: 0px; position: fixed; right: 0px; top: 0px; width: unset; z-index: 10; } .framer-cWsSI .framer-ubcknu-container { bottom: 0px; top: unset; transform: unset; z-index: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cWsSI .framer-601f7, .framer-cWsSI .framer-llr9fs, .framer-cWsSI .framer-cf9ck9, .framer-cWsSI .framer-18ou5lh, .framer-cWsSI .framer-jpuu5k, .framer-cWsSI .framer-1t3m9cb, .framer-cWsSI .framer-dr1nus { gap: 0px; } .framer-cWsSI .framer-601f7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-cWsSI .framer-601f7 > :first-child, .framer-cWsSI .framer-llr9fs > :first-child, .framer-cWsSI .framer-cf9ck9 > :first-child, .framer-cWsSI .framer-18ou5lh > :first-child, .framer-cWsSI .framer-jpuu5k > :first-child, .framer-cWsSI .framer-1t3m9cb > :first-child, .framer-cWsSI .framer-dr1nus > :first-child { margin-top: 0px; } .framer-cWsSI .framer-601f7 > :last-child, .framer-cWsSI .framer-llr9fs > :last-child, .framer-cWsSI .framer-cf9ck9 > :last-child, .framer-cWsSI .framer-18ou5lh > :last-child, .framer-cWsSI .framer-jpuu5k > :last-child, .framer-cWsSI .framer-1t3m9cb > :last-child, .framer-cWsSI .framer-dr1nus > :last-child { margin-bottom: 0px; } .framer-cWsSI .framer-llr9fs > *, .framer-cWsSI .framer-cf9ck9 > *, .framer-cWsSI .framer-jpuu5k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-cWsSI .framer-18ou5lh > *, .framer-cWsSI .framer-1t3m9cb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-cWsSI .framer-dr1nus > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3473.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o1h5m4Zd9\":{\"layout\":[\"fixed\",\"auto\"]},\"hxwQAmnic\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerzXQvoxa51=withCSS(Component,css,\"framer-cWsSI\");export default FramerzXQvoxa51;FramerzXQvoxa51.displayName=\"Page\";FramerzXQvoxa51.defaultProps={height:3473.5,width:1200};addFonts(FramerzXQvoxa51,[{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\"}]},...NavSidebarFonts,...ElementsBackButtonFonts,...ElementsLinkFonts,...TeasersVerticalFonts,...SectionsFooterFonts,...NavMobileTopbarFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"Bafg7ZObq\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"Bafg7ZObq\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzXQvoxa51\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o1h5m4Zd9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hxwQAmnic\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3473.5\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "8yCACA,IAAIA,GAAwBC,GAA+6EC,GAAgBC,EAASC,CAAU,EAAQC,GAAqDC,GAAqBC,GAAgBH,CAAU,EAAEI,EAAc,EAAQC,GAAwBN,EAASO,EAAkB,EAAQC,GAAkBR,EAASS,CAAY,EAAQC,GAAqBV,EAASW,CAAe,EAAQC,GAAoBZ,EAASa,CAAc,EAAQC,GAAqBd,EAASe,CAAe,EAAQC,GAAuCC,GAAwBF,CAAe,EAAQG,GAA+BC,GAAsBC,EAAO,GAAG,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,qBAAqB,UAAU,4CAA4C,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAa,CAACC,EAAMC,EAAQ,CAAC,EAAEC,IAAe,CAAC,GAAG,OAAOF,GAAQ,SAAS,MAAM,GAAG,IAAMG,EAAK,IAAI,KAAKH,CAAK,EAAE,GAAG,MAAMG,EAAK,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAMC,EAAQH,EAAQ,QAAQA,EAAQ,QAAQ,OAAaI,EAAY,CAAC,UAAUD,IAAU,OAAOH,EAAQ,UAAU,OAAU,UAAUG,IAAU,OAAO,OAAU,QAAQ,SAAS,KAAK,EAAQE,EAAe,QAAcC,EAAON,EAAQ,QAAQC,GAAcI,EAC5vH,GAAG,CAAC,OAAOH,EAAK,eAAeI,EAAOF,CAAW,CAAE,MAAC,CAAM,OAAOF,EAAK,eAAeG,EAAeD,CAAW,CAAE,CAAC,EAAQG,GAAe,CAACR,EAAMC,EAAQ,CAAC,EAAEC,IAAe,CAAC,IAAMI,EAAe,QAAcC,EAAON,EAAQ,QAAQC,GAAcI,EAAoB,CAAC,YAAAG,EAAY,SAAAC,EAAS,eAAAC,EAAe,MAAAC,EAAM,SAAAC,EAAS,gBAAAC,EAAgB,KAAAC,EAAK,YAAAC,EAAY,sBAAAC,EAAsB,sBAAAC,EAAsB,qBAAAC,CAAoB,EAAElB,EAAcmB,EAAc,CAAC,YAAAX,EAAY,SAAAC,EAAS,eAAAC,EAAe,MAAAC,EAAM,SAAAC,EAAS,gBAAAC,EAAgB,KAAAC,EAAK,YAAAC,EAAY,sBAAAC,EAAsB,sBAAAC,EAAsB,qBAAAC,CAAoB,EAAQE,EAAO,OAAOrB,CAAK,EAAE,GAAG,CAAC,OAAOqB,EAAO,eAAed,EAAOa,CAAa,CAAE,MAAC,CAAM,GAAG,CAAC,OAAOC,EAAO,eAAef,EAAec,CAAa,CAAE,MAAC,CAAM,OAAOC,EAAO,eAAe,CAAE,CAAC,CAAC,EAAQC,EAAkBtB,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBuB,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,EAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,IAAUC,GAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,IAAIC,EAAsC,GAAK,CAAC,aAAA1C,EAAa,UAAA2C,CAAS,EAAEC,GAAc,EAAQC,EAAqBC,GAAwB,EAAO,CAACC,CAAgB,EAAErB,EAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKsB,EAAS,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCJ,CAAoB,CAAC,CAAC,EAAQK,EAAwBC,GAAK,CAAC,GAAG,CAACJ,EAAiB,MAAM,IAAIK,GAAc,mCAAmC,KAAK,UAAUP,CAAoB,GAAG,EAAE,OAAOE,EAAiBI,CAAG,CAAE,EAAO,CAAC,MAAAzC,EAAM,UAAA2C,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAUN,EAAwB,WAAW,EAAE,UAAAO,EAAUP,EAAwB,WAAW,EAAE,UAAAQ,EAAUR,EAAwB,WAAW,EAAE,UAAAS,EAAUT,EAAwB,WAAW,EAAE,UAAAU,EAAUV,EAAwB,WAAW,EAAE,UAAAW,EAAUX,EAAwB,WAAW,EAAE,UAAAY,GAAUZ,EAAwB,WAAW,EAAE,mBAAAa,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAErC,GAASI,CAAK,EAAQkC,GAAU,IAAI,CAAC,IAAMC,EAAUzC,EAAiBiB,EAAiB/C,CAAY,EAAE,GAAGuE,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAACzB,EAAiB/C,CAAY,CAAC,EAAQyE,GAAmB,IAAI,CAAC,IAAMF,EAAUzC,EAAiBiB,EAAiB/C,CAAY,EAAqC,GAAnC,SAAS,MAAMuE,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,EAAG,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,EAAK,SAAS,KAAKA,EAAK,UAAU,QAAQC,GAAGA,EAAE,WAAW,cAAc,GAAGD,EAAK,UAAU,OAAOC,CAAC,CAAC,EAAED,EAAK,UAAU,IAAI,GAAGL,EAAU,4BAA4B,EAAG,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,4BAA4B,CAAE,CAAE,EAAE,CAACxB,EAAiB/C,CAAY,CAAC,EAAE,GAAK,CAAC8E,EAAYC,EAAmB,EAAEC,GAA8BzB,EAAQ9D,GAAY,EAAK,EAAQwF,GAAe,OAAgBC,GAAWC,GAAO,IAAI,EAAQC,GAAY,IAAS1F,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAASoF,CAAW,EAAtD,GAAyFO,GAAOC,GAAU,EAAQC,EAAiBC,GAAc,EAAQC,GAAY5F,GAAa6D,EAAU,CAAC,UAAU,SAAS,OAAO,EAAE,EAAE6B,CAAgB,EAAQG,IAAchD,EAAsCiD,EAA2B,aAAgB,MAAMjD,IAAwC,OAAO,OAAOA,EAAsC,KAAKiD,EAA2BhC,EAAU3D,CAAY,EAAQ4F,GAAatF,GAAesD,EAAU,CAAC,OAAO,GAAG,SAAS,WAAW,MAAM,OAAO,KAAK,SAAS,YAAY,OAAO,EAAE2B,CAAgB,EAAQM,GAAa,IAAQ,IAACnG,GAAU,GAAiB,CAAC,YAAY,WAAW,EAAE,SAASoF,CAAW,GAAmCgB,GAAsBC,GAAM,EAAQC,GAAsB,CAAa3C,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,GAAwBA,EAAS,EAAE,OAAA4C,GAAiB,CAAC,CAAC,EAAsBC,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAvG,EAAiB,EAAE,SAAsBwG,EAAMC,EAAY,CAAC,GAAG/C,GAA4CwC,GAAgB,SAAS,CAAcM,EAAM9G,GAA+B,CAAC,GAAG+E,GAAU,UAAUiC,EAAG3G,GAAkB,GAAGqG,GAAsB,gBAAgB3C,CAAS,EAAE,IAAIZ,GAA6ByC,GAAK,MAAM,CAAC,GAAGxE,CAAK,EAAE,SAAS,CAAc0F,EAAM5G,EAAO,IAAI,CAAC,UAAU,eAAe,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAC4F,GAAY,GAAgBc,EAAKK,EAA0B,CAAC,OAAO,IAAI,EAAE,EAAE,SAAsBL,EAAKM,EAAU,CAAC,UAAU,uDAAuD,SAAsBN,EAAK5H,GAAqD,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8H,EAAM5G,EAAO,KAAK,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAc0G,EAAK1G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,OAAO,SAAsB4G,EAAM5G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAc4G,EAAM5G,EAAO,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,KAAK,aAAa,SAAS,CAAc0G,EAAKO,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,GAA4BR,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,KAAK4B,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBR,EAAKvH,GAAmB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK+H,EAAc,CAAC,EAAE,OAAO,GAAM,MAAM,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeN,EAAM5G,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc4G,EAAM5G,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc0G,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,+BAA+B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,KAAK,MAAM,CAAC,OAAO,EAAE,KAAK,KAAK,KAAK1C,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe0C,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yLAAyL,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,KAAKzC,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAe2C,EAAM5G,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAc0G,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAK,OAAO,KAAKT,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeS,EAAK1G,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,SAAS,CAAC,EAAe0G,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,KAAK,WAAW,KAAKR,GAAa,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeQ,EAAK1G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,KAAK,SAAS,CAAC,EAAe0G,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBX,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,OAAO,EAAE,KAAK,WAAW,KAAKN,GAAa,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeM,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQgC,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,2BAA2B,GAAG1F,EAAkByC,CAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQiD,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,2BAA2B,GAAG1F,EAAkByC,CAAS,CAAC,CAAC,CAAC,EAAE,SAAsBqC,EAAKa,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,KAAK,QAAQD,EAA0B,KAAK,EAAE,YAAY,IAAI,WAAW,KAAK,GAAG1F,EAAkByC,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAM5G,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,KAAK,YAAY,SAAS,CAAc0G,EAAK1G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,KAAK,kBAAkB,SAAsB0G,EAAK1G,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,KAAK,UAAU,SAAsB0G,EAAKc,GAAyB,CAAC,QAAQ,CAAC,wEAAyF5E,GAAM,SAAY,EAAE,SAAsB8D,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAS9C,GAAU,UAAU,iBAAiB,mBAAmB,UAAU,MAAM,CAAC,OAAO,EAAE,KAAK,UAAU,wBAAwB,CAAC,EAAE,8BAA8B,KAAK,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,IAAI,+BAA+B,EAAE,8BAA8B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesC,EAAM5G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,eAAe,SAAS,CAAc4G,EAAM5G,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAc0G,EAAKU,EAAS,CAAC,sBAAsB,GAAK,SAAsBV,EAAWW,EAAS,CAAC,SAAsBX,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKO,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,SAASQ,GAA6Bf,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,KAAKmC,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBf,EAAKrH,EAAa,CAAC,MAAM,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAKoI,EAAe,CAAC,EAAE,OAAO,GAAM,MAAM,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAK1G,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAsB0G,EAAKgB,GAAmB,CAAC,SAAsBhB,EAAK7E,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK2B,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMW,CAAS,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMH,CAAS,EAAE,KAAK,iBAAiB,CAAC,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAAC2D,EAAWC,EAAeC,IAAwBnB,EAAKoB,GAAU,CAAC,SAASH,EAAW,IAAI,CAAC,CAAC,UAAYpD,EAAmB,UAAYC,EAAmB,UAAYC,GAAmB,UAAYC,GAAmB,UAAYC,EAAmB,GAAKC,EAAW,EAAEmD,KAAyBrB,EAAKG,EAAY,CAAC,GAAG,aAAajC,KAAc,SAAsB8B,EAAKsB,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUrD,CAAkB,EAAE,SAAsB+B,EAAKO,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUtC,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASsD,GAAgB,CAAC,IAAI/E,EAAsC,OAAoBwD,EAAKK,EAA0B,CAAC,SAAsBL,EAAKM,EAAU,CAAC,UAAU,2BAA2B,SAAsBN,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,KAAK2C,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBvB,EAAKnH,EAAgB,CAAC,OAAOc,GAAaoE,GAAmB,CAAC,UAAU,SAAS,OAAO,EAAE,EAAEsB,CAAgB,EAAE,OAAO,OAAO,GAAG,YAAY,MAAMnE,EAAkB2C,CAAkB,EAAE,SAAS,YAAY,KAAK0D,EAAe,CAAC,EAAE,KAAKzD,EAAmB,OAAO,GAAM,OAAOtB,EAAsCiD,EAA2B,aAAgB,MAAMjD,IAAwC,OAAO,OAAOA,EAAsC,KAAKiD,EAA2BzB,GAAmBlE,CAAY,EAAE,OAAO,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoE,EAAW,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8B,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,QAAQ,EAAE,MAAM,CAAC,EAAE,SAAsBoB,EAAKK,EAA0B,CAAC,OAAO,IAAI,EAAE,OAAO,SAAsBL,EAAKM,EAAU,CAAC,UAAU,0BAA0B,SAAsBN,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBoB,EAAKjH,EAAe,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,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4G,GAAa,GAAgBK,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAsBoB,EAAKK,EAA0B,CAAC,SAAsBL,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,aAAa,EAAI,EAAE,UAAU,CAAC,aAAa,EAAI,CAAC,EAAE,SAAsBoB,EAAKM,EAAU,CAAC,UAAU,wCAAwC,SAAsBN,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAO,WAAW,EAAE,oBAAoB,GAAG,qCAAqC,GAAK,QAAQ,WAAW,EAAE,UAAU,CAAC,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAO,WAAW,EAAE,oBAAoB,GAAG,qCAAqC,EAAI,CAAC,EAAE,SAAsBoB,EAAK9G,GAAuC,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,CAAC,EAAEyG,GAAa,GAAgBK,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,GAAG,EAAE,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,GAAG,CAAC,EAAE,SAAsBoB,EAAKK,EAA0B,CAAC,SAAsBL,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,kBAAkB,MAAS,EAAE,UAAU,CAAC,kBAAkB,MAAS,CAAC,EAAE,SAAsBoB,EAAKM,EAAU,CAAC,UAAU,wCAAwC,mBAAmB,gBAAgB,aAAa,GAAK,KAAK,gBAAgB,kBAAkB7E,GAAmB,SAAsBuE,EAAKS,EAAkB,CAAC,WAAW7B,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBoB,EAAK5H,GAAqD,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4H,EAAK,MAAM,CAAC,UAAUI,EAAG3G,GAAkB,GAAGqG,EAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0B,GAAI,CAAC,kFAAkF,IAAI5F,GAAS,uIAAuI,gFAAgF,8VAA8V,uRAAuR,iKAAiK,qRAAqR,oSAAoS,qSAAqS,+SAA+S,kJAAkJ,2RAA2R,4RAA4R,iPAAiP,gRAAgR,2PAA2P,8cAA8c,uYAAuY,sSAAsS,0RAA0R,sRAAsR,uQAAuQ,6RAA6R,yQAAyQ,+JAA+J,wPAAwP,iJAAiJ,gJAAgJ,kKAAkK,6sFAA6sF,wDAAwDA,GAAS,qzCAAqzC,gCAAgCA,GAAS,8uFAA8uF,GAAe4F,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,GAAiBA,EAAG,EASh6gCC,EAAgBC,GAAQrF,GAAUmF,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,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,GAAGxJ,GAAgB,GAAGO,GAAwB,GAAGE,GAAkB,GAAGE,GAAqB,GAAGE,GAAoB,GAAGE,GAAqB,GAAG6I,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAK,GAAA/J,GAAyC+J,KAAS,MAAM/J,KAA0B,SAAcA,GAAwB,UAAcgK,IAA6B/J,GAA0C8J,KAAS,MAAM9J,KAA2B,OAAO,OAAOA,GAAyB,SAAY,EAAE,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAChyF,IAAMgK,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,uBAAyB,GAAG,oCAAsC,4JAA0L,sBAAwB,SAAS,yBAA2B,OAAO,sBAAwB,IAAI,6BAA+B,OAAO,qBAAuB,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["_componentPresets_fonts", "_componentPresets_fonts1", "NavSidebarFonts", "getFonts", "lelsAkhJT_default", "NavSidebarWithSidebarSateWithMappedReactProps1a9koup", "withMappedReactProps", "withSidebarSate", "lelsAkhJT_exports", "ElementsBackButtonFonts", "SyvYCa9Fx_default", "ElementsLinkFonts", "mgz7WGEGu_default", "TeasersVerticalFonts", "biDxPGSJD_default", "SectionsFooterFonts", "usuQLil1D_default", "NavMobileTopbarFonts", "jrak6wtgF_default", "NavMobileTopbarWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithKeyboardShortcuts", "withKeyboardShortcuts", "motion", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "numberToString", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate1", "_", "t", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "_enumToDisplayNameFunctions_XrSBis1Zh", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "weruN1etU_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "CmXwyi9Fu", "YAiPeKwT3", "YGV0IwTBj", "XrSBis1Zh", "YINnd1Pov", "KHPwokjkp", "LfF7UUyei", "KHPwokjkpr9WuHSCwY", "CmXwyi9Fur9WuHSCwY", "YGV0IwTBjr9WuHSCwY", "XrSBis1Zhr9WuHSCwY", "DfT1_jkxWr9WuHSCwY", "idr9WuHSCwY", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "enumToDisplayNameFunctions", "textContent2", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "ComponentViewportProvider", "Container", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "resolvedLinks1", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "resolvedLinks2", "css", "FramerzXQvoxa51", "withCSS", "zXQvoxa51_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
