{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/bCqnZB5rMwMzvPQBeUz8/zHIm0eIHoJNCDvHYML2G/ApplyToday.js", "ssg:https://framerusercontent.com/modules/89dcwPCqByekxppP8WUU/isnqyHkMY1qcggLgWdQy/A9B5UjHAx.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";export function withTodaysDate(Component){return props=>{const today=new Date().toISOString().split(\"T\")[0]// YYYY-MM-DD format\n;return /*#__PURE__*/_jsx(Component,{...props,today:today});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withTodaysDate\":{\"type\":\"reactHoc\",\"name\":\"withTodaysDate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ApplyToday.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,withCodeBoundaryForOverrides,withCSS,withInfiniteScroll}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Spinner from\"https://framerusercontent.com/modules/omo5LdjL4LRSZXvwvWOk/u3WxIJnBoahCGbEeALvk/O_XoZ3FcZ.js\";import{withTodaysDate}from\"#framer/local/codeFile/PXQVaC3/ApplyToday.js\";import Articles from\"#framer/local/collection/Qsk5OIpCz/Qsk5OIpCz.js\";import*as sharedStyle1 from\"#framer/local/css/IIQI9HaRY/IIQI9HaRY.js\";import*as sharedStyle from\"#framer/local/css/Kmum9bdwS/Kmum9bdwS.js\";import*as sharedStyle2 from\"#framer/local/css/xb5uMhm2y/xb5uMhm2y.js\";import metadataProvider from\"#framer/local/webPageMetadata/A9B5UjHAx/A9B5UjHAx.js\";const SpinnerFonts=getFonts(Spinner);const ContainerWithInfiniteScroll=withInfiniteScroll(Container);const MotionDivWithTodaysDatetynl96=withCodeBoundaryForOverrides(motion.div,{nodeId:\"wiDEYZSv3\",override:withTodaysDate,scopeId:\"A9B5UjHAx\"});const breakpoints={Lk5GySQGN:\"(max-width: 809px)\",Uwdlwk_aF:\"(min-width: 1100px)\",z4FiSmKED:\"(min-width: 810px) and (max-width: 1099px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-WPFzY\";const variantClassNames={Lk5GySQGN:\"framer-v-8zzw5u\",Uwdlwk_aF:\"framer-v-1nz3431\",z4FiSmKED:\"framer-v-11sw6ub\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"wiDEYZSv3\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"Uwdlwk_aF\",Phone:\"Lk5GySQGN\",Tablet:\"z4FiSmKED\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Uwdlwk_aF\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Duk5_lyt6wiDEYZSv3,Ve1uSDHwgwiDEYZSv3,WUFVzKhJOwiDEYZSv3,ylO_T1syFwiDEYZSv3,idwiDEYZSv3,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const dynamicRef=useDynamicRefs();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Uwdlwk_aF\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-2a8e8405-1f6b-41c5-9df7-6b06a692e4f8, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1nz3431\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pyablg\",\"data-framer-name\":\"Articles\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-y4o0gl\",\"data-styles-preset\":\"Kmum9bdwS\",children:\"Articles\"})}),className:\"framer-1vgwj83\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithTodaysDatetynl96,{className:\"framer-tynl96\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:6,query:{from:{alias:\"wiDEYZSv3\",data:Articles,type:\"Collection\"},orderBy:[{collection:\"wiDEYZSv3\",direction:\"desc\",name:\"WUFVzKhJO\",type:\"Identifier\"}],select:[{collection:\"wiDEYZSv3\",name:\"Duk5_lyt6\",type:\"Identifier\"},{collection:\"wiDEYZSv3\",name:\"Ve1uSDHwg\",type:\"Identifier\"},{collection:\"wiDEYZSv3\",name:\"WUFVzKhJO\",type:\"Identifier\"},{collection:\"wiDEYZSv3\",name:\"ylO_T1syF\",type:\"Identifier\"},{collection:\"wiDEYZSv3\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection?.map(({Duk5_lyt6:Duk5_lyt6wiDEYZSv3,id:idwiDEYZSv3,Ve1uSDHwg:Ve1uSDHwgwiDEYZSv3,WUFVzKhJO:WUFVzKhJOwiDEYZSv3,ylO_T1syF:ylO_T1syFwiDEYZSv3},index)=>{Duk5_lyt6wiDEYZSv3??=\"\";ylO_T1syFwiDEYZSv3??=\"\";const textContent=toDateString(WUFVzKhJOwiDEYZSv3,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`wiDEYZSv3-${idwiDEYZSv3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Duk5_lyt6:Duk5_lyt6wiDEYZSv3},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Duk5_lyt6:Duk5_lyt6wiDEYZSv3},webPageId:\"KIGHhqCF4\"},motionChild:true,nodeId:\"b26nPElxy\",scopeId:\"A9B5UjHAx\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1mzabos framer-166knzq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lk5GySQGN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+70+96.8+0+0+0+0),sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 25px) / 2, 50px)`,...toResponsiveImage(Ve1uSDHwgwiDEYZSv3)}},z4FiSmKED:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+70+96.8+0+0+0+0),sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 80px) / 3, 50px)`,...toResponsiveImage(Ve1uSDHwgwiDEYZSv3)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+70+96.8+0+0+0+0),sizes:`max((min(1000px, ${componentViewport?.width||\"100vw\"}) - 102px) / 3, 50px)`,...toResponsiveImage(Ve1uSDHwgwiDEYZSv3)},className:\"framer-1nxfc4b\",\"data-border\":true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-113yogx\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-14f9dqe\",\"data-styles-preset\":\"IIQI9HaRY\",style:{\"--framer-text-color\":\"var(--token-e55add80-3a5c-4dd7-b651-75230c9b8147, rgb(9, 84, 75))\"},children:\"Feb 15, 2025\"})}),className:\"framer-16v3mf3\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-a1eb4l\",\"data-styles-preset\":\"xb5uMhm2y\",children:\"Title\"})}),className:\"framer-1ugvuf2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:ylO_T1syFwiDEYZSv3,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idwiDEYZSv3);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Lk5GySQGN:{y:(componentViewport?.y||0)+0+0+70+96.8+284.4- -10},z4FiSmKED:{y:(componentViewport?.y||0)+0+0+70+96.8+299.4- -10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+0+70+96.8+689.8- -10,children:/*#__PURE__*/_jsx(ContainerWithInfiniteScroll,{__loadMore:loadMore,__paginationInfo:paginationInfo,className:\"framer-91e96d-container\",isModuleExternal:true,nodeId:\"qqMI3VbK_\",ref:dynamicRef(`${Duk5_lyt6wiDEYZSv3}-91e96d`),rendersWithMotion:true,scopeId:\"A9B5UjHAx\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Spinner,{height:\"100%\",id:\"qqMI3VbK_\",layoutId:\"qqMI3VbK_\",variant:loaderVariants(paginationInfo,{disabled:\"PX1MOnVXY\",loading:\"G47S15YSn\"},\"G47S15YSn\"),width:\"100%\"})})})})]})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WPFzY.framer-166knzq, .framer-WPFzY .framer-166knzq { display: block; }\",\".framer-WPFzY.framer-1nz3431 { align-content: center; align-items: center; background-color: var(--token-2a8e8405-1f6b-41c5-9df7-6b06a692e4f8, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1100px; }\",\".framer-WPFzY .framer-pyablg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; padding: 70px 50px 70px 50px; position: relative; width: 100%; }\",\".framer-WPFzY .framer-1vgwj83 { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WPFzY .framer-tynl96 { display: grid; flex: none; gap: 51px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 100%; padding: 0px; position: relative; width: 1000px; }\",\".framer-WPFzY .framer-1mzabos { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 25px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-WPFzY .framer-1nxfc4b { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.06); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 200px; max-width: 100%; position: relative; width: 100%; }\",\".framer-WPFzY .framer-113yogx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-WPFzY .framer-16v3mf3, .framer-WPFzY .framer-1ugvuf2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WPFzY .framer-91e96d-container { bottom: -50px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WPFzY.framer-1nz3431, .framer-WPFzY .framer-pyablg, .framer-WPFzY .framer-1mzabos, .framer-WPFzY .framer-113yogx { gap: 0px; } .framer-WPFzY.framer-1nz3431 > *, .framer-WPFzY .framer-113yogx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WPFzY.framer-1nz3431 > :first-child, .framer-WPFzY .framer-pyablg > :first-child, .framer-WPFzY .framer-1mzabos > :first-child, .framer-WPFzY .framer-113yogx > :first-child { margin-top: 0px; } .framer-WPFzY.framer-1nz3431 > :last-child, .framer-WPFzY .framer-pyablg > :last-child, .framer-WPFzY .framer-1mzabos > :last-child, .framer-WPFzY .framer-113yogx > :last-child { margin-bottom: 0px; } .framer-WPFzY .framer-pyablg > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-WPFzY .framer-1mzabos > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-WPFzY[data-border=\"true\"]::after, .framer-WPFzY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1099px) { .framer-WPFzY.framer-1nz3431 { width: 810px; } .framer-WPFzY .framer-pyablg { padding: 70px 40px 70px 40px; } .framer-WPFzY .framer-tynl96 { gap: 40px; } .framer-WPFzY .framer-1nxfc4b { aspect-ratio: 1.4928571428571429 / 1; height: var(--framer-aspect-ratio-supported, 145px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WPFzY .framer-tynl96 { gap: 0px; } .framer-WPFzY .framer-tynl96 > *, .framer-WPFzY .framer-tynl96 > :first-child, .framer-WPFzY .framer-tynl96 > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-WPFzY.framer-1nz3431 { width: 433px; } .framer-WPFzY .framer-pyablg { padding: 70px 20px 50px 20px; } .framer-WPFzY .framer-tynl96 { gap: 25px; grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-WPFzY .framer-1mzabos { min-height: 184px; } .framer-WPFzY .framer-1nxfc4b { aspect-ratio: 1.4928571428571429 / 1; height: var(--framer-aspect-ratio-supported, 0px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WPFzY .framer-tynl96 { gap: 0px; } .framer-WPFzY .framer-tynl96 > *, .framer-WPFzY .framer-tynl96 > :first-child, .framer-WPFzY .framer-tynl96 > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1402\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"z4FiSmKED\":{\"layout\":[\"fixed\",\"auto\"]},\"Lk5GySQGN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerA9B5UjHAx=withCSS(Component,css,\"framer-WPFzY\");export default FramerA9B5UjHAx;FramerA9B5UjHAx.displayName=\"Blog\";FramerA9B5UjHAx.defaultProps={height:1402,width:1100};addFonts(FramerA9B5UjHAx,[{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\"}]},...SpinnerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerA9B5UjHAx\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"1402\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1100\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z4FiSmKED\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lk5GySQGN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withTodaysDate", "Component", "props", "today", "p", "SpinnerFonts", "getFonts", "O_XoZ3FcZ_default", "ContainerWithInfiniteScroll", "withInfiniteScroll", "Container", "MotionDivWithTodaysDatetynl96", "withCodeBoundaryForOverrides", "motion", "withTodaysDate", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "transformTemplate1", "_", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "Duk5_lyt6wiDEYZSv3", "Ve1uSDHwgwiDEYZSv3", "WUFVzKhJOwiDEYZSv3", "ylO_T1syFwiDEYZSv3", "idwiDEYZSv3", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "dynamicRef", "useDynamicRefs", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "x", "MotionDivWithTodaysDatetynl96", "ChildrenCanSuspend", "Qsk5OIpCz_default", "collection", "l", "index", "textContent", "PathVariablesContext", "Link", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "ComponentViewportProvider", "ContainerWithInfiniteScroll", "O_XoZ3FcZ_default", "css", "FramerA9B5UjHAx", "withCSS", "A9B5UjHAx_default", "addFonts", "SpinnerFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
