{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/y2fTylAs9alsCrGXErq6/8SEHoxT0hcbIZLsGS4ph/bcOLzUlYt.js"],
  "sourcesContent": ["// Generated by Framer (d0dedfe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import Footer from\"#framer/local/canvasComponent/AwGEb2QXV/AwGEb2QXV.js\";import ButtonPrimary from\"#framer/local/canvasComponent/crIZPFOBU/crIZPFOBU.js\";import BlogPost from\"#framer/local/canvasComponent/KC02rnx9F/KC02rnx9F.js\";import ButtonIcons from\"#framer/local/canvasComponent/Ke2Ay0cEI/Ke2Ay0cEI.js\";import Cursor from\"#framer/local/canvasComponent/Sb8ELhSlX/Sb8ELhSlX.js\";import Navbar from\"#framer/local/canvasComponent/TGE8TAeLQ/TGE8TAeLQ.js\";import FooterMDiasDoRony from\"#framer/local/canvasComponent/ZYRXftsjR/ZYRXftsjR.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/jTEZidwbs/jTEZidwbs.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle9 from\"#framer/local/css/D1EJ4UrR7/D1EJ4UrR7.js\";import*as sharedStyle6 from\"#framer/local/css/fythf1Bzd/fythf1Bzd.js\";import*as sharedStyle10 from\"#framer/local/css/HHtw03rMS/HHtw03rMS.js\";import*as sharedStyle from\"#framer/local/css/HX0CR6OBx/HX0CR6OBx.js\";import*as sharedStyle4 from\"#framer/local/css/IpWSXPw3q/IpWSXPw3q.js\";import*as sharedStyle2 from\"#framer/local/css/JNVT1ytju/JNVT1ytju.js\";import*as sharedStyle5 from\"#framer/local/css/LXhuqtJbP/LXhuqtJbP.js\";import*as sharedStyle3 from\"#framer/local/css/M9eDruYxq/M9eDruYxq.js\";import*as sharedStyle7 from\"#framer/local/css/Og2JbwCpj/Og2JbwCpj.js\";import*as sharedStyle8 from\"#framer/local/css/RDPwcvCRI/RDPwcvCRI.js\";import*as sharedStyle1 from\"#framer/local/css/WRxdBAt4h/WRxdBAt4h.js\";import metadataProvider from\"#framer/local/webPageMetadata/bcOLzUlYt/bcOLzUlYt.js\";const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const ButtonIconsFonts=getFonts(ButtonIcons);const EmbedFonts=getFonts(Embed);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const BlogPostFonts=getFonts(BlogPost);const FooterMDiasDoRonyFonts=getFonts(FooterMDiasDoRony);const RichTextWithFX=withFX(RichText);const FooterFonts=getFonts(Footer);const CursorFonts=getFonts(Cursor);const breakpoints={BYJe9mTlv:\"(min-width: 1280px)\",fbyaNS8GK:\"(max-width: 809px)\",vTMMnWJR8:\"(min-width: 810px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Pdsox\";const variantClassNames={BYJe9mTlv:\"framer-v-taa8r3\",fbyaNS8GK:\"framer-v-1m60ypu\",vTMMnWJR8:\"framer-v-tgibqn\"};const transition1={damping:12,delay:0,mass:.7,stiffness:270,type:\"spring\"};const animation={opacity:0,rotate:-8,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:64};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:-8,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:64};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation3={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:32};const transition2={delay:.075,duration:1,ease:[.78,.02,.19,.99],type:\"tween\"};const textEffect={effect:animation3,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition3={delay:0,duration:1,ease:[.78,.02,.19,.99],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:24};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"BYJe9mTlv\",Phone:\"fbyaNS8GK\",Tablet:\"vTMMnWJR8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BYJe9mTlv\"};};const transition4={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:24},placement:\"top\",transition:transition4,variant:\"qbYK4JVUe\"};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:\"bcOLzUlYt\",data:Blog,type:\"Collection\"},select:[{collection:\"bcOLzUlYt\",name:\"u8bj6vNTS\",type:\"Identifier\"},{collection:\"bcOLzUlYt\",name:\"mIJwRvmyM\",type:\"Identifier\"},{collection:\"bcOLzUlYt\",name:\"nvsZZ2zik\",type:\"Identifier\"},{collection:\"bcOLzUlYt\",name:\"tKNaKgwGi\",type:\"Identifier\"},{collection:\"bcOLzUlYt\",name:\"VTCWrsNEA\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"bcOLzUlYt\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,mIJwRvmyM=getFromCurrentRouteData(\"mIJwRvmyM\"),u8bj6vNTS=getFromCurrentRouteData(\"u8bj6vNTS\")??\"\",tKNaKgwGi=getFromCurrentRouteData(\"tKNaKgwGi\"),nvsZZ2zik=getFromCurrentRouteData(\"nvsZZ2zik\"),VTCWrsNEA=getFromCurrentRouteData(\"VTCWrsNEA\")??\"\",mfTIuB2PSXzWgsOq0B,mIJwRvmyMXzWgsOq0B,u8bj6vNTSXzWgsOq0B,MynlaXI0kXzWgsOq0B,U9ZH3fp09XzWgsOq0B,idXzWgsOq0B,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Dv6X89oCe3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const BEmntGxMg1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const StpoBzC1K3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const activeLocaleCode=useLocaleCode();const textContent=toDateString(mIJwRvmyM,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent1=enumToDisplayNameFunctions[\"nvsZZ2zik\"]?.(nvsZZ2zik,activeLocale);const elementId=useRouteElementId(\"FPOsFWn7b\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"FvJlmFaZL\");const ref2=React.useRef(null);useCustomCursors({\"1fjxg8i\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"BYJe9mTlv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, rgb(241, 240, 235)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-taa8r3\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":pN_5M4Rzr\",webPageId:\"g8YN2imV_\"},implicitPathVariables:undefined},{href:{hash:\":pN_5M4Rzr\",webPageId:\"g8YN2imV_\"},implicitPathVariables:undefined},{href:{hash:\":pN_5M4Rzr\",webPageId:\"g8YN2imV_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-236o3f-container\",id:\"236o3f\",layoutScroll:true,nodeId:\"S8vbxkRAf\",rendersWithMotion:true,scopeId:\"bcOLzUlYt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{u86hPYHuJ:resolvedLinks[2],variant:\"UmFnjl5BS\"},vTMMnWJR8:{u86hPYHuJ:resolvedLinks[1],variant:\"UmFnjl5BS\"}},children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,Dv6X89oCe:Dv6X89oCe3bnx0g({overlay}),height:\"100%\",id:\"S8vbxkRAf\",layoutId:\"S8vbxkRAf\",style:{width:\"100%\"},Te86IeICX:\"Entrar em contato\",u86hPYHuJ:resolvedLinks[0],variant:\"hDLsq2cnQ\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1csmf9p\"),\"data-framer-portal-id\":\"236o3f\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"r3O7tMtIN\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-ztihc1\"),\"data-framer-portal-id\":\"236o3f\",exit:animation,initial:animation2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16m0frb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-16tjw3j\",\"data-styles-preset\":\"HX0CR6OBx\",children:\"Assine minha Newsletter!\"})}),className:\"framer-1w1kwvm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11d0mk8-container\",inComponentSlot:true,nodeId:\"F6P5ZJIaH\",rendersWithMotion:true,scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(ButtonIcons,{BEmntGxMg:BEmntGxMg1wnntms({overlay}),height:\"100%\",id:\"F6P5ZJIaH\",layoutId:\"F6P5ZJIaH\",variant:\"Y_PFYpJ_Q\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u9ikxw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17yo7i3-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e73FGbjX3\",rendersWithMotion:true,scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe src=\"https://businessofbrandspost.substack.com/embed\" width=\"100%\" height=\"100%\" style=\"border:0px solid #EEE; background:white;\" frameborder=\"0\" scrolling=\"no\"></iframe>',id:\"e73FGbjX3\",layoutId:\"e73FGbjX3\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ab5pz\",\"data-border\":true,\"data-framer-name\":\"Section / Infos\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o5vchz\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cyfdet\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nsdrqo\",\"data-styles-preset\":\"WRxdBAt4h\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"Feb 13, 2024\"})}),className:\"framer-1vhhigk\",\"data-framer-name\":\"Data\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-16tjw3j\",\"data-styles-preset\":\"HX0CR6OBx\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"O presente \\xe9 o passado do futuro.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o35mqv\",\"data-styles-preset\":\"JNVT1ytju\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"O presente \\xe9 o passado do futuro.\"})}),className:\"framer-belstz\",\"data-framer-name\":\"T\\xedtulo\",fonts:[\"Inter\"],text:u8bj6vNTS,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xuz1gs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+150+0+145.6+0),pixelHeight:1600,pixelWidth:1067,sizes:\"48px\",...toResponsiveImage(tKNaKgwGi)}},vTMMnWJR8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+150+0+177.6+0),pixelHeight:1600,pixelWidth:1067,sizes:\"48px\",...toResponsiveImage(tKNaKgwGi)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+335.7+0+177.6+0),pixelHeight:1600,pixelWidth:1067,sizes:\"48px\",...toResponsiveImage(tKNaKgwGi)},className:\"framer-e7dwre\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nsdrqo\",\"data-styles-preset\":\"WRxdBAt4h\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-z8yx2e\",\"data-framer-name\":\"Data\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3n4fu6\",\"data-framer-name\":\"Section / Conte\\xfado\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/VTIRgCtWbPApsTjNtLlL/YouTube.js:Youtube\":componentPresets.props[\"sJ_hCV57N\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"E45j4ShXp\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:VTCWrsNEA,className:\"framer-ids1s0\",\"data-framer-name\":\"Conte\\xfado\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-a4ycey\",blockquote:\"framer-styles-preset-4464ot\",code:\"framer-styles-preset-7odl9o\",h1:\"framer-styles-preset-1fjk973\",h2:\"framer-styles-preset-d9j46d\",h3:\"framer-styles-preset-kqfmt4\",h4:\"framer-styles-preset-1o35mqv\",h5:\"framer-styles-preset-16tjw3j\",h6:\"framer-styles-preset-1r013zk\",img:\"framer-styles-preset-1n1r4zt\",p:\"framer-styles-preset-1nsdrqo\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j73s03\",\"data-framer-name\":\"Section / Blog\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mgh3s3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2fh96b\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-egrk7a\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e19vks\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-16tjw3j\",\"data-styles-preset\":\"HX0CR6OBx\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"confira mais posts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1o35mqv\",\"data-styles-preset\":\"JNVT1ytju\",style:{\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"confira mais posts\"})}),className:\"framer-24yrgy\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g8YN2imV_\"},implicitPathVariables:undefined},{href:{webPageId:\"g8YN2imV_\"},implicitPathVariables:undefined},{href:{webPageId:\"g8YN2imV_\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{y:(componentViewport?.y||0)+0+590.6+0+0+0+81+0+0+0+81.6},vTMMnWJR8:{y:(componentViewport?.y||0)+0+654.6+0+0+0+81+0+0+0+113.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+1120+0+0+0+81+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m8z6px-container\",nodeId:\"ZM4GvmKZF\",scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{kkyOJaWwa:resolvedLinks1[2]},vTMMnWJR8:{kkyOJaWwa:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{height:\"100%\",id:\"ZM4GvmKZF\",kkyOJaWwa:resolvedLinks1[0],layoutId:\"ZM4GvmKZF\",rQTlR37fm:false,s2h3E20Kt:\"Ver tudo\",style:{height:\"100%\"},variant:\"ZOoJAV4XY\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17bwe3g\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XzWgsOq0B\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"XzWgsOq0B\",name:\"u8bj6vNTS\",type:\"Identifier\"}],select:[{collection:\"XzWgsOq0B\",name:\"mfTIuB2PS\",type:\"Identifier\"},{collection:\"XzWgsOq0B\",name:\"mIJwRvmyM\",type:\"Identifier\"},{collection:\"XzWgsOq0B\",name:\"u8bj6vNTS\",type:\"Identifier\"},{collection:\"XzWgsOq0B\",name:\"MynlaXI0k\",type:\"Identifier\"},{collection:\"XzWgsOq0B\",name:\"U9ZH3fp09\",type:\"Identifier\"},{collection:\"XzWgsOq0B\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idXzWgsOq0B,mfTIuB2PS:mfTIuB2PSXzWgsOq0B,mIJwRvmyM:mIJwRvmyMXzWgsOq0B,MynlaXI0k:MynlaXI0kXzWgsOq0B,u8bj6vNTS:u8bj6vNTSXzWgsOq0B,U9ZH3fp09:U9ZH3fp09XzWgsOq0B},index)=>{u8bj6vNTSXzWgsOq0B??=\"\";MynlaXI0kXzWgsOq0B??=\"\";U9ZH3fp09XzWgsOq0B??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`XzWgsOq0B-${idXzWgsOq0B}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MynlaXI0k:MynlaXI0kXzWgsOq0B},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18es56z\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{MynlaXI0k:MynlaXI0kXzWgsOq0B},webPageId:\"bcOLzUlYt\"},implicitPathVariables:undefined},{href:{pathVariables:{MynlaXI0k:MynlaXI0kXzWgsOq0B},webPageId:\"bcOLzUlYt\"},implicitPathVariables:undefined},{href:{pathVariables:{MynlaXI0k:MynlaXI0kXzWgsOq0B},webPageId:\"bcOLzUlYt\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{width:`max(max(${componentViewport?.width||\"100vw\"} - 48px, 50px), 1px)`,y:(componentViewport?.y||0)+0+590.6+0+0+0+81+0+169.6+0+0+0},vTMMnWJR8:{width:`max(max((${componentViewport?.width||\"100vw\"} - 112px) / 3, 50px), 1px)`,y:(componentViewport?.y||0)+0+654.6+0+0+0+81+0+201.6+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:505,width:\"384px\",y:(componentViewport?.y||0)+0+1120+0+0+0+81+0+129.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tcv8z9-container\",nodeId:\"DA2ITDExz\",scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{MLPIxj9IZ:resolvedLinks2[2]},vTMMnWJR8:{MLPIxj9IZ:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(BlogPost,{ASVrYYEXR:toDateString(mIJwRvmyMXzWgsOq0B,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),height:\"100%\",hhrzeKmW_:toResponsiveImage(mfTIuB2PSXzWgsOq0B),id:\"DA2ITDExz\",layoutId:\"DA2ITDExz\",MLPIxj9IZ:resolvedLinks2[0],S8RD2VQcg:u8bj6vNTSXzWgsOq0B,style:{width:\"100%\"},variant:\"E3IPZIIOR\",width:\"100%\",yItndn_oW:U9ZH3fp09XzWgsOq0B})})})})})})})})},idXzWgsOq0B);})})})})})]})]})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{y:(componentViewport?.y||0)+0+1963.2},vTMMnWJR8:{y:(componentViewport?.y||0)+0+2059.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1407,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2452.6,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-7zidaq-container\",id:\"7zidaq\",nodeId:\"ggMaDJ0AV\",scopeId:\"bcOLzUlYt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{variant:\"r4MzKe5Mw\"},vTMMnWJR8:{variant:\"B9dSEB8vs\"}},children:/*#__PURE__*/_jsx(FooterMDiasDoRony,{height:\"100%\",id:\"ggMaDJ0AV\",layoutId:\"ggMaDJ0AV\",StpoBzC1K:StpoBzC1K3bnx0g({overlay:overlay1}),style:{width:\"100%\"},variant:\"HHmfBTnjZ\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-13k67ba\"),\"data-framer-portal-id\":\"7zidaq\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"AaluC9Muz\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-epomi9\"),\"data-framer-portal-id\":\"7zidaq\",exit:animation,initial:animation2,transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3mqpwe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-16tjw3j\",\"data-styles-preset\":\"HX0CR6OBx\",children:\"Assine minha Newsletter!\"})}),className:\"framer-1pd6bjn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s2d63a-container\",inComponentSlot:true,nodeId:\"QfVB3I_J7\",rendersWithMotion:true,scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(ButtonIcons,{BEmntGxMg:BEmntGxMg1wnntms({overlay:overlay1}),height:\"100%\",id:\"QfVB3I_J7\",layoutId:\"QfVB3I_J7\",variant:\"Y_PFYpJ_Q\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-142bbr2\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d3ffnd-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OFY3q7Dl1\",rendersWithMotion:true,scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<iframe src=\"https://businessofbrandspost.substack.com/embed\" width=\"100%\" height=\"100%\" style=\"border:0px solid #EEE; background:white;\" frameborder=\"0\" scrolling=\"no\"></iframe>',id:\"OFY3q7Dl1\",layoutId:\"OFY3q7Dl1\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lo0adf\",\"data-framer-name\":\"Section / Form\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s0kri8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14ef0wr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ba8e2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1o35mqv\",\"data-styles-preset\":\"JNVT1ytju\",children:[\"Bora\",/*#__PURE__*/_jsx(\"br\",{}),\"falar?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-d9j46d\",\"data-styles-preset\":\"IpWSXPw3q\",children:[\"Bora\",/*#__PURE__*/_jsx(\"br\",{}),\"falar?\"]})}),className:\"framer-4w4gqe\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nsdrqo\",\"data-styles-preset\":\"WRxdBAt4h\",style:{\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:\"Preencha o formul\\xe1rio com suas sugest\\xf5es, ideias ou d\\xfavidas e, em breve, farei contato\\xa0pra\\xa0te\\xa0ouvir\\xa0;)\"})}),className:\"framer-1wbovtu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n4pfub-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"P3nE7msVl\",scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<!DOCTYPE html>\\n<html lang=\"pt-BR\">\\n<head>\\n    <meta charset=\"UTF-8\">\\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\\n    <title>Formul\\xe1rio com Float Label</title>\\n    <style>\\n        @import url(\\'https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap\\');\\n\\n        * {\\n            box-sizing: border-box;\\n            margin: 0;\\n            padding: 0;\\n        }\\n\\n        body {\\n            font-family: \\'IBM Plex Sans\\', sans-serif;\\n            background-color: transparent;\\n        }\\n\\n        .container {\\n            width: 100%;\\n            max-width: none;\\n            padding: 0;\\n        }\\n\\n        .form {\\n            padding: 0;\\n            border-radius: 8px;\\n        }\\n\\n        .form-group {\\n            position: relative;\\n            max-width: 600px;\\n            width: 100%;\\n            margin-bottom: 20px;\\n        }\\n\\n        .form-group input,\\n        .form-group select {\\n            width: 100%;\\n            height: 52px;\\n            padding: 14px;\\n            border: 1px solid rgba(0, 0, 0, 0.1);\\n            border-radius: 4px;\\n            font-size: 16px;\\n            background-color: transparent;\\n            transition: border-color 0.3s ease, box-shadow 0.3s ease;\\n        }\\n\\n        .form-group input:focus,\\n        .form-group select:focus {\\n            outline: none;\\n            border-color: #000;\\n        }\\n\\n        .form-group label {\\n            position: absolute;\\n            left: 14px;\\n            top: 50%;\\n            transform: translateY(-50%);\\n            font-size: 16px;\\n            color: #000000;\\n            pointer-events: none;\\n            transition: all 0.2s ease;\\n            padding: 0 4px;\\n            background-color: #BABFBA;\\n            line-height: 1;\\n        }\\n\\n        .form-group input:focus + label,\\n        .form-group input:not(:placeholder-shown) + label,\\n        .form-group select:focus + label,\\n        .form-group select:not([value=\"\"]):valid + label {\\n            top: -8px;\\n            font-size: 12px;\\n            color: #000;\\n            transform: translateY(0);\\n        }\\n\\n        .form-group select {\\n            appearance: none;\\n            -webkit-appearance: none;\\n            -moz-appearance: none;\\n            background-image: url(\"data:image/svg+xml,%3Csvg xmlns=\\'http://www.w3.org/2000/svg\\' width=\\'12\\' height=\\'12\\' viewBox=\\'0 0 12 12\\'%3E%3Cpath fill=\\'%23666\\' d=\\'M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z\\'/%3E%3C/svg%3E\");\\n            background-repeat: no-repeat;\\n            background-position: right 10px center;\\n            cursor: pointer;\\n        }\\n\\n        .error {\\n            display: none;\\n            color: #dc3545;\\n            font-size: 12px;\\n            margin-top: 5px;\\n        }\\n\\n        .submit-btn {\\n            display: block;\\n            padding: 16px 24px;\\n            background-color: transparent;\\n            color: #000;\\n            border: 1px solid #000;\\n            border-radius: 50px;\\n            font-size: 16px;\\n            cursor: pointer;\\n            transition: all 0.3s ease;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #000;\\n            color: #fff;\\n        }\\n\\n        @media (max-width: 480px) {\\n            .container {\\n                padding: 0px;\\n            }\\n\\n            .form {\\n                padding: 0px;\\n            }\\n        }\\n    </style>\\n</head>\\n<body>\\n    <main class=\"container\">\\n        <form id=\"floatLabelForm\" class=\"form\" method=\"POST\" action=\"https://acessositerony.activehosted.com/proc.php\" novalidate>\\n            <input type=\"hidden\" name=\"u\" value=\"1\">\\n            <input type=\"hidden\" name=\"f\" value=\"1\">\\n            <input type=\"hidden\" name=\"s\">\\n            <input type=\"hidden\" name=\"c\" value=\"0\">\\n            <input type=\"hidden\" name=\"m\" value=\"0\">\\n            <input type=\"hidden\" name=\"act\" value=\"sub\">\\n            <input type=\"hidden\" name=\"v\" value=\"2\">\\n            <div class=\"form-group\">\\n                <input type=\"text\" id=\"firstname\" name=\"firstname\" placeholder=\" \" required>\\n                <label for=\"firstname\">Nome</label>\\n                <span class=\"error\" id=\"firstname-error\"></span>\\n            </div>\\n            <div class=\"form-group\">\\n                <input type=\"email\" id=\"email\" name=\"email\" placeholder=\" \" required>\\n                <label for=\"email\">Email*</label>\\n                <span class=\"error\" id=\"email-error\"></span>\\n            </div>\\n            <div class=\"form-group\">\\n                <input type=\"tel\" id=\"phone\" name=\"phone\" placeholder=\" \" required>\\n                <label for=\"phone\">Telefone</label>\\n                <span class=\"error\" id=\"phone-error\"></span>\\n            </div>\\n            <div class=\"form-group\">\\n                <select id=\"subject\" name=\"field[1]\" required>\\n                    <option value=\"\" disabled selected></option>\\n                    <option value=\"Palestras & Eventos\">Palestras & Eventos</option>\\n                    <option value=\"Mentorias\">Mentorias</option>\\n                    <option value=\"Investimentos\">Investimentos</option>\\n                    <option value=\"Outros\">Outros</option>\\n                </select>\\n                <label for=\"subject\">Assunto</label>\\n                <span class=\"error\" id=\"subject-error\"></span>\\n            </div>\\n            <button type=\"submit\" class=\"submit-btn\">Enviar</button>\\n        </form>\\n    </main>\\n\\n    <script>\\n        document.addEventListener(\\'DOMContentLoaded\\', function() {\\n            const form = document.getElementById(\\'floatLabelForm\\');\\n            const fields = [\\'firstname\\', \\'email\\', \\'phone\\', \\'subject\\'];\\n\\n            form.addEventListener(\\'submit\\', function(e) {\\n                e.preventDefault();\\n                if (validateForm()) {\\n                    const tempForm = document.createElement(\\'form\\');\\n                    tempForm.method = \\'POST\\';\\n                    tempForm.action = this.action;\\n                    tempForm.target = \\'_top\\'; // Garante que o redirecionamento seja fora do embed\\n\\n                    [...this.elements].forEach(element => {\\n                        if (element.name) {\\n                            const input = document.createElement(\\'input\\');\\n                            input.type = \\'hidden\\';\\n                            input.name = element.name;\\n                            input.value = element.value;\\n                            tempForm.appendChild(input);\\n                        }\\n                    });\\n\\n                    document.body.appendChild(tempForm);\\n                    tempForm.submit();\\n                    document.body.removeChild(tempForm);\\n                }\\n            });\\n\\n            function validateForm() {\\n                let isValid = true;\\n\\n                fields.forEach(field => {\\n                    const input = document.getElementById(field);\\n                    const error = document.getElementById(`${field}-error`);\\n                    let errorMessage = \\'\\';\\n\\n                    if (!input.value.trim()) {\\n                        errorMessage = \\'Este campo \\xe9 obrigat\\xf3rio.\\';\\n                    } else {\\n                        switch (field) {\\n                            case \\'email\\':\\n                                if (!input.value.includes(\\'@\\')) {\\n                                    errorMessage = \\'Insira um email v\\xe1lido contendo \"@\".\\';\\n                                }\\n                                break;\\n                            case \\'phone\\':\\n                                if (input.value.replace(/\\\\D/g, \\'\\').length !== 11) {\\n                                    errorMessage = \\'O telefone deve conter 11 n\\xfameros.\\';\\n                                }\\n                                break;\\n                        }\\n                    }\\n\\n                    if (errorMessage) {\\n                        isValid = false;\\n                        error.textContent = errorMessage;\\n                        error.style.display = \\'block\\';\\n                    } else {\\n                        error.textContent = \\'\\';\\n                        error.style.display = \\'none\\';\\n                    }\\n                });\\n\\n                return isValid;\\n            }\\n        });\\n    </script>\\n</body>\\n</html>\\n',id:\"P3nE7msVl\",layoutId:\"P3nE7msVl\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16qhx4z\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-57pdrp\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k6ok38\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-60ipry\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nsdrqo\",\"data-styles-preset\":\"WRxdBAt4h\",style:{\"--framer-text-color\":\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:falacom@ronymeisler.com.br\",motionChild:true,nodeId:\"eJbbKfwmS\",openInNewTab:true,scopeId:\"bcOLzUlYt\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-a4ycey\",\"data-styles-preset\":\"Og2JbwCpj\",children:\"falacom@ronymeisler.com.br\"})})})}),className:\"framer-1rd54w8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qf2z8e\",\"data-framer-name\":\"Group 1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 338 14\"><path d=\"M 0.5 7 L 337.089 7\" fill=\"transparent\" stroke=\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 330.858 0.77 L 337.089 7 L 330.858 13.23\" fill=\"transparent\" stroke=\"var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, rgb(0, 0, 0)) /* {&quot;name&quot;:&quot;Black&quot;} */\" stroke-linecap=\"square\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:8935588648,withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-s8g32e\"})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ztjcqt\",\"data-framer-name\":\"Section / Footer\",id:elementId1,ref:ref2}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12mbyv4-container\",layoutScroll:true,nodeId:\"MnWccCh_j\",scopeId:\"bcOLzUlYt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fbyaNS8GK:{variant:\"czLy7vBQE\"},vTMMnWJR8:{variant:\"kblJLuWHB\"}},children:/*#__PURE__*/_jsx(Footer,{Ef0EMxMwJ:\"1fjxg8i\",height:\"100%\",id:\"MnWccCh_j\",layoutId:\"MnWccCh_j\",style:{height:\"100%\",width:\"100%\"},variant:\"bbbxSd8dw\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pdsox.framer-1rgryk8, .framer-Pdsox .framer-1rgryk8 { display: block; }\",\".framer-Pdsox.framer-taa8r3 { align-content: center; align-items: center; background-color: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, #f1f0eb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-Pdsox .framer-236o3f-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-Pdsox.framer-1csmf9p, .framer-Pdsox.framer-13k67ba { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-Pdsox.framer-ztihc1, .framer-Pdsox.framer-epomi9 { align-content: center; align-items: center; background-color: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, #f1f0eb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 40px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 600px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-Pdsox .framer-16m0frb, .framer-Pdsox .framer-3mqpwe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-1w1kwvm, .framer-Pdsox .framer-24yrgy, .framer-Pdsox .framer-1pd6bjn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Pdsox .framer-11d0mk8-container, .framer-Pdsox .framer-s2d63a-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Pdsox .framer-1u9ikxw, .framer-Pdsox .framer-142bbr2 { align-content: center; align-items: center; background-color: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, #f1f0eb); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pdsox .framer-17yo7i3-container, .framer-Pdsox .framer-1d3ffnd-container { flex: none; height: 313px; mix-blend-mode: multiply; position: relative; width: 520px; }\",\".framer-Pdsox .framer-9ab5pz { --border-bottom-width: 1px; --border-color: var(--token-5bfdf60b-1aa5-47d3-afbf-9532e39c3d4f, #000000); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, #f1f0eb); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80vh; justify-content: center; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-Pdsox .framer-1o5vchz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 96px 0px 0px 0px; position: relative; width: 1216px; }\",\".framer-Pdsox .framer-cyfdet { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 1px; }\",\".framer-Pdsox .framer-1vhhigk { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-Pdsox .framer-belstz { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Pdsox .framer-xuz1gs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Pdsox .framer-e7dwre { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pdsox .framer-z8yx2e, .framer-Pdsox .framer-1rd54w8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Pdsox .framer-3n4fu6 { align-content: center; align-items: center; background-color: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, #f1f0eb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 112px 0px 112px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-Pdsox .framer-ids1s0 { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Pdsox .framer-1j73s03 { align-content: center; align-items: center; background-color: var(--token-805442ee-1187-4037-a1f7-d2100d91cdfa, #f1f0eb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-Pdsox .framer-1mgh3s3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 80px 0px; position: relative; width: 1216px; }\",\".framer-Pdsox .framer-2fh96b { background-color: rgba(0, 0, 0, 0.1); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Pdsox .framer-egrk7a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-1e19vks { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-m8z6px-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-Pdsox .framer-17bwe3g { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-18es56z { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-1tcv8z9-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Pdsox .framer-7zidaq-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-Pdsox .framer-lo0adf { align-content: center; align-items: center; background-color: var(--token-794ad592-832f-4a0f-9bc9-897791a5ee7f, #babfba); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-Pdsox .framer-s0kri8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 124px 0px 124px 0px; position: relative; width: 1216px; z-index: 4; }\",\".framer-Pdsox .framer-14ef0wr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-2ba8e2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Pdsox .framer-4w4gqe { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-Pdsox .framer-1wbovtu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 376px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Pdsox .framer-n4pfub-container { flex: 1 0 0px; height: 364px; position: relative; width: 1px; }\",\".framer-Pdsox .framer-16qhx4z { 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-Pdsox .framer-57pdrp, .framer-Pdsox .framer-s8g32e { background-color: rgba(0, 0, 0, 0.3); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Pdsox .framer-1k6ok38 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-60ipry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Pdsox .framer-qf2z8e { flex: none; height: 14px; position: relative; width: 338px; }\",\".framer-Pdsox .framer-ztjcqt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Pdsox .framer-12mbyv4-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: calc(50.00000000000002% - 100vh / 2); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Pdsox.framer-taa8r3, .framer-Pdsox.framer-ztihc1, .framer-Pdsox .framer-16m0frb, .framer-Pdsox .framer-1u9ikxw, .framer-Pdsox .framer-9ab5pz, .framer-Pdsox .framer-1o5vchz, .framer-Pdsox .framer-cyfdet, .framer-Pdsox .framer-xuz1gs, .framer-Pdsox .framer-3n4fu6, .framer-Pdsox .framer-1j73s03, .framer-Pdsox .framer-1mgh3s3, .framer-Pdsox .framer-egrk7a, .framer-Pdsox .framer-18es56z, .framer-Pdsox.framer-epomi9, .framer-Pdsox .framer-3mqpwe, .framer-Pdsox .framer-142bbr2, .framer-Pdsox .framer-lo0adf, .framer-Pdsox .framer-s0kri8, .framer-Pdsox .framer-14ef0wr, .framer-Pdsox .framer-2ba8e2, .framer-Pdsox .framer-16qhx4z, .framer-Pdsox .framer-60ipry, .framer-Pdsox .framer-ztjcqt { gap: 0px; } .framer-Pdsox.framer-taa8r3 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Pdsox.framer-taa8r3 > :first-child, .framer-Pdsox.framer-ztihc1 > :first-child, .framer-Pdsox .framer-cyfdet > :first-child, .framer-Pdsox .framer-3n4fu6 > :first-child, .framer-Pdsox .framer-1j73s03 > :first-child, .framer-Pdsox .framer-1mgh3s3 > :first-child, .framer-Pdsox .framer-egrk7a > :first-child, .framer-Pdsox.framer-epomi9 > :first-child, .framer-Pdsox .framer-lo0adf > :first-child, .framer-Pdsox .framer-s0kri8 > :first-child, .framer-Pdsox .framer-2ba8e2 > :first-child, .framer-Pdsox .framer-16qhx4z > :first-child, .framer-Pdsox .framer-ztjcqt > :first-child { margin-top: 0px; } .framer-Pdsox.framer-taa8r3 > :last-child, .framer-Pdsox.framer-ztihc1 > :last-child, .framer-Pdsox .framer-cyfdet > :last-child, .framer-Pdsox .framer-3n4fu6 > :last-child, .framer-Pdsox .framer-1j73s03 > :last-child, .framer-Pdsox .framer-1mgh3s3 > :last-child, .framer-Pdsox .framer-egrk7a > :last-child, .framer-Pdsox.framer-epomi9 > :last-child, .framer-Pdsox .framer-lo0adf > :last-child, .framer-Pdsox .framer-s0kri8 > :last-child, .framer-Pdsox .framer-2ba8e2 > :last-child, .framer-Pdsox .framer-16qhx4z > :last-child, .framer-Pdsox .framer-ztjcqt > :last-child { margin-bottom: 0px; } .framer-Pdsox.framer-ztihc1 > *, .framer-Pdsox.framer-epomi9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Pdsox .framer-16m0frb > *, .framer-Pdsox .framer-1u9ikxw > *, .framer-Pdsox .framer-1o5vchz > *, .framer-Pdsox .framer-18es56z > *, .framer-Pdsox .framer-3mqpwe > *, .framer-Pdsox .framer-142bbr2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Pdsox .framer-16m0frb > :first-child, .framer-Pdsox .framer-1u9ikxw > :first-child, .framer-Pdsox .framer-9ab5pz > :first-child, .framer-Pdsox .framer-1o5vchz > :first-child, .framer-Pdsox .framer-xuz1gs > :first-child, .framer-Pdsox .framer-18es56z > :first-child, .framer-Pdsox .framer-3mqpwe > :first-child, .framer-Pdsox .framer-142bbr2 > :first-child, .framer-Pdsox .framer-14ef0wr > :first-child, .framer-Pdsox .framer-60ipry > :first-child { margin-left: 0px; } .framer-Pdsox .framer-16m0frb > :last-child, .framer-Pdsox .framer-1u9ikxw > :last-child, .framer-Pdsox .framer-9ab5pz > :last-child, .framer-Pdsox .framer-1o5vchz > :last-child, .framer-Pdsox .framer-xuz1gs > :last-child, .framer-Pdsox .framer-18es56z > :last-child, .framer-Pdsox .framer-3mqpwe > :last-child, .framer-Pdsox .framer-142bbr2 > :last-child, .framer-Pdsox .framer-14ef0wr > :last-child, .framer-Pdsox .framer-60ipry > :last-child { margin-right: 0px; } .framer-Pdsox .framer-9ab5pz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Pdsox .framer-cyfdet > *, .framer-Pdsox .framer-2ba8e2 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Pdsox .framer-xuz1gs > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-Pdsox .framer-3n4fu6 > *, .framer-Pdsox .framer-1mgh3s3 > *, .framer-Pdsox .framer-s0kri8 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-Pdsox .framer-1j73s03 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Pdsox .framer-egrk7a > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Pdsox .framer-lo0adf > *, .framer-Pdsox .framer-ztjcqt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Pdsox .framer-14ef0wr > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-Pdsox .framer-16qhx4z > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Pdsox .framer-60ipry > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-Pdsox[data-border=\"true\"]::after, .framer-Pdsox [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: 1279px) { .framer-Pdsox.framer-taa8r3 { width: 810px; } .framer-Pdsox .framer-9ab5pz { flex-direction: column; gap: 64px; height: min-content; } .framer-Pdsox .framer-1o5vchz { height: min-content; order: 0; padding: 150px 24px 24px 24px; width: 100%; } .framer-Pdsox .framer-3n4fu6 { padding: 80px 0px 80px 0px; } .framer-Pdsox .framer-1mgh3s3 { padding: 0px 24px 80px 24px; width: 100%; } .framer-Pdsox .framer-1e19vks { flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-Pdsox .framer-24yrgy { flex: none; width: 100%; } .framer-Pdsox .framer-s0kri8 { padding: 124px 24px 124px 24px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Pdsox .framer-9ab5pz, .framer-Pdsox .framer-1e19vks { gap: 0px; } .framer-Pdsox .framer-9ab5pz > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Pdsox .framer-9ab5pz > :first-child, .framer-Pdsox .framer-1e19vks > :first-child { margin-top: 0px; } .framer-Pdsox .framer-9ab5pz > :last-child, .framer-Pdsox .framer-1e19vks > :last-child { margin-bottom: 0px; } .framer-Pdsox .framer-1e19vks > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (max-width: 809px) { .framer-Pdsox.framer-taa8r3 { width: 390px; } .framer-Pdsox .framer-9ab5pz { flex-direction: column; gap: 64px; height: min-content; } .framer-Pdsox .framer-1o5vchz { height: min-content; order: 0; padding: 150px 24px 24px 24px; width: 100%; } .framer-Pdsox .framer-3n4fu6 { padding: 64px 24px 64px 24px; } .framer-Pdsox .framer-1mgh3s3 { padding: 0px 24px 80px 24px; width: 100%; } .framer-Pdsox .framer-1e19vks { align-content: center; align-items: center; flex-direction: column; gap: 24px; justify-content: flex-start; } .framer-Pdsox .framer-24yrgy, .framer-Pdsox .framer-2ba8e2, .framer-Pdsox .framer-n4pfub-container { flex: none; width: 100%; } .framer-Pdsox .framer-17bwe3g { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-Pdsox .framer-s0kri8 { padding: 124px 24px 124px 24px; width: 100%; } .framer-Pdsox .framer-14ef0wr { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Pdsox .framer-9ab5pz, .framer-Pdsox .framer-1e19vks, .framer-Pdsox .framer-14ef0wr { gap: 0px; } .framer-Pdsox .framer-9ab5pz > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Pdsox .framer-9ab5pz > :first-child, .framer-Pdsox .framer-1e19vks > :first-child, .framer-Pdsox .framer-14ef0wr > :first-child { margin-top: 0px; } .framer-Pdsox .framer-9ab5pz > :last-child, .framer-Pdsox .framer-1e19vks > :last-child, .framer-Pdsox .framer-14ef0wr > :last-child { margin-bottom: 0px; } .framer-Pdsox .framer-1e19vks > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Pdsox .framer-14ef0wr > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6250\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vTMMnWJR8\":{\"layout\":[\"fixed\",\"auto\"]},\"fbyaNS8GK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"FPOsFWn7b\":{\"pattern\":\":FPOsFWn7b\",\"name\":\"form\"},\"FvJlmFaZL\":{\"pattern\":\":FvJlmFaZL\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerbcOLzUlYt=withCSS(Component,css,\"framer-Pdsox\");export default FramerbcOLzUlYt;FramerbcOLzUlYt.displayName=\"Page\";FramerbcOLzUlYt.defaultProps={height:6250,width:1280};addFonts(FramerbcOLzUlYt,[{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\"}]},...NavbarFonts,...ButtonIconsFonts,...EmbedFonts,...ButtonPrimaryFonts,...BlogPostFonts,...FooterMDiasDoRonyFonts,...FooterFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"E45j4ShXp\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"E45j4ShXp\"]):[],...componentPresets.fonts?.[\"sJ_hCV57N\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"sJ_hCV57N\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbcOLzUlYt\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vTMMnWJR8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fbyaNS8GK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1280\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"FPOsFWn7b\\\":{\\\"pattern\\\":\\\":FPOsFWn7b\\\",\\\"name\\\":\\\"form\\\"},\\\"FvJlmFaZL\\\":{\\\"pattern\\\":\\\":FvJlmFaZL\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerIntrinsicHeight\":\"6250\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "uzCACs+E,IAAMA,GAAYC,EAASC,CAAM,EAAQC,GAA8BC,GAAwBF,CAAM,EAAQG,GAAiBJ,EAASK,CAAW,EAAQC,GAAWN,EAASO,CAAK,EAAQC,GAAmBR,EAASS,CAAa,EAAQC,GAAcV,EAASW,CAAQ,EAAQC,GAAuBZ,EAASa,CAAiB,EAAQC,GAAeC,GAAOC,CAAQ,EAAQC,GAAYjB,EAASkB,CAAM,EAAQC,GAAYnB,EAASoB,CAAM,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,qBAAqB,UAAU,4CAA4C,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,GAAG,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWL,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQM,GAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAa,CAACC,EAAMC,EAAQ,CAAC,EAAEC,IAAe,CAAC,GAAG,OAAOF,GAAQ,SAAS,MAAM,GAAG,IAAMG,EAAK,IAAI,KAAKH,CAAK,EAAE,GAAG,MAAMG,EAAK,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAMC,EAAQH,EAAQ,QAAQA,EAAQ,QAAQ,OAAaI,EAAY,CAAC,UAAUD,IAAU,OAAOH,EAAQ,UAAU,OAAU,UAAUG,IAAU,OAAO,OAAU,QAAQ,SAAS,KAAK,EAAQE,EAAe,QAAcC,EAAON,EAAQ,QAAQC,GAAcI,EACn9I,GAAG,CAAC,OAAOH,EAAK,eAAeI,EAAOF,CAAW,CAAE,MAAM,CAAC,OAAOF,EAAK,eAAeG,EAAeD,CAAW,CAAE,CAAC,EAAQG,EAAkBR,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBS,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,KAAK,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,OAAOF,GAAW,OAAO,GAAM,WAAW,EAAE,UAAU,GAAG,aAAa,OAAO,WAAWC,GAAY,QAAQ,WAAW,KAAK,QAAQ,EAAQE,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAArB,CAAQ,IAAI,CAAC,IAAMsB,EAAKC,EAAaH,CAAK,EAAE,OAAOpB,EAASsB,CAAI,CAAE,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,EAAE,EAAQE,GAAU,CAAC,CAAC,MAAApB,CAAK,IAAoBqB,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOtB,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUuB,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,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAO,CAAC,UAAU,SAAS,UAAUC,EAAO,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,UAAU,MAAM,WAAWF,GAAY,QAAQ,WAAW,EAAQG,GAA6BC,GAAW,SAASL,EAAMM,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAArC,EAAa,UAAAsC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAQC,GAAqBC,GAAwB,EAAO,CAACC,CAAgB,EAAE9B,EAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK+B,EAAK,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCJ,GAAqB,WAAW,CAAC,CAAC,EAAQK,EAAwBC,GAAK,CAAC,GAAG,CAACJ,EAAiB,MAAM,IAAIK,GAAc,mCAAmC,KAAK,UAAUP,EAAoB,CAAC,EAAE,EAAE,OAAOE,EAAiBI,CAAG,CAAE,EAAO,CAAC,MAAAE,GAAM,UAAAC,GAAU,SAAAC,GAAS,QAAAC,GAAQ,UAAAC,GAAUP,EAAwB,WAAW,EAAE,UAAAQ,GAAUR,EAAwB,WAAW,GAAG,GAAG,UAAAS,EAAUT,EAAwB,WAAW,EAAE,UAAAU,GAAUV,EAAwB,WAAW,EAAE,UAAAW,GAAUX,EAAwB,WAAW,GAAG,GAAG,mBAAAY,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAE3C,GAASI,CAAK,EAAQwC,GAAU,IAAI,CAAC,IAAMC,EAASA,EAAiBvB,EAAiB5C,CAAY,EAAE,GAAGmE,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,CAACxB,EAAiB5C,CAAY,CAAC,EAAQqE,GAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiBvB,EAAiB5C,CAAY,EAAE,SAAS,MAAMmE,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAACvB,EAAiB5C,CAAY,CAAC,EAAE,GAAK,CAACsE,EAAYC,EAAmB,EAAEC,GAA8BnB,GAAQoB,GAAY,EAAK,EAAQC,GAAe,OAAe,CAAC,sBAAAC,EAAsB,MAAAC,EAAK,EAAEC,GAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAQG,GAAiB,CAAC,CAAC,QAAAH,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,KAAK,CAAE,CAAC,EAAQI,GAAgB,CAAC,CAAC,QAAAJ,EAAQ,SAAAC,CAAQ,IAAIL,EAAsB,SAASM,IAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAmSK,EAAkBC,EAAGzG,GAAkB,GAA5S,CAAauE,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,EAAS,CAAuE,EAAQmC,GAAOC,GAAU,EAAQC,GAAiBC,GAAc,EAAQC,GAAY7F,GAAayD,GAAU,CAAC,UAAU,SAAS,OAAO,EAAE,EAAEkC,EAAgB,EAAQG,GAAaC,GAA2B,YAAenC,GAAUzD,CAAY,EAAQ6F,GAAUC,EAAkB,WAAW,EAAQC,GAAW7D,EAAO,IAAI,EAAQ8D,GAAWF,EAAkB,WAAW,EAAQG,GAAW/D,EAAO,IAAI,EAAE,OAAAgE,GAAiB,CAAC,UAAUtE,EAAM,CAAC,EAAsBR,EAAK+E,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAtH,EAAiB,EAAE,SAAsBuH,EAAMC,EAAY,CAAC,GAAGjD,IAAUhB,EAAgB,SAAS,CAAchB,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAekF,EAAME,EAAO,IAAI,CAAC,GAAGrC,GAAU,UAAUoB,EAAGD,EAAkB,gBAAgBjC,EAAS,EAAE,IAAIhB,EAAW,MAAM,CAAC,GAAGe,EAAK,EAAE,SAAS,CAAc9B,EAAK9B,GAAQ,CAAC,SAASyF,GAAsB3D,EAAKmF,EAAU,CAAC,SAAsBnF,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BrF,EAAKsF,EAA0B,CAAC,OAAO,GAAG,MAAMlE,GAAmB,OAAO,QAAQ,EAAE,EAAE,SAAsB4D,EAAMO,EAAU,CAAC,UAAU,0BAA0B,GAAG,SAAS,aAAa,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAS,CAAcvF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmC,EAAc,CAAC,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsBrF,EAAKyF,GAA8B,CAAC,sBAAsB,GAAM,oBAAoB,GAAG,qCAAqC,GAAK,UAAU/B,GAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,oBAAoB,UAAU0B,EAAc,CAAC,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAerF,EAAK0F,EAAgB,CAAC,SAAS/B,EAAQ,SAAsB3D,EAAKmF,EAAU,CAAC,SAA+BQ,EAA0BX,EAAYY,EAAS,CAAC,SAAS,CAAc5F,EAAKkF,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAUjB,EAAGD,EAAkB,gBAAgB,EAAE,wBAAwB,SAAS,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIL,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAeqB,EAAME,EAAO,IAAI,CAAC,QAAQnH,GAAW,UAAUkG,EAAGD,EAAkB,eAAe,EAAE,wBAAwB,SAAS,KAAKrG,GAAU,QAAQK,GAAW,kBAAkBJ,GAAmB,SAAS,CAAcoH,EAAME,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAclF,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK8F,EAAY,CAAC,UAAUhC,GAAiB,CAAC,QAAAH,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3D,EAAKkF,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAsBlF,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK+F,EAAM,CAAC,OAAO,OAAO,KAAK,qLAAqL,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE9H,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,kBAAkB,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsBgF,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchF,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAiE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAKsE,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAetE,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBlD,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAiE,EAAE,SAAS,sCAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAiE,EAAE,SAAS,sCAAsC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAKmC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe6C,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ8C,GAA2B5E,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAGlC,EAAkBkD,CAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ4D,GAA2B5E,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAGlC,EAAkBkD,CAAS,CAAC,CAAC,CAAC,EAAE,SAAsBpC,EAAKiG,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2B5E,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAO,GAAGlC,EAAkBkD,CAAS,CAAC,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAepC,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,OAAO,EAAE,KAAKuE,GAAa,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAevE,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,wBAAwB,SAAsBA,EAAKkG,GAAyB,CAAC,QAAQ,CAAC,sEAAuF5F,EAAM,UAAa,wEAAyFA,EAAM,SAAY,EAAE,SAAsBN,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAASvD,GAAU,UAAU,gBAAgB,mBAAmB,cAAc,MAAM,CAAC,OAAO,EAAE,wBAAwB,CAAC,EAAE,8BAA8B,WAAW,8BAA8B,KAAK,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,+BAA+B,IAAI,+BAA+B,EAAE,8BAA8B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAsBgF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAchF,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,EAAegF,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBlD,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,iEAAiE,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,OAAOX,GAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeW,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASe,GAA6BnG,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG9B,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBpB,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAGlE,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,SAAsBpB,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUiD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBnG,EAAKoG,EAAc,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUD,EAAe,CAAC,EAAE,SAAS,YAAY,UAAU,GAAM,UAAU,WAAW,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenG,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKqG,GAAmB,CAAC,SAAsBrG,EAAKV,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAK,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC6E,EAAWC,EAAe3C,IAAwB5D,EAAKmF,EAAU,CAAC,SAASmB,GAAY,IAAI,CAAC,CAAC,GAAG1D,GAAY,UAAUL,GAAmB,UAAUC,GAAmB,UAAUE,EAAmB,UAAUD,GAAmB,UAAUE,EAAkB,EAAE6D,MAAS/D,KAAqB,GAAGC,IAAqB,GAAGC,KAAqB,GAAuB3C,EAAKiF,EAAY,CAAC,GAAG,aAAarC,EAAW,GAAG,SAAsB5C,EAAKyG,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU/D,CAAkB,EAAE,SAAsB1C,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKoF,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU1C,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgE,GAA6B1G,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,WAAW9B,GAAmB,OAAO,OAAO,uBAAuB,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,6BAA6B,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,CAAC,EAAE,SAAsBpB,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGlE,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,SAAsBpB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUwD,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB1G,EAAK2G,EAAS,CAAC,UAAUlI,GAAa+D,GAAmB,CAAC,UAAU,SAAS,OAAO,EAAE,EAAE4B,EAAgB,EAAE,OAAO,OAAO,UAAUlF,EAAkBqD,EAAkB,EAAE,GAAG,YAAY,SAAS,YAAY,UAAUmE,EAAe,CAAC,EAAE,UAAUjE,GAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUE,EAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,EAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5C,EAAK9B,GAAQ,CAAC,SAAS0I,GAAuB5G,EAAKmF,EAAU,CAAC,SAAsBnF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,GAAG9B,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,SAAsBpB,EAAKsF,EAA0B,CAAC,OAAO,KAAK,MAAMlE,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsB4D,EAAMO,EAAU,CAAC,UAAU,0BAA0B,GAAG,SAAS,OAAO,YAAY,QAAQ,YAAY,SAAS,CAAcvF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBlD,EAAK6G,EAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU9C,GAAgB,CAAC,QAAQ6C,CAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,EAAe5G,EAAK0F,EAAgB,CAAC,SAASkB,EAAS,SAAsB5G,EAAKmF,EAAU,CAAC,SAA+BQ,EAA0BX,EAAYY,EAAS,CAAC,SAAS,CAAc5F,EAAKkF,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAUjB,EAAGD,EAAkB,gBAAgB,EAAE,wBAAwB,SAAS,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI4C,EAAS,KAAK,CAAC,EAAE,WAAW,EAAe5B,EAAME,EAAO,IAAI,CAAC,QAAQnH,GAAW,UAAUkG,EAAGD,EAAkB,eAAe,EAAE,wBAAwB,SAAS,KAAKrG,GAAU,QAAQK,GAAW,kBAAkBJ,GAAmB,SAAS,CAAcoH,EAAME,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAS,CAAclF,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK8F,EAAY,CAAC,UAAUhC,GAAiB,CAAC,QAAQ8C,CAAQ,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5G,EAAKkF,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAsBlF,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvF,EAAK+F,EAAM,CAAC,OAAO,OAAO,KAAK,qLAAqL,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE9H,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,GAAGyE,GAAU,IAAIE,GAAK,SAAsBK,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsBlD,EAAW4F,EAAS,CAAC,SAAsBZ,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,OAAoBhF,EAAK,KAAK,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsBZ,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAC,OAAoBhF,EAAK,KAAK,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,OAAOX,GAAW,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeW,EAAK8G,GAAe,CAAC,kBAAkB,CAAC,WAAWlH,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeE,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBG,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,6HAA6H,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKuF,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAK+F,EAAM,CAAC,OAAO,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAA04Q,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,KAAK,OAAO,IAAI,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAef,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchF,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,EAAegF,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchF,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK6F,EAAS,CAAC,sBAAsB,GAAK,SAAsB7F,EAAW4F,EAAS,CAAC,SAAsB5F,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAsBA,EAAK+G,GAAK,CAAC,KAAK,oCAAoC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB/G,EAAKkF,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelF,EAAKgH,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,QAAQ,EAAE,IAAI,qmBAAqmB,aAAa,WAAW,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAehH,EAAK,MAAM,CAAC,UAAU,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,GAAG4E,GAAW,IAAIC,EAAI,CAAC,EAAe7E,EAAKsF,EAA0B,CAAC,OAAO,IAAI,MAAMlE,GAAmB,OAAO,QAAQ,EAAE,EAAE,SAAsBpB,EAAKuF,EAAU,CAAC,UAAU,2BAA2B,aAAa,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKwF,EAAkB,CAAC,WAAWtC,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBlD,EAAKiH,EAAO,CAAC,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejH,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkH,GAAI,CAAC,kFAAkF,kFAAkF,qVAAqV,qIAAqI,oKAAoK,+fAA+f,mTAAmT,iTAAiT,iJAAiJ,kjBAAkjB,8KAA8K,yhBAAyhB,qRAAqR,oRAAoR,uLAAuL,sLAAsL,mRAAmR,2WAA2W,+IAA+I,yXAAyX,wNAAwN,4VAA4V,uSAAuS,qJAAqJ,gRAAgR,kRAAkR,wGAAwG,4PAA4P,uSAAuS,2GAA2G,oHAAoH,yWAAyW,qTAAqT,8QAA8Q,0RAA0R,6PAA6P,oQAAoQ,2GAA2G,4RAA4R,mLAAmL,yQAAyQ,mRAAmR,+FAA+F,yQAAyQ,wKAAwK,8kJAA8kJ,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,gcAAgc,yuCAAyuC,6rDAA6rD,EAYzopDC,EAAgBC,GAAQ1G,GAAUwG,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,OAAOA,EAAgB,aAAa,CAAC,OAAO,KAAK,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,GAAiB,GAAGC,GAAW,GAAGC,GAAmB,GAAGC,GAAc,GAAGC,GAAuB,GAAGC,GAAY,GAAGC,GAAY,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC9pF,IAAME,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,oCAAsC,4JAA0L,sBAAwB,IAAI,yBAA2B,QAAQ,qBAAuB,OAAO,yBAA2B,OAAO,qBAAuB,4GAAgI,sBAAwB,OAAO,4BAA8B,OAAO,kBAAoB,OAAO,uBAAyB,GAAG,6BAA+B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["NavbarFonts", "getFonts", "TGE8TAeLQ_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "ButtonIconsFonts", "Ke2Ay0cEI_default", "EmbedFonts", "Embed", "ButtonPrimaryFonts", "crIZPFOBU_default", "BlogPostFonts", "KC02rnx9F_default", "FooterMDiasDoRonyFonts", "ZYRXftsjR_default", "RichTextWithFX", "withFX", "RichText2", "FooterFonts", "AwGEb2QXV_default", "CursorFonts", "Sb8ELhSlX_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transformTemplate1", "_", "t", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "animation3", "transition2", "textEffect", "QueryData", "query", "pageSize", "data", "useQueryData", "animation4", "transition3", "animation5", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition4", "cursor", "Sb8ELhSlX_default", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "jTEZidwbs_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "mIJwRvmyM", "u8bj6vNTS", "tKNaKgwGi", "nvsZZ2zik", "VTCWrsNEA", "mfTIuB2PSXzWgsOq0B", "mIJwRvmyMXzWgsOq0B", "u8bj6vNTSXzWgsOq0B", "MynlaXI0kXzWgsOq0B", "U9ZH3fp09XzWgsOq0B", "idXzWgsOq0B", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Dv6X89oCe3bnx0g", "overlay", "loadMore", "args", "BEmntGxMg1wnntms", "StpoBzC1K3bnx0g", "scopingClassNames", "cx", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "enumToDisplayNameFunctions", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "PropertyOverrides2", "NavbarWithVariantAppearEffect", "AnimatePresence", "Ga", "x", "RichText2", "Ke2Ay0cEI_default", "Embed", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "resolvedLinks1", "crIZPFOBU_default", "ChildrenCanSuspend", "collection", "paginationInfo", "index", "PathVariablesContext", "resolvedLinks2", "KC02rnx9F_default", "overlay1", "ZYRXftsjR_default", "RichTextWithFX", "Link", "SVG", "AwGEb2QXV_default", "css", "FramerbcOLzUlYt", "withCSS", "bcOLzUlYt_default", "addFonts", "NavbarFonts", "ButtonIconsFonts", "EmbedFonts", "ButtonPrimaryFonts", "BlogPostFonts", "FooterMDiasDoRonyFonts", "FooterFonts", "CursorFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
