{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/o0tYvahSiSGq45AizsNR/SPAT4tbWq4Bz9Vrz8UHB/pBY0AmNPJ.js", "ssg:https://framerusercontent.com/modules/fRBNmMoZaTA98netRPg9/JqI4Ovrnct4G3dwh4Bqt/B_Pmn3VlU.js", "ssg:https://framerusercontent.com/modules/LmuRtd0VyNjQv4YmWikS/4Ddiw1qEgBFjzg4QyDny/F6iBvtgXE.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (ed8225c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-gUs05 .framer-styles-preset-1iq8ki:not(.rich-text-wrapper), .framer-gUs05 .framer-styles-preset-1iq8ki.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, #ffffff) /* {\"name\":\"TBR White\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, #ffffff); --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }'];export const className=\"framer-gUs05\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c85c929)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/o0tYvahSiSGq45AizsNR/SPAT4tbWq4Bz9Vrz8UHB/pBY0AmNPJ.js\";const cycleOrder=[\"tA5wksd8C\",\"eDOa1Nw3U\",\"sQUagzfKC\",\"DBPv1QNVa\",\"ZA59ztrhq\"];const serializationHash=\"framer-ORGqC\";const variantClassNames={DBPv1QNVa:\"framer-v-edga0r\",eDOa1Nw3U:\"framer-v-1g0t0ru\",sQUagzfKC:\"framer-v-4y46x2\",tA5wksd8C:\"framer-v-1ex1a2y\",ZA59ztrhq:\"framer-v-faur6t\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Desktop - Bigger\":\"DBPv1QNVa\",\"Desktop - No Resources\":\"ZA59ztrhq\",Desktop:\"tA5wksd8C\",Phone:\"sQUagzfKC\",Tablet:\"eDOa1Nw3U\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tA5wksd8C\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tA5wksd8C\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"ZA59ztrhq\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ex1a2y\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"tA5wksd8C\",ref:refBinding,style:{backgroundColor:\"var(--token-db7f317e-f56c-4292-8459-68304f2d74d5, rgb(46, 45, 44))\",borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({DBPv1QNVa:{\"data-framer-name\":\"Desktop - Bigger\"},eDOa1Nw3U:{\"data-framer-name\":\"Tablet\"},sQUagzfKC:{\"data-framer-name\":\"Phone\"},ZA59ztrhq:{\"data-framer-name\":\"Desktop - No Resources\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j7751y\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"W9kPtR5l3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-128afl8\",\"data-framer-name\":\"Footer Head\",layoutDependency:layoutDependency,layoutId:\"KREl9Jvu_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-197bg1t\",\"data-framer-name\":\"IconContainer\",layoutDependency:layoutDependency,layoutId:\"Da_GyfgdJ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"EN3P8BP7T\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+(((componentViewport?.height||409)-200-341.7167)/2+0+0)+20+10+0+0+0),pixelHeight:253,pixelWidth:2337,sizes:\"332px\",src:\"https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png\",srcSet:\"https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=512 512w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png 2337w\"},className:\"framer-ndpbg7 framer-137agyh\",\"data-framer-name\":\"tbr_logo_horizontal_color_white@2x 1\",layoutDependency:layoutDependency,layoutId:\"EN3P8BP7T\",...addPropertyOverrides({eDOa1Nw3U:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+80+(((componentViewport?.height||760)-160-742.7167)/2+0+0)+0+0+25+0+0+0),pixelHeight:253,pixelWidth:2337,sizes:\"332px\",src:\"https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png\",srcSet:\"https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=512 512w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png 2337w\"}},sQUagzfKC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||1097)-120-1171.7167)/2+0+0)+20+0+25+0+0+0),pixelHeight:253,pixelWidth:2337,sizes:\"270px\",src:\"https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png\",srcSet:\"https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=512 512w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/O2BYPrfeB5yAzI6RvvkxPaJzYik.png 2337w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:\"Explaining Brazil and Latin America\"})}),className:\"framer-1sp3kaw\",\"data-framer-name\":\"Explaining Brazil and Latin America\",fonts:[\"Inter-Light\"],layoutDependency:layoutDependency,layoutId:\"oTjppdGdm\",style:{\"--extracted-r6o4lv\":\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({sQUagzfKC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:\"Explaining Brazil and Latin America\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v4dq1c\",\"data-framer-name\":\"SocialIcons\",layoutDependency:layoutDependency,layoutId:\"C1kpH0VVb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-158vhnc\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"kWMj0WuQh\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/TheBrazilianReport\",motionChild:true,nodeId:\"I98:2033;2386:44\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1b0p8we framer-137agyh\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"I98:2033;2386:44\",svg:'<svg width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.8002 0.789062C8.8282 0.789062 0.744141 8.87312 0.744141 18.8451C0.744141 27.3127 6.57408 34.4181 14.4386 36.3696V24.363H10.7154V18.8451H14.4386V16.4675C14.4386 10.3219 17.2199 7.47341 23.2535 7.47341C24.3976 7.47341 26.3715 7.69803 27.1789 7.92193V12.9235C26.7528 12.8787 26.0125 12.8563 25.0931 12.8563C22.1326 12.8563 20.9886 13.9779 20.9886 16.8936V18.8451H26.8864L25.8731 24.363H20.9886V36.769C29.9292 35.6893 36.857 28.0768 36.857 18.8451C36.8563 8.87312 28.7722 0.789062 18.8002 0.789062Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zj9jz6\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"MN6HzPx6l\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/BrazilianReport\",motionChild:true,nodeId:\"I98:2034;2306:126\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1ky3bax framer-137agyh\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"I98:2034;2306:126\",svg:'<svg width=\"34\" height=\"31\" viewBox=\"0 0 34 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.4317 0.653564H31.5077L20.4182 13.3282L33.4641 30.5754H23.2492L15.2486 20.115L6.09405 30.5754H1.01501L12.8763 17.0185L0.361328 0.653564H10.8355L18.0674 10.2147L26.4317 0.653564ZM24.6502 27.5372H27.4628L9.30719 3.5322H6.28892L24.6502 27.5372Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@brazilianreport\",motionChild:true,nodeId:\"Z9lWoUoay\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-kpro0x framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"Z9lWoUoay\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ykdp9c\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"I98:2037;316:248\",svg:'<svg width=\"32\" height=\"37\" viewBox=\"0 0 32 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.8823 0.789062H16.7964V25.3871C16.7964 28.318 14.4557 30.7255 11.5427 30.7255C8.62979 30.7255 6.28905 28.318 6.28905 25.3871C6.28905 22.5087 8.57778 20.1535 11.3867 20.0489V13.8732C5.19671 13.9778 0.203125 19.0545 0.203125 25.3871C0.203125 31.7723 5.30073 36.9012 11.5948 36.9012C17.8887 36.9012 22.9863 31.7199 22.9863 25.3871V12.7741C25.2751 14.4489 28.0839 15.4433 31.0489 15.4956V9.3199C26.4715 9.16289 22.8823 5.39466 22.8823 0.789062Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/brazilianreport/\",motionChild:true,nodeId:\"TiD01uXvR\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1lrkznn framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"TiD01uXvR\",whileHover:animation,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yb79zb\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:38,layoutDependency:layoutDependency,layoutId:\"I98:2035;17:239\",svg:'<svg width=\"38\" height=\"37\" viewBox=\"0 0 38 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.0248 4.04056C23.8492 4.04056 24.4205 4.06172 26.3178 4.14636C28.081 4.22394 29.0332 4.52018 29.668 4.76704C30.5073 5.09148 31.1139 5.48646 31.7416 6.11419C32.3764 6.74897 32.7643 7.34849 33.0888 8.18781C33.3356 8.8226 33.6319 9.78182 33.7095 11.5381C33.7941 13.4424 33.8153 14.0137 33.8153 18.831C33.8153 23.6554 33.7941 24.2267 33.7095 26.124C33.6319 27.8873 33.3356 28.8394 33.0888 29.4742C32.7643 30.3135 32.3694 30.9201 31.7416 31.5478C31.1068 32.1826 30.5073 32.5705 29.668 32.895C29.0332 33.1418 28.074 33.4381 26.3178 33.5157C24.4134 33.6003 23.8421 33.6215 19.0248 33.6215C14.2005 33.6215 13.6291 33.6003 11.7319 33.5157C9.96857 33.4381 9.01639 33.1418 8.38161 32.895C7.54228 32.5705 6.93571 32.1756 6.30798 31.5478C5.6732 30.9131 5.28528 30.3135 4.96083 29.4742C4.71397 28.8394 4.41774 27.8802 4.34015 26.124C4.25552 24.2196 4.23436 23.6483 4.23436 18.831C4.23436 14.0067 4.25552 13.4354 4.34015 11.5381C4.41774 9.77477 4.71397 8.8226 4.96083 8.18781C5.28528 7.34849 5.68025 6.74192 6.30798 6.11419C6.94277 5.47941 7.54228 5.09148 8.38161 4.76704C9.01639 4.52018 9.97562 4.22394 11.7319 4.14636C13.6291 4.06172 14.2005 4.04056 19.0248 4.04056ZM19.0248 0.789062C14.1229 0.789062 13.5092 0.810222 11.5837 0.89486C9.66528 0.979497 8.34634 1.28984 7.20373 1.73418C6.01175 2.19969 5.00315 2.81332 4.0016 3.82192C2.993 4.82346 2.37938 5.83206 1.91387 7.01699C1.46952 8.16665 1.15918 9.47854 1.07455 11.397C0.989909 13.3296 0.96875 13.9432 0.96875 18.8451C0.96875 23.7471 0.989909 24.3607 1.07455 26.2862C1.15918 28.2046 1.46952 29.5236 1.91387 30.6662C2.37938 31.8582 2.993 32.8668 4.0016 33.8683C5.00315 34.8699 6.01175 35.4905 7.19668 35.949C8.34634 36.3933 9.65823 36.7037 11.5767 36.7883C13.5022 36.873 14.1158 36.8941 19.0178 36.8941C23.9197 36.8941 24.5333 36.873 26.4588 36.7883C28.3773 36.7037 29.6962 36.3933 30.8388 35.949C32.0238 35.4905 33.0324 34.8699 34.0339 33.8683C35.0354 32.8668 35.6561 31.8582 36.1146 30.6732C36.5589 29.5236 36.8693 28.2117 36.9539 26.2932C37.0385 24.3677 37.0597 23.7541 37.0597 18.8522C37.0597 13.9502 37.0385 13.3366 36.9539 11.4111C36.8693 9.49265 36.5589 8.17371 36.1146 7.0311C35.6702 5.83206 35.0566 4.82346 34.048 3.82192C33.0465 2.82037 32.0379 2.19969 30.8529 1.74124C29.7033 1.29689 28.3914 0.986551 26.4729 0.901913C24.5404 0.810222 23.9267 0.789062 19.0248 0.789062Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1piije9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"I98:2035;17:240\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.0249 0.570312C4.9043 0.570312 0.75 4.72462 0.75 9.8452C0.75 14.9658 4.9043 19.1201 10.0249 19.1201C15.1455 19.1201 19.2998 14.9658 19.2998 9.8452C19.2998 4.72462 15.1455 0.570312 10.0249 0.570312ZM10.0249 15.8615C6.70286 15.8615 4.00855 13.1672 4.00855 9.8452C4.00855 6.52317 6.70286 3.82887 10.0249 3.82887C13.3469 3.82887 16.0412 6.52317 16.0412 9.8452C16.0412 13.1672 13.3469 15.8615 10.0249 15.8615Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1u7k24x\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:5,layoutDependency:layoutDependency,layoutId:\"I98:2035;17:241\",svg:'<svg width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.83161 2.20365C4.83161 3.40269 3.85827 4.36897 2.66629 4.36897C1.46726 4.36897 0.500977 3.39563 0.500977 2.20365C0.500977 1.00461 1.47431 0.0383301 2.66629 0.0383301C3.85827 0.0383301 4.83161 1.01167 4.83161 2.20365Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/brazilian-report\",motionChild:true,nodeId:\"Bd17w24hA\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-n0n3mv framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"Bd17w24hA\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-sgbq7l\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"I98:2036;17:250\",svg:'<svg width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M33.5191 0.789062H2.74617C1.27206 0.789062 0.0800781 1.95283 0.0800781 3.39167V34.2915C0.0800781 35.7304 1.27206 36.9012 2.74617 36.9012H33.5191C34.9932 36.9012 36.1922 35.7304 36.1922 34.2986V3.39167C36.1922 1.95283 34.9932 0.789062 33.5191 0.789062ZM10.7938 31.5619H5.43342V14.3241H10.7938V31.5619ZM8.11361 11.9754C6.39265 11.9754 5.00318 10.5859 5.00318 8.87197C5.00318 7.15805 6.39265 5.76858 8.11361 5.76858C9.82753 5.76858 11.217 7.15805 11.217 8.87197C11.217 10.5788 9.82753 11.9754 8.11361 11.9754ZM30.853 31.5619H25.4996V23.1828C25.4996 21.1868 25.4644 18.6124 22.7136 18.6124C19.9276 18.6124 19.5044 20.7918 19.5044 23.0417V31.5619H14.1582V14.3241H19.2929V16.6798H19.3634C20.0758 15.3256 21.8249 13.8938 24.4275 13.8938C29.8514 13.8938 30.853 17.4627 30.853 22.1037V31.5619Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@TheBrazilianReport\",motionChild:true,nodeId:\"oL7CWQk6X\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15je96p framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"oL7CWQk6X\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hm0qv4\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:26,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"I98:2038;17:243\",svg:'<svg width=\"37\" height=\"26\" viewBox=\"0 0 37 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M36.0571 5.62239C36.0571 5.62239 35.7044 3.13262 34.6182 2.03939C33.2429 0.600545 31.7053 0.593491 31 0.508853C25.9499 0.14209 18.3678 0.14209 18.3678 0.14209H18.3537C18.3537 0.14209 10.7716 0.14209 5.72151 0.508853C5.01619 0.593491 3.4786 0.600545 2.10324 2.03939C1.01706 3.13262 0.671451 5.62239 0.671451 5.62239C0.671451 5.62239 0.304688 8.54944 0.304688 11.4694V14.2061C0.304688 17.1261 0.664398 20.0531 0.664398 20.0531C0.664398 20.0531 1.01706 22.5429 2.09619 23.6361C3.47155 25.075 5.27716 25.0256 6.08122 25.1808C8.97301 25.4558 18.3607 25.5405 18.3607 25.5405C18.3607 25.5405 25.9499 25.5264 31 25.1667C31.7053 25.082 33.2429 25.075 34.6182 23.6361C35.7044 22.5429 36.0571 20.0531 36.0571 20.0531C36.0571 20.0531 36.4168 17.1331 36.4168 14.2061V11.4694C36.4168 8.54944 36.0571 5.62239 36.0571 5.62239ZM14.6296 17.5281V7.37862L24.3841 12.471L14.6296 17.5281Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.threads.net/@brazilianreport\",motionChild:true,nodeId:\"hDKSepIuI\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nehend framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"hDKSepIuI\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13qyc0z\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"I98:2039;2306:149\",svg:'<svg width=\"32\" height=\"37\" viewBox=\"0 0 32 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M25.0371 17.5263C24.8815 17.4518 24.7235 17.38 24.5635 17.3113C24.2847 12.1753 21.4783 9.23497 16.7661 9.20488C16.7447 9.20475 16.7235 9.20475 16.7021 9.20475C13.8836 9.20475 11.5394 10.4078 10.0966 12.5971L12.6882 14.3749C13.7661 12.7396 15.4576 12.391 16.7034 12.391C16.7178 12.391 16.7322 12.391 16.7464 12.3911C18.298 12.401 19.4688 12.8521 20.2266 13.7319C20.7781 14.3724 21.1469 15.2574 21.3296 16.3744C19.9539 16.1406 18.4662 16.0687 16.8757 16.1599C12.3955 16.418 9.51528 19.0309 9.70872 22.6617C9.80688 24.5034 10.7244 26.0879 12.2921 27.1229C13.6176 27.9978 15.3248 28.4257 17.099 28.3289C19.4421 28.2004 21.2803 27.3065 22.5626 25.6718C23.5365 24.4305 24.1525 22.8218 24.4245 20.7948C25.5411 21.4687 26.3687 22.3555 26.8257 23.4216C27.6029 25.2338 27.6482 28.2117 25.2184 30.6395C23.0895 32.7663 20.5304 33.6864 16.6629 33.7148C12.3729 33.6831 9.12833 32.3072 7.01884 29.6255C5.04347 27.1144 4.02259 23.4874 3.9845 18.8451C4.02259 14.2028 5.04347 10.5757 7.01884 8.06466C9.12833 5.38299 12.3728 4.00718 16.6629 3.9753C20.9841 4.00742 24.2851 5.38986 26.4753 8.08446C27.5493 9.40586 28.359 11.0676 28.8928 13.0052L31.9298 12.1949C31.2828 9.80998 30.2647 7.75488 28.8792 6.05052C26.0713 2.59592 21.9647 0.825767 16.6734 0.789062H16.6523C11.3718 0.825639 7.31112 2.60253 4.58319 6.07033C2.1557 9.15624 0.903534 13.4501 0.86146 18.8324L0.861328 18.8451L0.86146 18.8578C0.903534 24.2401 2.1557 28.5341 4.58319 31.62C7.31112 35.0877 11.3718 36.8647 16.6523 36.9012H16.6734C21.3681 36.8686 24.6773 35.6395 27.4034 32.9159C30.97 29.3526 30.8626 24.8862 29.6871 22.1443C28.8437 20.1781 27.2358 18.5811 25.0371 17.5263ZM16.9313 25.1472C14.9677 25.2578 12.9277 24.3765 12.8272 22.4887C12.7526 21.089 13.8233 19.5271 17.0518 19.3411C17.4216 19.3197 17.7844 19.3093 18.1408 19.3093C19.3135 19.3093 20.4106 19.4232 21.408 19.6413C21.036 24.2873 18.8538 25.0417 16.9313 25.1472Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://whatsapp.com/channel/0029VaMr8PM5Ui2YOWAkCQ2c\",motionChild:true,nodeId:\"n8gkgajzP\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tk3h2p framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"n8gkgajzP\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1x2m2ac\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"I98:2040;2307:782\",svg:'<svg width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.529297 36.9012L3.06768 27.6279C1.50131 24.9135 0.678259 21.8364 0.679764 18.6811C0.684278 8.81648 8.7117 0.789062 18.5748 0.789062C23.3612 0.790567 27.8541 2.65486 31.2336 6.03736C34.6116 9.41986 36.4714 13.9158 36.4699 18.6977C36.4654 28.5638 28.4379 36.5912 18.5748 36.5912C15.5805 36.5897 12.6299 35.8389 10.0162 34.4125L0.529297 36.9012ZM10.4556 31.1729C12.9774 32.67 15.3849 33.5668 18.5688 33.5683C26.7663 33.5683 33.444 26.8966 33.4485 18.6947C33.4515 10.4761 26.8054 3.81345 18.5808 3.81044C10.3774 3.81044 3.70415 10.4822 3.70114 18.6826C3.69964 22.0305 4.68069 24.5373 6.3283 27.1599L4.82513 32.649L10.4556 31.1729ZM27.5893 22.9514C27.478 22.7648 27.18 22.6534 26.7316 22.4292C26.2848 22.2051 24.0864 21.1232 23.6757 20.9742C23.2664 20.8253 22.9685 20.75 22.669 21.1984C22.3711 21.6453 21.5134 22.6534 21.2531 22.9514C20.9928 23.2493 20.731 23.2869 20.2841 23.0627C19.8372 22.8385 18.3958 22.3676 16.688 20.8433C15.3593 19.6576 14.461 18.1936 14.2007 17.7452C13.9404 17.2983 14.1737 17.0561 14.3963 16.8334C14.598 16.6333 14.8432 16.3113 15.0674 16.0494C15.2946 15.7906 15.3684 15.6041 15.5188 15.3046C15.6678 15.0067 15.5941 14.7449 15.4812 14.5207C15.3684 14.298 14.4746 12.0967 14.1029 11.2014C13.7388 10.3302 13.3702 10.4475 13.0963 10.434L12.2386 10.419C11.9407 10.419 11.4562 10.5303 11.0469 10.9787C10.6377 11.4271 9.48209 12.5074 9.48209 14.7088C9.48209 16.9101 11.0846 19.0362 11.3073 19.3341C11.5315 19.6321 14.4595 24.1491 18.945 26.0856C20.0118 26.546 20.8454 26.8214 21.4939 27.0275C22.5652 27.3676 23.5402 27.3194 24.3106 27.2051C25.1698 27.0772 26.9558 26.1232 27.329 25.079C27.7022 24.0332 27.7022 23.1379 27.5893 22.9514Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/user/43aaepwsfk3f15iedz5d0u7wr?si=e8e2c40a4bd84675\",motionChild:true,nodeId:\"WqmBsGxkc\",scopeId:\"B_Pmn3VlU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1npjk1t framer-137agyh\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"WqmBsGxkc\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hafgyt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:37,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"I98:2041;2307:1070\",svg:'<svg width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.6414 0.789062C8.70008 0.789062 0.640625 8.8483 0.640625 18.7897C0.640625 28.7315 8.70008 36.79 18.6414 36.79C28.5839 36.79 36.6425 28.7315 36.6425 18.7897C36.6425 8.84894 28.5839 0.789922 18.6412 0.789922L18.6414 0.789062ZM26.8965 26.7511C26.5741 27.2799 25.8819 27.4475 25.3531 27.123C21.1267 24.5414 15.8062 23.9567 9.54033 25.3883C8.93652 25.5259 8.33466 25.1475 8.19709 24.5435C8.05887 23.9395 8.43568 23.3376 9.04099 23.2001C15.898 21.6328 21.7798 22.308 26.5246 25.2077C27.0534 25.5323 27.2211 26.2223 26.8965 26.7511ZM29.0998 21.8491C28.6935 22.5101 27.8294 22.7186 27.1695 22.3123C22.3309 19.3376 14.9552 18.4763 9.23208 20.2135C8.48985 20.4377 7.70592 20.0194 7.48065 19.2785C7.25709 18.5362 7.67561 17.7538 8.41655 17.5281C14.9539 15.5445 23.0811 16.5054 28.6376 19.9199C29.2975 20.3261 29.506 21.19 29.0998 21.8491ZM29.2889 16.7452C23.4873 13.2993 13.9155 12.9825 8.37636 14.6636C7.48688 14.9334 6.54625 14.4313 6.27669 13.5418C6.00714 12.6519 6.50884 11.7119 7.39896 11.4415C13.7575 9.51121 24.3278 9.88416 31.0073 13.8494C31.809 14.3242 32.0713 15.3575 31.5962 16.1565C31.1233 16.9565 30.0873 17.2203 29.2898 16.7452H29.2889Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-84fztw\",\"data-framer-name\":\"CopyrightTBR\",layoutDependency:layoutDependency,layoutId:\"YIoFp5jp1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.35))\"},children:\"\\xa9 2024 - The Brazilian Report - \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(255, 255, 255, 0.35))\"},children:\"News from Brazil in English | Politics, Economics\"})]}),className:\"framer-ceneq1\",\"data-framer-name\":\"\\xa9 2024 - The Brazilian Report - News from Brazil in English | Politics, Economics\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oPDh1ppaT\",style:{\"--extracted-2gxw0f\":\"rgba(255, 255, 255, 0.35)\",\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.35)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eDOa1Nw3U:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.35))\"},children:\"\\xa9 2024 - The Brazilian Report - \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(255, 255, 255, 0.35))\"},children:\"News from Brazil in English | Politics, Economics\"})]})},sQUagzfKC:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.35))\"},children:\"\\xa9 2024 - The Brazilian Report - \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgba(255, 255, 255, 0.35))\"},children:\"News from Brazil in English | Politics, Economics\"})]})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rkafzy\",\"data-framer-name\":\"Menus\",layoutDependency:layoutDependency,layoutId:\"GbYdlgHEC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tr29o\",\"data-framer-name\":\"Media Menu\",layoutDependency:layoutDependency,layoutId:\"twMFAY3h7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:\"MEDIA\"})}),className:\"framer-9x7278\",\"data-framer-name\":\"Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"hd73FJfsn\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.3)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eDOa1Nw3U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:\"MEDIA\"})})},sQUagzfKC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:\"MEDIA\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tv8i1j\",\"data-framer-name\":\"Menu Items\",layoutDependency:layoutDependency,layoutId:\"BvFzMgwjk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":PYe8h8ApO\",webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"PWrcxwvv_\",openInNewTab:false,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Newsletters\"})})})}),className:\"framer-150ytxs\",\"data-framer-name\":\"Newsletters\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"PWrcxwvv_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aKvZrCrsA\"},motionChild:true,nodeId:\"Bi46BQAYN\",openInNewTab:false,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Intelligence\"})})})}),className:\"framer-9rx235\",\"data-framer-name\":\"Consulting\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Bi46BQAYN\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlESXdMQ0FpZDJkb2RDSWdOVEF6\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 20, \"wght\" 503)',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/upgrade\",motionChild:true,nodeId:\"DS9GDRwJm\",openInNewTab:true,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Terms and Conditions\"})})})}),className:\"framer-4eh0g9\",\"data-framer-name\":\"Title\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"DS9GDRwJm\",style:{\"--extracted-2gg91v\":'\"opsz\" 20, \"wght\" 503',\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.3)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eDOa1Nw3U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlESXdMQ0FpZDJkb2RDSWdOVEF6\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 20, \"wght\" 503)',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/upgrade\",motionChild:true,nodeId:\"DS9GDRwJm\",openInNewTab:true,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Terms and Conditions\"})})})})},sQUagzfKC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlESXdMQ0FpZDJkb2RDSWdOVEF6\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 20, \"wght\" 503)',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/upgrade\",motionChild:true,nodeId:\"DS9GDRwJm\",openInNewTab:true,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Terms and Conditions\"})})})})}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w25pub\",\"data-framer-name\":\"ResourcesMenu\",layoutDependency:layoutDependency,layoutId:\"BtZmFU1s_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:\"RESOURCES\"})}),className:\"framer-1urtedn\",\"data-framer-name\":\"Title\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Bebvgxyii\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.3)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eDOa1Nw3U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:\"RESOURCES\"})})},sQUagzfKC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.3))\"},children:\"RESOURCES\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ok04rh\",\"data-framer-name\":\"Menu Items\",layoutDependency:layoutDependency,layoutId:\"kriAm9KT8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/archive\",motionChild:true,nodeId:\"pohi0Pwh8\",openInNewTab:true,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Archives\"})})})}),className:\"framer-u16uj8\",\"data-framer-name\":\"Archives\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"pohi0Pwh8\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/t/Podcast\",motionChild:true,nodeId:\"n8E2ismg_\",openInNewTab:true,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Podcasts\"})})})}),className:\"framer-dgh7wj\",\"data-framer-name\":\"Podcasts\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"n8E2ismg_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/t/Cartoon\",motionChild:true,nodeId:\"sbVflPXis\",openInNewTab:true,relValues:[],scopeId:\"B_Pmn3VlU\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Cartoons\"})})})}),className:\"framer-1b4319r\",\"data-framer-name\":\"Cartoons\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"sbVflPXis\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Charts\"})}),className:\"framer-1y8sn3g\",\"data-framer-name\":\"Charts\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"FKGHzv50b\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true})]})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ORGqC.framer-137agyh, .framer-ORGqC .framer-137agyh { display: block; }\",\".framer-ORGqC.framer-1ex1a2y { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 409px; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ORGqC .framer-j7751y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 136px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-ORGqC .framer-128afl8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; padding: 10px 10px 10px 20px; position: relative; width: 1px; }\",\".framer-ORGqC .framer-197bg1t { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ORGqC .framer-ndpbg7 { flex: none; height: 36px; position: relative; text-decoration: none; width: 332px; }\",\".framer-ORGqC .framer-1sp3kaw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 335px; word-break: break-word; word-wrap: break-word; }\",\".framer-ORGqC .framer-v4dq1c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ORGqC .framer-158vhnc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 36px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-1b0p8we { aspect-ratio: 1.0037072753193843 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; text-decoration: none; width: 30px; }\",\".framer-ORGqC .framer-zj9jz6 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 36px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-1ky3bax { aspect-ratio: 1.10696366912126 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; text-decoration: none; width: 30px; }\",\".framer-ORGqC .framer-kpro0x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 36px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-1ykdp9c { aspect-ratio: 0.8541754922238189 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 24px; }\",\".framer-ORGqC .framer-1lrkznn { aspect-ratio: 1 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 36px); overflow: hidden; position: relative; text-decoration: none; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-1yb79zb { flex: none; height: 29px; left: calc(52.60724263290945% - 29.999999999999993px / 2); position: absolute; top: calc(49.83844038907211% - 29.000000000000018px / 2); width: 30px; }\",\".framer-ORGqC .framer-1piije9 { flex: none; height: 15px; left: calc(52.60724263290945% - 15.413606488933466px / 2); position: absolute; top: calc(52.60724263290945% - 15.287843477464332px / 2); width: 15px; }\",\".framer-ORGqC .framer-1u7k24x { flex: none; height: 4px; position: absolute; right: 9px; top: 9px; width: 4px; }\",\".framer-ORGqC .framer-n0n3mv, .framer-ORGqC .framer-1nehend { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 36px); justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-sgbq7l { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-ORGqC .framer-15je96p { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 30px); justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 30px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-hm0qv4 { flex: none; height: 19px; position: relative; width: 100%; }\",\".framer-ORGqC .framer-13qyc0z { aspect-ratio: 0.8601754866862144 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 26px; }\",\".framer-ORGqC .framer-1tk3h2p { align-content: center; align-items: center; aspect-ratio: 1.0000022183315738 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 36px); justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-1x2m2ac { aspect-ratio: 0.9953844066595232 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\".framer-ORGqC .framer-1npjk1t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 36px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-hafgyt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 30px; }\",\".framer-ORGqC .framer-84fztw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ORGqC .framer-ceneq1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 349px; word-break: break-word; word-wrap: break-word; }\",\".framer-ORGqC .framer-1rkafzy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: 268px; justify-content: flex-start; padding: 0px 50px 0px 0px; position: relative; width: 1px; }\",\".framer-ORGqC .framer-tr29o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: visible; padding: 18px 0px 18px 0px; position: relative; width: min-content; }\",\".framer-ORGqC .framer-9x7278 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 87px; word-break: break-word; word-wrap: break-word; }\",\".framer-ORGqC .framer-tv8i1j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ORGqC .framer-150ytxs, .framer-ORGqC .framer-9rx235, .framer-ORGqC .framer-u16uj8, .framer-ORGqC .framer-dgh7wj, .framer-ORGqC .framer-1b4319r, .framer-ORGqC .framer-1y8sn3g { flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ORGqC .framer-4eh0g9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 228px; word-break: break-word; word-wrap: break-word; }\",\".framer-ORGqC .framer-w25pub { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: visible; padding: 18px 0px 18px 0px; position: relative; width: 141px; }\",\".framer-ORGqC .framer-1urtedn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 126px; word-break: break-word; word-wrap: break-word; }\",\".framer-ORGqC .framer-ok04rh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ORGqC.framer-v-1g0t0ru.framer-1ex1a2y { height: 760px; padding: 80px 40px 80px 40px; width: 810px; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-j7751y { flex-direction: column; gap: 32px; padding: 0px 20px 20px 20px; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-128afl8 { align-content: center; align-items: center; flex: none; gap: 30px; padding: 25px 10px 10px 10px; width: 100%; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-84fztw { justify-content: flex-start; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-ceneq1 { width: 437px; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-1rkafzy { align-content: center; align-items: center; flex: none; height: min-content; justify-content: center; padding: 0px; width: 100%; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-tr29o { align-content: center; align-items: center; padding: 0px; }\",\".framer-ORGqC.framer-v-1g0t0ru .framer-tv8i1j, .framer-ORGqC.framer-v-1g0t0ru .framer-w25pub, .framer-ORGqC.framer-v-1g0t0ru .framer-ok04rh, .framer-ORGqC.framer-v-4y46x2 .framer-197bg1t, .framer-ORGqC.framer-v-4y46x2 .framer-tv8i1j, .framer-ORGqC.framer-v-4y46x2 .framer-ok04rh { align-content: center; align-items: center; }\",\".framer-ORGqC.framer-v-4y46x2.framer-1ex1a2y { height: 1097px; padding: 60px 20px 60px 20px; width: 390px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-j7751y { flex-direction: column; gap: 50px; padding: 20px 0px 0px 0px; width: min-content; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-128afl8 { align-content: center; align-items: center; flex: none; gap: 35px; padding: 25px 10px 10px 20px; width: min-content; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-ndpbg7 { height: 29px; width: 270px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-v4dq1c { gap: 5px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-158vhnc, .framer-ORGqC.framer-v-4y46x2 .framer-kpro0x, .framer-ORGqC.framer-v-4y46x2 .framer-1npjk1t { height: min-content; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-1b0p8we, .framer-ORGqC.framer-v-4y46x2 .framer-1x2m2ac, .framer-ORGqC.framer-v-4y46x2 .framer-hafgyt { height: var(--framer-aspect-ratio-supported, 25px); width: 25px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-zj9jz6, .framer-ORGqC.framer-v-4y46x2 .framer-15je96p, .framer-ORGqC.framer-v-4y46x2 .framer-1nehend, .framer-ORGqC.framer-v-4y46x2 .framer-1tk3h2p { aspect-ratio: unset; height: min-content; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-1ky3bax { height: var(--framer-aspect-ratio-supported, 25px); width: 28px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-1ykdp9c { height: var(--framer-aspect-ratio-supported, 25px); width: 21px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-hm0qv4 { aspect-ratio: 1.555750312446521 / 1; height: var(--framer-aspect-ratio-supported, 16px); width: 25px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-13qyc0z { height: var(--framer-aspect-ratio-supported, 25px); width: 22px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-ceneq1 { width: 312px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-1rkafzy { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 50px; height: min-content; padding: 0px; width: 350px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-tr29o { align-content: center; align-items: center; order: 0; padding: 0px; }\",\".framer-ORGqC.framer-v-4y46x2 .framer-w25pub { align-content: center; align-items: center; order: 1; }\",\".framer-ORGqC.framer-v-edga0r.framer-1ex1a2y { width: 1920px; }\",\".framer-ORGqC.framer-v-edga0r .framer-j7751y { gap: 880px; }\",\".framer-ORGqC.framer-v-edga0r .framer-128afl8 { order: 0; }\",\".framer-ORGqC.framer-v-edga0r .framer-1rkafzy { order: 1; }\",\".framer-ORGqC.framer-v-faur6t.framer-1ex1a2y { height: 409px; }\",\".framer-ORGqC.framer-v-faur6t .framer-1rkafzy { flex: none; width: 250px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 409\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"eDOa1Nw3U\":{\"layout\":[\"fixed\",\"fixed\"]},\"sQUagzfKC\":{\"layout\":[\"fixed\",\"fixed\"]},\"DBPv1QNVa\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZA59ztrhq\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerB_Pmn3VlU=withCSS(Component,css,\"framer-ORGqC\");export default FramerB_Pmn3VlU;FramerB_Pmn3VlU.displayName=\"Footer\";FramerB_Pmn3VlU.defaultProps={height:409,width:1200};addPropertyControls(FramerB_Pmn3VlU,{variant:{options:[\"tA5wksd8C\",\"eDOa1Nw3U\",\"sQUagzfKC\",\"DBPv1QNVa\",\"ZA59ztrhq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Desktop - Bigger\",\"Desktop - No Resources\"],title:\"Variant\",type:ControlType.Enum}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerB_Pmn3VlU,[{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/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{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\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,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/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,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/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,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/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,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/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB_Pmn3VlU\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eDOa1Nw3U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sQUagzfKC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DBPv1QNVa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZA59ztrhq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"409\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B_Pmn3VlU.map", "// Generated by Framer (c85c929)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/o0tYvahSiSGq45AizsNR/SPAT4tbWq4Bz9Vrz8UHB/pBY0AmNPJ.js\";const DownloadFonts=getFonts(Download);const cycleOrder=[\"HoEtUhz83\",\"FErgzSUPd\",\"Js9FrIa4W\",\"rurAe6QDg\",\"q_Xw3AmFb\",\"EAy9DrzLi\",\"wT0f5p2fC\",\"zUMqLNyqd\",\"cXYepC2P8\",\"RcT_StCFI\",\"D3Ul4BpeO\",\"ZLd7hGtFI\",\"BZ3atUH_O\"];const serializationHash=\"framer-ySZ4b\";const variantClassNames={BZ3atUH_O:\"framer-v-nchqrd\",cXYepC2P8:\"framer-v-yrxcg3\",D3Ul4BpeO:\"framer-v-18gdu66\",EAy9DrzLi:\"framer-v-1h1gju0\",FErgzSUPd:\"framer-v-1dl65dn\",HoEtUhz83:\"framer-v-1d3bacx\",Js9FrIa4W:\"framer-v-yw6369\",q_Xw3AmFb:\"framer-v-1wl4tam\",RcT_StCFI:\"framer-v-dszzrc\",rurAe6QDg:\"framer-v-12i0tri\",wT0f5p2fC:\"framer-v-blf4\",ZLd7hGtFI:\"framer-v-h9y8ub\",zUMqLNyqd:\"framer-v-37ldhl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"Navbar -  Phone Open\":\"Js9FrIa4W\",\"Navbar -  Tablet\":\"rurAe6QDg\",\"Navbar - Consulting\":\"cXYepC2P8\",\"Navbar - Intelligence (No Sidebutton)\":\"BZ3atUH_O\",\"Navbar - Newsletters (No Sidebutton)\":\"D3Ul4BpeO\",\"Navbar - Newsletters\":\"wT0f5p2fC\",\"Navbar - Phone\":\"FErgzSUPd\",\"Navbar - Podcasts (No Sidebutton)\":\"ZLd7hGtFI\",\"Navbar - Podcasts\":\"zUMqLNyqd\",\"Navbar - Primary (No Sidebutton)\":\"RcT_StCFI\",\"Navbar - Subscribe\":\"EAy9DrzLi\",\"Navbar - Tablet Open\":\"q_Xw3AmFb\",Navbar:\"HoEtUhz83\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HoEtUhz83\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HoEtUhz83\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap4zbyd6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});});const onMouseLeave8flv2k=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"HoEtUhz83\");});const onMouseLeave1eh1h3b=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"RcT_StCFI\");});const onTapcevrh8=activeVariantCallback(async(...args)=>{setVariant(\"Js9FrIa4W\");});const onTapec0g7x=activeVariantCallback(async(...args)=>{setVariant(\"FErgzSUPd\");});const onTap1bnq7ig=activeVariantCallback(async(...args)=>{setVariant(\"rurAe6QDg\");});const onTapvl9exm=activeVariantCallback(async(...args)=>{setVariant(\"q_Xw3AmFb\");});const onMouseEnter1qh22jg=activeVariantCallback(async(...args)=>{setVariant(\"EAy9DrzLi\");});const onMouseEnter1pq7h7h=activeVariantCallback(async(...args)=>{setVariant(\"wT0f5p2fC\");});const onMouseEnterec0g7x=activeVariantCallback(async(...args)=>{setVariant(\"FErgzSUPd\");});const onMouseEnter1bnq7ig=activeVariantCallback(async(...args)=>{setVariant(\"rurAe6QDg\");});const onMouseEnter1d218ve=activeVariantCallback(async(...args)=>{setVariant(\"D3Ul4BpeO\");});const onMouseEnter1a75fl0=activeVariantCallback(async(...args)=>{setVariant(\"zUMqLNyqd\");});const onMouseEnterbm2e18=activeVariantCallback(async(...args)=>{setVariant(\"ZLd7hGtFI\");});const onMouseEnter1sebsrh=activeVariantCallback(async(...args)=>{setVariant(\"cXYepC2P8\");});const onMouseEnter1d0lrrm=activeVariantCallback(async(...args)=>{setVariant(\"BZ3atUH_O\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"FErgzSUPd\",\"Js9FrIa4W\",\"rurAe6QDg\",\"q_Xw3AmFb\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"FErgzSUPd\",\"rurAe6QDg\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"EAy9DrzLi\",\"wT0f5p2fC\",\"zUMqLNyqd\",\"cXYepC2P8\",\"D3Ul4BpeO\",\"ZLd7hGtFI\",\"BZ3atUH_O\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"Js9FrIa4W\",\"q_Xw3AmFb\",\"RcT_StCFI\",\"D3Ul4BpeO\",\"ZLd7hGtFI\",\"BZ3atUH_O\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"FErgzSUPd\",\"D3Ul4BpeO\",\"ZLd7hGtFI\",\"BZ3atUH_O\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"D3Ul4BpeO\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"ZLd7hGtFI\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"BZ3atUH_O\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1d3bacx\",className,classNames),\"data-framer-name\":\"Navbar\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HoEtUhz83\",onTap:onTap4zbyd6,ref:refBinding,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.85)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,WebkitBackdropFilter:\"blur(5px)\",...style},variants:{Js9FrIa4W:{backgroundColor:\"rgb(35, 182, 164)\"},q_Xw3AmFb:{backgroundColor:\"rgb(35, 182, 164)\"}},...addPropertyOverrides({BZ3atUH_O:{\"data-framer-name\":\"Navbar - Intelligence (No Sidebutton)\",onMouseLeave:onMouseLeave1eh1h3b},cXYepC2P8:{\"data-framer-name\":\"Navbar - Consulting\",onMouseLeave:onMouseLeave8flv2k},D3Ul4BpeO:{\"data-framer-name\":\"Navbar - Newsletters (No Sidebutton)\",onMouseLeave:onMouseLeave1eh1h3b},EAy9DrzLi:{\"data-framer-name\":\"Navbar - Subscribe\",onMouseLeave:onMouseLeave8flv2k},FErgzSUPd:{\"data-framer-name\":\"Navbar - Phone\"},Js9FrIa4W:{\"data-framer-name\":\"Navbar -  Phone Open\"},q_Xw3AmFb:{\"data-framer-name\":\"Navbar - Tablet Open\"},RcT_StCFI:{\"data-framer-name\":\"Navbar - Primary (No Sidebutton)\"},rurAe6QDg:{\"data-framer-name\":\"Navbar -  Tablet\"},wT0f5p2fC:{\"data-framer-name\":\"Navbar - Newsletters\",onMouseLeave:onMouseLeave8flv2k},ZLd7hGtFI:{\"data-framer-name\":\"Navbar - Podcasts (No Sidebutton)\",onMouseLeave:onMouseLeave1eh1h3b},zUMqLNyqd:{\"data-framer-name\":\"Navbar - Podcasts\",onMouseLeave:onMouseLeave8flv2k}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"CgY68qWCm\",scopeId:\"F6iBvtgXE\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1gweser framer-tifwr8\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"CgY68qWCm\",...addPropertyOverrides({FErgzSUPd:{\"data-highlight\":true,onTap:onTapcevrh8},Js9FrIa4W:{\"data-highlight\":true,onTap:onTapec0g7x},q_Xw3AmFb:{\"data-highlight\":true,onTap:onTap1bnq7ig}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:254,pixelWidth:2337,sizes:\"254px\",src:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png\",srcSet:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png 2337w\"},className:\"framer-v4zi78\",\"data-framer-name\":\"tbr_logo_horizontal_color@2x\",layoutDependency:layoutDependency,layoutId:\"ISv2yU8uO\",...addPropertyOverrides({FErgzSUPd:{background:{alt:\"\",fit:\"fill\",pixelHeight:254,pixelWidth:2337,sizes:\"198px\",src:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png\",srcSet:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png 2337w\"}},Js9FrIa4W:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+15+(0+0+((componentViewport?.height||253.5)-30-174.5)/1*0)+10),pixelHeight:254,pixelWidth:2337,sizes:\"198px\",src:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png\",srcSet:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png 2337w\"}},q_Xw3AmFb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+15+(0+0+((componentViewport?.height||253.5)-30-174.5)/1*0)+11.5),pixelHeight:254,pixelWidth:2337,sizes:\"217px\",src:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png\",srcSet:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png 2337w\"}},rurAe6QDg:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(30+((componentViewport?.height||75)-60-66)/2)+22.5),pixelHeight:254,pixelWidth:2337,sizes:\"198px\",src:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png\",srcSet:\"https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=512 512w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/j5jf5ZgKGPBDMyJpM6RwohqZ9Pw.png 2337w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r2tiuo\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"FtCXS1HnZ\",...addPropertyOverrides({rurAe6QDg:{\"data-highlight\":true,onTap:onTapvl9exm}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16uh5ap\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"RX2S2QOqo\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{Js9FrIa4W:{backgroundColor:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",rotate:-45},q_Xw3AmFb:{backgroundColor:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",rotate:-45},rurAe6QDg:{rotate:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7mvxf3\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Bn0vNOSrO\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{Js9FrIa4W:{backgroundColor:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",rotate:45},q_Xw3AmFb:{backgroundColor:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",rotate:45},rurAe6QDg:{rotate:0}}})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tahsu0\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"oojdp39v4\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"HlzQNhZog\",scopeId:\"F6iBvtgXE\",...addPropertyOverrides({BZ3atUH_O:{href:{webPageId:\"aKvZrCrsA\"},openInNewTab:false},ZLd7hGtFI:{href:\"https://newsletters.brazilian.report/archive?tags=Podcast\",openInNewTab:true},zUMqLNyqd:{href:{webPageId:\"aKvZrCrsA\"},openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1v5em framer-tifwr8\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"HlzQNhZog\",style:{backgroundColor:\"var(--token-228b574a-15ee-4de0-a56f-16982fa97ee3, rgb(35, 182, 164))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({BZ3atUH_O:{transformTemplate:transformTemplate1},cXYepC2P8:{transformTemplate:transformTemplate1},D3Ul4BpeO:{transformTemplate:transformTemplate1},wT0f5p2fC:{transformTemplate:transformTemplate1},ZLd7hGtFI:{transformTemplate:transformTemplate1},zUMqLNyqd:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Subscribe\"})}),className:\"framer-1p8jlub\",\"data-highlight\":true,fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Vcre_orHL\",onMouseEnter:onMouseEnter1qh22jg,style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{EAy9DrzLi:{\"--extracted-r6o4lv\":\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EAy9DrzLi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":wvoPwyYHE\",webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"Vcre_orHL\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Subscribe\"})})})}),fonts:[\"Inter-Bold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Newsletters\"})}),className:\"framer-jtytrc\",\"data-highlight\":true,fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"NwLGAByQM\",onMouseEnter:onMouseEnter1pq7h7h,style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{D3Ul4BpeO:{\"--extracted-r6o4lv\":\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\"},Js9FrIa4W:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},q_Xw3AmFb:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},wT0f5p2fC:{\"--extracted-r6o4lv\":\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BZ3atUH_O:{onMouseEnter:onMouseEnter1d218ve},D3Ul4BpeO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":PYe8h8ApO\",webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"NwLGAByQM\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Newsletters\"})})})}),fonts:[\"Inter-Bold\"],onMouseEnter:onMouseEnter1d218ve},Js9FrIa4W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":PYe8h8ApO\",webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"NwLGAByQM\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Newsletters\"})})})}),fonts:[\"GF;Inter Tight-600\"],onMouseEnter:onMouseEnterec0g7x},q_Xw3AmFb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":PYe8h8ApO\",webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"NwLGAByQM\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Newsletters\"})})})}),fonts:[\"GF;Inter Tight-600\"],onMouseEnter:onMouseEnter1bnq7ig},RcT_StCFI:{onMouseEnter:onMouseEnter1d218ve},wT0f5p2fC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":PYe8h8ApO\",webPageId:\"C1enBmKmp\"},motionChild:true,nodeId:\"NwLGAByQM\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Newsletters\"})})})}),fonts:[\"Inter-Bold\"]},ZLd7hGtFI:{onMouseEnter:onMouseEnter1d218ve}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Podcasts\"})}),className:\"framer-vx2b6z\",\"data-highlight\":true,fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Apk0x8vp6\",onMouseEnter:onMouseEnter1a75fl0,style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{Js9FrIa4W:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},q_Xw3AmFb:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},ZLd7hGtFI:{\"--extracted-r6o4lv\":\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\"},zUMqLNyqd:{\"--extracted-r6o4lv\":\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BZ3atUH_O:{onMouseEnter:onMouseEnterbm2e18},D3Ul4BpeO:{onMouseEnter:onMouseEnterbm2e18},Js9FrIa4W:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/archive?tags=Podcast\",motionChild:true,nodeId:\"Apk0x8vp6\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Podcasts\"})})})}),fonts:[\"GF;Inter Tight-600\"],onMouseEnter:undefined},q_Xw3AmFb:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Podcasts\"})}),fonts:[\"GF;Inter Tight-600\"],onMouseEnter:undefined},RcT_StCFI:{onMouseEnter:onMouseEnterbm2e18},ZLd7hGtFI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/archive?tags=Podcast\",motionChild:true,nodeId:\"Apk0x8vp6\",openInNewTab:true,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Podcasts\"})})})}),fonts:[\"Inter-Bold\"],onMouseEnter:onMouseEnterbm2e18},zUMqLNyqd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://newsletters.brazilian.report/archive?tags=Podcast\",motionChild:true,nodeId:\"Apk0x8vp6\",openInNewTab:true,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Podcasts\"})})})}),fonts:[\"Inter-Bold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Intelligence\"})}),className:\"framer-jp4djx\",\"data-highlight\":true,fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"SLZTVzhOH\",onMouseEnter:onMouseEnter1sebsrh,style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{Js9FrIa4W:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},q_Xw3AmFb:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BZ3atUH_O:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aKvZrCrsA\"},motionChild:true,nodeId:\"SLZTVzhOH\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Intelligence\"})})})}),fonts:[\"Inter-Bold\"],onMouseEnter:onMouseEnter1d0lrrm},cXYepC2P8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aKvZrCrsA\"},motionChild:true,nodeId:\"SLZTVzhOH\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Intelligence\"})})})}),fonts:[\"Inter-Bold\"]},D3Ul4BpeO:{onMouseEnter:onMouseEnter1d0lrrm},Js9FrIa4W:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aKvZrCrsA\"},motionChild:true,nodeId:\"SLZTVzhOH\",openInNewTab:false,relValues:[],scopeId:\"F6iBvtgXE\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iq8ki\",\"data-styles-preset\":\"pBY0AmNPJ\",children:\"Intelligence\"})})})}),fonts:[\"GF;Inter Tight-600\"],onMouseEnter:undefined},q_Xw3AmFb:{\"data-highlight\":undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Intelligence\"})}),fonts:[\"GF;Inter Tight-600\"],onMouseEnter:undefined},RcT_StCFI:{onMouseEnter:onMouseEnter1d0lrrm},ZLd7hGtFI:{onMouseEnter:onMouseEnter1d0lrrm}},baseVariant,gestureVariant)})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e7x6o4-container\",\"data-framer-name\":\"ReadNow\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mIEJGq29E-container\",name:\"ReadNow\",nodeId:\"mIEJGq29E\",rendersWithMotion:true,scopeId:\"F6iBvtgXE\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"22px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-228b574a-15ee-4de0-a56f-16982fa97ee3, rgb(35, 182, 164))\",color:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",scale:1.1,transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}},id:\"mIEJGq29E\",layoutId:\"mIEJGq29E\",name:\"ReadNow\",srcType:\"URL\",srcURL:\"https://newsletters.brazilian.report/c/intro-tbr\",styleOptions:{backgroundColor:\"var(--token-2edce83a-1099-429e-b82f-ac75cff68955, rgb(254, 221, 61))\",borderRadius:20,color:\"var(--token-db7f317e-f56c-4292-8459-68304f2d74d5, rgb(46, 45, 44))\",gap:5,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12},text:\"Read now!\",width:\"100%\",...addPropertyOverrides({Js9FrIa4W:{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"25px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},srcURL:\"https://newsletters.brazilian.report/?modal=login&utm_source=lp&utm_medium=botao&utm_id=loginvialp\",style:{width:\"100%\"},text:\"Login\"},q_Xw3AmFb:{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"25px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},style:{width:\"100%\"}},RcT_StCFI:{srcURL:\"https://newsletters.brazilian.report/?modal=login&utm_source=lp&utm_medium=botao&utm_id=loginvialp\",style:{width:\"100%\"},text:\"Login\"},rurAe6QDg:{srcURL:\"https://newsletters.brazilian.report/?modal=login&utm_source=lp&utm_medium=botao&utm_id=loginvialp\",text:\"Login\"}},baseVariant,gestureVariant)})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ib4jae-container\",\"data-framer-name\":\"ReadNow\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zvptun14a-container\",name:\"ReadNow\",nodeId:\"zvptun14a\",rendersWithMotion:true,scopeId:\"F6iBvtgXE\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"22px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-228b574a-15ee-4de0-a56f-16982fa97ee3, rgb(35, 182, 164))\",color:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",scale:1.1,transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}},id:\"zvptun14a\",layoutId:\"zvptun14a\",name:\"ReadNow\",srcType:\"URL\",srcURL:\"https://newsletters.brazilian.report/?modal=login&utm_source=lp&utm_medium=botao&utm_id=loginvialp\",style:{width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-2edce83a-1099-429e-b82f-ac75cff68955, rgb(254, 221, 61))\",borderRadius:20,color:\"var(--token-db7f317e-f56c-4292-8459-68304f2d74d5, rgb(46, 45, 44))\",gap:5,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12},text:\"Login\",width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wciks8-container\",\"data-framer-name\":\"ReadNow\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"V5exYL2Ie-container\",name:\"ReadNow\",nodeId:\"V5exYL2Ie\",rendersWithMotion:true,scopeId:\"F6iBvtgXE\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"22px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-228b574a-15ee-4de0-a56f-16982fa97ee3, rgb(35, 182, 164))\",color:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",scale:1.1,transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}},id:\"V5exYL2Ie\",layoutId:\"V5exYL2Ie\",name:\"ReadNow\",srcType:\"URL\",srcURL:\"https://newsletters.brazilian.report/?modal=login&utm_source=lp&utm_medium=botao&utm_id=loginvialp\",style:{width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-2edce83a-1099-429e-b82f-ac75cff68955, rgb(254, 221, 61))\",borderRadius:20,color:\"var(--token-db7f317e-f56c-4292-8459-68304f2d74d5, rgb(46, 45, 44))\",gap:5,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12},text:\"Login\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dbwad1-container\",\"data-framer-name\":\"ReadNow\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"y2OZmI_yl-container\",name:\"ReadNow\",nodeId:\"y2OZmI_yl\",rendersWithMotion:true,scopeId:\"F6iBvtgXE\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"22px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-228b574a-15ee-4de0-a56f-16982fa97ee3, rgb(35, 182, 164))\",color:\"var(--token-d6b67bc9-bc51-4b6f-ac5e-cc376f23a002, rgb(255, 255, 255))\",scale:1.1,transition:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}},id:\"y2OZmI_yl\",layoutId:\"y2OZmI_yl\",name:\"ReadNow\",srcType:\"URL\",srcURL:\"https://newsletters.brazilian.report/?modal=login&utm_source=lp&utm_medium=botao&utm_id=loginvialp\",style:{width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-2edce83a-1099-429e-b82f-ac75cff68955, rgb(254, 221, 61))\",borderRadius:20,color:\"var(--token-db7f317e-f56c-4292-8459-68304f2d74d5, rgb(46, 45, 44))\",gap:5,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12},text:\"Login\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ySZ4b.framer-tifwr8, .framer-ySZ4b .framer-tifwr8 { display: block; }\",\".framer-ySZ4b.framer-1d3bacx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: wrap; height: 90px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: 1181px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ySZ4b .framer-1gweser { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 10px 15px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ySZ4b .framer-v4zi78 { aspect-ratio: 9.426179501003348 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 254px; }\",\".framer-ySZ4b .framer-r2tiuo { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-ySZ4b .framer-16uh5ap { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ySZ4b .framer-7mvxf3 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ySZ4b .framer-tahsu0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ySZ4b .framer-1v5em { bottom: -225px; flex: none; height: 48px; left: -384px; overflow: hidden; position: absolute; width: 132px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-ySZ4b .framer-1p8jlub, .framer-ySZ4b .framer-jtytrc, .framer-ySZ4b .framer-vx2b6z, .framer-ySZ4b .framer-jp4djx { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-ySZ4b .framer-1e7x6o4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ySZ4b .framer-1ib4jae-container, .framer-ySZ4b .framer-wciks8-container, .framer-ySZ4b .framer-1dbwad1-container { flex: none; height: auto; position: relative; width: 90px; }\",\".framer-ySZ4b.framer-v-1dl65dn.framer-1d3bacx { flex-direction: column; gap: 0px; height: 75px; justify-content: center; width: 390px; }\",\".framer-ySZ4b.framer-v-1dl65dn .framer-1gweser { align-content: flex-start; align-items: flex-start; cursor: pointer; flex-wrap: wrap; gap: 40px; order: 0; padding: 15px; width: 300px; }\",\".framer-ySZ4b.framer-v-1dl65dn .framer-v4zi78, .framer-ySZ4b.framer-v-12i0tri .framer-v4zi78 { height: var(--framer-aspect-ratio-supported, 21px); order: 0; width: 198px; }\",\".framer-ySZ4b.framer-v-1dl65dn .framer-r2tiuo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: center; order: 1; padding: 0px; width: 1px; }\",\".framer-ySZ4b.framer-v-1dl65dn .framer-16uh5ap, .framer-ySZ4b.framer-v-1dl65dn .framer-7mvxf3, .framer-ySZ4b.framer-v-12i0tri .framer-16uh5ap, .framer-ySZ4b.framer-v-12i0tri .framer-7mvxf3 { left: unset; position: relative; top: unset; }\",\".framer-ySZ4b.framer-v-yw6369.framer-1d3bacx { flex-direction: column; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 15px; width: 390px; will-change: unset; }\",\".framer-ySZ4b.framer-v-yw6369 .framer-1gweser { align-content: flex-start; align-items: flex-start; cursor: pointer; gap: 40px; order: 0; padding: 10px 10px 10px 20px; width: 310px; }\",\".framer-ySZ4b.framer-v-yw6369 .framer-v4zi78 { height: var(--framer-aspect-ratio-supported, 21px); width: 198px; }\",\".framer-ySZ4b.framer-v-yw6369 .framer-r2tiuo, .framer-ySZ4b.framer-v-1wl4tam .framer-r2tiuo { height: 26px; width: 44px; }\",\".framer-ySZ4b.framer-v-yw6369 .framer-16uh5ap, .framer-ySZ4b.framer-v-yw6369 .framer-7mvxf3, .framer-ySZ4b.framer-v-1wl4tam .framer-16uh5ap, .framer-ySZ4b.framer-v-1wl4tam .framer-7mvxf3 { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-ySZ4b.framer-v-yw6369 .framer-tahsu0 { flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 8px; width: 310px; }\",\".framer-ySZ4b.framer-v-yw6369 .framer-1e7x6o4-container, .framer-ySZ4b.framer-v-1wl4tam .framer-1e7x6o4-container { order: 2; width: 100%; z-index: 1; }\",\".framer-ySZ4b.framer-v-12i0tri.framer-1d3bacx { flex-wrap: nowrap; gap: 13px; height: 75px; justify-content: center; padding: 30px 40px 30px 40px; width: 810px; }\",\".framer-ySZ4b.framer-v-12i0tri .framer-1gweser { gap: 266px; order: 0; padding: 20px 20px 20px 30px; }\",\".framer-ySZ4b.framer-v-12i0tri .framer-r2tiuo { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 26px; justify-content: center; order: 1; padding: 0px; width: 69px; }\",\".framer-ySZ4b.framer-v-12i0tri .framer-1e7x6o4-container, .framer-ySZ4b.framer-v-1h1gju0 .framer-1e7x6o4-container { order: 2; }\",\".framer-ySZ4b.framer-v-1wl4tam.framer-1d3bacx { flex-direction: column; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 15px; width: 810px; will-change: unset; }\",\".framer-ySZ4b.framer-v-1wl4tam .framer-1gweser { cursor: pointer; gap: unset; justify-content: space-between; order: 0; padding: 10px 10px 10px 20px; width: 100%; }\",\".framer-ySZ4b.framer-v-1wl4tam .framer-v4zi78 { height: var(--framer-aspect-ratio-supported, 23px); width: 217px; }\",\".framer-ySZ4b.framer-v-1wl4tam .framer-tahsu0 { flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 8px; width: 100%; }\",\".framer-ySZ4b.framer-v-1h1gju0 .framer-1gweser { order: 0; }\",\".framer-ySZ4b.framer-v-1h1gju0 .framer-tahsu0 { order: 1; z-index: 1; }\",\".framer-ySZ4b.framer-v-1h1gju0 .framer-1v5em { aspect-ratio: 2.5208333333333335 / 1; bottom: -6px; height: unset; left: -16px; top: -6px; width: var(--framer-aspect-ratio-supported, 121px); }\",\".framer-ySZ4b.framer-v-blf4 .framer-tahsu0 { z-index: 0; }\",\".framer-ySZ4b.framer-v-blf4 .framer-1v5em { aspect-ratio: 2.75 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 48px); left: 37%; top: 50%; }\",\".framer-ySZ4b.framer-v-37ldhl .framer-1v5em { aspect-ratio: 2.5416666666666665 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 48px); left: 64%; text-decoration: none; top: 50%; width: 122px; }\",\".framer-ySZ4b.framer-v-yrxcg3 .framer-1v5em { align-content: center; align-items: center; aspect-ratio: 2.9375 / 1; bottom: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 48px); justify-content: center; left: 90%; padding: 0px; top: 50%; width: 141px; }\",\".framer-ySZ4b.framer-v-dszzrc .framer-tahsu0 { width: 479px; }\",\".framer-ySZ4b.framer-v-dszzrc .framer-1e7x6o4-container { width: 90px; }\",\".framer-ySZ4b.framer-v-18gdu66 .framer-tahsu0 { width: 479px; z-index: 0; }\",\".framer-ySZ4b.framer-v-18gdu66 .framer-1v5em { aspect-ratio: 2.75 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 48px); left: 23%; top: 50%; }\",\".framer-ySZ4b.framer-v-h9y8ub .framer-tahsu0 { width: 470px; }\",\".framer-ySZ4b.framer-v-h9y8ub .framer-1v5em { aspect-ratio: 2.5416666666666665 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 48px); left: 50%; text-decoration: none; top: 50%; width: 122px; }\",\".framer-ySZ4b.framer-v-nchqrd .framer-tahsu0 { width: 466px; }\",\".framer-ySZ4b.framer-v-nchqrd .framer-1v5em { align-content: center; align-items: center; aspect-ratio: 2.9375 / 1; bottom: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 48px); justify-content: center; left: 78%; padding: 0px; text-decoration: none; top: 50%; width: 141px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 90\n * @framerIntrinsicWidth 1181\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FErgzSUPd\":{\"layout\":[\"fixed\",\"fixed\"]},\"Js9FrIa4W\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"rurAe6QDg\":{\"layout\":[\"fixed\",\"fixed\"]},\"q_Xw3AmFb\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"EAy9DrzLi\":{\"layout\":[\"fixed\",\"fixed\"]},\"wT0f5p2fC\":{\"layout\":[\"fixed\",\"fixed\"]},\"zUMqLNyqd\":{\"layout\":[\"fixed\",\"fixed\"]},\"cXYepC2P8\":{\"layout\":[\"fixed\",\"fixed\"]},\"RcT_StCFI\":{\"layout\":[\"fixed\",\"fixed\"]},\"D3Ul4BpeO\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZLd7hGtFI\":{\"layout\":[\"fixed\",\"fixed\"]},\"BZ3atUH_O\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerF6iBvtgXE=withCSS(Component,css,\"framer-ySZ4b\");export default FramerF6iBvtgXE;FramerF6iBvtgXE.displayName=\"Navigation\";FramerF6iBvtgXE.defaultProps={height:90,width:1181};addPropertyControls(FramerF6iBvtgXE,{variant:{options:[\"HoEtUhz83\",\"FErgzSUPd\",\"Js9FrIa4W\",\"rurAe6QDg\",\"q_Xw3AmFb\",\"EAy9DrzLi\",\"wT0f5p2fC\",\"zUMqLNyqd\",\"cXYepC2P8\",\"RcT_StCFI\",\"D3Ul4BpeO\",\"ZLd7hGtFI\",\"BZ3atUH_O\"],optionTitles:[\"Navbar\",\"Navbar - Phone\",\"Navbar -  Phone Open\",\"Navbar -  Tablet\",\"Navbar - Tablet Open\",\"Navbar - Subscribe\",\"Navbar - Newsletters\",\"Navbar - Podcasts\",\"Navbar - Consulting\",\"Navbar - Primary (No Sidebutton)\",\"Navbar - Newsletters (No Sidebutton)\",\"Navbar - Podcasts (No Sidebutton)\",\"Navbar - Intelligence (No Sidebutton)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerF6iBvtgXE,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\",weight:\"600\"}]},...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF6iBvtgXE\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1181\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FErgzSUPd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Js9FrIa4W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"rurAe6QDg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q_Xw3AmFb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"EAy9DrzLi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wT0f5p2fC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zUMqLNyqd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cXYepC2P8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RcT_StCFI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D3Ul4BpeO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZLd7hGtFI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BZ3atUH_O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"90\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F6iBvtgXE.map"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText", "SVG", "css", "FramerB_Pmn3VlU", "withCSS", "B_Pmn3VlU_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "DownloadFonts", "getFonts", "Download", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4zbyd6", "args", "onMouseLeave8flv2k", "onMouseLeave1eh1h3b", "onTapcevrh8", "onTapec0g7x", "onTap1bnq7ig", "onTapvl9exm", "onMouseEnter1qh22jg", "onMouseEnter1pq7h7h", "onMouseEnterec0g7x", "onMouseEnter1bnq7ig", "onMouseEnter1d218ve", "onMouseEnter1a75fl0", "onMouseEnterbm2e18", "onMouseEnter1sebsrh", "onMouseEnter1d0lrrm", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerF6iBvtgXE", "withCSS", "F6iBvtgXE_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
