{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/GXPSbNkCOwbwk6OgpbIL/aZMPOsoHhGLdW1OnPHfm/RandomCMS.js", "ssg:https://framerusercontent.com/modules/vKCvKtPmhRGASn9UYXNA/9YUyhSqXG7XczOrhY61I/HIBSdMkVF-0.js", "ssg:https://framerusercontent.com/modules/vKCvKtPmhRGASn9UYXNA/9YUyhSqXG7XczOrhY61I/HIBSdMkVF.js", "ssg:https://framerusercontent.com/modules/FBSqPudL2CcVFvFomHZL/1aFN6RUYZ5VG1gnwpVkA/HIBSdMkVF.js", "ssg:https://framerusercontent.com/modules/eX1XZxlDWhlPt2hGnJ6T/HZyFD0isOuSGepV3hvRj/hZ0P6R_qQ-0.js", "ssg:https://framerusercontent.com/modules/eX1XZxlDWhlPt2hGnJ6T/HZyFD0isOuSGepV3hvRj/hZ0P6R_qQ.js", "ssg:https://framerusercontent.com/modules/fzqVvi9ir7HdxbwX71Df/vV6Ypcb6YhdUAcTqyK8x/hZ0P6R_qQ.js", "ssg:https://framerusercontent.com/modules/SBj0GqIeXV3UBXQhnDq9/OLbxQLqGvfKS4UqgaTjS/YlwEnISKl-0.js", "ssg:https://framerusercontent.com/modules/SBj0GqIeXV3UBXQhnDq9/OLbxQLqGvfKS4UqgaTjS/YlwEnISKl.js", "ssg:https://framerusercontent.com/modules/4ilRnZseojbFztzgCUzs/gkGJe52GlzEcDt2r6uOw/YlwEnISKl.js", "ssg:https://framerusercontent.com/modules/LD6luDd9bQ2QQ5PJTYjc/ODedJFDKPnkdZZ0fuVRd/zYk28oxBv-0.js", "ssg:https://framerusercontent.com/modules/LD6luDd9bQ2QQ5PJTYjc/ODedJFDKPnkdZZ0fuVRd/zYk28oxBv.js", "ssg:https://framerusercontent.com/modules/OYyfCLE7V62Eb8Zfr8ha/1H75fP7yv9laIxVITeIO/zYk28oxBv.js"],
  "sourcesContent": ["// Apply this code override to the \"Collection List\" and it will randomly re-order your \"Post\" containers\n// Modified from the following override:\n// https://gist.github.com/tswic-highdesert/23e82bdc9f1bc7fa5ef48c1cac0656e2\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";export const withShuffledItems=Component=>{const ShuffledComponent=props=>{const componentRef=useRef(null);const shuffleAndDisplayItems=()=>{const container=componentRef.current;if(!container)return;// get child nodes of our collection\nlet items=Array.from(container.children);// Shuffle the array\nfor(let i=items.length-1;i>0;i--){const j=Math.floor(Math.random()*(i+1));[items[i],items[j]]=[items[j],items[i]];}// Re-append items to the container to reflect the new order in the DOM\nitems.forEach(item=>{// Move item to the end of the container, effectively reordering them\ncontainer.appendChild(item);});};useEffect(()=>{shuffleAndDisplayItems()// Shuffle and display items on component mount\n;},[])// Empty dependency array ensures this runs once after the initial render\n;return /*#__PURE__*/_jsx(Component,{ref:componentRef,...props});};console.log(\"working\");return ShuffledComponent;};\nexport const __FramerMetadata__ = {\"exports\":{\"withShuffledItems\":{\"type\":\"reactHoc\",\"name\":\"withShuffledItems\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RandomCMS.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Artigos recomendados\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Artigos recomendados\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c03719)\nimport*as localizedValues from\"./HIBSdMkVF-0.js\";const valuesByLocaleId={XB7RGlcPM:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c03719)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,Image,Link,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withShuffledItems}from\"https://framerusercontent.com/modules/GXPSbNkCOwbwk6OgpbIL/aZMPOsoHhGLdW1OnPHfm/RandomCMS.js\";import BlogPosts from\"https://framerusercontent.com/modules/CKQvfialhzNisQMFZmBF/6fMH38M65HgtNd8OfNCz/Llzl52Kmz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lwsRuFckT8M43MzI3amA/MsKxnSafGrNKvaqcoDT5/Mh7cdXVT4.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/vKCvKtPmhRGASn9UYXNA/9YUyhSqXG7XczOrhY61I/HIBSdMkVF.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithShuffledItemsfsy5pq=withCodeBoundaryForOverrides(motion.div,{nodeId:\"Z9TRJQiD7\",override:withShuffledItems,scopeId:\"HIBSdMkVF\"});const cycleOrder=[\"u4MCGD6Sr\",\"qUZfceyoL\",\"ED6sEL4zM\"];const serializationHash=\"framer-cmtvP\";const variantClassNames={ED6sEL4zM:\"framer-v-1r86cds\",qUZfceyoL:\"framer-v-tipcvs\",u4MCGD6Sr:\"framer-v-p9u3a2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.8,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"Z9TRJQiD7\",data:BlogPosts,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"Z9TRJQiD7\",name:\"bBxuLp97C\",type:\"Identifier\"},{collection:\"Z9TRJQiD7\",name:\"YGvvb2OCr\",type:\"Identifier\"},{collection:\"Z9TRJQiD7\",name:\"lzB6r7_YG\",type:\"Identifier\"},{collection:\"Z9TRJQiD7\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={\"BR Post - Desktop\":\"u4MCGD6Sr\",\"BR Post - Mobile\":\"ED6sEL4zM\",\"BR Post - Tablet\":\"qUZfceyoL\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"u4MCGD6Sr\"};};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,bBxuLp97CZ9TRJQiD7,YGvvb2OCrZ9TRJQiD7,lzB6r7_YGZ9TRJQiD7,idZ9TRJQiD7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u4MCGD6Sr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const visible=equals(activeLocale?.id,\"XB7RGlcPM\");const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:visible&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-p9u3a2\",className,classNames),\"data-framer-name\":\"BR Post - Desktop\",layoutDependency:layoutDependency,layoutId:\"u4MCGD6Sr\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({ED6sEL4zM:{\"data-framer-name\":\"BR Post - Mobile\"},qUZfceyoL:{\"data-framer-name\":\"BR Post - Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nwbmyz\",layoutDependency:layoutDependency,layoutId:\"Nse3qcrpa\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Artigos recomendados\"})}),className:\"framer-1evmgmn\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dPL3X63r_\",style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ED6sEL4zM:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Artigos recomendados\"})}),fonts:[\"CUSTOM;Cooper Lt BT Light\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(MotionDivWithShuffledItemsfsy5pq,{className:\"framer-fsy5pq\",layoutDependency:layoutDependency,layoutId:\"Z9TRJQiD7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Z9TRJQiD7\",data:BlogPosts,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"Z9TRJQiD7\",name:\"bBxuLp97C\",type:\"Identifier\"},{collection:\"Z9TRJQiD7\",name:\"YGvvb2OCr\",type:\"Identifier\"},{collection:\"Z9TRJQiD7\",name:\"lzB6r7_YG\",type:\"Identifier\"},{collection:\"Z9TRJQiD7\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({bBxuLp97C:bBxuLp97CZ9TRJQiD7,id:idZ9TRJQiD7,lzB6r7_YG:lzB6r7_YGZ9TRJQiD7,YGvvb2OCr:YGvvb2OCrZ9TRJQiD7},index)=>{bBxuLp97CZ9TRJQiD7??=\"\";lzB6r7_YGZ9TRJQiD7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Z9TRJQiD7-${idZ9TRJQiD7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{bBxuLp97C:bBxuLp97CZ9TRJQiD7},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{bBxuLp97C:bBxuLp97CZ9TRJQiD7},webPageId:\"hFR1KbjVL\"},motionChild:true,nodeId:\"Bo0hxYm6F\",openInNewTab:false,scopeId:\"HIBSdMkVF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-sxsje4 framer-ejhllp\",layoutDependency:layoutDependency,layoutId:\"Bo0hxYm6F\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ciu9pb\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"bRXvmrxia\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"180px\",...toResponsiveImage(YGvvb2OCrZ9TRJQiD7)},className:\"framer-1apqbw6\",layoutDependency:layoutDependency,layoutId:\"shX8smvBV\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(61, 45, 121))\"},children:\"Leitura e desenvolvimento infantil: Uma dupla imbat\\xedvel!\"})}),className:\"framer-14y5is5\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Cooper Lt BT Light\"],layoutDependency:layoutDependency,layoutId:\"GNcARZViA\",style:{\"--extracted-a0htzi\":\"rgb(61, 45, 121)\"},text:lzB6r7_YGZ9TRJQiD7,verticalAlignment:\"center\",withExternalLayout:true})]})})})})},idZ9TRJQiD7);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cmtvP.framer-ejhllp, .framer-cmtvP .framer-ejhllp { display: block; }\",\".framer-cmtvP.framer-p9u3a2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 40px 0px 60px 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cmtvP .framer-nwbmyz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cmtvP .framer-1evmgmn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 840px; word-break: break-word; word-wrap: break-word; }\",\".framer-cmtvP .framer-fsy5pq { display: grid; flex: none; gap: 2px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: 560px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-cmtvP .framer-sxsje4 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 280px; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-cmtvP .framer-ciu9pb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: 280px; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-cmtvP .framer-1apqbw6 { aspect-ratio: 1.238888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 145px); position: relative; width: 180px; }\",\".framer-cmtvP .framer-14y5is5 { flex: none; height: 77px; position: relative; white-space: pre-wrap; width: 250px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cmtvP.framer-p9u3a2, .framer-cmtvP .framer-nwbmyz, .framer-cmtvP .framer-sxsje4, .framer-cmtvP .framer-ciu9pb { gap: 0px; } .framer-cmtvP.framer-p9u3a2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-cmtvP.framer-p9u3a2 > :first-child, .framer-cmtvP .framer-ciu9pb > :first-child { margin-top: 0px; } .framer-cmtvP.framer-p9u3a2 > :last-child, .framer-cmtvP .framer-ciu9pb > :last-child { margin-bottom: 0px; } .framer-cmtvP .framer-nwbmyz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-cmtvP .framer-nwbmyz > :first-child, .framer-cmtvP .framer-sxsje4 > :first-child { margin-left: 0px; } .framer-cmtvP .framer-nwbmyz > :last-child, .framer-cmtvP .framer-sxsje4 > :last-child { margin-right: 0px; } .framer-cmtvP .framer-sxsje4 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-cmtvP .framer-ciu9pb > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } }\",\".framer-cmtvP.framer-v-tipcvs .framer-fsy5pq { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-cmtvP.framer-v-1r86cds .framer-fsy5pq { grid-template-columns: repeat(1, minmax(50px, 1fr)); }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 756\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"qUZfceyoL\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"ED6sEL4zM\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerHIBSdMkVF=withCSS(Component,css,\"framer-cmtvP\");export default FramerHIBSdMkVF;FramerHIBSdMkVF.displayName=\"BR_posts_carrousel\";FramerHIBSdMkVF.defaultProps={height:756,width:1e3};addPropertyControls(FramerHIBSdMkVF,{variant:{options:[\"u4MCGD6Sr\",\"qUZfceyoL\",\"ED6sEL4zM\"],optionTitles:[\"BR Post - Desktop\",\"BR Post - Tablet\",\"BR Post - Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerHIBSdMkVF,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Cooper Lt BT Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/ctObLM9EjChKHQYiRgjjpBJSF4.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHIBSdMkVF\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"756\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"qUZfceyoL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"ED6sEL4zM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]}}}\",\"framerIntrinsicWidth\":\"1000\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Recommended Stories\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Recommended Stories\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Recommended Stories\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c5492c)\nimport*as localizedValues from\"./hZ0P6R_qQ-0.js\";const valuesByLocaleId={XB7RGlcPM:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,Image,Link,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withShuffledItems}from\"https://framerusercontent.com/modules/GXPSbNkCOwbwk6OgpbIL/aZMPOsoHhGLdW1OnPHfm/RandomCMS.js\";import BlogPostsENUS from\"https://framerusercontent.com/modules/h9Sc1mpDamInyZxxlBJt/MqvHYEpdd0ytpJStzYC6/EpNtXzYoC.js\";import GoogleSheets from\"https://framerusercontent.com/modules/sVtyx1mV1Rv8DWaRHjIr/9JVCBQE6IUmP9UABdQpd/LiCuDMsVU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lwsRuFckT8M43MzI3amA/MsKxnSafGrNKvaqcoDT5/Mh7cdXVT4.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/eX1XZxlDWhlPt2hGnJ6T/HZyFD0isOuSGepV3hvRj/hZ0P6R_qQ.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithShuffledItems5lh6p0=withCodeBoundaryForOverrides(motion.div,{nodeId:\"R9vdNqdks\",override:withShuffledItems,scopeId:\"hZ0P6R_qQ\"});const MotionDivWithShuffledItems1x8b5f9=withCodeBoundaryForOverrides(motion.div,{nodeId:\"NQ1LBVteG\",override:withShuffledItems,scopeId:\"hZ0P6R_qQ\"});const cycleOrder=[\"JxLFHXTP5\",\"u6ys_LUmD\",\"m0r0J8GF1\"];const serializationHash=\"framer-0VJNo\";const variantClassNames={JxLFHXTP5:\"framer-v-461cq2\",m0r0J8GF1:\"framer-v-jztf1r\",u6ys_LUmD:\"framer-v-1c51jpn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.8,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"R9vdNqdks\",data:BlogPostsENUS,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"R9vdNqdks\",name:\"kaYA25Mvb\",type:\"Identifier\"},{collection:\"R9vdNqdks\",name:\"c2X0aMyoN\",type:\"Identifier\"},{collection:\"R9vdNqdks\",name:\"kyGrpojIS\",type:\"Identifier\"},{collection:\"R9vdNqdks\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"NQ1LBVteG\",data:GoogleSheets,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"NQ1LBVteG\",name:\"ugvlt5EqP\",type:\"Identifier\"},{collection:\"NQ1LBVteG\",name:\"ipdKPQnfq\",type:\"Identifier\"},{collection:\"NQ1LBVteG\",name:\"QRSKy7DB5\",type:\"Identifier\"},{collection:\"NQ1LBVteG\",name:\"id\",type:\"Identifier\"}]});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={\"USA Post - Desktop\":\"JxLFHXTP5\",\"USA Post - Mobile\":\"m0r0J8GF1\",\"USA Post - Tablet\":\"u6ys_LUmD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JxLFHXTP5\"};};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,kaYA25MvbR9vdNqdks,c2X0aMyoNR9vdNqdks,kyGrpojISR9vdNqdks,idR9vdNqdks,ugvlt5EqPNQ1LBVteG,ipdKPQnfqNQ1LBVteG,QRSKy7DB5NQ1LBVteG,idNQ1LBVteG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JxLFHXTP5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const visible=equals(activeLocale?.id,\"default\");const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:visible&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-461cq2\",className,classNames),\"data-framer-name\":\"USA Post - Desktop\",layoutDependency:layoutDependency,layoutId:\"JxLFHXTP5\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({m0r0J8GF1:{\"data-framer-name\":\"USA Post - Mobile\"},u6ys_LUmD:{\"data-framer-name\":\"USA Post - Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19m2wge\",layoutDependency:layoutDependency,layoutId:\"soullETve\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"People also read these articles\"})}),className:\"framer-1wd38fi\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jU56LQ1ut\",style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({m0r0J8GF1:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"People also read these articles\"})}),fonts:[\"CUSTOM;Cooper Lt BT Light\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(MotionDivWithShuffledItems5lh6p0,{className:\"framer-5lh6p0\",layoutDependency:layoutDependency,layoutId:\"R9vdNqdks\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"R9vdNqdks\",data:BlogPostsENUS,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"R9vdNqdks\",name:\"kaYA25Mvb\",type:\"Identifier\"},{collection:\"R9vdNqdks\",name:\"c2X0aMyoN\",type:\"Identifier\"},{collection:\"R9vdNqdks\",name:\"kyGrpojIS\",type:\"Identifier\"},{collection:\"R9vdNqdks\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({c2X0aMyoN:c2X0aMyoNR9vdNqdks,id:idR9vdNqdks,kaYA25Mvb:kaYA25MvbR9vdNqdks,kyGrpojIS:kyGrpojISR9vdNqdks},index)=>{kaYA25MvbR9vdNqdks??=\"\";kyGrpojISR9vdNqdks??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`R9vdNqdks-${idR9vdNqdks}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{kaYA25Mvb:kaYA25MvbR9vdNqdks},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{kaYA25Mvb:kaYA25MvbR9vdNqdks},webPageId:\"vnx0tWzdh\"},motionChild:true,nodeId:\"go4xDCEKX\",openInNewTab:false,scopeId:\"hZ0P6R_qQ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1nonkqb framer-tknbq3\",layoutDependency:layoutDependency,layoutId:\"go4xDCEKX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15nc5e1\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"fpiERvUcM\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"180px\",...toResponsiveImage(c2X0aMyoNR9vdNqdks)},className:\"framer-ptwv34\",layoutDependency:layoutDependency,layoutId:\"DiM_MBTWG\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(61, 45, 121))\"},children:\"Leitura e desenvolvimento infantil: Uma dupla imbat\\xedvel!\"})}),className:\"framer-lsjjvx\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Cooper Lt BT Light\"],layoutDependency:layoutDependency,layoutId:\"cTlt8UORa\",style:{\"--extracted-a0htzi\":\"rgb(61, 45, 121)\"},text:kyGrpojISR9vdNqdks,verticalAlignment:\"center\",withExternalLayout:true})]})})})})},idR9vdNqdks);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ksderz\",layoutDependency:layoutDependency,layoutId:\"bzClZUjnR\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Read aloud video books \"})}),className:\"framer-189uf7r\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"egjlywwKK\",style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithShuffledItems1x8b5f9,{className:\"framer-1x8b5f9\",layoutDependency:layoutDependency,layoutId:\"NQ1LBVteG\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"NQ1LBVteG\",data:GoogleSheets,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"NQ1LBVteG\",name:\"ugvlt5EqP\",type:\"Identifier\"},{collection:\"NQ1LBVteG\",name:\"ipdKPQnfq\",type:\"Identifier\"},{collection:\"NQ1LBVteG\",name:\"QRSKy7DB5\",type:\"Identifier\"},{collection:\"NQ1LBVteG\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idNQ1LBVteG,ipdKPQnfq:ipdKPQnfqNQ1LBVteG,QRSKy7DB5:QRSKy7DB5NQ1LBVteG,ugvlt5EqP:ugvlt5EqPNQ1LBVteG},index1)=>{ugvlt5EqPNQ1LBVteG??=\"\";QRSKy7DB5NQ1LBVteG??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`NQ1LBVteG-${idNQ1LBVteG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{ugvlt5EqP:ugvlt5EqPNQ1LBVteG},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{ugvlt5EqP:ugvlt5EqPNQ1LBVteG},webPageId:\"knuXZyOY6\"},motionChild:true,nodeId:\"bTLJzcOU5\",openInNewTab:false,scopeId:\"hZ0P6R_qQ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gbau5p framer-tknbq3\",layoutDependency:layoutDependency,layoutId:\"bTLJzcOU5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16vpk96\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"AG582vyDZ\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"166.0111px\",...toResponsiveImage(ipdKPQnfqNQ1LBVteG),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-udrk4f\",layoutDependency:layoutDependency,layoutId:\"XkFoXc6BT\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(61, 45, 121))\"},children:\"Cinderella Full Story | Fairy Tales for Children | Read Aloud by Yuna | Bedtime Stories for Kids\"})}),className:\"framer-14rgaaz\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Cooper Lt BT Light\"],layoutDependency:layoutDependency,layoutId:\"mYLSTKN36\",style:{\"--extracted-a0htzi\":\"rgb(61, 45, 121)\"},text:QRSKy7DB5NQ1LBVteG,verticalAlignment:\"center\",withExternalLayout:true})]})})})})},idNQ1LBVteG);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0VJNo.framer-tknbq3, .framer-0VJNo .framer-tknbq3 { display: block; }\",\".framer-0VJNo.framer-461cq2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 40px 0px 60px 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0VJNo .framer-19m2wge, .framer-0VJNo .framer-1ksderz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0VJNo .framer-1wd38fi, .framer-0VJNo .framer-189uf7r { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 840px; word-break: break-word; word-wrap: break-word; }\",\".framer-0VJNo .framer-5lh6p0, .framer-0VJNo .framer-1x8b5f9 { display: grid; flex: none; gap: 2px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: 560px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0VJNo .framer-1nonkqb { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 280px; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-0VJNo .framer-15nc5e1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: 280px; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-0VJNo .framer-ptwv34 { aspect-ratio: 1.238888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 145px); position: relative; width: 180px; }\",\".framer-0VJNo .framer-lsjjvx, .framer-0VJNo .framer-14rgaaz { flex: none; height: 77px; position: relative; white-space: pre-wrap; width: 250px; word-break: break-word; word-wrap: break-word; }\",\".framer-0VJNo .framer-gbau5p { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 190px; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-0VJNo .framer-16vpk96 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 192px; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-0VJNo .framer-udrk4f { flex: none; height: 90px; position: relative; width: 166px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0VJNo.framer-461cq2, .framer-0VJNo .framer-19m2wge, .framer-0VJNo .framer-1nonkqb, .framer-0VJNo .framer-15nc5e1, .framer-0VJNo .framer-1ksderz, .framer-0VJNo .framer-gbau5p, .framer-0VJNo .framer-16vpk96 { gap: 0px; } .framer-0VJNo.framer-461cq2 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0VJNo.framer-461cq2 > :first-child, .framer-0VJNo .framer-15nc5e1 > :first-child, .framer-0VJNo .framer-16vpk96 > :first-child { margin-top: 0px; } .framer-0VJNo.framer-461cq2 > :last-child, .framer-0VJNo .framer-15nc5e1 > :last-child, .framer-0VJNo .framer-16vpk96 > :last-child { margin-bottom: 0px; } .framer-0VJNo .framer-19m2wge > *, .framer-0VJNo .framer-1ksderz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0VJNo .framer-19m2wge > :first-child, .framer-0VJNo .framer-1nonkqb > :first-child, .framer-0VJNo .framer-1ksderz > :first-child, .framer-0VJNo .framer-gbau5p > :first-child { margin-left: 0px; } .framer-0VJNo .framer-19m2wge > :last-child, .framer-0VJNo .framer-1nonkqb > :last-child, .framer-0VJNo .framer-1ksderz > :last-child, .framer-0VJNo .framer-gbau5p > :last-child { margin-right: 0px; } .framer-0VJNo .framer-1nonkqb > *, .framer-0VJNo .framer-gbau5p > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-0VJNo .framer-15nc5e1 > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-0VJNo .framer-16vpk96 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-0VJNo.framer-v-1c51jpn .framer-1wd38fi, .framer-0VJNo.framer-v-jztf1r .framer-1wd38fi { width: 80%; }\",\".framer-0VJNo.framer-v-1c51jpn .framer-5lh6p0, .framer-0VJNo.framer-v-1c51jpn .framer-1x8b5f9 { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-0VJNo.framer-v-1c51jpn .framer-189uf7r, .framer-0VJNo.framer-v-jztf1r .framer-189uf7r { width: 90%; }\",\".framer-0VJNo.framer-v-jztf1r .framer-5lh6p0, .framer-0VJNo.framer-v-jztf1r .framer-1x8b5f9 { grid-template-columns: repeat(1, minmax(50px, 1fr)); }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1460\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"u6ys_LUmD\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"m0r0J8GF1\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhZ0P6R_qQ=withCSS(Component,css,\"framer-0VJNo\");export default FramerhZ0P6R_qQ;FramerhZ0P6R_qQ.displayName=\"USA_posts_carrousel\";FramerhZ0P6R_qQ.defaultProps={height:1460,width:1e3};addPropertyControls(FramerhZ0P6R_qQ,{variant:{options:[\"JxLFHXTP5\",\"u6ys_LUmD\",\"m0r0J8GF1\"],optionTitles:[\"USA Post - Desktop\",\"USA Post - Tablet\",\"USA Post - Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhZ0P6R_qQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Cooper Lt BT Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/ctObLM9EjChKHQYiRgjjpBJSF4.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhZ0P6R_qQ\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"u6ys_LUmD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"m0r0J8GF1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1460\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Recommended Stories\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(61, 45, 121))\"},children:\"Recommended Stories\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c03719)\nimport*as localizedValues from\"./YlwEnISKl-0.js\";const valuesByLocaleId={XB7RGlcPM:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c03719)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,Image,Link,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withShuffledItems}from\"https://framerusercontent.com/modules/GXPSbNkCOwbwk6OgpbIL/aZMPOsoHhGLdW1OnPHfm/RandomCMS.js\";import BlogENUS from\"https://framerusercontent.com/modules/iwCUMBPJSQkkODfxB5GN/Vm7Wc0oLr5a5qi2aSnso/z5xACcxQR.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lwsRuFckT8M43MzI3amA/MsKxnSafGrNKvaqcoDT5/Mh7cdXVT4.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/SBj0GqIeXV3UBXQhnDq9/OLbxQLqGvfKS4UqgaTjS/YlwEnISKl.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithShuffledItems1rtvyvx=withCodeBoundaryForOverrides(motion.div,{nodeId:\"jvPXyZkoB\",override:withShuffledItems,scopeId:\"YlwEnISKl\"});const cycleOrder=[\"Rl66l_eqM\",\"HPAQfhsxM\",\"NneIujX4K\"];const serializationHash=\"framer-fPVrQ\";const variantClassNames={HPAQfhsxM:\"framer-v-xqe5dg\",NneIujX4K:\"framer-v-1eyyxiy\",Rl66l_eqM:\"framer-v-a06nu4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.8,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"jvPXyZkoB\",data:BlogENUS,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"jvPXyZkoB\",name:\"TQ6rfCtXJ\",type:\"Identifier\"},{collection:\"jvPXyZkoB\",name:\"OAf9fbGpO\",type:\"Identifier\"},{collection:\"jvPXyZkoB\",name:\"gKJf03Rwh\",type:\"Identifier\"},{collection:\"jvPXyZkoB\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={\"USA Stories - Desktop\":\"Rl66l_eqM\",\"USA Stories - Mobile\":\"NneIujX4K\",\"USA Stories - Tablet\":\"HPAQfhsxM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Rl66l_eqM\"};};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,TQ6rfCtXJjvPXyZkoB,OAf9fbGpOjvPXyZkoB,gKJf03RwhjvPXyZkoB,idjvPXyZkoB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Rl66l_eqM\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const visible=equals(activeLocale?.id,\"default\");const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:visible&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-a06nu4\",className,classNames),\"data-framer-name\":\"USA Stories - Desktop\",layoutDependency:layoutDependency,layoutId:\"Rl66l_eqM\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({HPAQfhsxM:{\"data-framer-name\":\"USA Stories - Tablet\"},NneIujX4K:{\"data-framer-name\":\"USA Stories - Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ors9n2\",layoutDependency:layoutDependency,layoutId:\"y9_M0g2EK\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Recommended Stories\"})}),className:\"framer-1rntc4e\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yBPftvA2h\",style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},variants:{NneIujX4K:{\"--extracted-1of0zx5\":\"rgb(61, 45, 121)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({NneIujX4K:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(61, 45, 121))\"},children:\"Recommended Stories\"})}),fonts:[\"CUSTOM;Cooper Lt BT Light\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(MotionDivWithShuffledItems1rtvyvx,{className:\"framer-1rtvyvx\",layoutDependency:layoutDependency,layoutId:\"jvPXyZkoB\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"jvPXyZkoB\",data:BlogENUS,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"jvPXyZkoB\",name:\"TQ6rfCtXJ\",type:\"Identifier\"},{collection:\"jvPXyZkoB\",name:\"OAf9fbGpO\",type:\"Identifier\"},{collection:\"jvPXyZkoB\",name:\"gKJf03Rwh\",type:\"Identifier\"},{collection:\"jvPXyZkoB\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({gKJf03Rwh:gKJf03RwhjvPXyZkoB,id:idjvPXyZkoB,OAf9fbGpO:OAf9fbGpOjvPXyZkoB,TQ6rfCtXJ:TQ6rfCtXJjvPXyZkoB},index)=>{TQ6rfCtXJjvPXyZkoB??=\"\";gKJf03RwhjvPXyZkoB??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`jvPXyZkoB-${idjvPXyZkoB}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TQ6rfCtXJ:TQ6rfCtXJjvPXyZkoB},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TQ6rfCtXJ:TQ6rfCtXJjvPXyZkoB},webPageId:\"VbTC7eetq\"},motionChild:true,nodeId:\"eh1rGCNxZ\",openInNewTab:false,scopeId:\"YlwEnISKl\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fputnf framer-1uudzec\",layoutDependency:layoutDependency,layoutId:\"eh1rGCNxZ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nzhfwb\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"s86yRCCY_\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"223px\",...toResponsiveImage(OAf9fbGpOjvPXyZkoB)},className:\"framer-1n2gc3m\",layoutDependency:layoutDependency,layoutId:\"fZm4ltrIi\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(61, 45, 121))\"},children:\"As tr\\xeas porquinhas com Davi\"})}),className:\"framer-1ocqi0a\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Cooper Lt BT Light\"],layoutDependency:layoutDependency,layoutId:\"IAh8iC1iA\",style:{\"--extracted-a0htzi\":\"rgb(61, 45, 121)\"},text:gKJf03RwhjvPXyZkoB,verticalAlignment:\"center\",withExternalLayout:true})]})})})})},idjvPXyZkoB);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fPVrQ.framer-1uudzec, .framer-fPVrQ .framer-1uudzec { display: block; }\",\".framer-fPVrQ.framer-a06nu4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 40px 0px 60px 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fPVrQ .framer-ors9n2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fPVrQ .framer-1rntc4e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 840px; word-break: break-word; word-wrap: break-word; }\",\".framer-fPVrQ .framer-1rtvyvx { display: grid; flex: none; gap: 2px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: 560px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fPVrQ .framer-1fputnf { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 280px; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-fPVrQ .framer-nzhfwb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 280px; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-fPVrQ .framer-1n2gc3m { flex: none; height: 180px; position: relative; width: 223px; }\",\".framer-fPVrQ .framer-1ocqi0a { flex: none; height: 77px; position: relative; white-space: pre-wrap; width: 250px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fPVrQ.framer-a06nu4, .framer-fPVrQ .framer-ors9n2, .framer-fPVrQ .framer-1fputnf, .framer-fPVrQ .framer-nzhfwb { gap: 0px; } .framer-fPVrQ.framer-a06nu4 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-fPVrQ.framer-a06nu4 > :first-child, .framer-fPVrQ .framer-nzhfwb > :first-child { margin-top: 0px; } .framer-fPVrQ.framer-a06nu4 > :last-child, .framer-fPVrQ .framer-nzhfwb > :last-child { margin-bottom: 0px; } .framer-fPVrQ .framer-ors9n2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fPVrQ .framer-ors9n2 > :first-child, .framer-fPVrQ .framer-1fputnf > :first-child { margin-left: 0px; } .framer-fPVrQ .framer-ors9n2 > :last-child, .framer-fPVrQ .framer-1fputnf > :last-child { margin-right: 0px; } .framer-fPVrQ .framer-1fputnf > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-fPVrQ .framer-nzhfwb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-fPVrQ.framer-v-xqe5dg .framer-1rtvyvx { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-fPVrQ.framer-v-1eyyxiy .framer-1rtvyvx { grid-template-columns: repeat(1, minmax(50px, 1fr)); }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 756\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"HPAQfhsxM\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"NneIujX4K\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerYlwEnISKl=withCSS(Component,css,\"framer-fPVrQ\");export default FramerYlwEnISKl;FramerYlwEnISKl.displayName=\"USA_stories_carrousel\";FramerYlwEnISKl.defaultProps={height:756,width:1e3};addPropertyControls(FramerYlwEnISKl,{variant:{options:[\"Rl66l_eqM\",\"HPAQfhsxM\",\"NneIujX4K\"],optionTitles:[\"USA Stories - Desktop\",\"USA Stories - Tablet\",\"USA Stories - Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYlwEnISKl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Cooper Lt BT Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/ctObLM9EjChKHQYiRgjjpBJSF4.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYlwEnISKl\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"756\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"HPAQfhsxM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"NneIujX4K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Hist\\xf3rias similares\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(61, 45, 121))\"},children:\"Hist\\xf3rias similares\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c03719)\nimport*as localizedValues from\"./zYk28oxBv-0.js\";const valuesByLocaleId={XB7RGlcPM:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0c03719)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ControlType,cx,getFontsFromSharedStyle,Image,Link,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withShuffledItems}from\"https://framerusercontent.com/modules/GXPSbNkCOwbwk6OgpbIL/aZMPOsoHhGLdW1OnPHfm/RandomCMS.js\";import BlogPTBR from\"https://framerusercontent.com/modules/cDoyVO8WepCBx2StYAhP/tyxi2H3Kfrs63EyldFc6/nNAB2jmEf.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/lwsRuFckT8M43MzI3amA/MsKxnSafGrNKvaqcoDT5/Mh7cdXVT4.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/LD6luDd9bQ2QQ5PJTYjc/ODedJFDKPnkdZZ0fuVRd/zYk28oxBv.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithShuffledItems1ez3s9j=withCodeBoundaryForOverrides(motion.div,{nodeId:\"RGFF8A7_R\",override:withShuffledItems,scopeId:\"zYk28oxBv\"});const cycleOrder=[\"ClUUov2fe\",\"m1gSN9wo1\",\"FbxRaFCsk\"];const serializationHash=\"framer-6hjF6\";const variantClassNames={ClUUov2fe:\"framer-v-239qgj\",FbxRaFCsk:\"framer-v-63gq8q\",m1gSN9wo1:\"framer-v-18in2zc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.8,ease:[.5,0,.88,.77],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"RGFF8A7_R\",data:BlogPTBR,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"RGFF8A7_R\",name:\"i6rDgLYt_\",type:\"Identifier\"},{collection:\"RGFF8A7_R\",name:\"FdWyUYqiY\",type:\"Identifier\"},{collection:\"RGFF8A7_R\",name:\"ahd3Eu5sJ\",type:\"Identifier\"},{collection:\"RGFF8A7_R\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"RGFF8A7_R\",name:\"ahd3Eu5sJ\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"RGFF8A7_R\",name:\"ahd3Eu5sJ\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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={\"BR Stories - Desktop\":\"ClUUov2fe\",\"BR Stories - Mobile\":\"FbxRaFCsk\",\"BR Stories - Tablet\":\"m1gSN9wo1\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ClUUov2fe\"};};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,i6rDgLYt_RGFF8A7_R,FdWyUYqiYRGFF8A7_R,ahd3Eu5sJRGFF8A7_R,idRGFF8A7_R,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ClUUov2fe\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const visible=equals(activeLocale?.id,\"XB7RGlcPM\");const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:visible&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-239qgj\",className,classNames),\"data-framer-name\":\"BR Stories - Desktop\",layoutDependency:layoutDependency,layoutId:\"ClUUov2fe\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,...style},...addPropertyOverrides({FbxRaFCsk:{\"data-framer-name\":\"BR Stories - Mobile\"},m1gSN9wo1:{\"data-framer-name\":\"BR Stories - Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17i5mfv\",layoutDependency:layoutDependency,layoutId:\"Tsavm3Q7A\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__exit:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1caqk87\",\"data-styles-preset\":\"Mh7cdXVT4\",children:\"Hist\\xf3rias similares\"})}),className:\"framer-lqlktn\",\"data-framer-name\":\"Work on big ideas with Axios\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s5WeFW72N\",style:{\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},variants:{FbxRaFCsk:{\"--extracted-1of0zx5\":\"rgb(61, 45, 121)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FbxRaFCsk:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(61, 45, 121))\"},children:\"Hist\\xf3rias similares\"})}),fonts:[\"CUSTOM;Cooper Lt BT Light\"]}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(MotionDivWithShuffledItems1ez3s9j,{className:\"framer-1ez3s9j\",layoutDependency:layoutDependency,layoutId:\"RGFF8A7_R\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RGFF8A7_R\",data:BlogPTBR,type:\"Collection\"},limit:{type:\"LiteralValue\",value:300},select:[{collection:\"RGFF8A7_R\",name:\"i6rDgLYt_\",type:\"Identifier\"},{collection:\"RGFF8A7_R\",name:\"FdWyUYqiY\",type:\"Identifier\"},{collection:\"RGFF8A7_R\",name:\"ahd3Eu5sJ\",type:\"Identifier\"},{collection:\"RGFF8A7_R\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"RGFF8A7_R\",name:\"ahd3Eu5sJ\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"RGFF8A7_R\",name:\"ahd3Eu5sJ\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({ahd3Eu5sJ:ahd3Eu5sJRGFF8A7_R,FdWyUYqiY:FdWyUYqiYRGFF8A7_R,i6rDgLYt_:i6rDgLYt_RGFF8A7_R,id:idRGFF8A7_R},index)=>{i6rDgLYt_RGFF8A7_R??=\"\";ahd3Eu5sJRGFF8A7_R??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RGFF8A7_R-${idRGFF8A7_R}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{i6rDgLYt_:i6rDgLYt_RGFF8A7_R},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{i6rDgLYt_:i6rDgLYt_RGFF8A7_R},webPageId:\"TzzfRSOX_\"},motionChild:true,nodeId:\"v5AkaOKyh\",openInNewTab:false,scopeId:\"zYk28oxBv\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1soaako framer-jrf2bt\",layoutDependency:layoutDependency,layoutId:\"v5AkaOKyh\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kulcw8\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"p8iRv0hOb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"223px\",...toResponsiveImage(FdWyUYqiYRGFF8A7_R)},className:\"framer-u4epro\",layoutDependency:layoutDependency,layoutId:\"RggqyOKfo\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0Nvb3BlciBMdCBCVCBMaWdodA==\",\"--framer-font-family\":'\"Cooper Lt BT Light\", \"Cooper Lt BT Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(61, 45, 121))\"},children:\"As tr\\xeas porquinhas com Davi\"})}),className:\"framer-r8qbad\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Cooper Lt BT Light\"],layoutDependency:layoutDependency,layoutId:\"OxkAFn17Z\",style:{\"--extracted-a0htzi\":\"rgb(61, 45, 121)\"},text:ahd3Eu5sJRGFF8A7_R,verticalAlignment:\"center\",withExternalLayout:true})]})})})})},idRGFF8A7_R);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6hjF6.framer-jrf2bt, .framer-6hjF6 .framer-jrf2bt { display: block; }\",\".framer-6hjF6.framer-239qgj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1000px; overflow: hidden; padding: 40px 0px 60px 0px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6hjF6 .framer-17i5mfv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6hjF6 .framer-lqlktn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 840px; word-break: break-word; word-wrap: break-word; }\",\".framer-6hjF6 .framer-1ez3s9j { display: grid; flex: none; gap: 2px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: 560px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6hjF6 .framer-1soaako { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 280px; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-6hjF6 .framer-kulcw8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 280px; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-6hjF6 .framer-u4epro { flex: none; height: 180px; position: relative; width: 223px; }\",\".framer-6hjF6 .framer-r8qbad { flex: none; height: 77px; position: relative; white-space: pre-wrap; width: 250px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6hjF6.framer-239qgj, .framer-6hjF6 .framer-17i5mfv, .framer-6hjF6 .framer-1soaako, .framer-6hjF6 .framer-kulcw8 { gap: 0px; } .framer-6hjF6.framer-239qgj > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-6hjF6.framer-239qgj > :first-child, .framer-6hjF6 .framer-kulcw8 > :first-child { margin-top: 0px; } .framer-6hjF6.framer-239qgj > :last-child, .framer-6hjF6 .framer-kulcw8 > :last-child { margin-bottom: 0px; } .framer-6hjF6 .framer-17i5mfv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6hjF6 .framer-17i5mfv > :first-child, .framer-6hjF6 .framer-1soaako > :first-child { margin-left: 0px; } .framer-6hjF6 .framer-17i5mfv > :last-child, .framer-6hjF6 .framer-1soaako > :last-child { margin-right: 0px; } .framer-6hjF6 .framer-1soaako > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6hjF6 .framer-kulcw8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-6hjF6.framer-v-18in2zc .framer-1ez3s9j { grid-template-columns: repeat(2, minmax(50px, 1fr)); }\",\".framer-6hjF6.framer-v-63gq8q .framer-1ez3s9j { grid-template-columns: repeat(1, minmax(50px, 1fr)); }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 756\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"m1gSN9wo1\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]},\"FbxRaFCsk\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1000px\",null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzYk28oxBv=withCSS(Component,css,\"framer-6hjF6\");export default FramerzYk28oxBv;FramerzYk28oxBv.displayName=\"BR_stories_carrousel\";FramerzYk28oxBv.defaultProps={height:756,width:1e3};addPropertyControls(FramerzYk28oxBv,{variant:{options:[\"ClUUov2fe\",\"m1gSN9wo1\",\"FbxRaFCsk\"],optionTitles:[\"BR Stories - Desktop\",\"BR Stories - Tablet\",\"BR Stories - Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzYk28oxBv,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Cooper Lt BT Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/ctObLM9EjChKHQYiRgjjpBJSF4.woff2\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzYk28oxBv\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"756\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"m1gSN9wo1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]},\\\"FbxRaFCsk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1000px\\\",null,null]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1000\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withShuffledItems", "Component", "ShuffledComponent", "props", "componentRef", "pe", "shuffleAndDisplayItems", "container", "items", "i", "j", "item", "ue", "p", "HIBSdMkVF_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "HIBSdMkVF_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithShuffledItemsfsy5pq", "withCodeBoundaryForOverrides", "motion", "withShuffledItems", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "equals", "a", "b", "transition1", "transition2", "animation", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "bBxuLp97CZ9TRJQiD7", "YGvvb2OCrZ9TRJQiD7", "lzB6r7_YGZ9TRJQiD7", "idZ9TRJQiD7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "sharedStyleClassNames", "visible", "equals", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "RichTextWithFX", "transition2", "animation", "getLocalizedValue", "MotionDivWithShuffledItemsfsy5pq", "ChildrenCanSuspend", "Llzl52Kmz_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Image2", "toResponsiveImage", "RichText2", "css", "FramerHIBSdMkVF", "withCSS", "HIBSdMkVF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "hZ0P6R_qQ_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "hZ0P6R_qQ_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithShuffledItems5lh6p0", "withCodeBoundaryForOverrides", "motion", "withShuffledItems", "MotionDivWithShuffledItems1x8b5f9", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "equals", "a", "b", "transition1", "transition2", "animation", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "kaYA25MvbR9vdNqdks", "c2X0aMyoNR9vdNqdks", "kyGrpojISR9vdNqdks", "idR9vdNqdks", "ugvlt5EqPNQ1LBVteG", "ipdKPQnfqNQ1LBVteG", "QRSKy7DB5NQ1LBVteG", "idNQ1LBVteG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "sharedStyleClassNames", "visible", "equals", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "RichTextWithFX", "transition2", "animation", "getLocalizedValue", "MotionDivWithShuffledItems5lh6p0", "ChildrenCanSuspend", "QueryData", "EpNtXzYoC_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Image2", "toResponsiveImage", "RichText2", "MotionDivWithShuffledItems1x8b5f9", "LiCuDMsVU_default", "collection1", "paginationInfo1", "loadMore1", "index1", "css", "FramerhZ0P6R_qQ", "withCSS", "hZ0P6R_qQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "YlwEnISKl_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "YlwEnISKl_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithShuffledItems1rtvyvx", "withCodeBoundaryForOverrides", "motion", "withShuffledItems", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "equals", "a", "b", "transition1", "transition2", "animation", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "TQ6rfCtXJjvPXyZkoB", "OAf9fbGpOjvPXyZkoB", "gKJf03RwhjvPXyZkoB", "idjvPXyZkoB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "sharedStyleClassNames", "visible", "equals", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "RichTextWithFX", "transition2", "animation", "getLocalizedValue", "MotionDivWithShuffledItems1rtvyvx", "ChildrenCanSuspend", "z5xACcxQR_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Image2", "toResponsiveImage", "RichText2", "css", "FramerYlwEnISKl", "withCSS", "YlwEnISKl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "zYk28oxBv_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "valuesByLocaleId", "zYk28oxBv_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithShuffledItems1ez3s9j", "withCodeBoundaryForOverrides", "motion", "withShuffledItems", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "equals", "a", "b", "transition1", "transition2", "animation", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "i6rDgLYt_RGFF8A7_R", "FdWyUYqiYRGFF8A7_R", "ahd3Eu5sJRGFF8A7_R", "idRGFF8A7_R", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "sharedStyleClassNames", "visible", "equals", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "RichTextWithFX", "transition2", "animation", "getLocalizedValue", "MotionDivWithShuffledItems1ez3s9j", "ChildrenCanSuspend", "nNAB2jmEf_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Image2", "toResponsiveImage", "RichText2", "css", "FramerzYk28oxBv", "withCSS", "zYk28oxBv_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
