{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/tBu2DzBRkRvbCIH0HAij/eo0x9eajAyQgR5GpK3HG/Counter.js", "ssg:https://framerusercontent.com/modules/4ykhnxBMXurwF1s05ugy/FQJ13ObCXL02V83unnOm/VCMtKdqHq.js", "ssg:https://framerusercontent.com/modules/hyiCt6cwflBTQLhxzTvm/eAxruVfsEF94woP03blZ/ZwDGep7RF.js", "ssg:https://framerusercontent.com/modules/faOK6UYM26PNoSaysNCD/S3nSFcAHdNNYEVXGvAqr/ZwDGep7RF.js"],
  "sourcesContent": ["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{useInView,useMotionValue,useSpring}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Counter({decimal,value,decimalValue,direction,stiffness,damping,prefix,prefixText,suffix,suffixText,color,fontStyle}){const initialValue=0;const ref=useRef(null);const updatedDecimalValue=decimal===true?decimalValue:value;const motionValue=useMotionValue(direction===\"down\"?updatedDecimalValue:initialValue);const springValue=useSpring(motionValue,{damping:damping,stiffness:stiffness});const isInView=useInView(ref,{once:true,margin:\"-100px\"});useEffect(()=>{if(isInView){motionValue.set(direction===\"down\"?initialValue:updatedDecimalValue);}},[motionValue,isInView]);useEffect(()=>springValue.on(\"change\",latest=>{if(ref.current){ref.current.textContent=Intl.NumberFormat(\"en-US\").format(latest.toFixed(decimal===true?2:0));}}),[springValue]);return /*#__PURE__*/_jsxs(_Fragment,{children:[prefix?/*#__PURE__*/_jsx(\"span\",{style:{...fontStyle,color:color},children:prefixText}):null,/*#__PURE__*/_jsx(\"span\",{ref:ref,style:{...fontStyle,color:color},children:initialValue}),suffix?/*#__PURE__*/_jsx(\"span\",{style:{...fontStyle,color:color},children:suffixText}):null]});}Counter.defaultProps={decimal:false,value:100,decimalValue:100,direction:\"up\",stiffness:300,damping:100,prefix:false,prefixText:\"\",suffix:false,suffixText:\"\",color:\"#000000\",fontStyle:\"\"};addPropertyControls(Counter,{decimal:{title:\"Decimal\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},value:{title:\"Value\",type:ControlType.Number,min:0,max:1e3,hidden(props){return props.decimal===true;}},decimalValue:{title:\"Value\",type:ControlType.Number,min:0,max:1e3,step:.01,hidden(props){return props.decimal===false;}},prefix:{title:\"Prefix\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},prefixText:{title:\"Prefix Value\",type:ControlType.String,hidden(props){return props.prefix===false;}},suffix:{title:\"Suffix\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},suffixText:{title:\"Suffix Value\",type:ControlType.String,hidden(props){return props.suffix===false;}},direction:{title:\"Direction\",type:ControlType.Enum,options:[\"up\",\"down\"]},stiffness:{title:\"Stiffness\",type:ControlType.Number,min:1,max:1e3},damping:{title:\"Damping\",type:ControlType.Number,min:0,max:100},color:{title:\"Color\",type:ControlType.Color},fontStyle:{title:\"Font Style\",type:\"font\",controls:\"extended\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "// Generated by Framer (56d1180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Counter from\"https://framerusercontent.com/modules/tBu2DzBRkRvbCIH0HAij/eo0x9eajAyQgR5GpK3HG/Counter.js\";const CounterFonts=getFonts(Counter);const cycleOrder=[\"nFtB14Z9K\",\"DUVxrmRNN\"];const serializationHash=\"framer-mnNB1\";const variantClassNames={DUVxrmRNN:\"framer-v-lyxucc\",nFtB14Z9K:\"framer-v-1ytuo95\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"nFtB14Z9K\",\"Variant Mobile\":\"DUVxrmRNN\"};const getProps=({height,id,title,value,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,QZmyCi6ep:(_ref=value!==null&&value!==void 0?value:props.QZmyCi6ep)!==null&&_ref!==void 0?_ref:100,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"nFtB14Z9K\",x9jw34lHv:(_ref2=title!==null&&title!==void 0?title:props.x9jw34lHv)!==null&&_ref2!==void 0?_ref2:\"Estat\\xedstica\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,x9jw34lHv,QZmyCi6ep,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nFtB14Z9K\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ytuo95\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"nFtB14Z9K\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-67fbec5f-f86d-4a68-8709-0a9a96756c72, rgba(255, 255, 255, 0.1))\",...style},...addPropertyOverrides({DUVxrmRNN:{\"data-framer-name\":\"Variant Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17pkuj8\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"HZUJMuvX8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-67fbec5f-f86d-4a68-8709-0a9a96756c72, rgba(255, 255, 255, 0.1))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V2b2dyaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Evogria Regular\", \"Evogria Regular Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19)))\"},children:\"Estat\\xedstica\"})}),className:\"framer-7sv6v5\",fonts:[\"CUSTOM;Evogria Regular\"],layoutDependency:layoutDependency,layoutId:\"GWt6OG4Yq\",style:{\"--extracted-r6o4lv\":\"var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:x9jw34lHv,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DUVxrmRNN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0V2b2dyaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Evogria Regular\", \"Evogria Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19)))\"},children:\"Estat\\xedstica\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xrw2pj\",layoutDependency:layoutDependency,layoutId:\"MAAAIIJsr\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5mzhwa-container\",layoutDependency:layoutDependency,layoutId:\"blh6Lv8fG-container\",children:/*#__PURE__*/_jsx(Counter,{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",damping:44,decimal:false,decimalValue:99.99,direction:\"up\",fontStyle:{fontFamily:'\"Evogria Regular\", \"Evogria Regular Placeholder\", sans-serif',fontSize:\"133px\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"blh6Lv8fG\",layoutId:\"blh6Lv8fG\",prefix:false,prefixText:\"$\",stiffness:59,suffix:false,suffixText:\"\",value:QZmyCi6ep,width:\"100%\",...addPropertyOverrides({DUVxrmRNN:{fontStyle:{fontFamily:'\"Evogria Regular\", \"Evogria Regular Placeholder\", sans-serif',fontSize:\"80px\",letterSpacing:\"0em\",lineHeight:\"1em\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mnNB1.framer-ihac06, .framer-mnNB1 .framer-ihac06 { display: block; }\",\".framer-mnNB1.framer-1ytuo95 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 535px; }\",\".framer-mnNB1 .framer-17pkuj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-mnNB1 .framer-7sv6v5 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-mnNB1 .framer-1xrw2pj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-mnNB1 .framer-5mzhwa-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mnNB1.framer-1ytuo95, .framer-mnNB1 .framer-17pkuj8, .framer-mnNB1 .framer-1xrw2pj { gap: 0px; } .framer-mnNB1.framer-1ytuo95 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mnNB1.framer-1ytuo95 > :first-child { margin-top: 0px; } .framer-mnNB1.framer-1ytuo95 > :last-child { margin-bottom: 0px; } .framer-mnNB1 .framer-17pkuj8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mnNB1 .framer-17pkuj8 > :first-child, .framer-mnNB1 .framer-1xrw2pj > :first-child { margin-left: 0px; } .framer-mnNB1 .framer-17pkuj8 > :last-child, .framer-mnNB1 .framer-1xrw2pj > :last-child { margin-right: 0px; } .framer-mnNB1 .framer-1xrw2pj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-mnNB1[data-border=\"true\"]::after, .framer-mnNB1 [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 269\n * @framerIntrinsicWidth 535\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DUVxrmRNN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"x9jw34lHv\":\"title\",\"QZmyCi6ep\":\"value\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVCMtKdqHq=withCSS(Component,css,\"framer-mnNB1\");export default FramerVCMtKdqHq;FramerVCMtKdqHq.displayName=\"Stats\";FramerVCMtKdqHq.defaultProps={height:269,width:535};addPropertyControls(FramerVCMtKdqHq,{variant:{options:[\"nFtB14Z9K\",\"DUVxrmRNN\"],optionTitles:[\"Variant 1\",\"Variant Mobile\"],title:\"Variant\",type:ControlType.Enum},x9jw34lHv:{defaultValue:\"Estat\\xedstica\",displayTextArea:false,placeholder:\"\",title:\"Title\",type:ControlType.String},QZmyCi6ep:{defaultValue:100,displayStepper:true,max:1e3,min:0,title:\"Value\",type:ControlType.Number}});addFonts(FramerVCMtKdqHq,[{explicitInter:true,fonts:[{family:\"Evogria Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/Od7VIl6vkTjmuqYGoHqnsqW08o.woff2\"}]},...CounterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVCMtKdqHq\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"269\",\"framerIntrinsicWidth\":\"535\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DUVxrmRNN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"x9jw34lHv\\\":\\\"title\\\",\\\"QZmyCi6ep\\\":\\\"value\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VCMtKdqHq.map", "// Generated by Framer (fd7a51d)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={f8zGLP26U:new LazyValue(()=>import(\"./ZwDGep7RF-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 (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Smooth_Scroll from\"https://framerusercontent.com/modules/tKIZQiWScxL1P8eKC408/rjwSxRnxXNoPr2dX86U6/Smooth_Scroll.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import Footer from\"#framer/local/canvasComponent/HZaTXvWyK/HZaTXvWyK.js\";import Nav from\"#framer/local/canvasComponent/ieuy8fRE2/ieuy8fRE2.js\";import Stats from\"#framer/local/canvasComponent/VCMtKdqHq/VCMtKdqHq.js\";import Atletas from\"#framer/local/collection/uoFHpXIkS/uoFHpXIkS.js\";import*as sharedStyle1 from\"#framer/local/css/A9rdXSvQ3/A9rdXSvQ3.js\";import*as sharedStyle7 from\"#framer/local/css/cyRdZEBqF/cyRdZEBqF.js\";import*as sharedStyle6 from\"#framer/local/css/d0WA5d5b_/d0WA5d5b_.js\";import*as sharedStyle4 from\"#framer/local/css/H73t_W1ak/H73t_W1ak.js\";import*as sharedStyle from\"#framer/local/css/nmYSewT2q/nmYSewT2q.js\";import*as sharedStyle8 from\"#framer/local/css/pio6VXrLG/pio6VXrLG.js\";import*as sharedStyle3 from\"#framer/local/css/QbvjJTYVa/QbvjJTYVa.js\";import*as sharedStyle2 from\"#framer/local/css/SqXAYRHPb/SqXAYRHPb.js\";import*as sharedStyle5 from\"#framer/local/css/tittoIAe8/tittoIAe8.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/ZwDGep7RF/ZwDGep7RF.js\";import metadataProvider from\"#framer/local/webPageMetadata/ZwDGep7RF/ZwDGep7RF.js\";const NavFonts=getFonts(Nav);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const StatsFonts=getFonts(Stats);const FooterFonts=getFonts(Footer);const Smooth_ScrollFonts=getFonts(Smooth_Scroll);const breakpoints={DoLUgdsnc:\"(max-width: 809px)\",fje8bX9e_:\"(min-width: 1560px)\",hbV8acpJK:\"(min-width: 810px) and (max-width: 1199px)\",SFPELHnVN:\"(min-width: 1200px) and (max-width: 1559px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-I32dY\";const variantClassNames={DoLUgdsnc:\"framer-v-1jpc63q\",fje8bX9e_:\"framer-v-nv7vn3\",hbV8acpJK:\"framer-v-1j5lnj3\",SFPELHnVN:\"framer-v-7j980o\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"EPlBy65Kk\":return false;default:return true;}};const toBoolean=value=>{return Boolean(value);};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const endsWith=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"&&a.toLowerCase().endsWith(b.toLowerCase());};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"mEdDD44MF\":return false;default:return true;}};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition2={damping:50,delay:0,mass:1,stiffness:100,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:50};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"fje8bX9e_\",Laptop:\"SFPELHnVN\",Phone:\"DoLUgdsnc\",Tablet:\"hbV8acpJK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fje8bX9e_\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{constraint:{left:{collection:\"ZwDGep7RF\",name:\"nextItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"nextItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{constraint:{left:{collection:\"ZwDGep7RF\",name:\"previousItemId\",type:\"Identifier\"},operator:\"==\",right:{collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"ZwDGep7RF\",data:Atletas,type:\"Collection\"},right:{alias:\"previousItemId\",data:Atletas,type:\"Collection\"},type:\"LeftJoin\"},right:{alias:\"nextItemId\",data:Atletas,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"ZwDGep7RF\",name:\"tHi8FZqMV\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"x85XDuSms\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"rOFP3TGrs\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"VuL22rdzq\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"QGkp715Z7\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"ftF33866S\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"Fxp_k2QbD\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"MCj_ahW6d\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"aFZEpe2D4\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"fLiUD6mn0\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"lN7WP74wi\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"qxbOxQYnh\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"lI5PXHRh1\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"XvncmIG8W\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"PAzmE82q5\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"FeBX6at90\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"rsj59UbQj\",type:\"Identifier\"},{collection:\"ZwDGep7RF\",name:\"vGRYfZL2h\",type:\"Identifier\"},{alias:\"previousItemId.VuL22rdzq\",collection:\"previousItemId\",name:\"VuL22rdzq\",type:\"Identifier\"},{alias:\"previousItemId.QGkp715Z7\",collection:\"previousItemId\",name:\"QGkp715Z7\",type:\"Identifier\"},{alias:\"previousItemId.OOUhceygw\",collection:\"previousItemId\",name:\"OOUhceygw\",type:\"Identifier\"},{alias:\"previousItemId\",collection:\"previousItemId\",name:\"id\",type:\"Identifier\"},{alias:\"nextItemId.VuL22rdzq\",collection:\"nextItemId\",name:\"VuL22rdzq\",type:\"Identifier\"},{alias:\"nextItemId.QGkp715Z7\",collection:\"nextItemId\",name:\"QGkp715Z7\",type:\"Identifier\"},{alias:\"nextItemId.OOUhceygw\",collection:\"nextItemId\",name:\"OOUhceygw\",type:\"Identifier\"},{alias:\"nextItemId\",collection:\"nextItemId\",name:\"id\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"ZwDGep7RF\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,tHi8FZqMV=getFromCurrentRouteData(\"tHi8FZqMV\"),rOFP3TGrs=getFromCurrentRouteData(\"rOFP3TGrs\"),previousItemId=getFromCurrentRouteData(\"previousItemId\"),previousItemId_OOUhceygw=getFromCurrentRouteData(\"previousItemId.OOUhceygw\")??\"\",previousItemId_VuL22rdzq=getFromCurrentRouteData(\"previousItemId.VuL22rdzq\")??\"\",nextItemId=getFromCurrentRouteData(\"nextItemId\"),nextItemId_OOUhceygw=getFromCurrentRouteData(\"nextItemId.OOUhceygw\")??\"\",nextItemId_VuL22rdzq=getFromCurrentRouteData(\"nextItemId.VuL22rdzq\")??\"\",VuL22rdzq=getFromCurrentRouteData(\"VuL22rdzq\")??\"\",x85XDuSms=getFromCurrentRouteData(\"x85XDuSms\")??\"\",ftF33866S=getFromCurrentRouteData(\"ftF33866S\")??\"\",rsj59UbQj=getFromCurrentRouteData(\"rsj59UbQj\")??\"\",QGkp715Z7=getFromCurrentRouteData(\"QGkp715Z7\")??\"\",fLiUD6mn0=getFromCurrentRouteData(\"fLiUD6mn0\")??\"\",vGRYfZL2h=getFromCurrentRouteData(\"vGRYfZL2h\")??\"\",lI5PXHRh1=getFromCurrentRouteData(\"lI5PXHRh1\")??0,XvncmIG8W=getFromCurrentRouteData(\"XvncmIG8W\")??0,PAzmE82q5=getFromCurrentRouteData(\"PAzmE82q5\")??0,FeBX6at90=getFromCurrentRouteData(\"FeBX6at90\")??0,aFZEpe2D4=getFromCurrentRouteData(\"aFZEpe2D4\")??\"\",MCj_ahW6d=getFromCurrentRouteData(\"MCj_ahW6d\")??\"\",lN7WP74wi=getFromCurrentRouteData(\"lN7WP74wi\")??0,qxbOxQYnh=getFromCurrentRouteData(\"qxbOxQYnh\")??0,Fxp_k2QbD=getFromCurrentRouteData(\"Fxp_k2QbD\")??\"\",previousItemId_QGkp715Z7=getFromCurrentRouteData(\"previousItemId.QGkp715Z7\")??\"\",nextItemId_QGkp715Z7=getFromCurrentRouteData(\"nextItemId.QGkp715Z7\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=toBoolean(convertFromEnum(rOFP3TGrs,activeLocale));const isDisplayed=value=>{if(!isBrowser())return true;if(baseVariant===\"DoLUgdsnc\")return false;return value;};const visible1=isSet(previousItemId);const textContent=prefix(previousItemId_VuL22rdzq,\"\u2039 \");const visible2=isSet(nextItemId);const textContent1=suffix(nextItemId_VuL22rdzq,\" \u203A\");const visible3=endsWith(VuL22rdzq,\"C\");usePreloadLocalizedValues(activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"DoLUgdsnc\")return false;return true;};const visible4=toBoolean(convertFromEnum1(rOFP3TGrs,activeLocale));const visible5=isSet(vGRYfZL2h);const elementId=useRouteElementId(\"rE4oxvS56\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"PzYxvtzWQ\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"I03vASQyj\");const ref4=React.useRef(null);const visible6=isSet(QGkp715Z7);const activeLocaleCode=useLocaleCode();const textContent2=numberToString(lN7WP74wi,{locale:\"pt-BR\",notation:\"standard\",style:\"unit\",unit:\"year\",unitDisplay:\"short\"},activeLocaleCode);const textContent3=numberToString(qxbOxQYnh,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const textContent4=prefix(previousItemId_QGkp715Z7,\"\u2039 \");const textContent5=suffix(nextItemId_QGkp715Z7,\" \u203A\");const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"fje8bX9e_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3399e391-f9d3-4781-bcc9-e38e7cf0c7f5, rgb(249, 253, 254)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-nv7vn3\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:111,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pmff0g-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{variant:\"KDzwv72qe\"},hbV8acpJK:{variant:\"qCccLIqny\"}},children:/*#__PURE__*/_jsx(Nav,{height:\"100%\",id:\"JgBBh34_7\",layoutId:\"JgBBh34_7\",style:{width:\"100%\"},variant:\"AyocQ7FLW\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hkh8ib\",\"data-framer-name\":\"Page Head\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:921,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+111+46),pixelHeight:1694,pixelWidth:1920,sizes:`calc(${componentViewport?.width||\"100vw\"} - 171px)`,...toResponsiveImage(tHi8FZqMV),...{positionX:\"center\",positionY:\"center\"}}},hbV8acpJK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:921,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+111+31),pixelHeight:1694,pixelWidth:1920,sizes:`calc(${componentViewport?.width||\"100vw\"} - 472px)`,...toResponsiveImage(tHi8FZqMV),...{positionX:\"center\",positionY:\"center\"}}},SFPELHnVN:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:921,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+111+38),pixelHeight:1694,pixelWidth:1920,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.6)`,...toResponsiveImage(tHi8FZqMV),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:921,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+111+60),pixelHeight:1694,pixelWidth:1920,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.4103)`,...toResponsiveImage(tHi8FZqMV),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-10neyy7\",\"data-framer-name\":\"foto-atleta\",draggable:\"false\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-beniuv\",children:[isDisplayed(visible)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-5zll7r\",\"hidden-1jpc63q\",!visible&&\"hidden-nv7vn3\",!visible&&\"hidden-7j980o\",!visible&&\"hidden-1j5lnj3\"),\"data-framer-name\":\"NavRank\",children:[visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:previousItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"XTCVDzlGq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"\u2039 C\"})})})}),className:\"framer-1pz8weh\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jbxfyi\",\"data-framer-name\":\"Spacer\"}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hbV8acpJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28kd81\",\"data-styles-preset\":\"SqXAYRHPb\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"j4qJdXyZc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"2 \u203A\"})})})})},SFPELHnVN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",style:{\"--framer-text-color\":\"var(--token-2fa9522a-55e3-4190-83f9-a75668e8e966, rgb(250, 242, 230))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"j4qJdXyZc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"2 \u203A\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"j4qJdXyZc\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"2 \u203A\"})})})}),className:\"framer-1l4gdge\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})]}),visible&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1vwxvsg\",\"data-framer-appear-id\":\"1vwxvsg\",initial:animation1,optimized:true,children:[visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5922c-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19))\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"Trophy\",id:\"niu7gL0Y9\",layoutId:\"niu7gL0Y9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-iv1sy4\",\"data-styles-preset\":\"QbvjJTYVa\",style:{\"--framer-text-color\":\"var(--token-ce16a6ab-b965-4173-bcd7-639c448a6533, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:x85XDuSms,nodeId:\"a3H5zxCk1\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"Peso Leve\"})})})}),className:\"framer-1qjbxu6\",fonts:[\"Inter\"],text:ftF33866S,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-28kd81\",\"data-styles-preset\":\"SqXAYRHPb\",style:{\"--framer-text-color\":\"var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19))\"},children:\"# 15\"})}),className:\"framer-16kuhtt hidden-1jpc63q\",fonts:[\"Inter\"],text:rsj59UbQj,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed(visible4)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",style:{\"--framer-text-color\":\"var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19))\"},children:\"Atleta n\\xe3o rankeado\"})}),className:cx(\"framer-yw39rf\",\"hidden-1jpc63q\",!visible4&&\"hidden-nv7vn3\",!visible4&&\"hidden-7j980o\",!visible4&&\"hidden-1j5lnj3\"),\"data-framer-name\":\"AvisoRankeado\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1qobf4s\",\"data-styles-preset\":\"H73t_W1ak\",style:{\"--framer-text-color\":\"var(--token-ce16a6ab-b965-4173-bcd7-639c448a6533, rgb(255, 255, 255))\"},children:\"Royal Penthouse\"})}),className:\"framer-dzdm7g\",\"data-framer-name\":\"Nome atleta\",fonts:[\"Inter\"],text:QGkp715Z7,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vhr6hc\",\"data-styles-preset\":\"tittoIAe8\",style:{\"--framer-text-color\":\"var(--token-ce16a6ab-b965-4173-bcd7-639c448a6533, rgb(255, 255, 255))\"},children:\"Cabelo Monteiro\"})}),className:\"framer-c60sz3 hidden-1jpc63q\",\"data-framer-appear-id\":\"c60sz3\",\"data-framer-name\":\"Equipe\",fonts:[\"Inter\"],initial:animation1,optimized:true,text:fLiUD6mn0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:vGRYfZL2h,nodeId:\"HLI3ealFX\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-khxp3n framer-1jypu5b\",children:visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4vj3i9-container\",\"data-framer-name\":\"Instagram\",name:\"Instagram\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f2281524-6303-4e84-a900-a9a142ab836c, rgb(231, 162, 19))\",height:\"100%\",iconSearch:getLocalizedValue(\"v0\",activeLocale)??\"House\",iconSelection:\"InstagramLogo\",id:\"v4ig7W6ia\",layoutId:\"v4ig7W6ia\",mirrored:false,name:\"Instagram\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gh116y\",\"data-framer-name\":\"Overlay\"})]}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kljtx3\",\"data-border\":true,\"data-framer-name\":\"Statistics\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-175an46\",\"data-framer-name\":\"Row 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 10px) / 2, 50px)`,y:(componentViewport?.y||0)+0+390.81+0+0+0+0},hbV8acpJK:{y:(componentViewport?.y||0)+0+511+10+0+0},SFPELHnVN:{y:(componentViewport?.y||0)+0+711+10+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`max((min(${componentViewport?.width||\"100vw\"} - 20px, 1680px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+911+10+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19soruj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{variant:\"DUVxrmRNN\"},hbV8acpJK:{variant:\"DUVxrmRNN\"}},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"aIYmOePf5\",layoutId:\"aIYmOePf5\",QZmyCi6ep:lI5PXHRh1,style:{width:\"100%\"},variant:\"nFtB14Z9K\",width:\"100%\",x9jw34lHv:getLocalizedValue(\"v2\",activeLocale)??\"Vit\\xf3rias\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 10px) / 2, 50px)`,y:(componentViewport?.y||0)+0+390.81+0+0+0+0},hbV8acpJK:{y:(componentViewport?.y||0)+0+511+10+0+0},SFPELHnVN:{y:(componentViewport?.y||0)+0+711+10+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`max((min(${componentViewport?.width||\"100vw\"} - 20px, 1680px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+911+10+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rcnepr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{variant:\"DUVxrmRNN\"},hbV8acpJK:{variant:\"DUVxrmRNN\"}},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"J9OxdDfFA\",layoutId:\"J9OxdDfFA\",QZmyCi6ep:XvncmIG8W,style:{width:\"100%\"},variant:\"nFtB14Z9K\",width:\"100%\",x9jw34lHv:getLocalizedValue(\"v3\",activeLocale)??\"KO\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 10px) / 2, 50px)`,y:(componentViewport?.y||0)+0+390.81+0+0+0+279},hbV8acpJK:{y:(componentViewport?.y||0)+0+511+10+0+0},SFPELHnVN:{y:(componentViewport?.y||0)+0+711+10+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`max((min(${componentViewport?.width||\"100vw\"} - 20px, 1680px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+911+10+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13els9e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{variant:\"DUVxrmRNN\"},hbV8acpJK:{variant:\"DUVxrmRNN\"}},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"idZ5RAOhO\",layoutId:\"idZ5RAOhO\",QZmyCi6ep:PAzmE82q5,style:{width:\"100%\"},variant:\"nFtB14Z9K\",width:\"100%\",x9jw34lHv:getLocalizedValue(\"v4\",activeLocale)??\"Derrotas\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1680px) - 10px) / 2, 50px)`,y:(componentViewport?.y||0)+0+390.81+0+0+0+279},hbV8acpJK:{y:(componentViewport?.y||0)+0+511+10+0+0},SFPELHnVN:{y:(componentViewport?.y||0)+0+711+10+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:269,width:`max((min(${componentViewport?.width||\"100vw\"} - 20px, 1680px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+0+911+10+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ys29yi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{variant:\"DUVxrmRNN\"},hbV8acpJK:{variant:\"DUVxrmRNN\"}},children:/*#__PURE__*/_jsx(Stats,{height:\"100%\",id:\"Qnumwix_u\",layoutId:\"Qnumwix_u\",QZmyCi6ep:FeBX6at90,style:{width:\"100%\"},variant:\"nFtB14Z9K\",width:\"100%\",x9jw34lHv:getLocalizedValue(\"v5\",activeLocale)??\"Empates\"})})})})})]})}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hs9z39\",\"data-framer-name\":\"Body\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(\"section\",{className:\"framer-f7a26o\",\"data-framer-name\":\"Info Atleta\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jlbn92\",\"data-framer-name\":\"Content\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sfb94y\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-158vme1\",\"data-framer-name\":\"Details\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g3wqrg\",children:[visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hd4el5\",\"data-framer-name\":\"Infos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1er78qb\",\"data-styles-preset\":\"d0WA5d5b_\",children:\"Pa\\xeds\"})}),className:\"framer-i8m35w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",style:{\"--framer-text-color\":\"var(--token-564427ef-92c1-4e0d-be6a-50ecc1afab8b, rgb(62, 57, 46))\"},children:\"Brasil\"})}),className:\"framer-r9g3xq\",fonts:[\"Inter\"],text:aFZEpe2D4,verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hlao00\",\"data-framer-name\":\"Infos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1er78qb\",\"data-styles-preset\":\"d0WA5d5b_\",children:\"Cidade\"})}),className:\"framer-j6r0xi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",style:{\"--framer-text-color\":\"var(--token-564427ef-92c1-4e0d-be6a-50ecc1afab8b, rgb(62, 57, 46))\"},children:\"Bras\\xedlia/DF\"})}),className:\"framer-1hd4pgc\",fonts:[\"Inter\"],text:MCj_ahW6d,verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p0qpvb\",\"data-framer-name\":\"Infos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1er78qb\",\"data-styles-preset\":\"d0WA5d5b_\",children:\"Equipe\"})}),className:\"framer-1ckcqac\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",style:{\"--framer-text-color\":\"var(--token-564427ef-92c1-4e0d-be6a-50ecc1afab8b, rgb(62, 57, 46))\"},children:\"CF House\"})}),className:\"framer-vqew4\",fonts:[\"Inter\"],text:fLiUD6mn0,verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7peld8\",\"data-framer-name\":\"Infos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1er78qb\",\"data-styles-preset\":\"d0WA5d5b_\",children:\"Idade\"})}),className:\"framer-1doq0bw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",children:\"NaN anos\"})}),className:\"framer-v1frwr\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13yxmfe\",\"data-framer-name\":\"Infos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1er78qb\",\"data-styles-preset\":\"d0WA5d5b_\",children:\"Altura\"})}),className:\"framer-23jm64\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",children:\"NaN\"})}),className:\"framer-bk0xfd\",fonts:[\"Inter\"],text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})]}),visible6&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xh0yw5\",\"data-framer-name\":\"Infos\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1er78qb\",\"data-styles-preset\":\"d0WA5d5b_\",children:\"Peso\"})}),className:\"framer-858xlr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",children:\"NaN\"})}),className:\"framer-1kj233z\",fonts:[\"Inter\"],text:Fxp_k2QbD,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zofphp\",\"data-framer-name\":\"NavRank\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ktyng\",children:[visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",style:{\"--framer-text-color\":\"var(--token-e6782f6a-b44b-4738-a3a9-849005d3c0f5, rgb(105, 90, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:previousItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"UDXUWiYPh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-gucbp7\",\"data-styles-preset\":\"pio6VXrLG\",children:\"\u2039 Hector Santiago\"})})})})},hbV8acpJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",style:{\"--framer-text-color\":\"var(--token-e6782f6a-b44b-4738-a3a9-849005d3c0f5, rgb(105, 90, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:previousItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"UDXUWiYPh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"\u2039 Edgar Boca\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",style:{\"--framer-text-color\":\"var(--token-e6782f6a-b44b-4738-a3a9-849005d3c0f5, rgb(105, 90, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:previousItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"UDXUWiYPh\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-gucbp7\",\"data-styles-preset\":\"pio6VXrLG\",children:\"\u2039 Hector Santiago\"})})})}),className:\"framer-z29ddc\",\"data-framer-name\":\"Previous\",fonts:[\"Inter\"],text:textContent4,verticalAlignment:\"top\",withExternalLayout:true})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",style:{\"--framer-text-color\":\"var(--token-ce16a6ab-b965-4173-bcd7-639c448a6533, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"Tjuy2YVpn\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-gucbp7\",\"data-styles-preset\":\"pio6VXrLG\",children:\"Hector Santiago \u203A\"})})})})},hbV8acpJK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-4tnh6w\",\"data-styles-preset\":\"nmYSewT2q\",style:{\"--framer-text-color\":\"var(--token-e6782f6a-b44b-4738-a3a9-849005d3c0f5, rgb(105, 90, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"Tjuy2YVpn\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"Hector Santiago \u203A\"})})})})},SFPELHnVN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-2fa9522a-55e3-4190-83f9-a75668e8e966, rgb(250, 242, 230))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"Tjuy2YVpn\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-irbsa6\",\"data-styles-preset\":\"A9rdXSvQ3\",children:\"Mateus Pakitoo \u203A\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xt6voi\",\"data-styles-preset\":\"cyRdZEBqF\",style:{\"--framer-text-color\":\"var(--token-e6782f6a-b44b-4738-a3a9-849005d3c0f5, rgb(105, 90, 61))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{OOUhceygw:nextItemId_OOUhceygw},webPageId:\"ZwDGep7RF\"},nodeId:\"Tjuy2YVpn\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-gucbp7\",\"data-styles-preset\":\"pio6VXrLG\",children:\"Hector Santiago \u203A\"})})})}),className:\"framer-13ythr4\",\"data-framer-name\":\"Next\",fonts:[\"Inter\"],text:textContent5,verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{y:(componentViewport?.y||0)+0+1002.81},hbV8acpJK:{y:(componentViewport?.y||0)+0+992},SFPELHnVN:{y:(componentViewport?.y||0)+0+1192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:561,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1392,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bw8lvl-container\",\"data-framer-name\":\"Footer AF\",name:\"Footer AF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DoLUgdsnc:{variant:\"QJ_X9NHzo\"},hbV8acpJK:{variant:\"sYAhZ1hpv\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"lBtmIhh7K\",layoutId:\"lBtmIhh7K\",name:\"Footer AF\",style:{width:\"100%\"},variant:\"uIaCgbkrA\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qcmagx-container hidden-1jpc63q\",children:/*#__PURE__*/_jsx(Smooth_Scroll,{autoResize:true,duration:1.2,height:\"100%\",id:\"jAS2l5IuN\",infinite:false,layoutId:\"jAS2l5IuN\",lerp:1,normalizeWheel:true,smoothTouch:true,smoothWheel:true,syncTouchLerp:.1,touchInertiaMultiplier:1,touchMultiplier:1,wheelMultiplier:1,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I32dY.framer-1jypu5b, .framer-I32dY .framer-1jypu5b { display: block; }\",\".framer-I32dY.framer-nv7vn3 { align-content: center; align-items: center; background-color: var(--token-3399e391-f9d3-4781-bcc9-e38e7cf0c7f5, #f9fdfe); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1560px; }\",\".framer-I32dY .framer-1pmff0g-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-I32dY .framer-1hkh8ib { align-content: center; align-items: center; background-color: #1c1c1c; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 80vh; justify-content: flex-end; overflow: hidden; padding: 64px; position: relative; width: 100%; z-index: 1; }\",\".framer-I32dY .framer-10neyy7 { bottom: -107px; flex: none; left: 759px; overflow: hidden; position: absolute; top: 60px; width: 41%; z-index: 0; }\",\".framer-I32dY .framer-beniuv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1560px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-5zll7r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100px; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-1pz8weh, .framer-I32dY .framer-1l4gdge, .framer-I32dY .framer-z29ddc, .framer-I32dY .framer-13ythr4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-I32dY .framer-jbxfyi { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-I32dY .framer-1vwxvsg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-5922c-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-I32dY .framer-1qjbxu6, .framer-I32dY .framer-16kuhtt, .framer-I32dY .framer-i8m35w, .framer-I32dY .framer-j6r0xi, .framer-I32dY .framer-1ckcqac, .framer-I32dY .framer-1doq0bw, .framer-I32dY .framer-23jm64, .framer-I32dY .framer-858xlr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-I32dY .framer-yw39rf, .framer-I32dY .framer-c60sz3 { --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-I32dY .framer-dzdm7g { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1640px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-I32dY .framer-khxp3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 31px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; z-index: 2; }\",\".framer-I32dY .framer-4vj3i9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); position: relative; width: 28px; }\",\".framer-I32dY .framer-1gh116y { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(36, 35, 33) 85.00000000000001%); flex: none; height: 17%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(95.00000000000001% - 17.03125% / 2); width: 100%; z-index: 1; }\",\".framer-I32dY .framer-1kljtx3 { --border-bottom-width: 1px; --border-color: var(--token-67fbec5f-f86d-4a68-8709-0a9a96756c72, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #242321; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-I32dY .framer-175an46 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-19soruj-container, .framer-I32dY .framer-1rcnepr-container, .framer-I32dY .framer-13els9e-container, .framer-I32dY .framer-ys29yi-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-I32dY .framer-hs9z39 { align-content: center; align-items: center; background-color: var(--token-2fa9522a-55e3-4190-83f9-a75668e8e966, #faf2e6); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-I32dY .framer-f7a26o { align-content: center; align-items: center; background-color: var(--token-3399e391-f9d3-4781-bcc9-e38e7cf0c7f5, #f9fdfe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-jlbn92 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 64px; position: relative; width: 100%; }\",\".framer-I32dY .framer-1sfb94y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1560px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-I32dY .framer-158vme1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-g3wqrg { display: grid; flex: none; gap: 64px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; min-height: 218px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-1hd4el5, .framer-I32dY .framer-hlao00, .framer-I32dY .framer-p0qpvb, .framer-I32dY .framer-7peld8, .framer-I32dY .framer-13yxmfe, .framer-I32dY .framer-1xh0yw5 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-r9g3xq, .framer-I32dY .framer-1hd4pgc, .framer-I32dY .framer-vqew4, .framer-I32dY .framer-v1frwr, .framer-I32dY .framer-bk0xfd, .framer-I32dY .framer-1kj233z { --framer-paragraph-spacing: 0px; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-I32dY .framer-zofphp { align-content: center; align-items: center; background-color: var(--token-564427ef-92c1-4e0d-be6a-50ecc1afab8b, #3e392e); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 32px; position: relative; width: 100%; z-index: 10; }\",\".framer-I32dY .framer-12ktyng { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1560px; min-height: 200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-I32dY .framer-bw8lvl-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-I32dY .framer-qcmagx-container { flex: none; height: auto; left: -13px; position: absolute; top: -9px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-I32dY.framer-nv7vn3, .framer-I32dY .framer-1hkh8ib, .framer-I32dY .framer-beniuv, .framer-I32dY .framer-5zll7r, .framer-I32dY .framer-1vwxvsg, .framer-I32dY .framer-khxp3n, .framer-I32dY .framer-1kljtx3, .framer-I32dY .framer-175an46, .framer-I32dY .framer-hs9z39, .framer-I32dY .framer-jlbn92, .framer-I32dY .framer-1sfb94y, .framer-I32dY .framer-158vme1, .framer-I32dY .framer-1hd4el5, .framer-I32dY .framer-hlao00, .framer-I32dY .framer-p0qpvb, .framer-I32dY .framer-7peld8, .framer-I32dY .framer-13yxmfe, .framer-I32dY .framer-1xh0yw5 { gap: 0px; } .framer-I32dY.framer-nv7vn3 > *, .framer-I32dY .framer-hs9z39 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-I32dY.framer-nv7vn3 > :first-child, .framer-I32dY .framer-1hkh8ib > :first-child, .framer-I32dY .framer-beniuv > :first-child, .framer-I32dY .framer-1kljtx3 > :first-child, .framer-I32dY .framer-hs9z39 > :first-child, .framer-I32dY .framer-1sfb94y > :first-child, .framer-I32dY .framer-158vme1 > :first-child, .framer-I32dY .framer-1hd4el5 > :first-child, .framer-I32dY .framer-hlao00 > :first-child, .framer-I32dY .framer-p0qpvb > :first-child, .framer-I32dY .framer-7peld8 > :first-child, .framer-I32dY .framer-13yxmfe > :first-child, .framer-I32dY .framer-1xh0yw5 > :first-child { margin-top: 0px; } .framer-I32dY.framer-nv7vn3 > :last-child, .framer-I32dY .framer-1hkh8ib > :last-child, .framer-I32dY .framer-beniuv > :last-child, .framer-I32dY .framer-1kljtx3 > :last-child, .framer-I32dY .framer-hs9z39 > :last-child, .framer-I32dY .framer-1sfb94y > :last-child, .framer-I32dY .framer-158vme1 > :last-child, .framer-I32dY .framer-1hd4el5 > :last-child, .framer-I32dY .framer-hlao00 > :last-child, .framer-I32dY .framer-p0qpvb > :last-child, .framer-I32dY .framer-7peld8 > :last-child, .framer-I32dY .framer-13yxmfe > :last-child, .framer-I32dY .framer-1xh0yw5 > :last-child { margin-bottom: 0px; } .framer-I32dY .framer-1hkh8ib > *, .framer-I32dY .framer-beniuv > *, .framer-I32dY .framer-1kljtx3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-I32dY .framer-5zll7r > *, .framer-I32dY .framer-1vwxvsg > *, .framer-I32dY .framer-khxp3n > *, .framer-I32dY .framer-175an46 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-I32dY .framer-5zll7r > :first-child, .framer-I32dY .framer-1vwxvsg > :first-child, .framer-I32dY .framer-khxp3n > :first-child, .framer-I32dY .framer-175an46 > :first-child, .framer-I32dY .framer-jlbn92 > :first-child { margin-left: 0px; } .framer-I32dY .framer-5zll7r > :last-child, .framer-I32dY .framer-1vwxvsg > :last-child, .framer-I32dY .framer-khxp3n > :last-child, .framer-I32dY .framer-175an46 > :last-child, .framer-I32dY .framer-jlbn92 > :last-child { margin-right: 0px; } .framer-I32dY .framer-jlbn92 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-I32dY .framer-1sfb94y > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-I32dY .framer-158vme1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-I32dY .framer-1hd4el5 > *, .framer-I32dY .framer-hlao00 > *, .framer-I32dY .framer-p0qpvb > *, .framer-I32dY .framer-7peld8 > *, .framer-I32dY .framer-13yxmfe > *, .framer-I32dY .framer-1xh0yw5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-I32dY[data-border=\"true\"]::after, .framer-I32dY [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: 1200px) and (max-width: 1559px) { .framer-I32dY.framer-nv7vn3 { width: 1200px; } .framer-I32dY .framer-1pmff0g-container { order: 0; } .framer-I32dY .framer-1hkh8ib { height: 60vh; order: 1; padding: 56px 64px 56px 64px; } .framer-I32dY .framer-10neyy7 { bottom: -37px; left: 465px; top: 38px; width: 60%; z-index: 1; } .framer-I32dY .framer-1vwxvsg, .framer-I32dY .framer-yw39rf, .framer-I32dY .framer-c60sz3 { max-width: 500px; } .framer-I32dY .framer-dzdm7g { max-width: 600px; } .framer-I32dY .framer-1gh116y { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.44934301977759%, rgb(28, 28, 28) 81.92690737612614%); height: 25%; top: calc(89.84995586937336% - 25% / 2); } .framer-I32dY .framer-1kljtx3 { order: 2; } .framer-I32dY .framer-hs9z39 { order: 3; } .framer-I32dY .framer-zofphp { order: 4; } .framer-I32dY .framer-z29ddc, .framer-I32dY .framer-13ythr4 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-I32dY .framer-bw8lvl-container { order: 5; } .framer-I32dY .framer-qcmagx-container { order: 6; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-I32dY.framer-nv7vn3 { width: 810px; } .framer-I32dY .framer-1pmff0g-container { order: 0; } .framer-I32dY .framer-1hkh8ib { height: 40vh; order: 1; padding: 40px; } .framer-I32dY .framer-10neyy7 { bottom: -111px; left: 432px; right: 40px; top: 31px; width: unset; } .framer-I32dY .framer-1kljtx3 { order: 2; } .framer-I32dY .framer-hs9z39 { order: 3; } .framer-I32dY .framer-jlbn92 { order: 0; padding: 64px 40px 64px 40px; } .framer-I32dY .framer-1sfb94y { max-width: unset; } .framer-I32dY .framer-g3wqrg { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-I32dY .framer-zofphp { order: 4; } .framer-I32dY .framer-bw8lvl-container { order: 5; } .framer-I32dY .framer-qcmagx-container { order: 6; }}\",\"@media (max-width: 809px) { .framer-I32dY.framer-nv7vn3 { width: 390px; } .framer-I32dY .framer-1pmff0g-container { order: 0; } .framer-I32dY .framer-1hkh8ib { height: min-content; justify-content: center; order: 1; padding: 64px 24px 60px 24px; } .framer-I32dY .framer-10neyy7 { bottom: -7px; left: 186px; right: -15px; top: 46px; width: unset; } .framer-I32dY .framer-1vwxvsg { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-I32dY .framer-1qjbxu6 { max-width: 200px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-I32dY .framer-dzdm7g { max-width: 200px; } .framer-I32dY .framer-1gh116y { top: calc(97.05263157894738% - 17.03125% / 2); } .framer-I32dY .framer-1kljtx3 { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; order: 3; padding: 0px; } .framer-I32dY .framer-175an46 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); } .framer-I32dY .framer-19soruj-container, .framer-I32dY .framer-1rcnepr-container, .framer-I32dY .framer-13els9e-container, .framer-I32dY .framer-ys29yi-container { align-self: start; flex: none; justify-self: start; width: 100%; } .framer-I32dY .framer-hs9z39 { order: 4; } .framer-I32dY .framer-jlbn92 { order: 0; padding: 32px 24px 32px 24px; } .framer-I32dY .framer-1sfb94y { gap: 42px; max-width: unset; } .framer-I32dY .framer-g3wqrg { gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); justify-content: start; } .framer-I32dY .framer-1hd4el5, .framer-I32dY .framer-hlao00, .framer-I32dY .framer-p0qpvb, .framer-I32dY .framer-7peld8, .framer-I32dY .framer-13yxmfe, .framer-I32dY .framer-1xh0yw5 { height: auto; justify-content: flex-start; } .framer-I32dY .framer-zofphp { order: 2; padding: 16px 32px 16px 32px; z-index: 3; } .framer-I32dY .framer-bw8lvl-container { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-I32dY .framer-1vwxvsg, .framer-I32dY .framer-175an46, .framer-I32dY .framer-1sfb94y, .framer-I32dY .framer-g3wqrg { gap: 0px; } .framer-I32dY .framer-1vwxvsg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-I32dY .framer-1vwxvsg > :first-child, .framer-I32dY .framer-1sfb94y > :first-child { margin-top: 0px; } .framer-I32dY .framer-1vwxvsg > :last-child, .framer-I32dY .framer-1sfb94y > :last-child { margin-bottom: 0px; } .framer-I32dY .framer-175an46 > *, .framer-I32dY .framer-175an46 > :first-child, .framer-I32dY .framer-175an46 > :last-child, .framer-I32dY .framer-g3wqrg > *, .framer-I32dY .framer-g3wqrg > :first-child, .framer-I32dY .framer-g3wqrg > :last-child { margin: 0px; } .framer-I32dY .framer-1sfb94y > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2045\n * @framerIntrinsicWidth 1560\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SFPELHnVN\":{\"layout\":[\"fixed\",\"auto\"]},\"hbV8acpJK\":{\"layout\":[\"fixed\",\"auto\"]},\"DoLUgdsnc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"rE4oxvS56\":{\"pattern\":\":rE4oxvS56\",\"name\":\"estatisticas\"},\"PzYxvtzWQ\":{\"pattern\":\":PzYxvtzWQ\",\"name\":\"body\"},\"I03vASQyj\":{\"pattern\":\":I03vASQyj\",\"name\":\"dados\"}}\n * @framerResponsiveScreen\n */const FramerZwDGep7RF=withCSS(Component,css,\"framer-I32dY\");export default FramerZwDGep7RF;FramerZwDGep7RF.displayName=\"Page\";FramerZwDGep7RF.defaultProps={height:2045,width:1560};addFonts(FramerZwDGep7RF,[{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\"}]},...NavFonts,...PhosphorFonts,...StatsFonts,...FooterFonts,...Smooth_ScrollFonts,...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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZwDGep7RF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"rE4oxvS56\\\":{\\\"pattern\\\":\\\":rE4oxvS56\\\",\\\"name\\\":\\\"estatisticas\\\"},\\\"PzYxvtzWQ\\\":{\\\"pattern\\\":\\\":PzYxvtzWQ\\\",\\\"name\\\":\\\"body\\\"},\\\"I03vASQyj\\\":{\\\"pattern\\\":\\\":I03vASQyj\\\",\\\"name\\\":\\\"dados\\\"}}\",\"framerIntrinsicWidth\":\"1560\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SFPELHnVN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hbV8acpJK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DoLUgdsnc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2045\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Counter", "decimal", "value", "decimalValue", "direction", "stiffness", "damping", "prefix", "prefixText", "suffix", "suffixText", "color", "fontStyle", "ref", "pe", "updatedDecimalValue", "motionValue", "useMotionValue", "springValue", "useSpring", "isInView", "useInView", "ue", "latest", "u", "l", "p", "addPropertyControls", "ControlType", "props", "CounterFonts", "getFonts", "Counter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "x9jw34lHv", "QZmyCi6ep", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerVCMtKdqHq", "withCSS", "VCMtKdqHq_default", "addPropertyControls", "ControlType", "addFonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavFonts", "getFonts", "ieuy8fRE2_default", "PhosphorFonts", "Icon", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithFX", "withFX", "RichText2", "RichTextWithOptimizedAppearEffect", "StatsFonts", "VCMtKdqHq_default", "FooterFonts", "HZaTXvWyK_default", "Smooth_ScrollFonts", "Smooth_Scroll", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "convertFromEnum", "activeLocale", "toBoolean", "isSet", "prefix", "suffix", "transition1", "animation", "animation1", "endsWith", "a", "b", "convertFromEnum1", "animation2", "transition2", "animation3", "numberToString", "options", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "uoFHpXIkS_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "tHi8FZqMV", "rOFP3TGrs", "previousItemId", "previousItemId_OOUhceygw", "previousItemId_VuL22rdzq", "nextItemId", "nextItemId_OOUhceygw", "nextItemId_VuL22rdzq", "VuL22rdzq", "x85XDuSms", "ftF33866S", "rsj59UbQj", "QGkp715Z7", "fLiUD6mn0", "vGRYfZL2h", "lI5PXHRh1", "XvncmIG8W", "PAzmE82q5", "FeBX6at90", "aFZEpe2D4", "MCj_ahW6d", "lN7WP74wi", "qxbOxQYnh", "Fxp_k2QbD", "previousItemId_QGkp715Z7", "nextItemId_QGkp715Z7", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "visible", "isDisplayed", "visible1", "textContent", "visible2", "textContent1", "visible3", "usePreloadLocalizedValues", "isDisplayed1", "visible4", "visible5", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "visible6", "activeLocaleCode", "useLocaleCode", "textContent2", "textContent3", "textContent4", "textContent5", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "x", "Link", "getLocalizedValue", "css", "FramerZwDGep7RF", "withCSS", "ZwDGep7RF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
