{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yvlEayanPBGlTWlGL8zY/sd9FbjSo09KBWJ7X2vC1/SwBwkqAUK.js", "ssg:https://framerusercontent.com/modules/RvlIBbCa2Oo9yRvs8FoN/ycYYg0BbLCEOq5oNmg6Y/SwBwkqAUK.js"],
  "sourcesContent": ["// Generated by Framer (722666c)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={rXP5ofBGP:new LazyValue(()=>import(\"./SwBwkqAUK-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\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (722666c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import UISeparator from\"#framer/local/canvasComponent/bid2Kcy1o/bid2Kcy1o.js\";import Button from\"#framer/local/canvasComponent/EsNen4rBn/EsNen4rBn.js\";import FormsInput from\"#framer/local/canvasComponent/lp3Wis_YU/lp3Wis_YU.js\";import HerosPrimary from\"#framer/local/canvasComponent/rUmrW8l6l/rUmrW8l6l.js\";import NavigationDesktop,*as NavigationDesktopInfo from\"#framer/local/canvasComponent/TMhj6FS4S/TMhj6FS4S.js\";import NavigationTabletMobile from\"#framer/local/canvasComponent/UzhtpPikb/UzhtpPikb.js\";import Footer from\"#framer/local/canvasComponent/vh3wCGHm9/vh3wCGHm9.js\";import{Destkop}from\"#framer/local/codeFile/TeX5Xqr/Navigation.js\";import*as sharedStyle1 from\"#framer/local/css/H1t952Ov1/H1t952Ov1.js\";import*as sharedStyle from\"#framer/local/css/NJTBhArgu/NJTBhArgu.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/SwBwkqAUK/SwBwkqAUK.js\";import metadataProvider from\"#framer/local/webPageMetadata/SwBwkqAUK/SwBwkqAUK.js\";const NavigationDesktopFonts=getFonts(NavigationDesktop);const NavigationDesktopDestkopbg0x2fWithMappedReactPropsmvxrog=withMappedReactProps(withCodeBoundaryForOverrides(NavigationDesktop,{nodeId:\"OGluhIMiX\",override:Destkop,scopeId:\"SwBwkqAUK\"}),NavigationDesktopInfo);const NavigationTabletMobileFonts=getFonts(NavigationTabletMobile);const HerosPrimaryFonts=getFonts(HerosPrimary);const UISeparatorFonts=getFonts(UISeparator);const FormsInputFonts=getFonts(FormsInput);const ButtonFonts=getFonts(Button);const FooterFonts=getFonts(Footer);const breakpoints={PgpTCh5Re:\"(max-width: 809px)\",pz8wG90zv:\"(min-width: 1600px)\",YwBTRxAJv:\"(min-width: 810px) and (max-width: 1599px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-8u65l\";const variantClassNames={PgpTCh5Re:\"framer-v-1r318yu\",pz8wG90zv:\"framer-v-1ch12i\",YwBTRxAJv:\"framer-v-1n4kuwz\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={delay:.05,duration:.8,ease:[.25,1,.5,1],type:\"tween\"};const textEffect={effect:animation,repeat:false,startDelay:.2,threshold:0,tokenization:\"word\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"pz8wG90zv\",Phone:\"PgpTCh5Re\",Tablet:\"YwBTRxAJv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"pz8wG90zv\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"YwBTRxAJv\",\"PgpTCh5Re\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"YwBTRxAJv\",\"PgpTCh5Re\"].includes(baseVariant))return true;return false;};usePreloadLocalizedValues(activeLocale);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"pz8wG90zv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ch12i\",className),ref:ref??ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:85,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bg0x2f-container hidden-1n4kuwz hidden-1r318yu\",\"data-framer-name\":\"Navigation / Desktop\",layoutScroll:true,name:\"Navigation / Desktop\",nodeId:\"OGluhIMiX\",rendersWithMotion:true,scopeId:\"SwBwkqAUK\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(NavigationDesktopDestkopbg0x2fWithMappedReactPropsmvxrog,{height:\"100%\",id:\"OGluhIMiX\",kCIdGgPd2:\"xWtoRgjtk\",layoutId:\"OGluhIMiX\",name:\"Navigation / Desktop\",style:{width:\"100%\"},variant:\"D3TgaNzTE\",width:\"100%\",WVJmTnP2b:\"ugpjI0xBi\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{height:68,width:\"100vw\",y:0},YwBTRxAJv:{height:68,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v6kc69-container hidden-1ch12i\",layoutScroll:true,nodeId:\"RqVn2o4nn\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(NavigationTabletMobile,{height:\"100%\",id:\"RqVn2o4nn\",ksbCvzYS8:\"u87qQ42eR\",layoutId:\"RqVn2o4nn\",style:{width:\"100%\"},variant:\"zl_rncoTo\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hfhtit\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:645,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11clkhv-container\",nodeId:\"fwqMH9TMU\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"dVIb5k2bK\"},YwBTRxAJv:{variant:\"padSKXZ8A\"}},children:/*#__PURE__*/_jsx(HerosPrimary,{height:\"100%\",id:\"fwqMH9TMU\",jYj6N47eF:getLocalizedValue(\"v0\",activeLocale)??\"Contact\",layoutId:\"fwqMH9TMU\",style:{width:\"100%\"},variant:\"HUMmJT2sL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eyt4kh\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lywi63\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ml2yd4\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-17tp63o\",\"data-styles-preset\":\"NJTBhArgu\",children:\"Request information\"})}),className:\"framer-1a24jke\",\"data-framer-name\":\"Request information\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z233zq\",\"data-styles-preset\":\"H1t952Ov1\",children:\"Have questions? Connect with our experts for tailored assistance on luxury properties and  our concierge solutions\"})}),className:\"framer-jekbwb\",\"data-framer-name\":\"Feel the thrill of a true Roman countryside adventure as you dive into the woods in search of truffles with the help of our faithful four-legged friends. Each step will take you through landscapes steeped in history and unparalleled natural beauty.\\xa0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{y:(componentViewport?.y||0)+0+0+0+645+50+0+0+227},YwBTRxAJv:{y:(componentViewport?.y||0)+0+0+0+645+60+0+0+233}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+243,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qi9am3-container\",nodeId:\"msEbJXuyR\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(UISeparator,{height:\"100%\",id:\"msEbJXuyR\",layoutId:\"msEbJXuyR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/2845601c-99c9-47be-936e-6ef81688329c/submit\",className:\"framer-1vce03z\",redirectUrl:\"/\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4vcv5k\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+0+0+0},YwBTRxAJv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 52px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 60px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-quhteu-container\",nodeId:\"c5S9NrFsy\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"text\",height:\"100%\",id:\"c5S9NrFsy\",jIRebZa4Y:getLocalizedValue(\"v3\",activeLocale)??\"First Name\",layoutId:\"c5S9NrFsy\",style:{width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v3\",activeLocale)??\"First Name\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+0+0+84},YwBTRxAJv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 52px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 60px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f7sqdm-container\",nodeId:\"jd29vNTa6\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"text\",height:\"100%\",id:\"jd29vNTa6\",jIRebZa4Y:getLocalizedValue(\"v4\",activeLocale)??\"Last Name\",layoutId:\"jd29vNTa6\",style:{width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v4\",activeLocale)??\"Last Name\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+0+0+168},YwBTRxAJv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 52px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+0+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 60px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+0+0+96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-frrsgp-container\",nodeId:\"y3djYeQaR\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"email\",height:\"100%\",id:\"y3djYeQaR\",jIRebZa4Y:getLocalizedValue(\"v5\",activeLocale)??\"Email\",layoutId:\"y3djYeQaR\",style:{width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v5\",activeLocale)??\"Email\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+0+0+252},YwBTRxAJv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 52px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+0+0+88}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 60px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+0+0+96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dz98q4-container\",nodeId:\"WVCfKuwFB\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"tel\",height:\"100%\",id:\"WVCfKuwFB\",jIRebZa4Y:getLocalizedValue(\"v6\",activeLocale)??\"Phone\",layoutId:\"WVCfKuwFB\",style:{width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v6\",activeLocale)??\"Phone\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+0+0+336},YwBTRxAJv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 52px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+0+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 60px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+0+0+192,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pxh659-container\",nodeId:\"ERTf5h16i\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"text\",height:\"100%\",id:\"ERTf5h16i\",jIRebZa4Y:getLocalizedValue(\"v7\",activeLocale)??\"Address\",layoutId:\"ERTf5h16i\",style:{width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v7\",activeLocale)??\"Address\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+0+0+420},YwBTRxAJv:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 52px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+0+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:`max((min(${componentViewport?.width||\"100vw\"}, 1476px) - 60px) / 2, 50px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+0+0+192,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qbmvn7-container\",nodeId:\"oqctPXHmj\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"text\",height:\"100%\",id:\"oqctPXHmj\",jIRebZa4Y:getLocalizedValue(\"v8\",activeLocale)??\"Country\",layoutId:\"oqctPXHmj\",style:{width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v8\",activeLocale)??\"Country\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+504},YwBTRxAJv:{y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+264}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:146,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+288,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tf1vo-container\",nodeId:\"pR8Dft4L8\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"sq8lRAj24\"},YwBTRxAJv:{variant:\"sq8lRAj24\"}},children:/*#__PURE__*/_jsx(FormsInput,{fGQMlF0Ao:\"textarea\",height:\"100%\",id:\"pR8Dft4L8\",jIRebZa4Y:getLocalizedValue(\"v9\",activeLocale)??\"Message\",layoutId:\"pR8Dft4L8\",style:{height:\"100%\",width:\"100%\"},uhwus6xEX:getLocalizedValue(\"v9\",activeLocale)??\"Message\",variant:\"UfeNtzKWk\",width:\"100%\",y9rgdfqGn:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1476px) - 36px)`,y:(componentViewport?.y||0)+0+0+0+645+50+0+0+258+0+662},YwBTRxAJv:{y:(componentViewport?.y||0)+0+0+0+645+60+0+0+260+0+426}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+0+645+120+0+0+280+0+458,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6zslc4-container\",nodeId:\"TDpNi3zuF\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{style:{width:\"100%\"},variant:formVariants(formState,{error:\"vxedFg_pc\",pending:\"jjwBkb_kx\",success:\"a3UVLlY4T\"},\"phmPDoxNx\")}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"TDpNi3zuF\",layoutId:\"TDpNi3zuF\",type:\"submit\",variant:formVariants(formState,{pending:\"jjwBkb_kx\",success:\"a3UVLlY4T\"},\"phmPDoxNx\"),width:\"100%\"})})})})})]})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{y:(componentViewport?.y||0)+0+1711},YwBTRxAJv:{y:(componentViewport?.y||0)+0+1497}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:435,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1669,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5f6uab-container\",nodeId:\"eXmpLRLAq\",scopeId:\"SwBwkqAUK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PgpTCh5Re:{variant:\"ABuIsj9Vp\"},YwBTRxAJv:{variant:\"W15n3X9Wd\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"eXmpLRLAq\",layoutId:\"eXmpLRLAq\",style:{width:\"100%\"},variant:\"B8atZxdiC\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8u65l.framer-b6737e, .framer-8u65l .framer-b6737e { display: block; }\",\".framer-8u65l.framer-1ch12i { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-8u65l .framer-bg0x2f-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-8u65l .framer-v6kc69-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 810px; z-index: 1; }\",\".framer-8u65l .framer-hfhtit { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8u65l .framer-11clkhv-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-8u65l .framer-eyt4kh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-8u65l .framer-1lywi63 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; max-width: 1476px; overflow: hidden; padding: 0px 18px 0px 18px; position: relative; width: 100%; }\",\".framer-8u65l .framer-ml2yd4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8u65l .framer-1a24jke { --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-8u65l .framer-jekbwb { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1070px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-8u65l .framer-1qi9am3-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-8u65l .framer-1vce03z { 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-8u65l .framer-4vcv5k { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-8u65l .framer-quhteu-container, .framer-8u65l .framer-f7sqdm-container, .framer-8u65l .framer-frrsgp-container, .framer-8u65l .framer-dz98q4-container, .framer-8u65l .framer-pxh659-container, .framer-8u65l .framer-1qbmvn7-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-8u65l .framer-tf1vo-container { flex: none; height: 146px; position: relative; width: 100%; }\",\".framer-8u65l .framer-6zslc4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8u65l .framer-5f6uab-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-8u65l.framer-1ch12i, .framer-8u65l .framer-hfhtit, .framer-8u65l .framer-eyt4kh, .framer-8u65l .framer-1lywi63, .framer-8u65l .framer-ml2yd4, .framer-8u65l .framer-1vce03z { gap: 0px; } .framer-8u65l.framer-1ch12i > *, .framer-8u65l .framer-hfhtit > *, .framer-8u65l .framer-eyt4kh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8u65l.framer-1ch12i > :first-child, .framer-8u65l .framer-hfhtit > :first-child, .framer-8u65l .framer-eyt4kh > :first-child, .framer-8u65l .framer-1lywi63 > :first-child, .framer-8u65l .framer-ml2yd4 > :first-child, .framer-8u65l .framer-1vce03z > :first-child { margin-top: 0px; } .framer-8u65l.framer-1ch12i > :last-child, .framer-8u65l .framer-hfhtit > :last-child, .framer-8u65l .framer-eyt4kh > :last-child, .framer-8u65l .framer-1lywi63 > :last-child, .framer-8u65l .framer-ml2yd4 > :last-child, .framer-8u65l .framer-1vce03z > :last-child { margin-bottom: 0px; } .framer-8u65l .framer-1lywi63 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-8u65l .framer-ml2yd4 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-8u65l .framer-1vce03z > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 810px) and (max-width: 1599px) { .framer-8u65l.framer-1ch12i { width: 810px; } .framer-8u65l .framer-v6kc69-container { order: 1; width: 100%; z-index: 10; } .framer-8u65l .framer-hfhtit { order: 2; } .framer-8u65l .framer-eyt4kh { padding: 60px 0px 60px 0px; } .framer-8u65l .framer-1lywi63 { gap: 26px; } .framer-8u65l .framer-1vce03z, .framer-8u65l .framer-4vcv5k { gap: 16px; } .framer-8u65l .framer-5f6uab-container { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-8u65l .framer-1lywi63, .framer-8u65l .framer-1vce03z, .framer-8u65l .framer-4vcv5k { gap: 0px; } .framer-8u65l .framer-1lywi63 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-8u65l .framer-1lywi63 > :first-child, .framer-8u65l .framer-1vce03z > :first-child { margin-top: 0px; } .framer-8u65l .framer-1lywi63 > :last-child, .framer-8u65l .framer-1vce03z > :last-child { margin-bottom: 0px; } .framer-8u65l .framer-1vce03z > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-8u65l .framer-4vcv5k > *, .framer-8u65l .framer-4vcv5k > :first-child, .framer-8u65l .framer-4vcv5k > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-8u65l.framer-1ch12i { width: 390px; } .framer-8u65l .framer-v6kc69-container { width: 100%; z-index: 10; } .framer-8u65l .framer-eyt4kh { padding: 50px 0px 50px 0px; } .framer-8u65l .framer-1lywi63 { gap: 30px; } .framer-8u65l .framer-ml2yd4 { gap: 10px; } .framer-8u65l .framer-1vce03z { gap: 12px; } .framer-8u65l .framer-4vcv5k { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; } .framer-8u65l .framer-quhteu-container, .framer-8u65l .framer-f7sqdm-container, .framer-8u65l .framer-frrsgp-container, .framer-8u65l .framer-dz98q4-container, .framer-8u65l .framer-pxh659-container, .framer-8u65l .framer-1qbmvn7-container { align-self: unset; } .framer-8u65l .framer-6zslc4-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-8u65l .framer-1lywi63, .framer-8u65l .framer-ml2yd4, .framer-8u65l .framer-1vce03z, .framer-8u65l .framer-4vcv5k { gap: 0px; } .framer-8u65l .framer-1lywi63 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-8u65l .framer-1lywi63 > :first-child, .framer-8u65l .framer-ml2yd4 > :first-child, .framer-8u65l .framer-1vce03z > :first-child, .framer-8u65l .framer-4vcv5k > :first-child { margin-top: 0px; } .framer-8u65l .framer-1lywi63 > :last-child, .framer-8u65l .framer-ml2yd4 > :last-child, .framer-8u65l .framer-1vce03z > :last-child, .framer-8u65l .framer-4vcv5k > :last-child { margin-bottom: 0px; } .framer-8u65l .framer-ml2yd4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8u65l .framer-1vce03z > *, .framer-8u65l .framer-4vcv5k > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1915\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YwBTRxAJv\":{\"layout\":[\"fixed\",\"auto\"]},\"PgpTCh5Re\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerSwBwkqAUK=withCSS(Component,css,\"framer-8u65l\");export default FramerSwBwkqAUK;FramerSwBwkqAUK.displayName=\"Collection\";FramerSwBwkqAUK.defaultProps={height:1915,width:1600};addFonts(FramerSwBwkqAUK,[{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\"}]},...NavigationDesktopFonts,...NavigationTabletMobileFonts,...HerosPrimaryFonts,...UISeparatorFonts,...FormsInputFonts,...ButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSwBwkqAUK\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1600\",\"framerIntrinsicHeight\":\"1915\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YwBTRxAJv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PgpTCh5Re\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "0pBAC8B,IAAMA,GAAiB,CAAC,UAAU,IAAIC,EAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAO,KAAK,EAAEF,CAAG,EAAE,GAAGG,EAAM,OAAOA,CAAM,CAACF,EAAOA,EAAO,QAAS,CAAC,CAAC,SAASG,GAAQH,EAAO,CAAC,IAAMI,EAAS,CAAC,EAAE,KAAMJ,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMI,EAAQJ,EAAO,QAAQ,EAAKI,GAAQD,EAAS,KAAKC,CAAO,CAAE,CAACL,EAAOA,EAAO,QAAS,CAAC,GAAGI,EAAS,OAAO,EAAE,OAAO,QAAQ,IAAIA,CAAQ,CAAE,CAAQ,SAASE,GAA0BN,EAAO,CAAC,IAAMO,EAAeJ,GAAQH,CAAM,EAAE,GAAGO,EAAe,MAAMA,CAAe,CCAkwB,IAAMC,GAAuBC,EAASC,CAAiB,EAAQC,GAAyDC,EAAqBC,EAA6BH,EAAkB,CAAC,OAAO,YAAY,SAASI,GAAQ,QAAQ,WAAW,CAAC,EAAEC,EAAqB,EAAQC,GAA4BP,EAASQ,CAAsB,EAAQC,GAAkBT,EAASU,CAAY,EAAQC,GAAiBX,EAASY,CAAW,EAAQC,GAAgBb,EAASc,CAAU,EAAQC,GAAYf,EAASgB,CAAM,EAAQC,GAAYjB,EAASkB,CAAM,EAAQC,GAAY,CAAC,UAAU,qBAAqB,UAAU,sBAAsB,UAAU,4CAA4C,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAQC,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAU,CAAC,OAAO,aAAa,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,IAAI,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,OAAOF,GAAU,OAAO,GAAM,WAAW,GAAG,UAAU,EAAE,aAAa,OAAO,WAAWC,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQE,GAAa,CAACC,EAAKC,EAASC,IAAiB,CAAC,OAAOF,EAAK,MAAM,CAAC,IAAI,UAAU,OAAOC,EAAS,SAASC,EAAe,IAAI,UAAU,OAAOD,EAAS,SAASC,EAAe,IAAI,QAAQ,OAAOD,EAAS,OAAOC,EAAe,IAAI,aAAa,OAAOD,EAAS,YAAYC,CAAe,CAAC,EAAQC,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,EAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,QAAQ,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,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,GAAM,UAAAC,GAAU,SAAAC,GAAS,QAAAC,GAAQ,GAAGC,EAAS,EAAEf,GAASI,CAAK,EAAQY,EAAU,IAAI,CAAC,IAAMC,EAASA,EAAiB,OAAUT,CAAY,EAAE,GAAGS,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,CAAC,OAAUV,CAAY,CAAC,EAAQW,EAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiB,OAAUT,CAAY,EAAE,SAAS,MAAMS,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACY,EAAYC,EAAmB,EAAEC,EAA8BR,GAAQjC,GAAY,EAAK,EAAQ0C,GAAe,OAA2FC,GAAkBC,EAAG1C,GAAkB,GAA5F,CAAa6B,EAAuBA,CAAS,CAAuE,EAAQc,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAS9C,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAASsC,CAAW,EAAtD,GAAyFS,GAAa,IAAQ,IAAC/C,GAAU,GAAiB,CAAC,YAAY,WAAW,EAAE,SAASsC,CAAW,GAA6BU,GAA0BtB,CAAY,EAAE,IAAMuB,GAAsBC,EAAM,EAAEC,EAAiB,CAAC,CAAC,EAAE,IAAMC,EAAkBC,EAAqB,EAAE,OAAoBrC,EAAKsC,EAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAApD,EAAiB,EAAE,SAAsBqD,EAAMC,EAAY,CAAC,GAAGzB,IAAUkB,GAAgB,SAAS,CAAcjC,EAAKH,GAAU,CAAC,MAAM,+CAA+C,CAAC,EAAe0C,EAAME,EAAO,IAAI,CAAC,GAAGxB,GAAU,UAAUU,EAAGD,GAAkB,gBAAgBZ,EAAS,EAAE,IAAIL,GAAKmB,GAAK,MAAM,CAAC,GAAGf,EAAK,EAAE,SAAS,CAACiB,GAAY,GAAgB9B,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,EAAE,SAAsB1C,EAAK2C,EAAU,CAAC,UAAU,wDAAwD,mBAAmB,uBAAuB,aAAa,GAAK,KAAK,uBAAuB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,kBAAkBxD,GAAmB,SAAsBa,EAAKlC,GAAyD,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,KAAK,uBAAuB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiE,GAAa,GAAgB/B,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAsBtB,EAAK0C,EAA0B,CAAC,SAAsB1C,EAAK2C,EAAU,CAAC,UAAU,wCAAwC,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK5B,EAAuB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcvC,EAAK0C,EAA0B,CAAC,OAAO,IAAI,MAAMN,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAK1B,EAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUuE,EAAkB,KAAKnC,CAAY,GAAG,UAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBuC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcvC,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAASD,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW,EAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,sBAAsB,OAAOR,GAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeQ,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAASD,EAAkB,KAAKnC,CAAY,GAAgBV,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,oHAAoH,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,+PAA+P,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGc,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,GAAG,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,EAAE,MAAM,YAAYN,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAKxB,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewB,EAAK+C,EAAc,CAAC,OAAO,oFAAoF,UAAU,iBAAiB,YAAY,IAAI,SAASC,GAAwBT,EAAMU,EAAU,CAAC,SAAS,CAAcV,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAS,CAAcvC,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAYN,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,aAAa,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,aAAa,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAYN,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAYN,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,QAAQ,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,QAAQ,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,QAAQ,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAYN,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,QAAQ,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,QAAQ,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAYN,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,UAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,UAAU,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,YAAYN,GAAmB,OAAO,OAAO,+BAA+B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,OAAO,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,UAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,UAAU,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGc,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYN,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,yBAAyB,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKtB,EAAW,CAAC,UAAU,WAAW,OAAO,OAAO,GAAG,YAAY,UAAUmE,EAAkB,KAAKnC,CAAY,GAAG,UAAU,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAUmC,EAAkB,KAAKnC,CAAY,GAAG,UAAU,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYc,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,GAAG,GAAGN,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ7B,GAAauD,EAAU,CAAC,MAAM,YAAY,QAAQ,YAAY,QAAQ,WAAW,EAAE,WAAW,CAAC,CAAC,EAAE,SAAsBhD,EAAKpB,EAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,SAAS,QAAQa,GAAauD,EAAU,CAAC,QAAQ,YAAY,QAAQ,WAAW,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehD,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGc,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,CAAC,EAAE,SAAsBpC,EAAK0C,EAA0B,CAAC,OAAO,IAAI,MAAMN,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,SAAsBpC,EAAK2C,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAK4C,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBtB,EAAKlB,EAAO,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,EAAekB,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkD,GAAI,CAAC,kFAAkF,gFAAgF,kSAAkS,oKAAoK,uIAAuI,0RAA0R,qHAAqH,4SAA4S,6TAA6T,2RAA2R,sMAAsM,wNAAwN,wGAAwG,4RAA4R,4TAA4T,yVAAyV,wGAAwG,wGAAwG,wGAAwG,q0CAAq0C,GAAeA,EAAI,GAAgBA,EAAI,isCAAisC,ivDAAivD,EAW7v1BC,EAAgBC,EAAQ7C,GAAU2C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,aAAaA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,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,GAAGxF,GAAuB,GAAGQ,GAA4B,GAAGE,GAAkB,GAAGE,GAAiB,GAAGE,GAAgB,GAAGE,GAAY,GAAGE,GAAY,GAAG0E,EAAoCC,CAAK,EAAE,GAAGD,EAAqCC,CAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACjiE,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,qBAAuB,OAAO,sBAAwB,OAAO,sBAAwB,IAAI,4BAA8B,OAAO,yBAA2B,OAAO,qBAAuB,4BAA4B,oCAAsC,4JAA0L,6BAA+B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationDesktopFonts", "getFonts", "TMhj6FS4S_default", "NavigationDesktopDestkopbg0x2fWithMappedReactPropsmvxrog", "withMappedReactProps", "withCodeBoundaryForOverrides", "Destkop", "TMhj6FS4S_exports", "NavigationTabletMobileFonts", "UzhtpPikb_default", "HerosPrimaryFonts", "rUmrW8l6l_default", "UISeparatorFonts", "bid2Kcy1o_default", "FormsInputFonts", "lp3Wis_YU_default", "ButtonFonts", "EsNen4rBn_default", "FooterFonts", "vh3wCGHm9_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "textEffect", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "usePreloadLocalizedValues", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLocalizedValue", "RichText2", "FormContainer", "formState", "l", "css", "FramerSwBwkqAUK", "withCSS", "SwBwkqAUK_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
