{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1UsomJS6SUgzdQ8HeloU/ypGykcKcWWQRg7SEyEmD/lYTi7thIg.js"],
  "sourcesContent": ["// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import NavigationCopy2 from\"#framer/local/canvasComponent/AYrS0VqNl/AYrS0VqNl.js\";import Footer from\"#framer/local/canvasComponent/CkqlQPU3d/CkqlQPU3d.js\";import CardsFeatures from\"#framer/local/canvasComponent/DIfjvnXV2/DIfjvnXV2.js\";import BlockFeatures from\"#framer/local/canvasComponent/GTFrcJaOR/GTFrcJaOR.js\";import NavSimple from\"#framer/local/canvasComponent/hH1DdpI8D/hH1DdpI8D.js\";import FAQFeatures from\"#framer/local/canvasComponent/HXCBl9cg5/HXCBl9cg5.js\";import Testimonials from\"#framer/local/canvasComponent/Q14WDvjkr/Q14WDvjkr.js\";import LastCTAFeatures from\"#framer/local/canvasComponent/t6PdhRdSW/t6PdhRdSW.js\";import HeroFeatures from\"#framer/local/canvasComponent/yv_9eGaeI/yv_9eGaeI.js\";import*as sharedStyle from\"#framer/local/css/FrmIiosDO/FrmIiosDO.js\";import*as sharedStyle1 from\"#framer/local/css/P4_JKMBhi/P4_JKMBhi.js\";import metadataProvider from\"#framer/local/webPageMetadata/lYTi7thIg/lYTi7thIg.js\";const NavSimpleFonts=getFonts(NavSimple);const HeroFeaturesFonts=getFonts(HeroFeatures);const BlockFeaturesFonts=getFonts(BlockFeatures);const CardsFeaturesFonts=getFonts(CardsFeatures);const TestimonialsFonts=getFonts(Testimonials);const FAQFeaturesFonts=getFonts(FAQFeatures);const LastCTAFeaturesFonts=getFonts(LastCTAFeatures);const FooterFonts=getFonts(Footer);const NavigationCopy2Fonts=getFonts(NavigationCopy2);const breakpoints={b19ENfXQW:\"(max-width: 809px)\",kYkF9zvHH:\"(min-width: 810px) and (max-width: 1199px)\",nDW3GDhNe:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RE0dq\";const variantClassNames={b19ENfXQW:\"framer-v-1ljlp95\",kYkF9zvHH:\"framer-v-1u5zfg\",nDW3GDhNe:\"framer-v-8y3x07\"};const valuesByLocaleId={LJH2oAYxo:new LazyValue(()=>import(\"./lYTi7thIg-1.js\")),LyXfxCsE1:new LazyValue(()=>import(\"./lYTi7thIg-0.js\")),ZRDYtYONd:new LazyValue(()=>import(\"./lYTi7thIg-2.js\"))};function preloadLocalizedValues(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}}function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}}const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"nDW3GDhNe\",Phone:\"b19ENfXQW\",Tablet:\"kYkF9zvHH\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"nDW3GDhNe\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-RE0dq`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-RE0dq`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"b19ENfXQW\")return false;return true;};const elementId=useRouteElementId(\"QfTU3Bfyj\");const ref2=React.useRef(null);const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"b19ENfXQW\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nDW3GDhNe\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8y3x07\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1plff2c\",children:isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kYkF9zvHH:{width:\"calc((100vw - 80px) * 0.9)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"83vw\",y:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tuubze-container hidden-1ljlp95\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kYkF9zvHH:{variant:\"FwlgLYxvb\"}},children:/*#__PURE__*/_jsx(NavSimple,{height:\"100%\",id:\"QfTU3Bfyj\",JU5116W8C:\"PqgBulBPi\",layoutId:\"QfTU3Bfyj\",LylWg8UG8:5,style:{height:\"100%\",width:\"100%\"},Tyvh_HtHO:\"rgb(0, 0, 0)\",UXx0PlkgJ:\"rgb(144, 100, 237)\",variant:\"J7TtQthx_\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{y:50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:\"100vw\",y:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10ju9bt-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{variant:\"ZW1qFt1QO\"},kYkF9zvHH:{variant:\"aSqms1xz3\"}},children:/*#__PURE__*/_jsx(HeroFeatures,{eidJmpSlu:addImageAlt({src:\"https://framerusercontent.com/images/SkR2edDW7txJ4BU5647hu7B82Q.png\",srcSet:\"https://framerusercontent.com/images/SkR2edDW7txJ4BU5647hu7B82Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/SkR2edDW7txJ4BU5647hu7B82Q.png 701w\"},(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"An AI social media post generator\"),fo4dIpt1e:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Generate Tweets, Instagram posts or LinkedIn posts in your own tone of voice using WhisperTranscribe. Save hours by automating your content production.\",height:\"100%\",id:\"A5ptZr92l\",jNBDIaE28:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Use AI to generate social media posts from your audio in minutes.\",layoutId:\"A5ptZr92l\",oV_u22xxP:(_getLocalizedValue3=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Social Media Post Generator for Podcasts\",QSQciBPGO:\"rgb(0, 0, 0)\",style:{width:\"100%\"},variant:\"pINFNokAK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{y:710}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,width:\"100vw\",y:791,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7qenw2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{variant:\"KFRRZy32N\"},kYkF9zvHH:{variant:\"a7__5WvHg\"}},children:/*#__PURE__*/_jsx(BlockFeatures,{fSY6lRSQ_:addImageAlt({src:\"https://framerusercontent.com/images/8VNQsL7EQfaH33ih8NBtBjqEYoQ.png\",srcSet:\"https://framerusercontent.com/images/8VNQsL7EQfaH33ih8NBtBjqEYoQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/8VNQsL7EQfaH33ih8NBtBjqEYoQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/8VNQsL7EQfaH33ih8NBtBjqEYoQ.png 1332w\"},(_getLocalizedValue4=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"An image of ChatGPT creating social media posts\"),GxJgNui9Q:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"Grow your audience with automated social media posts\",height:\"100%\",id:\"u9u6SEPGn\",layoutId:\"u9u6SEPGn\",style:{width:\"100%\"},variant:\"AAuQ9th2n\",WHVxqO67G:(_getLocalizedValue6=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"With WhisperTranscribe, you can create 10s of social media posts from each of your episodes. We follow best practises to optimize those posts for Instagram, Twitter, LinkedIn and other platforms. Add your own tone of voice and use the AI rewrite functionality to fine tune the results. \",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-12djlnz\",\"data-framer-name\":\"3 in line no link\",name:\"3 in line no link\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7w6len\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xyf3ko\",\"data-styles-preset\":\"FrmIiosDO\",style:{\"--framer-text-alignment\":\"center\"},children:\"Why create social media posts with WhisperTranscribe?\"})}),className:\"framer-123hk5b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c2mpj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:1434},kYkF9zvHH:{width:\"min(max((100vw - 96px) / 3, 1px), 100vw - 80px)\",y:1455}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:1539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8l8y36-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue8=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"Craft the perfect social media posts in seconds instead of hours. Generate social media posts automatically whenever you publish a new episode or release a new video.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/3yAwtQPPbTMkHBFNsn3J9mSYkwU.png\"},(_getLocalizedValue9=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"A target with a golden star inside\"),Dx50D__Wz:(_getLocalizedValue10=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:\"10x your output\",height:\"100%\",id:\"FsPOnXil6\",layoutId:\"FsPOnXil6\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"jqiru9xdL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:1741},kYkF9zvHH:{width:\"min(max((100vw - 96px) / 3, 1px), 100vw - 80px)\",y:1455}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:1539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4y7cbj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue11=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:\"Automatically generate content for all social platforms. This will help you further grow your audience.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/wBOfUQCXNSF07AoNClFHzP29ozE.png\"},(_getLocalizedValue12=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:\"A colourful funnel\"),Dx50D__Wz:(_getLocalizedValue13=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:\"New channels\",height:\"100%\",id:\"l5c7HfTg3\",layoutId:\"l5c7HfTg3\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"jqiru9xdL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:2048},kYkF9zvHH:{width:\"min(max((100vw - 96px) / 3, 1px), 100vw - 80px)\",y:1455}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:1539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6yi0cc-container\",children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue14=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:\"The AI will let you create posts in your own tone of voice. Create social media posts that always follow a winning formula.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/wNcIsdzlgyPJ0TThaIpI6daE2Q.png\"},(_getLocalizedValue15=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:\"A colourful cricle representing consistancy\"),Dx50D__Wz:(_getLocalizedValue16=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:\"Higher consistancy\",height:\"100%\",id:\"SzKIUOezm\",layoutId:\"SzKIUOezm\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"jqiru9xdL\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-50y1uf\",\"data-framer-name\":\"3 in line no link\",name:\"3 in line no link\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-169krz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xyf3ko\",\"data-styles-preset\":\"FrmIiosDO\",style:{\"--framer-text-alignment\":\"center\"},children:\"How to create social media posts in WhisperTranscribe\"})}),className:\"framer-nrjvv4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1r3rrme\",\"data-styles-preset\":\"P4_JKMBhi\",style:{\"--framer-text-alignment\":\"center\"},children:\"Create 10s of social media posts from any of your episodes for free now. Here is how: \"})}),className:\"framer-1lu8cm6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{background:{alt:(_getLocalizedValue19=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:\"Social media generator\",fit:\"fill\",intrinsicHeight:2028,intrinsicWidth:3388,loading:getLoadingLazyAtYPosition(2711),pixelHeight:2028,pixelWidth:3388,sizes:\"1px\",src:\"https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png\",srcSet:\"https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=512 512w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png 3388w\"}},kYkF9zvHH:{background:{alt:(_getLocalizedValue20=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:\"Social media generator\",fit:\"fill\",intrinsicHeight:2028,intrinsicWidth:3388,loading:getLoadingLazyAtYPosition(2058),pixelHeight:2028,pixelWidth:3388,sizes:\"1px\",src:\"https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png\",srcSet:\"https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=512 512w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png 3388w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue21=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:\"Social media generator\",fit:\"fill\",intrinsicHeight:2028,intrinsicWidth:3388,loading:getLoadingLazyAtYPosition(2226),pixelHeight:2028,pixelWidth:3388,sizes:\"1px\",src:\"https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png\",srcSet:\"https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=512 512w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/wPybM8JntOqjNI8neh84yXUOWM.png 3388w\"},className:\"framer-hsfgub\",\"data-framer-name\":\"SocialMedia\",name:\"SocialMedia\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r1ghz9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yjpf49\",\"data-framer-name\":\"Cards Features\",name:\"Cards Features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k0j59n\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{background:{alt:\"An abstract watch representing high speed\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3082),pixelHeight:240,pixelWidth:240,src:\"data:framer/asset-reference,rlxLiEoaCfSPrQOmxeZNqeNXY.png?originalFilename=Speed+%281%29.png&preferredSize=auto\"}},kYkF9zvHH:{background:{alt:\"An abstract watch representing high speed\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2451),pixelHeight:240,pixelWidth:240,src:\"data:framer/asset-reference,rlxLiEoaCfSPrQOmxeZNqeNXY.png?originalFilename=Speed+%281%29.png&preferredSize=auto\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2825),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/QKJ9QvRdI653ekQqvXBOiE1NyE.png\"},className:\"framer-18j4et2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"1. Add your podcast\"})}),className:\"framer-1og8fz7\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Upload your podcast directly in the app, or transcribe your podcast from a YouTube link or RSS link.\"})}),className:\"framer-18s9z8t\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1llrnhs\",\"data-framer-name\":\"Cards Features\",name:\"Cards Features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r378th\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{background:{alt:\"A star on a target representing high accuracy\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3437.2),pixelHeight:240,pixelWidth:240,src:\"data:framer/asset-reference,3yAwtQPPbTMkHBFNsn3J9mSYkwU.png?originalFilename=High+accuracy.png&preferredSize=auto\"}},kYkF9zvHH:{background:{alt:\"A star on a target representing high accuracy\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2451),pixelHeight:240,pixelWidth:240,src:\"data:framer/asset-reference,3yAwtQPPbTMkHBFNsn3J9mSYkwU.png?originalFilename=High+accuracy.png&preferredSize=auto\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2825),pixelHeight:240,pixelWidth:240,src:\"https://framerusercontent.com/images/Jf5nctCjWiw5vb0KwO45QNHc0s.png\"},className:\"framer-ym3a20\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue24=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"2. Review results\"})}),className:\"framer-x4tdhr\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue25=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Review the automatically generated social media posts right in the Content Hub. You can still adjust those posts and add your own tone of voice. \"})}),className:\"framer-109ffbi\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-za5ldj\",\"data-framer-name\":\"Cards Features\",name:\"Cards Features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yv46bj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{background:{alt:\"A star on a target representing high accuracy\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3792.4),pixelHeight:240,pixelWidth:241,src:\"data:framer/asset-reference,3yAwtQPPbTMkHBFNsn3J9mSYkwU.png?originalFilename=High+accuracy.png&preferredSize=auto\"}},kYkF9zvHH:{background:{alt:\"A star on a target representing high accuracy\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2451),pixelHeight:240,pixelWidth:241,src:\"data:framer/asset-reference,3yAwtQPPbTMkHBFNsn3J9mSYkwU.png?originalFilename=High+accuracy.png&preferredSize=auto\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2825),pixelHeight:240,pixelWidth:241,src:\"https://framerusercontent.com/images/L9IQ8WJuw1xlcmjI8dATzHdK97M.png\"},className:\"framer-13c8g71\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue26=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"3. Fine tune results\"})}),className:\"framer-5vc8sc\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue27=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Use the AI rewrite functionality to add your own brand voice, give it an example or adjust the language, length or anything else you might need! \"})}),className:\"framer-1lj1z1d\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-u3vxcx\",\"data-framer-name\":\"Features with links\",name:\"Features with links\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lpdt8n\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue28=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1xyf3ko\",\"data-styles-preset\":\"FrmIiosDO\",style:{\"--framer-text-alignment\":\"center\"},children:\"More than just a social media posts\"})}),className:\"framer-1msmhui\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue29=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1r3rrme\",\"data-styles-preset\":\"P4_JKMBhi\",style:{\"--framer-text-alignment\":\"center\"},children:\"Get publish ready content from your audio with WhisperTranscribe in minutes\"})}),className:\"framer-fn35s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z0fl8n\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gw00r6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3f34um\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PqMtjmYg0\"},implicitPathVariables:undefined},{href:{webPageId:\"PqMtjmYg0\"},implicitPathVariables:undefined},{href:{webPageId:\"PqMtjmYg0\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:4597.6},kYkF9zvHH:{width:\"min(max((100vw - 112px) / 3, 1px), 100vw - 80px)\",y:3256.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:3551.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gbt2ro-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{style:{maxWidth:\"100%\",width:\"100%\"},zv0fpTv6H:resolvedLinks[2]},kYkF9zvHH:{zv0fpTv6H:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Get engaging show notes from your podcast in minutes with the help of our custom AI.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/SE5YGy67L08x7nQQIcTcL6OM.png\"},(_getLocalizedValue1=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"AI Show notes\"),Dx50D__Wz:(_getLocalizedValue2=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Show Notes\",height:\"100%\",id:\"lHdicm_9D\",layoutId:\"lHdicm_9D\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"MgeaQovbT\",width:\"100%\",zv0fpTv6H:resolvedLinks[0]})})})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Q6SrQYoPc\"},implicitPathVariables:undefined},{href:{webPageId:\"Q6SrQYoPc\"},implicitPathVariables:undefined},{href:{webPageId:\"Q6SrQYoPc\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:4888.6},kYkF9zvHH:{width:\"min(max((100vw - 112px) / 3, 1px), 100vw - 80px)\",y:3256.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:3551.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12jrr4v-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{zv0fpTv6H:resolvedLinks1[2]},kYkF9zvHH:{zv0fpTv6H:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Get chapters from your podcast including the right timestamps to improve your accessibility and navitation.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/vmwhLeXOPw7cfHZyyZdmoUwgY.png\"},(_getLocalizedValue1=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"AI chapter generator\"),Dx50D__Wz:(_getLocalizedValue2=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Chapter Generator\",height:\"100%\",id:\"pk8PrCxVB\",layoutId:\"pk8PrCxVB\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MgeaQovbT\",width:\"100%\",zv0fpTv6H:resolvedLinks1[0]})})})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VmUsXbEDg\"},implicitPathVariables:undefined},{href:{webPageId:\"VmUsXbEDg\"},implicitPathVariables:undefined},{href:{webPageId:\"VmUsXbEDg\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:5179.6},kYkF9zvHH:{width:\"min(max((100vw - 112px) / 3, 1px), 100vw - 80px)\",y:3256.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:3551.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19sxvmo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{zv0fpTv6H:resolvedLinks2[2]},kYkF9zvHH:{zv0fpTv6H:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Automatically generate a newsletter from your episode with one click.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/MJXZeY4xVrAQVQcitvsDEpnCfg.png\"},(_getLocalizedValue1=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"AI newsletter generator\"),Dx50D__Wz:(_getLocalizedValue2=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Newsletter Generator\",height:\"100%\",id:\"gXMhCUsGN\",layoutId:\"gXMhCUsGN\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MgeaQovbT\",width:\"100%\",zv0fpTv6H:resolvedLinks2[0]})})})})});}})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9anev8\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oMkL9KuHx\"},implicitPathVariables:undefined},{href:{webPageId:\"oMkL9KuHx\"},implicitPathVariables:undefined},{href:{webPageId:\"oMkL9KuHx\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:5470.6},kYkF9zvHH:{width:\"min(max((100vw - 112px) / 3, 1px), 100vw - 80px)\",y:3547.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:3866.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rxz7n5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{style:{maxWidth:\"100%\",width:\"100%\"},zv0fpTv6H:resolvedLinks3[2]},kYkF9zvHH:{zv0fpTv6H:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue=getLocalizedValue(\"v38\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Get your transcript in 55+ languages in minutes. Download the transcript as SRT or VTT.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/0pT0OWkz6MhJNHPKwRSVaNc8XKo.png\"},(_getLocalizedValue1=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"AI transcript generator\"),Dx50D__Wz:(_getLocalizedValue2=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Podcast Transcript\",height:\"100%\",id:\"esRJZYmk0\",layoutId:\"esRJZYmk0\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"MgeaQovbT\",width:\"100%\",zv0fpTv6H:resolvedLinks3[0]})})})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"J2hFmVgAg\"},implicitPathVariables:undefined},{href:{webPageId:\"J2hFmVgAg\"},implicitPathVariables:undefined},{href:{webPageId:\"J2hFmVgAg\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:5761.6},kYkF9zvHH:{width:\"min(max((100vw - 112px) / 3, 1px), 100vw - 80px)\",y:3547.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:3866.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vm4v6h-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{zv0fpTv6H:resolvedLinks4[2]},kYkF9zvHH:{zv0fpTv6H:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue=getLocalizedValue(\"v41\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Automatically extract the best quotes from your audio. Get engaging, inspiring, funny or motivational quotes in seconds.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/VGCCIlDWSTMQMzALPLpykuuxB4.png\"},(_getLocalizedValue1=getLocalizedValue(\"v42\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"AI quote finder\"),Dx50D__Wz:(_getLocalizedValue2=getLocalizedValue(\"v40\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Quotes\",height:\"100%\",id:\"bnaVr4HFo\",layoutId:\"bnaVr4HFo\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MgeaQovbT\",width:\"100%\",zv0fpTv6H:resolvedLinks4[0]})})})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Y0qJ2e2h0\"},implicitPathVariables:undefined},{href:{webPageId:\"Y0qJ2e2h0\"},implicitPathVariables:undefined},{href:{webPageId:\"Y0qJ2e2h0\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"calc(100vw - 80px)\",y:6052.6},kYkF9zvHH:{width:\"min(max((100vw - 112px) / 3, 1px), 100vw - 80px)\",y:3547.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:3866.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12odpd6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{zv0fpTv6H:resolvedLinks5[2]},kYkF9zvHH:{zv0fpTv6H:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue=getLocalizedValue(\"v44\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Get SEO optimized blog-posts from your audio in your own style.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/md0UVoxj242XJmaW2Dpfnocmt7Y.png\"},(_getLocalizedValue1=getLocalizedValue(\"v45\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"AI audio to blog converter\"),Dx50D__Wz:(_getLocalizedValue2=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Blog Posts\",height:\"100%\",id:\"uvU2nmjU8\",layoutId:\"uvU2nmjU8\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"MgeaQovbT\",width:\"100%\",zv0fpTv6H:resolvedLinks5[0]})})})})});}})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{y:6403.6},kYkF9zvHH:{y:3898.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"100vw\",y:4229.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12cqzkr-container\",children:/*#__PURE__*/_jsx(Testimonials,{height:\"100%\",id:\"QwhYAeh4q\",layoutId:\"QwhYAeh4q\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{width:\"100vw\",y:7122.6},kYkF9zvHH:{y:4617.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:889,width:\"93.3333vw\",y:4948.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ubkfhi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{variant:\"K1IUeWMMo\"}},children:/*#__PURE__*/_jsx(FAQFeatures,{height:\"100%\",id:\"VLlRAAcCl\",layoutId:\"VLlRAAcCl\",style:{width:\"100%\"},variant:\"Jq6KFveSY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{y:8011.6},kYkF9zvHH:{y:5506.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:561,width:\"100vw\",y:5837.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qjr8vg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{variant:\"QOWh_tQxx\"},kYkF9zvHH:{variant:\"NSsVVrz6d\"}},children:/*#__PURE__*/_jsx(LastCTAFeatures,{height:\"100%\",id:\"JX8SPPkli\",layoutId:\"JX8SPPkli\",qGVwGenWp:(_getLocalizedValue30=getLocalizedValue(\"v47\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:\"Create 10s of social media posts for each of your podcast episodes. These are optimized for each of the big social media networks and will help you grow your audience accross different channels. Join 12k+ creators who already benefit from this!\",style:{width:\"100%\"},variant:\"Kdd7tO5VS\",vXS6oeIgR:addImageAlt({src:\"https://framerusercontent.com/images/RKVSIici8zi8vbVOomWHyBtWDPQ.png\",srcSet:\"https://framerusercontent.com/images/RKVSIici8zi8vbVOomWHyBtWDPQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/RKVSIici8zi8vbVOomWHyBtWDPQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RKVSIici8zi8vbVOomWHyBtWDPQ.png 1330w\"},(_getLocalizedValue31=getLocalizedValue(\"v48\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:\"Abstract representation of social media icons\"),width:\"100%\",X8zlsAYVX:(_getLocalizedValue32=getLocalizedValue(\"v46\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:\"Want to try it?\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{y:8572.6},kYkF9zvHH:{y:6067.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:422,width:\"100vw\",y:6398.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3id0gq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{variant:\"pbs5cMLx0\"},kYkF9zvHH:{variant:\"EpK_pLskF\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"aujPKmcOF\",layoutId:\"aujPKmcOF\",style:{width:\"100%\"},variant:\"nxxGcJ4QI\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b19ENfXQW:{height:64,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-71pzyb-container hidden-8y3x07 hidden-1u5zfg\",layoutScroll:true,children:/*#__PURE__*/_jsx(NavigationCopy2,{height:\"100%\",id:\"QxXa97Cgi\",layoutId:\"QxXa97Cgi\",style:{width:\"100%\"},variant:\"XVacsmsVm\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-RE0dq { background: white; }`,\".framer-RE0dq.framer-6uyti1, .framer-RE0dq .framer-6uyti1 { display: block; }\",\".framer-RE0dq.framer-8y3x07 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-RE0dq .framer-1plff2c { 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: 30px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-RE0dq .framer-1tuubze-container { flex: none; height: 81px; position: relative; width: 83%; z-index: 10; }\",\".framer-RE0dq .framer-10ju9bt-container, .framer-RE0dq .framer-7qenw2-container, .framer-RE0dq .framer-1qjr8vg-container, .framer-RE0dq .framer-3id0gq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-RE0dq .framer-12djlnz, .framer-RE0dq .framer-50y1uf, .framer-RE0dq .framer-u3vxcx { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 40px 60px 40px; position: relative; width: 1200px; }\",\".framer-RE0dq .framer-7w6len { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RE0dq .framer-123hk5b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 1120px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RE0dq .framer-1c2mpj, .framer-RE0dq .framer-r1ghz9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; }\",\".framer-RE0dq .framer-8l8y36-container, .framer-RE0dq .framer-4y7cbj-container, .framer-RE0dq .framer-1gbt2ro-container, .framer-RE0dq .framer-1rxz7n5-container { align-self: stretch; flex: 1 0 0px; height: auto; max-width: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-RE0dq .framer-6yi0cc-container, .framer-RE0dq .framer-12jrr4v-container, .framer-RE0dq .framer-19sxvmo-container, .framer-RE0dq .framer-vm4v6h-container, .framer-RE0dq .framer-12odpd6-container { flex: 1 0 0px; height: auto; max-width: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-RE0dq .framer-169krz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: 755px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RE0dq .framer-nrjvv4, .framer-RE0dq .framer-1msmhui { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-RE0dq .framer-1lu8cm6, .framer-RE0dq .framer-fn35s { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RE0dq .framer-hsfgub { aspect-ratio: 1.6706114398422092 / 1; border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; border-top-left-radius: 19px; border-top-right-radius: 19px; flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 981px); }\",\".framer-RE0dq .framer-yjpf49, .framer-RE0dq .framer-1llrnhs { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; max-width: 100%; overflow: visible; padding: 24px; position: relative; width: 1px; z-index: 1; }\",\".framer-RE0dq .framer-1k0j59n, .framer-RE0dq .framer-1r378th, .framer-RE0dq .framer-yv46bj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-RE0dq .framer-18j4et2, .framer-RE0dq .framer-ym3a20, .framer-RE0dq .framer-13c8g71 { aspect-ratio: 1 / 1; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; flex: none; height: var(--framer-aspect-ratio-supported, 120px); position: relative; width: 120px; }\",\".framer-RE0dq .framer-1og8fz7, .framer-RE0dq .framer-18s9z8t, .framer-RE0dq .framer-x4tdhr, .framer-RE0dq .framer-109ffbi, .framer-RE0dq .framer-5vc8sc, .framer-RE0dq .framer-1lj1z1d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RE0dq .framer-za5ldj { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 24px; position: relative; width: 1px; z-index: 1; }\",\".framer-RE0dq .framer-lpdt8n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 111px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1120px; }\",\".framer-RE0dq .framer-z0fl8n, .framer-RE0dq .framer-1gw00r6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1120px; }\",\".framer-RE0dq .framer-3f34um, .framer-RE0dq .framer-9anev8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 24px 12px 24px; position: relative; width: 100%; }\",\".framer-RE0dq .framer-12cqzkr-container { flex: none; height: 719px; position: relative; width: 100%; }\",\".framer-RE0dq .framer-ubkfhi-container { flex: none; height: auto; position: relative; width: 93%; }\",\".framer-RE0dq .framer-71pzyb-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RE0dq.framer-8y3x07, .framer-RE0dq .framer-1plff2c, .framer-RE0dq .framer-12djlnz, .framer-RE0dq .framer-7w6len, .framer-RE0dq .framer-1c2mpj, .framer-RE0dq .framer-50y1uf, .framer-RE0dq .framer-169krz, .framer-RE0dq .framer-r1ghz9, .framer-RE0dq .framer-yjpf49, .framer-RE0dq .framer-1k0j59n, .framer-RE0dq .framer-1llrnhs, .framer-RE0dq .framer-1r378th, .framer-RE0dq .framer-za5ldj, .framer-RE0dq .framer-yv46bj, .framer-RE0dq .framer-u3vxcx, .framer-RE0dq .framer-lpdt8n, .framer-RE0dq .framer-z0fl8n, .framer-RE0dq .framer-1gw00r6, .framer-RE0dq .framer-3f34um, .framer-RE0dq .framer-9anev8 { gap: 0px; } .framer-RE0dq.framer-8y3x07 > *, .framer-RE0dq .framer-z0fl8n > *, .framer-RE0dq .framer-1gw00r6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RE0dq.framer-8y3x07 > :first-child, .framer-RE0dq .framer-12djlnz > :first-child, .framer-RE0dq .framer-7w6len > :first-child, .framer-RE0dq .framer-50y1uf > :first-child, .framer-RE0dq .framer-169krz > :first-child, .framer-RE0dq .framer-1k0j59n > :first-child, .framer-RE0dq .framer-1r378th > :first-child, .framer-RE0dq .framer-yv46bj > :first-child, .framer-RE0dq .framer-u3vxcx > :first-child, .framer-RE0dq .framer-lpdt8n > :first-child, .framer-RE0dq .framer-z0fl8n > :first-child, .framer-RE0dq .framer-1gw00r6 > :first-child { margin-top: 0px; } .framer-RE0dq.framer-8y3x07 > :last-child, .framer-RE0dq .framer-12djlnz > :last-child, .framer-RE0dq .framer-7w6len > :last-child, .framer-RE0dq .framer-50y1uf > :last-child, .framer-RE0dq .framer-169krz > :last-child, .framer-RE0dq .framer-1k0j59n > :last-child, .framer-RE0dq .framer-1r378th > :last-child, .framer-RE0dq .framer-yv46bj > :last-child, .framer-RE0dq .framer-u3vxcx > :last-child, .framer-RE0dq .framer-lpdt8n > :last-child, .framer-RE0dq .framer-z0fl8n > :last-child, .framer-RE0dq .framer-1gw00r6 > :last-child { margin-bottom: 0px; } .framer-RE0dq .framer-1plff2c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RE0dq .framer-1plff2c > :first-child, .framer-RE0dq .framer-1c2mpj > :first-child, .framer-RE0dq .framer-r1ghz9 > :first-child, .framer-RE0dq .framer-yjpf49 > :first-child, .framer-RE0dq .framer-1llrnhs > :first-child, .framer-RE0dq .framer-za5ldj > :first-child, .framer-RE0dq .framer-3f34um > :first-child, .framer-RE0dq .framer-9anev8 > :first-child { margin-left: 0px; } .framer-RE0dq .framer-1plff2c > :last-child, .framer-RE0dq .framer-1c2mpj > :last-child, .framer-RE0dq .framer-r1ghz9 > :last-child, .framer-RE0dq .framer-yjpf49 > :last-child, .framer-RE0dq .framer-1llrnhs > :last-child, .framer-RE0dq .framer-za5ldj > :last-child, .framer-RE0dq .framer-3f34um > :last-child, .framer-RE0dq .framer-9anev8 > :last-child { margin-right: 0px; } .framer-RE0dq .framer-12djlnz > *, .framer-RE0dq .framer-50y1uf > *, .framer-RE0dq .framer-u3vxcx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-RE0dq .framer-7w6len > *, .framer-RE0dq .framer-lpdt8n > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RE0dq .framer-1c2mpj > *, .framer-RE0dq .framer-r1ghz9 > *, .framer-RE0dq .framer-3f34um > *, .framer-RE0dq .framer-9anev8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-RE0dq .framer-169krz > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-RE0dq .framer-yjpf49 > *, .framer-RE0dq .framer-1llrnhs > *, .framer-RE0dq .framer-za5ldj > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-RE0dq .framer-1k0j59n > *, .framer-RE0dq .framer-1r378th > *, .framer-RE0dq .framer-yv46bj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-RE0dq { background: white; } .framer-RE0dq.framer-8y3x07 { width: 810px; } .framer-RE0dq .framer-1plff2c { padding: 30px 40px 20px 40px; } .framer-RE0dq .framer-1tuubze-container { width: 90%; } .framer-RE0dq .framer-12djlnz, .framer-RE0dq .framer-50y1uf { padding: 60px 40px 60px 40px; width: 100%; } .framer-RE0dq .framer-1c2mpj, .framer-RE0dq .framer-r1ghz9 { gap: 8px; padding: 0px; } .framer-RE0dq .framer-169krz { height: 573px; } .framer-RE0dq .framer-hsfgub { width: var(--framer-aspect-ratio-supported, 627px); } .framer-RE0dq .framer-u3vxcx, .framer-RE0dq .framer-z0fl8n, .framer-RE0dq .framer-1gw00r6 { width: 100%; } .framer-RE0dq .framer-lpdt8n { height: min-content; width: 100%; } .framer-RE0dq .framer-3f34um, .framer-RE0dq .framer-9anev8 { padding: 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RE0dq .framer-1c2mpj, .framer-RE0dq .framer-r1ghz9 { gap: 0px; } .framer-RE0dq .framer-1c2mpj > *, .framer-RE0dq .framer-r1ghz9 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-RE0dq .framer-1c2mpj > :first-child, .framer-RE0dq .framer-r1ghz9 > :first-child { margin-left: 0px; } .framer-RE0dq .framer-1c2mpj > :last-child, .framer-RE0dq .framer-r1ghz9 > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-RE0dq { background: white; } .framer-RE0dq.framer-8y3x07 { width: 390px; } .framer-RE0dq .framer-1plff2c { flex-direction: column; min-height: 131px; padding: 30px 24px 20px 24px; } .framer-RE0dq .framer-12djlnz, .framer-RE0dq .framer-50y1uf, .framer-RE0dq .framer-u3vxcx, .framer-RE0dq .framer-z0fl8n, .framer-RE0dq .framer-1gw00r6, .framer-RE0dq .framer-ubkfhi-container { width: 100%; } .framer-RE0dq .framer-1c2mpj, .framer-RE0dq .framer-r1ghz9 { flex-direction: column; padding: 0px; } .framer-RE0dq .framer-8l8y36-container, .framer-RE0dq .framer-4y7cbj-container, .framer-RE0dq .framer-1gbt2ro-container, .framer-RE0dq .framer-1rxz7n5-container { align-self: unset; flex: none; width: 100%; } .framer-RE0dq .framer-6yi0cc-container, .framer-RE0dq .framer-za5ldj, .framer-RE0dq .framer-12jrr4v-container, .framer-RE0dq .framer-19sxvmo-container, .framer-RE0dq .framer-vm4v6h-container, .framer-RE0dq .framer-12odpd6-container { flex: none; width: 100%; } .framer-RE0dq .framer-169krz { height: 551px; } .framer-RE0dq .framer-hsfgub { width: var(--framer-aspect-ratio-supported, 334px); } .framer-RE0dq .framer-yjpf49, .framer-RE0dq .framer-1llrnhs { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-RE0dq .framer-lpdt8n { height: min-content; width: 100%; } .framer-RE0dq .framer-3f34um, .framer-RE0dq .framer-9anev8 { flex-direction: column; gap: 0px; padding: 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RE0dq .framer-1plff2c, .framer-RE0dq .framer-1c2mpj, .framer-RE0dq .framer-r1ghz9, .framer-RE0dq .framer-3f34um, .framer-RE0dq .framer-9anev8 { gap: 0px; } .framer-RE0dq .framer-1plff2c > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RE0dq .framer-1plff2c > :first-child, .framer-RE0dq .framer-1c2mpj > :first-child, .framer-RE0dq .framer-r1ghz9 > :first-child, .framer-RE0dq .framer-3f34um > :first-child, .framer-RE0dq .framer-9anev8 > :first-child { margin-top: 0px; } .framer-RE0dq .framer-1plff2c > :last-child, .framer-RE0dq .framer-1c2mpj > :last-child, .framer-RE0dq .framer-r1ghz9 > :last-child, .framer-RE0dq .framer-3f34um > :last-child, .framer-RE0dq .framer-9anev8 > :last-child { margin-bottom: 0px; } .framer-RE0dq .framer-1c2mpj > *, .framer-RE0dq .framer-r1ghz9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RE0dq .framer-3f34um > *, .framer-RE0dq .framer-9anev8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7043.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kYkF9zvHH\":{\"layout\":[\"fixed\",\"auto\"]},\"b19ENfXQW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerlYTi7thIg=withCSS(Component,css,\"framer-RE0dq\");export default FramerlYTi7thIg;FramerlYTi7thIg.displayName=\"Podcast Episode Title Generator\";FramerlYTi7thIg.defaultProps={height:7043.5,width:1200};addFonts(FramerlYTi7thIg,[{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:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...NavSimpleFonts,...HeroFeaturesFonts,...BlockFeaturesFonts,...CardsFeaturesFonts,...TestimonialsFonts,...FAQFeaturesFonts,...LastCTAFeaturesFonts,...FooterFonts,...NavigationCopy2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlYTi7thIg\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7043.5\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kYkF9zvHH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b19ENfXQW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavSimpleFonts", "getFonts", "hH1DdpI8D_default", "HeroFeaturesFonts", "yv_9eGaeI_default", "BlockFeaturesFonts", "GTFrcJaOR_default", "CardsFeaturesFonts", "DIfjvnXV2_default", "TestimonialsFonts", "Q14WDvjkr_default", "FAQFeaturesFonts", "HXCBl9cg5_default", "LastCTAFeaturesFonts", "t6PdhRdSW_default", "FooterFonts", "CkqlQPU3d_default", "NavigationCopy2Fonts", "AYrS0VqNl_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "preloadPromise", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerlYTi7thIg", "withCSS", "lYTi7thIg_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
