{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/OC2caWBFAMVQsQKCvIUm/YyxGKwjtumBAvn2oLqe1/B9TIbKF5G.js", "ssg:https://framerusercontent.com/modules/tuilTlGEHHCY0RzJhiKy/zwsWX70TWiRA61wXOKp9/B9TIbKF5G.js"],
  "sourcesContent": ["// Generated by Framer (20dc3ed)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={AtrX74UwH:new LazyValue(()=>import(\"./B9TIbKF5G-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 (20dc3ed)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LightRays from\"https://framerusercontent.com/modules/lrLFKsmJ1z5FXTa9Ej4k/QmxZAGZo0U04mjLegBGM/Rays_Prod.js\";import MiscGetFigma from\"#framer/local/canvasComponent/Agbtnjqvv/Agbtnjqvv.js\";import SectionsCTASection from\"#framer/local/canvasComponent/OWBxIwbmj/OWBxIwbmj.js\";import ButtonsFreeRemix from\"#framer/local/canvasComponent/qqiXqx9H_/qqiXqx9H_.js\";import SectionsFooterSection from\"#framer/local/canvasComponent/qZgwx6mWX/qZgwx6mWX.js\";import Topbar from\"#framer/local/canvasComponent/zoUif00nr/zoUif00nr.js\";import Projects from\"#framer/local/collection/T4H4qV7EZ/T4H4qV7EZ.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle9 from\"#framer/local/css/a8KEUiL0b/a8KEUiL0b.js\";import*as sharedStyle7 from\"#framer/local/css/BKe6fUvGk/BKe6fUvGk.js\";import*as sharedStyle6 from\"#framer/local/css/JPaW6PNRB/JPaW6PNRB.js\";import*as sharedStyle4 from\"#framer/local/css/lPCU_fhID/lPCU_fhID.js\";import*as sharedStyle1 from\"#framer/local/css/LXiiPPhOK/LXiiPPhOK.js\";import*as sharedStyle3 from\"#framer/local/css/moOMErkIF/moOMErkIF.js\";import*as sharedStyle from\"#framer/local/css/mwx4oouTQ/mwx4oouTQ.js\";import*as sharedStyle8 from\"#framer/local/css/PiJTGYyAz/PiJTGYyAz.js\";import*as sharedStyle5 from\"#framer/local/css/qgiZVInlW/qgiZVInlW.js\";import*as sharedStyle2 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/B9TIbKF5G/B9TIbKF5G.js\";import metadataProvider from\"#framer/local/webPageMetadata/B9TIbKF5G/B9TIbKF5G.js\";const TopbarFonts=getFonts(Topbar);const LightRaysFonts=getFonts(LightRays);const MotionDivWithFX=withFX(motion.div);const SectionsCTASectionFonts=getFonts(SectionsCTASection);const SectionsFooterSectionFonts=getFonts(SectionsFooterSection);const MiscGetFigmaFonts=getFonts(MiscGetFigma);const ButtonsFreeRemixFonts=getFonts(ButtonsFreeRemix);const breakpoints={jT6XAXZEP:\"(max-width: 809px)\",tYmooO_Tm:\"(min-width: 1200px)\",yJdgs09b9:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aXdEF\";const variantClassNames={jT6XAXZEP:\"framer-v-uqje6d\",tYmooO_Tm:\"framer-v-zosfcy\",yJdgs09b9:\"framer-v-65269k\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={bounce:0,delay:.1,duration:.6,type:\"spring\"};const transition2={bounce:0,delay:.2,duration:.6,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"tYmooO_Tm\",Phone:\"jT6XAXZEP\",Tablet:\"yJdgs09b9\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tYmooO_Tm\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"B9TIbKF5G\",data:Projects,type:\"Collection\"},select:[{collection:\"B9TIbKF5G\",name:\"JvycoXqNF\",type:\"Identifier\"},{collection:\"B9TIbKF5G\",name:\"XIXgfhTzd\",type:\"Identifier\"},{collection:\"B9TIbKF5G\",name:\"DscSjdCat\",type:\"Identifier\"},{collection:\"B9TIbKF5G\",name:\"vmwRB_FL1\",type:\"Identifier\"},{collection:\"B9TIbKF5G\",name:\"PmdtVSk7A\",type:\"Identifier\"},{collection:\"B9TIbKF5G\",name:\"gGGCjblQN\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"B9TIbKF5G\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,JvycoXqNF=getFromCurrentRouteData(\"JvycoXqNF\")??\"\",XIXgfhTzd=getFromCurrentRouteData(\"XIXgfhTzd\"),PmdtVSk7A=getFromCurrentRouteData(\"PmdtVSk7A\"),vmwRB_FL1=getFromCurrentRouteData(\"vmwRB_FL1\")??\"\",DscSjdCat=getFromCurrentRouteData(\"DscSjdCat\"),gGGCjblQN=getFromCurrentRouteData(\"gGGCjblQN\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"TSIR8YnWS\");const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const textContent=toDateString(DscSjdCat,activeLocaleCode);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"tYmooO_Tm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, rgb(206, 229, 242)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zosfcy\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-na7mqk-container\",layoutScroll:true,nodeId:\"efptouR3M\",scopeId:\"B9TIbKF5G\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{variant:\"PgYI2CGB8\"}},children:/*#__PURE__*/_jsx(Topbar,{height:\"100%\",id:\"efptouR3M\",layoutId:\"efptouR3M\",style:{width:\"100%\"},variant:\"Z6nbnNkIl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l0dfqk\",\"data-framer-name\":\"BG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-143pznv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LV4dEIHpn\",scopeId:\"B9TIbKF5G\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{position:10},yJdgs09b9:{raysColor:{color:\"rgba(114, 218, 252, 0.68)\",color1:\"rgb(255, 255, 255)\",color2:\"rgb(32, 96, 223)\",mode:\"random\"},reach:25}},children:/*#__PURE__*/_jsx(LightRays,{animation:{animate:true,speed:10},backgroundColor:\"rgba(5, 5, 5, 0)\",height:\"100%\",id:\"LV4dEIHpn\",intensity:20,layoutId:\"LV4dEIHpn\",position:15,radius:\"0px\",rays:20,raysColor:{color:\"rgba(114, 218, 252, 0.79)\",color1:\"rgb(255, 255, 255)\",color2:\"rgb(32, 96, 223)\",mode:\"random\"},reach:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-o3imd7\",\"data-framer-name\":\"Hero Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qkjo2j\",\"data-framer-name\":\"Container\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14pecib\",\"data-framer-name\":\"Heading\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1x2lvsl\",\"data-styles-preset\":\"mwx4oouTQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(7, 223, 247, 0.99)\"},children:\"Shaimaa Branding\"})}),className:\"framer-f6a0j9\",fonts:[\"Inter\"],text:JvycoXqNF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14l7v17\",\"data-framer-name\":\"Sub Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-088de886-3cc8-4289-8927-f9e80421bb04, rgb(5, 117, 215))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"HYlCVpvlm\",openInNewTab:false,preserveParams:false,scopeId:\"B9TIbKF5G\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Home\"})})})}),className:\"framer-1nzo56a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-7dcfb1e7-9dbb-4ff6-a950-9b0582c2ddfc, rgba(3, 27, 33, 0.95))\"},children:\"/\"})}),className:\"framer-millae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-a3b5164e-1d12-484d-85a8-94d308d3b711, rgb(48, 186, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TJxT8KAI6\"},motionChild:true,nodeId:\"OxrM0ovK2\",openInNewTab:false,preserveParams:false,scopeId:\"B9TIbKF5G\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-c7d8xc\",\"data-styles-preset\":\"moOMErkIF\",children:\"Blog\"})})})}),className:\"framer-prx0x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-7dcfb1e7-9dbb-4ff6-a950-9b0582c2ddfc, rgba(3, 27, 33, 0.95))\"},children:\"/\"})}),className:\"framer-qrm5q9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7dcfb1e7-9dbb-4ff6-a950-9b0582c2ddfc, rgba(3, 27, 33, 0.95))\"},children:\"Shaimaa Branding\"})})},yJdgs09b9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7dcfb1e7-9dbb-4ff6-a950-9b0582c2ddfc, rgba(3, 27, 33, 0.95))\"},children:\"Shaimaa Branding\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-7dcfb1e7-9dbb-4ff6-a950-9b0582c2ddfc, rgba(3, 27, 33, 0.95))\"},children:\"Shaimaa Branding\"})}),className:\"framer-47axxq\",fonts:[\"Inter\"],text:JvycoXqNF,verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"BG Pattern\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:648,pixelWidth:1708,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg\",srcSet:\"https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg?scale-down-to=512 512w,https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d6DuJK4lSNgmOT5fXrqehovDu98.svg 1708w\"},className:\"framer-1f9q0h\",\"data-framer-name\":\"BG Pattern\"})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1c77wef\",\"data-framer-name\":\"Blog Details Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-y46dqd\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hm5wo8\",\"data-framer-name\":\"Blog Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k7xuof\",\"data-framer-name\":\"Top Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+10+0+0+0+0+0+0),pixelHeight:1052,pixelWidth:2001,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1170px), 1px)`,...toResponsiveImage(XIXgfhTzd)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+20+0+0+0+0+0+0),pixelHeight:1052,pixelWidth:2001,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 60px, 1170px), 1px)`,...toResponsiveImage(XIXgfhTzd)},className:\"framer-1y66ciu\",\"data-framer-name\":\"Thumbnail\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8q3y7n\",\"data-framer-name\":\"Author & Date\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1byjsgv\",\"data-framer-name\":\"Author Area\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+10+0+0+0+0+0+81+0+28),pixelHeight:810,pixelWidth:930,sizes:\"28px\",...toResponsiveImage(PmdtVSk7A)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+20+0+0+0+0+0+615+0+0),pixelHeight:810,pixelWidth:930,sizes:\"28px\",...toResponsiveImage(PmdtVSk7A)},className:\"framer-ei92y8\",\"data-framer-name\":\"Author Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Content\"})}),className:\"framer-od7osp\",fonts:[\"Inter\"],text:vmwRB_FL1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6hcywg\",\"data-framer-name\":\"Date Area\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Calender\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+10+0+0+0+0+0+81+0+30),pixelHeight:660,pixelWidth:661,sizes:\"24px\",src:\"https://framerusercontent.com/images/asVaDopAGspgTxBSUsvmGolQf4.gif\",srcSet:\"https://framerusercontent.com/images/asVaDopAGspgTxBSUsvmGolQf4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/asVaDopAGspgTxBSUsvmGolQf4.gif 661w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Calender\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+20+0+0+0+0+0+615+0+0),pixelHeight:660,pixelWidth:661,sizes:\"28px\",src:\"https://framerusercontent.com/images/asVaDopAGspgTxBSUsvmGolQf4.gif\",srcSet:\"https://framerusercontent.com/images/asVaDopAGspgTxBSUsvmGolQf4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/asVaDopAGspgTxBSUsvmGolQf4.gif 661w\"},className:\"framer-1x3fuu1\",\"data-framer-name\":\"Author Image\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gt529f\",\"data-styles-preset\":\"LXiiPPhOK\",style:{\"--framer-text-color\":\"var(--token-334132c0-2be2-470f-a75b-2f98dddca96a, rgb(255, 255, 255))\"},children:\"Content\"})}),className:\"framer-ov51y\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-180s16o\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"fV7Hk4aRc\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"zS0GjxlKI\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:gGGCjblQN,className:\"framer-hp9792\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wicq5s\",blockquote:\"framer-styles-preset-1lu7ep4\",h1:\"framer-styles-preset-1xnh4p9\",h2:\"framer-styles-preset-1x2lvsl\",h3:\"framer-styles-preset-12abuqk\",h4:\"framer-styles-preset-xrb74y\",img:\"framer-styles-preset-1ddlzjv\",p:\"framer-styles-preset-11ni3nk\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{y:(componentViewport?.y||0)+0+525},yJdgs09b9:{y:(componentViewport?.y||0)+0+1013}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:391,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1079,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zu0ycd-container\",nodeId:\"pp6FNfBvD\",scopeId:\"B9TIbKF5G\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{variant:\"XqAY1vF2P\"},yJdgs09b9:{variant:\"iuerdOUCA\"}},children:/*#__PURE__*/_jsx(SectionsCTASection,{height:\"100%\",id:\"pp6FNfBvD\",layoutId:\"pp6FNfBvD\",style:{width:\"100%\"},variant:\"bME12X0zK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{y:(componentViewport?.y||0)+0+916},yJdgs09b9:{y:(componentViewport?.y||0)+0+1404}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:924,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1470,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e5h85r-container\",nodeId:\"rTlPTEpDg\",scopeId:\"B9TIbKF5G\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{variant:\"ITYsFtUVR\"},yJdgs09b9:{variant:\"DfdJlSx2V\"}},children:/*#__PURE__*/_jsx(SectionsFooterSection,{height:\"100%\",id:\"rTlPTEpDg\",layoutId:\"rTlPTEpDg\",style:{width:\"100%\"},variant:\"TLVFtpL3v\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:830}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,y:880,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9t6no0-container\",layoutScroll:true,nodeId:\"RgtfMoxd2\",scopeId:\"B9TIbKF5G\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{style:{width:\"100%\"},variant:\"kUihZpX1O\"}},children:/*#__PURE__*/_jsx(MiscGetFigma,{height:\"100%\",id:\"RgtfMoxd2\",layoutId:\"RgtfMoxd2\",variant:\"QK6Leq71E\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jT6XAXZEP:{y:944}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"142px\",y:900,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fkeucy-container\",layoutScroll:true,nodeId:\"sKWNHMSqv\",scopeId:\"B9TIbKF5G\",children:/*#__PURE__*/_jsx(ButtonsFreeRemix,{height:\"100%\",id:\"sKWNHMSqv\",layoutId:\"sKWNHMSqv\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aXdEF.framer-e8ktbw, .framer-aXdEF .framer-e8ktbw { display: block; }\",\".framer-aXdEF.framer-zosfcy { align-content: center; align-items: center; background-color: var(--token-3e733acb-e530-41a2-a48f-2c42f2bd0427, #cee5f2); 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-aXdEF .framer-na7mqk-container { flex: none; height: auto; left: 0px; opacity: 0.9; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-aXdEF .framer-l0dfqk { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 12%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; pointer-events: none; position: absolute; top: 1px; width: 100%; z-index: 0; }\",\".framer-aXdEF .framer-143pznv-container { flex: none; height: 100%; opacity: 0.7; position: relative; width: 100%; }\",\".framer-aXdEF .framer-o3imd7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 200px; justify-content: center; overflow: hidden; padding: 150px 30px 50px 30px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-1qkjo2j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 870px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-aXdEF .framer-14pecib { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-aXdEF .framer-f6a0j9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aXdEF .framer-14l7v17 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-1nzo56a, .framer-aXdEF .framer-prx0x { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aXdEF .framer-millae, .framer-aXdEF .framer-qrm5q9, .framer-aXdEF .framer-47axxq, .framer-aXdEF .framer-od7osp, .framer-aXdEF .framer-ov51y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aXdEF .framer-1f9q0h { -webkit-user-select: none; flex: none; height: 90%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; user-select: none; width: 100%; }\",\".framer-aXdEF .framer-1c77wef { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-y46dqd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-hm5wo8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-aXdEF .framer-1k7xuof { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-1y66ciu { align-content: center; align-items: center; aspect-ratio: 1.982608695652174 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 575px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-aXdEF .framer-8q3y7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-1byjsgv, .framer-aXdEF .framer-6hcywg { 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: min-content; }\",\".framer-aXdEF .framer-ei92y8, .framer-aXdEF .framer-1x3fuu1 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 28px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aXdEF .framer-180s16o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aXdEF .framer-hp9792 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-aXdEF .framer-zu0ycd-container, .framer-aXdEF .framer-1e5h85r-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-aXdEF .framer-9t6no0-container { bottom: 20px; flex: none; height: auto; left: 20px; position: fixed; width: auto; z-index: 9; }\",\".framer-aXdEF .framer-1fkeucy-container { bottom: 64px; flex: none; height: 36px; position: fixed; right: 20px; width: 142px; z-index: 9; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-aXdEF.framer-zosfcy { width: 810px; } .framer-aXdEF .framer-l0dfqk { height: 500px; left: 0px; width: 810px; } .framer-aXdEF .framer-143pznv-container { flex: 1 0 0px; order: 0; width: 1px; } .framer-aXdEF .framer-o3imd7 { padding: 140px 30px 80px 30px; } .framer-aXdEF .framer-1qkjo2j { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 50px; justify-content: flex-start; padding: 0px 80px 0px 80px; } .framer-aXdEF .framer-14pecib { flex: none; width: 100%; } .framer-aXdEF .framer-47axxq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-aXdEF .framer-1c77wef { padding: 20px 30px 30px 30px; } .framer-aXdEF .framer-hm5wo8 { gap: 24px; } .framer-aXdEF .framer-1y66ciu { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: var(--framer-aspect-ratio-supported, 378px); }}\",\"@media (max-width: 809px) { .framer-aXdEF.framer-zosfcy { width: 390px; } .framer-aXdEF .framer-na7mqk-container { opacity: unset; z-index: 10; } .framer-aXdEF .framer-l0dfqk { align-content: flex-start; align-items: flex-start; height: 700px; left: 50%; transform: translateX(-50%); width: min-content; } .framer-aXdEF .framer-143pznv-container { height: 500px; opacity: unset; width: 390px; } .framer-aXdEF .framer-o3imd7 { padding: 105px 20px 60px 20px; } .framer-aXdEF .framer-1qkjo2j { flex-direction: column; gap: 30px; justify-content: flex-start; } .framer-aXdEF .framer-14pecib { flex: none; gap: 16px; width: 100%; } .framer-aXdEF .framer-47axxq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-aXdEF .framer-1c77wef { padding: 10px 20px 30px 20px; } .framer-aXdEF .framer-hm5wo8, .framer-aXdEF .framer-1k7xuof { gap: 24px; } .framer-aXdEF .framer-1y66ciu { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: var(--framer-aspect-ratio-supported, 177px); } .framer-aXdEF .framer-8q3y7n { gap: unset; justify-content: space-between; } .framer-aXdEF .framer-1byjsgv, .framer-aXdEF .framer-6hcywg { flex: 1 0 0px; width: 1px; } .framer-aXdEF .framer-od7osp, .framer-aXdEF .framer-ov51y { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-aXdEF .framer-1x3fuu1 { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; } .framer-aXdEF .framer-9t6no0-container { bottom: 70px; right: 20px; width: unset; } .framer-aXdEF .framer-1fkeucy-container { bottom: 20px; left: 20px; right: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6268\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yJdgs09b9\":{\"layout\":[\"fixed\",\"auto\"]},\"jT6XAXZEP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"TSIR8YnWS\":{\"pattern\":\":TSIR8YnWS\",\"name\":\"hero\"}}\n * @framerResponsiveScreen\n */const FramerB9TIbKF5G=withCSS(Component,css,\"framer-aXdEF\");export default FramerB9TIbKF5G;FramerB9TIbKF5G.displayName=\"Blog\";FramerB9TIbKF5G.defaultProps={height:6268,width:1200};addFonts(FramerB9TIbKF5G,[{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\"}]},...TopbarFonts,...LightRaysFonts,...SectionsCTASectionFonts,...SectionsFooterSectionFonts,...MiscGetFigmaFonts,...ButtonsFreeRemixFonts,...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),...componentPresets.fonts?.[\"zS0GjxlKI\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"zS0GjxlKI\"]):[],...componentPresets.fonts?.[\"fV7Hk4aRc\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"fV7Hk4aRc\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB9TIbKF5G\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"TSIR8YnWS\\\":{\\\"pattern\\\":\\\":TSIR8YnWS\\\",\\\"name\\\":\\\"hero\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yJdgs09b9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jT6XAXZEP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"6268\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "TopbarFonts", "getFonts", "zoUif00nr_default", "LightRaysFonts", "Rays", "MotionDivWithFX", "withFX", "motion", "SectionsCTASectionFonts", "OWBxIwbmj_default", "SectionsFooterSectionFonts", "qZgwx6mWX_default", "MiscGetFigmaFonts", "Agbtnjqvv_default", "ButtonsFreeRemixFonts", "qqiXqx9H_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "transition2", "toResponsiveImage", "value", "sharedDateFormatter", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "T4H4qV7EZ_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "JvycoXqNF", "XIXgfhTzd", "PmdtVSk7A", "vmwRB_FL1", "DscSjdCat", "gGGCjblQN", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "textContent", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "zoUif00nr_default", "Rays", "MotionDivWithFX", "RichText2", "x", "getLocalizedValue", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentPresetsProvider", "OWBxIwbmj_default", "qZgwx6mWX_default", "Agbtnjqvv_default", "qqiXqx9H_default", "css", "FramerB9TIbKF5G", "withCSS", "B9TIbKF5G_default", "addFonts", "TopbarFonts", "LightRaysFonts", "SectionsCTASectionFonts", "SectionsFooterSectionFonts", "MiscGetFigmaFonts", "ButtonsFreeRemixFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
