{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kQtcdnTwpXNnEsMI3EAc/CpRbrbfxPIb1R2FJJB24/sB1sCuURY.js"],
  "sourcesContent": ["// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image as Image1,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Image from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import CMSNavHelper from\"https://framerusercontent.com/modules/jojPDoWbWb65rBwkaRiD/jH6gbxJByv7ZoJwGq4sR/CMS_Nav_Helper.js\";import Header from\"#framer/local/canvasComponent/N0efqlBR3/N0efqlBR3.js\";import CMSNav from\"#framer/local/canvasComponent/rzECQXTh2/rzECQXTh2.js\";import LittleDesignStoryPune from\"#framer/local/collection/J4ntpsNDs/J4ntpsNDs.js\";import*as sharedStyle from\"#framer/local/css/DuHd6oZTr/DuHd6oZTr.js\";import metadataProvider from\"#framer/local/webPageMetadata/sB1sCuURY/sB1sCuURY.js\";const HeaderFonts=getFonts(Header);const ImageFonts=getFonts(Image);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const CMSNavFonts=getFonts(CMSNav);const CMSNavHelperFonts=getFonts(CMSNavHelper);const breakpoints={FqZgq_2_O:\"(max-width: 809px)\",khhBGqdGa:\"(min-width: 810px) and (max-width: 1199px)\",ntv3Bw8wN:\"(min-width: 1440px)\",qFIGxmlhP:\"(min-width: 1200px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-UypQm\";const variantClassNames={FqZgq_2_O:\"framer-v-ffvv70\",khhBGqdGa:\"framer-v-1ptt9ik\",ntv3Bw8wN:\"framer-v-ku61it\",qFIGxmlhP:\"framer-v-sproch\"};const transition1={damping:100,delay:0,mass:1.2,stiffness:149,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"qFIGxmlhP\",Larger:\"ntv3Bw8wN\",Phone:\"FqZgq_2_O\",Tablet:\"khhBGqdGa\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qFIGxmlhP\"};};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:\"sB1sCuURY\",data:LittleDesignStoryPune,type:\"Collection\"},select:[{collection:\"sB1sCuURY\",name:\"gFOenyIeb\",type:\"Identifier\"},{collection:\"sB1sCuURY\",name:\"T7VeV5dXo\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"sB1sCuURY\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,T7VeV5dXo=getFromCurrentRouteData(\"T7VeV5dXo\"),j80b_U3wUWrZDaxi5U,T7VeV5dXoWrZDaxi5U,gFOenyIebWrZDaxi5U,idWrZDaxi5U,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qFIGxmlhP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ec0e8b99-fc3d-45e5-b2e2-76a197295126, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-sproch\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yAQNTrzw4\"},implicitPathVariables:undefined},{href:{webPageId:\"yAQNTrzw4\"},implicitPathVariables:undefined},{href:{webPageId:\"yAQNTrzw4\"},implicitPathVariables:undefined},{href:{webPageId:\"yAQNTrzw4\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqZgq_2_O:{width:\"105.641vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nfjix8-container\",layoutScroll:true,nodeId:\"GSadmIn6L\",scopeId:\"sB1sCuURY\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqZgq_2_O:{MIFcOZBh0:resolvedLinks[3],variant:\"Nv6LB96Oe\"},khhBGqdGa:{MIFcOZBh0:resolvedLinks[2]},ntv3Bw8wN:{MIFcOZBh0:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Header,{bIWarh3Gi:\"> THE LITTLE DESIGN STORY GOLF ABODE\",height:\"100%\",id:\"GSadmIn6L\",layoutId:\"GSadmIn6L\",MIFcOZBh0:resolvedLinks[0],style:{height:\"100%\",width:\"100%\"},variant:\"B7NtOZaCL\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-dns6si-container\",\"data-framer-appear-id\":\"dns6si\",initial:animation1,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"p8xpqLCzt\",optimized:true,rendersWithMotion:true,scopeId:\"sB1sCuURY\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FqZgq_2_O:{padding:10}},children:/*#__PURE__*/_jsx(Image,{alt:\"\",height:\"100%\",id:\"p8xpqLCzt\",image:toResponsiveImage(T7VeV5dXo),layoutId:\"p8xpqLCzt\",newTab:true,padding:0,radius:0,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rtjoew-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"X2ITTPkHd\",scopeId:\"sB1sCuURY\",children:/*#__PURE__*/_jsx(CMSNavHelper,{cms_nav:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:\"134px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ssybam-container\",inComponentSlot:true,nodeId:\"oUD_n15AD\",rendersWithMotion:true,scopeId:\"sB1sCuURY\",children:/*#__PURE__*/_jsx(CMSNav,{height:\"100%\",id:\"oUD_n15AD\",layoutId:\"oUD_n15AD\",style:{height:\"100%\",width:\"100%\"},vZBlxdWh0:\"\",width:\"100%\"})})})],cmsPath:\"/little-design-story-pune\",fullView:false,height:\"100%\",id:\"X2ITTPkHd\",layers:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-icgvxr\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"WrZDaxi5U\",data:LittleDesignStoryPune,type:\"Collection\"},select:[{collection:\"WrZDaxi5U\",name:\"j80b_U3wU\",type:\"Identifier\"},{collection:\"WrZDaxi5U\",name:\"T7VeV5dXo\",type:\"Identifier\"},{collection:\"WrZDaxi5U\",name:\"gFOenyIeb\",type:\"Identifier\"},{collection:\"WrZDaxi5U\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({gFOenyIeb:gFOenyIebWrZDaxi5U,id:idWrZDaxi5U,j80b_U3wU:j80b_U3wUWrZDaxi5U,T7VeV5dXo:T7VeV5dXoWrZDaxi5U},index)=>{j80b_U3wUWrZDaxi5U??=\"\";gFOenyIebWrZDaxi5U??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`WrZDaxi5U-${idWrZDaxi5U}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{j80b_U3wU:j80b_U3wUWrZDaxi5U},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j80b_U3wU:j80b_U3wUWrZDaxi5U},webPageId:\"sB1sCuURY\"},motionChild:true,nodeId:\"UBeUfJIAJ\",scopeId:\"sB1sCuURY\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1wlcrvp framer-1kt2bf6\",children:[/*#__PURE__*/_jsx(Image1,{background:{alt:\"\",fit:\"fill\",sizes:\"30px\",...toResponsiveImage(T7VeV5dXoWrZDaxi5U)},className:\"framer-2le8qp\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fdp2vy\",\"data-styles-preset\":\"DuHd6oZTr\",children:\"Title\"})}),className:\"framer-12hx7j5\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:gFOenyIebWrZDaxi5U,verticalAlignment:\"top\",withExternalLayout:true})]})})})},idWrZDaxi5U);})})})})})],layoutId:\"X2ITTPkHd\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UypQm.framer-1kt2bf6, .framer-UypQm .framer-1kt2bf6 { display: block; }\",\".framer-UypQm.framer-sproch { align-content: center; align-items: center; background-color: var(--token-ec0e8b99-fc3d-45e5-b2e2-76a197295126, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 840px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 1200px; }\",\".framer-UypQm .framer-nfjix8-container { flex: none; height: 0px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 4; }\",\".framer-UypQm .framer-dns6si-container { flex: none; height: 80%; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 80% / 2); will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-UypQm .framer-rtjoew-container { bottom: 33px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; z-index: 3; }\",\".framer-UypQm .framer-icgvxr { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-UypQm .framer-1wlcrvp { 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; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-UypQm .framer-2le8qp { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-UypQm .framer-12hx7j5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-UypQm .framer-ssybam-container { height: 38px; position: relative; width: 134px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-UypQm.framer-sproch, .framer-UypQm .framer-icgvxr, .framer-UypQm .framer-1wlcrvp { gap: 0px; } .framer-UypQm.framer-sproch > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UypQm.framer-sproch > :first-child, .framer-UypQm .framer-icgvxr > :first-child { margin-top: 0px; } .framer-UypQm.framer-sproch > :last-child, .framer-UypQm .framer-icgvxr > :last-child { margin-bottom: 0px; } .framer-UypQm .framer-icgvxr > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-UypQm .framer-1wlcrvp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UypQm .framer-1wlcrvp > :first-child { margin-left: 0px; } .framer-UypQm .framer-1wlcrvp > :last-child { margin-right: 0px; } }\",...sharedStyle.css,\"@media (min-width: 1440px) { .framer-UypQm.framer-sproch { width: 1440px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-UypQm.framer-sproch { width: 810px; }}\",\"@media (max-width: 809px) { .framer-UypQm.framer-sproch { height: 810px; width: 390px; } .framer-UypQm .framer-nfjix8-container { left: calc(47.179487179487204% - 105.64102564102565% / 2); width: 106%; } .framer-UypQm .framer-dns6si-container { flex: 1 0 0px; height: 1px; left: unset; position: relative; right: unset; top: unset; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 840\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ntv3Bw8wN\":{\"layout\":[\"fixed\",\"fixed\"]},\"khhBGqdGa\":{\"layout\":[\"fixed\",\"fixed\"]},\"FqZgq_2_O\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramersB1sCuURY=withCSS(Component,css,\"framer-UypQm\");export default FramersB1sCuURY;FramersB1sCuURY.displayName=\"Little Design Story Pune\";FramersB1sCuURY.defaultProps={height:840,width:1200};addFonts(FramersB1sCuURY,[{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\"}]},...HeaderFonts,...ImageFonts,...CMSNavFonts,...CMSNavHelperFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersB1sCuURY\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ntv3Bw8wN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"khhBGqdGa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FqZgq_2_O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"840\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "4tBACquC,IAAMA,GAAYC,EAASC,CAAM,EAAQC,GAAWF,EAASG,CAAK,EAAQC,GAAmCC,EAA0BC,CAAS,EAAQC,GAAYP,EAASQ,CAAM,EAAQC,GAAkBT,EAASU,CAAY,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,6CAA6C,UAAU,sBAAsB,UAAU,6CAA6C,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,IAAI,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,EAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAU,CAAC,CAAC,MAAAP,CAAK,IAAoBQ,EAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOT,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUU,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,GAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,GAAkBC,EAAqB,EAAQC,EAAqBC,EAAwB,EAAO,CAACC,CAAgB,EAAEzB,EAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0B,EAAsB,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,EAAoCJ,EAAqB,WAAW,CAAC,CAAC,EAAQK,GAAwBC,GAAK,CAAC,GAAG,CAACJ,EAAiB,MAAM,IAAIK,EAAc,mCAAmC,KAAK,UAAUP,CAAoB,CAAC,EAAE,EAAE,OAAOE,EAAiBI,CAAG,CAAE,EAAO,CAAC,MAAAE,GAAM,UAAAC,GAAU,SAAAC,GAAS,QAAAC,GAAQ,UAAAC,GAAUP,GAAwB,WAAW,EAAE,mBAAAQ,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAEnC,GAASI,CAAK,EAAQgC,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiBjB,EAAiBP,CAAY,EAAE,GAAGwB,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAClB,EAAiBP,CAAY,CAAC,EAAQ0B,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiBjB,EAAiBP,CAAY,EAAE,SAAS,MAAMwB,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAACjB,EAAiBP,CAAY,CAAC,EAAE,GAAK,CAAC2B,EAAYC,EAAmB,EAAEC,EAA8Bb,GAAQc,GAAY,EAAK,EAAQC,GAAe,OAAoEC,GAAkBC,EAAG/D,GAAkB,GAArE,CAAa4C,EAAS,CAAuE,EAAQoB,GAAOC,EAAU,EAAE,OAAAC,EAAiB,CAAC,CAAC,EAAsBnD,EAAKoD,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAlE,EAAiB,EAAE,SAAsBmE,EAAMC,EAAY,CAAC,GAAGxB,IAAUjB,GAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAeuD,EAAME,EAAO,IAAI,CAAC,GAAGlB,GAAU,UAAUW,EAAGD,GAAkB,gBAAgBlB,EAAS,EAAE,IAAIjB,EAAW,MAAM,CAAC,GAAGgB,EAAK,EAAE,SAAS,CAAc5B,EAAKwD,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,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BzD,EAAK0D,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAW,CAAC,EAAE,SAAsB1C,EAAK2D,EAA0B,CAAC,OAAO,EAAE,MAAM,QAAQ,EAAE,EAAE,SAAsB3D,EAAK4D,EAAU,CAAC,UAAU,0BAA0B,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAK0D,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUe,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBzD,EAAK6D,EAAO,CAAC,UAAU,uCAAuC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUJ,EAAc,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezD,EAAK2D,EAA0B,CAAC,SAAsB3D,EAAK8D,GAAmC,CAAC,QAAQ1E,GAAU,UAAU,0BAA0B,wBAAwB,SAAS,QAAQC,GAAW,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,UAAU,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAsBW,EAAK0D,EAAkB,CAAC,WAAWhB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,EAAE,SAAsB1C,EAAK+D,EAAM,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMzE,GAAkB0C,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehC,EAAK2D,EAA0B,CAAC,SAAsB3D,EAAK4D,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB5D,EAAKgE,EAAa,CAAC,QAAQ,CAAchE,EAAK2D,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsB3D,EAAK4D,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB5D,EAAKiE,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,4BAA4B,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,OAAO,CAAcjE,EAAKuD,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAsBvD,EAAKkE,EAAmB,CAAC,SAAsBlE,EAAKR,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK+B,EAAsB,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,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC4C,EAAWC,EAAeC,KAAwBrE,EAAKsE,EAAU,CAAC,SAASH,GAAY,IAAI,CAAC,CAAC,UAAUhC,EAAmB,GAAGC,EAAY,UAAUH,EAAmB,UAAUC,EAAkB,EAAEqC,MAAStC,IAAqB,GAAGE,IAAqB,GAAuBnC,EAAKsD,EAAY,CAAC,GAAG,aAAalB,CAAW,GAAG,SAAsBpC,EAAKwE,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUvC,CAAkB,EAAE,SAAsBjC,EAAKyE,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUxC,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBoB,EAAME,EAAO,EAAE,CAAC,UAAU,gCAAgC,SAAS,CAAcvD,EAAK0E,EAAO,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,OAAO,GAAGpF,GAAkB4C,EAAkB,CAAC,EAAE,UAAU,eAAe,CAAC,EAAelC,EAAK2E,GAAS,CAAC,sBAAsB,GAAK,SAAsB3E,EAAW4E,EAAS,CAAC,SAAsB5E,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,KAAKmC,EAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ6E,GAAI,CAAC,kFAAkF,kFAAkF,4VAA4V,qKAAqK,yOAAyO,0KAA0K,gQAAgQ,6RAA6R,0NAA0N,iHAAiH,6FAA6F,s1BAAs1B,GAAeA,GAAI,+EAA+E,qGAAqG,6VAA6V,EAY3wZC,EAAgBC,EAAQxE,GAAUsE,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,2BAA2BA,EAAgB,aAAa,CAAC,OAAO,IAAI,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,GAAGI,GAAY,GAAGC,GAAW,GAAGC,GAAY,GAAGC,GAAkB,GAAGC,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC76D,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,OAAO,oCAAsC,wMAA8O,sBAAwB,MAAM,kBAAoB,OAAO,sBAAwB,IAAI,yBAA2B,QAAQ,6BAA+B,OAAO,qBAAuB,OAAO,qBAAuB,4BAA4B,4BAA8B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["HeaderFonts", "getFonts", "N0efqlBR3_default", "ImageFonts", "Image", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "CMSNavFonts", "rzECQXTh2_default", "CMSNavHelperFonts", "CMS_NAV", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "J4ntpsNDs_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "T7VeV5dXo", "j80b_U3wUWrZDaxi5U", "T7VeV5dXoWrZDaxi5U", "gFOenyIebWrZDaxi5U", "idWrZDaxi5U", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "ComponentViewportProvider", "Container", "N0efqlBR3_default", "ContainerWithOptimizedAppearEffect", "Image", "CMS_NAV", "rzECQXTh2_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Image2", "RichText2", "x", "css", "FramersB1sCuURY", "withCSS", "sB1sCuURY_default", "addFonts", "HeaderFonts", "ImageFonts", "CMSNavFonts", "CMSNavHelperFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
