{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ZgiSNAw4IHhIHbe4KBUC/jKBZ3dA3NjOyPqu9j788/grgsgyib_.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,LazyValue,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,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 RowFeatures from\"#framer/local/canvasComponent/DrKr9j95n/DrKr9j95n.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 FeaturesWithLinks from\"#framer/local/canvasComponent/TtL2kB0sL/TtL2kB0sL.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/grgsgyib_/grgsgyib_.js\";const NavSimpleFonts=getFonts(NavSimple);const HeroFeaturesFonts=getFonts(HeroFeatures);const BlockFeaturesFonts=getFonts(BlockFeatures);const CardsFeaturesFonts=getFonts(CardsFeatures);const RowFeaturesFonts=getFonts(RowFeatures);const FeaturesWithLinksFonts=getFonts(FeaturesWithLinks);const TestimonialsFonts=getFonts(Testimonials);const FAQFeaturesFonts=getFonts(FAQFeatures);const LastCTAFeaturesFonts=getFonts(LastCTAFeatures);const FooterFonts=getFonts(Footer);const NavigationCopy2Fonts=getFonts(NavigationCopy2);const breakpoints={ir7XDmcfg:\"(min-width: 810px) and (max-width: 1199px)\",J2a4ziZMQ:\"(min-width: 1200px)\",xRH7017pS:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-NE7cg\";const variantClassNames={ir7XDmcfg:\"framer-v-xrkd4e\",J2a4ziZMQ:\"framer-v-v4b60n\",xRH7017pS:\"framer-v-1wsit9h\"};const valuesByLocaleId={LJH2oAYxo:new LazyValue(()=>import(\"./grgsgyib_-1.js\")),LyXfxCsE1:new LazyValue(()=>import(\"./grgsgyib_-0.js\")),ZRDYtYONd:new LazyValue(()=>import(\"./grgsgyib_-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:\"J2a4ziZMQ\",Phone:\"xRH7017pS\",Tablet:\"ir7XDmcfg\"};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:\"J2a4ziZMQ\"};};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-NE7cg`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-NE7cg`);};},[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===\"xRH7017pS\")return false;return true;};const elementId=useRouteElementId(\"bplf0em7V\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"xRH7017pS\")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;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"J2a4ziZMQ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v4b60n\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1djm0zp\",children:isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{width:\"calc((100vw - 80px) * 0.9)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"83vw\",y:30,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ye85jo-container hidden-1wsit9h\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{variant:\"FwlgLYxvb\"}},children:/*#__PURE__*/_jsx(NavSimple,{height:\"100%\",id:\"bplf0em7V\",JU5116W8C:\"PqgBulBPi\",layoutId:\"bplf0em7V\",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:{xRH7017pS:{y:50}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:\"100vw\",y:131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bbip9t-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{variant:\"aSqms1xz3\"},xRH7017pS:{variant:\"ZW1qFt1QO\"}},children:/*#__PURE__*/_jsx(HeroFeatures,{eidJmpSlu:addImageAlt({src:\"https://framerusercontent.com/images/OMqUsHWE36BrMNOHuTBBOlypb1o.png\",srcSet:\"https://framerusercontent.com/images/OMqUsHWE36BrMNOHuTBBOlypb1o.png 700w\"},(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"An abstract visualization of the word Title\"),fo4dIpt1e:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Create optimized titles for your podcast episodes. Decide on the format, the length and get an unlimited number of suggestions with just one click.\",height:\"100%\",id:\"TKGBZBDII\",jNBDIaE28:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Automatically generate the most engaging titles for your podcast episodes.\",layoutId:\"TKGBZBDII\",oV_u22xxP:(_getLocalizedValue3=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Podcast Episode Title Generator\",QSQciBPGO:\"rgb(0, 0, 0)\",style:{width:\"100%\"},variant:\"pINFNokAK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{y:710}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,width:\"100vw\",y:791,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1z10ct3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{variant:\"a7__5WvHg\"},xRH7017pS:{variant:\"KFRRZy32N\"}},children:/*#__PURE__*/_jsx(BlockFeatures,{fSY6lRSQ_:addImageAlt({src:\"https://framerusercontent.com/images/zjggyqMp7NT1L5XlWXThPNd714.png\",srcSet:\"https://framerusercontent.com/images/zjggyqMp7NT1L5XlWXThPNd714.png?scale-down-to=512 512w,https://framerusercontent.com/images/zjggyqMp7NT1L5XlWXThPNd714.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zjggyqMp7NT1L5XlWXThPNd714.png 1332w\"},(_getLocalizedValue4=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"An abstract represenation of ChatGPT creating content\"),GxJgNui9Q:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"Use AI (GPT-4) to generate the most engaging titles for your podcast episode\",height:\"100%\",id:\"OyEiA6T7M\",layoutId:\"OyEiA6T7M\",style:{width:\"100%\"},variant:\"AAuQ9th2n\",WHVxqO67G:(_getLocalizedValue6=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"In WhisperTranscribe you can generate podcast episode titles within a couple of clicks. You can tell the AI to follow a specific format or just get a number of title suggestions. You can generate the titles for your first episodes for free.\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-isk4t5\",\"data-framer-name\":\"3 in line no link\",name:\"3 in line no link\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g0ov4c\",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:\"Get the most engaging podcast episode titles with WhisperTranscribe\"})}),className:\"framer-1srbxcs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1r3rrme\",\"data-styles-preset\":\"P4_JKMBhi\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})}),className:\"framer-hem91h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11zk3qs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{width:\"min(max((100vw - 96px) / 3, 1px), 100vw - 80px)\",y:1621},xRH7017pS:{width:\"calc(100vw - 80px)\",y:1600}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:1705,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g6iah2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue8=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"With WhisperTranscribe you can generate titles for your first 2-3 episodes for free.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/FyVaS5Mfzf80UcvArZoqweOSbIk.png\"},(_getLocalizedValue9=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"A pedlock that has free written on top of it\"),Dx50D__Wz:(_getLocalizedValue10=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:\"Free\",height:\"100%\",id:\"c4oNQIY5O\",layoutId:\"c4oNQIY5O\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"jqiru9xdL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{width:\"min(max((100vw - 96px) / 3, 1px), 100vw - 80px)\",y:1621},xRH7017pS:{width:\"calc(100vw - 80px)\",y:1907}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:1705,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4hw6c7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{style:{maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue11=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:\"The AI knows what kind of titles convert the best and will provide a number of catchy titles out of the box.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/wBOfUQCXNSF07AoNClFHzP29ozE.png\"},(_getLocalizedValue12=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:\"A colourful engagement funnel\"),Dx50D__Wz:(_getLocalizedValue13=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:\"Increased Engagement\",height:\"100%\",id:\"N_rQCWWvu\",layoutId:\"N_rQCWWvu\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"jqiru9xdL\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{width:\"min(max((100vw - 96px) / 3, 1px), 100vw - 80px)\",y:1621},xRH7017pS:{width:\"calc(100vw - 80px)\",y:2214}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"346.6667px\",y:1705,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e2ms5d-container\",children:/*#__PURE__*/_jsx(CardsFeatures,{AESHNtYbQ:(_getLocalizedValue14=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:\"Do you have specific requirements for your titles such as length, format or writing style? No problem! With WhisperTranscribe you can create your custom prompt to generate high converting podcast titles.\",ajCv05dzQ:addImageAlt({src:\"https://framerusercontent.com/images/vC7eQ2iXoMKv3BFkwF15MyhG2Ho.png\"},(_getLocalizedValue15=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:\"abstract blog of data customization\"),Dx50D__Wz:(_getLocalizedValue16=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:\"Customization\",height:\"100%\",id:\"eGCr465Z8\",layoutId:\"eGCr465Z8\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"jqiru9xdL\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-zrpym3\",\"data-framer-name\":\"Features column\",name:\"Features column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwkkb4\",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:\"Why use WhisperTranscribe to create podcast episode titles?\"})}),className:\"framer-v3c3fo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1r3rrme\",\"data-styles-preset\":\"P4_JKMBhi\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})}),className:\"framer-11wy57x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5nla1x\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:2334},xRH7017pS:{y:2927}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:\"calc(100vw - 80px)\",y:2442,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tth9ha-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{variant:\"pt3E0m9wW\"}},children:/*#__PURE__*/_jsx(RowFeatures,{height:\"100%\",id:\"LED1aXcp7\",layoutId:\"LED1aXcp7\",style:{width:\"100%\"},SxXwWZh29:(_getLocalizedValue18=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:\"Having a transcript of your podcast will help listeners to find you via search engines and boost your search engine optimization (SEO).\",variant:\"y5ihXpl2h\",VY5v53wEc:addImageAlt({src:\"https://framerusercontent.com/images/nb0wHlKpuqeW3wWjXFjTiaQyN2c.png\"},(_getLocalizedValue19=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:\"An abstract blue watch with a rainbow\"),wEJNb1niH:(_getLocalizedValue20=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:\"1. Save Time\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:2470},xRH7017pS:{y:3063}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:\"calc(100vw - 80px)\",y:2578,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cijipq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{variant:\"pt3E0m9wW\"}},children:/*#__PURE__*/_jsx(RowFeatures,{height:\"100%\",id:\"SFZpjIZs1\",layoutId:\"SFZpjIZs1\",style:{width:\"100%\"},SxXwWZh29:(_getLocalizedValue21=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:\"The titles for your episodes are written with our AI model that has been trained on thousands of successful podcasts. This will help you follow the best practise and write more engaging titles.\",variant:\"y5ihXpl2h\",VY5v53wEc:addImageAlt({src:\"https://framerusercontent.com/images/uEXzhFU11HAGqc8WGUgoFp9vSjY.png\"},(_getLocalizedValue22=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:\"an abstract star\"),wEJNb1niH:(_getLocalizedValue23=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:\"2. Quality\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:2606},xRH7017pS:{y:3199}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:\"calc(100vw - 80px)\",y:2714,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fev2vl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{variant:\"pt3E0m9wW\"}},children:/*#__PURE__*/_jsx(RowFeatures,{height:\"100%\",id:\"p7vTqgdth\",layoutId:\"p7vTqgdth\",style:{width:\"100%\"},SxXwWZh29:(_getLocalizedValue24=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:\"In the WhisperTranscribe app, you can further customize how you want your titles to sound. You can add examples or prompt it to follow a specific format.\",variant:\"y5ihXpl2h\",VY5v53wEc:addImageAlt({src:\"https://framerusercontent.com/images/Dm1bSZgdLD0kT3LVffZeCrCuX8.png\"},(_getLocalizedValue25=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:\"an abstract star made up of little blocks\"),wEJNb1niH:(_getLocalizedValue26=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:\"3. Customization\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{width:\"100vw\",y:2806},xRH7017pS:{width:\"100vw\",y:3399}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1056,width:\"1200px\",y:2914,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wrbwkk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{variant:\"AX3x3pLos\"},xRH7017pS:{variant:\"nesvjugiE\"}},children:/*#__PURE__*/_jsx(FeaturesWithLinks,{height:\"100%\",id:\"Nl7LfvGvG\",layoutId:\"Nl7LfvGvG\",NZV3UgkC1:(_getLocalizedValue27=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:\"Get publish ready content from your audio with WhisperTranscribe in minutes\",style:{width:\"100%\"},variant:\"zooPElYey\",width:\"100%\",YeH0tvxpM:(_getLocalizedValue28=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:\"More than just a transcript\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:3862},xRH7017pS:{y:4455}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:719,width:\"100vw\",y:3970,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dilbum-container\",children:/*#__PURE__*/_jsx(Testimonials,{height:\"100%\",id:\"AwBJliSsY\",layoutId:\"AwBJliSsY\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:4581},xRH7017pS:{width:\"100vw\",y:5174}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:889,width:\"93.3333vw\",y:4689,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azd795-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{variant:\"K1IUeWMMo\"}},children:/*#__PURE__*/_jsx(FAQFeatures,{height:\"100%\",id:\"HgtncP3o6\",layoutId:\"HgtncP3o6\",style:{width:\"100%\"},variant:\"Jq6KFveSY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:5470},xRH7017pS:{y:6063}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:561,width:\"100vw\",y:5578,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oc07pb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{variant:\"NSsVVrz6d\"},xRH7017pS:{variant:\"QOWh_tQxx\"}},children:/*#__PURE__*/_jsx(LastCTAFeatures,{height:\"100%\",id:\"DarMEaTb2\",layoutId:\"DarMEaTb2\",qGVwGenWp:(_getLocalizedValue29=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:\"Create podcast episode titles and other content from your audio for free now. No credit card required or any other strings attached. Join 4000+ creators who saving time with our tool every week!\",style:{width:\"100%\"},variant:\"Kdd7tO5VS\",vXS6oeIgR:addImageAlt({src:\"https://framerusercontent.com/images/ZFm3uiI8IBBuQ2brxKYfoCQ2pc0.png\",srcSet:\"https://framerusercontent.com/images/ZFm3uiI8IBBuQ2brxKYfoCQ2pc0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZFm3uiI8IBBuQ2brxKYfoCQ2pc0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZFm3uiI8IBBuQ2brxKYfoCQ2pc0.png 1330w\"},(_getLocalizedValue30=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:\"fast moving pieces of content\"),width:\"100%\",X8zlsAYVX:(_getLocalizedValue31=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:\"Want to try it?\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{y:6031},xRH7017pS:{y:6624}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:422,width:\"100vw\",y:6139,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kajaqo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ir7XDmcfg:{variant:\"EpK_pLskF\"},xRH7017pS:{variant:\"pbs5cMLx0\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"m9nfWRoxv\",layoutId:\"m9nfWRoxv\",style:{width:\"100%\"},variant:\"nxxGcJ4QI\",width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{xRH7017pS:{height:64,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6lpkle-container hidden-v4b60n hidden-xrkd4e\",layoutScroll:true,children:/*#__PURE__*/_jsx(NavigationCopy2,{height:\"100%\",id:\"g6X0CEQAs\",layoutId:\"g6X0CEQAs\",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-NE7cg { background: white; }`,\".framer-NE7cg.framer-1crqkrh, .framer-NE7cg .framer-1crqkrh { display: block; }\",\".framer-NE7cg.framer-v4b60n { 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-NE7cg .framer-1djm0zp { 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-NE7cg .framer-ye85jo-container { flex: none; height: 81px; position: relative; width: 83%; z-index: 10; }\",\".framer-NE7cg .framer-1bbip9t-container, .framer-NE7cg .framer-1z10ct3-container, .framer-NE7cg .framer-1tth9ha-container, .framer-NE7cg .framer-1cijipq-container, .framer-NE7cg .framer-1fev2vl-container, .framer-NE7cg .framer-oc07pb-container, .framer-NE7cg .framer-1kajaqo-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-NE7cg .framer-isk4t5 { 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-NE7cg .framer-g0ov4c, .framer-NE7cg .framer-nwkkb4, .framer-NE7cg .framer-5nla1x { 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-NE7cg .framer-1srbxcs, .framer-NE7cg .framer-v3c3fo { --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-NE7cg .framer-hem91h, .framer-NE7cg .framer-11wy57x { --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-NE7cg .framer-11zk3qs { 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-NE7cg .framer-1g6iah2-container, .framer-NE7cg .framer-4hw6c7-container { align-self: stretch; flex: 1 0 0px; height: auto; max-width: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-NE7cg .framer-e2ms5d-container { flex: 1 0 0px; height: auto; max-width: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-NE7cg .framer-zrpym3 { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgba(117, 61, 227, 0.22) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-NE7cg .framer-wrbwkk-container { flex: none; height: auto; position: relative; width: 1200px; }\",\".framer-NE7cg .framer-1dilbum-container { flex: none; height: 719px; position: relative; width: 100%; }\",\".framer-NE7cg .framer-1azd795-container { flex: none; height: auto; position: relative; width: 93%; }\",\".framer-NE7cg .framer-6lpkle-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-NE7cg.framer-v4b60n, .framer-NE7cg .framer-1djm0zp, .framer-NE7cg .framer-isk4t5, .framer-NE7cg .framer-g0ov4c, .framer-NE7cg .framer-11zk3qs, .framer-NE7cg .framer-zrpym3, .framer-NE7cg .framer-nwkkb4, .framer-NE7cg .framer-5nla1x { gap: 0px; } .framer-NE7cg.framer-v4b60n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NE7cg.framer-v4b60n > :first-child, .framer-NE7cg .framer-isk4t5 > :first-child, .framer-NE7cg .framer-g0ov4c > :first-child, .framer-NE7cg .framer-zrpym3 > :first-child, .framer-NE7cg .framer-nwkkb4 > :first-child, .framer-NE7cg .framer-5nla1x > :first-child { margin-top: 0px; } .framer-NE7cg.framer-v4b60n > :last-child, .framer-NE7cg .framer-isk4t5 > :last-child, .framer-NE7cg .framer-g0ov4c > :last-child, .framer-NE7cg .framer-zrpym3 > :last-child, .framer-NE7cg .framer-nwkkb4 > :last-child, .framer-NE7cg .framer-5nla1x > :last-child { margin-bottom: 0px; } .framer-NE7cg .framer-1djm0zp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NE7cg .framer-1djm0zp > :first-child, .framer-NE7cg .framer-11zk3qs > :first-child { margin-left: 0px; } .framer-NE7cg .framer-1djm0zp > :last-child, .framer-NE7cg .framer-11zk3qs > :last-child { margin-right: 0px; } .framer-NE7cg .framer-isk4t5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NE7cg .framer-g0ov4c > *, .framer-NE7cg .framer-nwkkb4 > *, .framer-NE7cg .framer-5nla1x > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NE7cg .framer-11zk3qs > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-NE7cg .framer-zrpym3 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-NE7cg { background: white; } .framer-NE7cg.framer-v4b60n { width: 810px; } .framer-NE7cg .framer-1djm0zp { padding: 30px 40px 20px 40px; } .framer-NE7cg .framer-ye85jo-container { width: 90%; } .framer-NE7cg .framer-isk4t5 { padding: 60px 40px 60px 40px; width: 100%; } .framer-NE7cg .framer-11zk3qs { gap: 8px; padding: 0px; } .framer-NE7cg .framer-wrbwkk-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NE7cg .framer-11zk3qs { gap: 0px; } .framer-NE7cg .framer-11zk3qs > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-NE7cg .framer-11zk3qs > :first-child { margin-left: 0px; } .framer-NE7cg .framer-11zk3qs > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-NE7cg { background: white; } .framer-NE7cg.framer-v4b60n { width: 390px; } .framer-NE7cg .framer-1djm0zp { flex-direction: column; min-height: 131px; padding: 30px 24px 20px 24px; } .framer-NE7cg .framer-isk4t5, .framer-NE7cg .framer-wrbwkk-container, .framer-NE7cg .framer-1azd795-container { width: 100%; } .framer-NE7cg .framer-11zk3qs { flex-direction: column; padding: 0px; } .framer-NE7cg .framer-1g6iah2-container, .framer-NE7cg .framer-4hw6c7-container { align-self: unset; flex: none; width: 100%; } .framer-NE7cg .framer-e2ms5d-container { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NE7cg .framer-1djm0zp, .framer-NE7cg .framer-11zk3qs { gap: 0px; } .framer-NE7cg .framer-1djm0zp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NE7cg .framer-1djm0zp > :first-child, .framer-NE7cg .framer-11zk3qs > :first-child { margin-top: 0px; } .framer-NE7cg .framer-1djm0zp > :last-child, .framer-NE7cg .framer-11zk3qs > :last-child { margin-bottom: 0px; } .framer-NE7cg .framer-11zk3qs > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6543\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ir7XDmcfg\":{\"layout\":[\"fixed\",\"auto\"]},\"xRH7017pS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framergrgsgyib_=withCSS(Component,css,\"framer-NE7cg\");export default Framergrgsgyib_;Framergrgsgyib_.displayName=\"Podcast Transcript Generator\";Framergrgsgyib_.defaultProps={height:6543,width:1200};addFonts(Framergrgsgyib_,[{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\"}]},...NavSimpleFonts,...HeroFeaturesFonts,...BlockFeaturesFonts,...CardsFeaturesFonts,...RowFeaturesFonts,...FeaturesWithLinksFonts,...TestimonialsFonts,...FAQFeaturesFonts,...LastCTAFeaturesFonts,...FooterFonts,...NavigationCopy2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergrgsgyib_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ir7XDmcfg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xRH7017pS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"6543\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "0kCACm8C,IAAMA,GAAeC,EAASC,EAAS,EAAQC,GAAkBF,EAASG,EAAY,EAAQC,GAAmBJ,EAASK,EAAa,EAAQC,GAAmBN,EAASO,CAAa,EAAQC,GAAiBR,EAASS,CAAW,EAAQC,GAAuBV,EAASW,EAAiB,EAAQC,GAAkBZ,EAASa,EAAY,EAAQC,GAAiBd,EAASe,EAAW,EAAQC,GAAqBhB,EAASiB,EAAe,EAAQC,GAAYlB,EAASmB,EAAM,EAAQC,GAAqBpB,EAASqB,EAAe,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,sBAAsB,UAAU,oBAAoB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAQC,GAAiB,CAAC,UAAU,IAAIC,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,EAAE,UAAU,IAAIA,EAAU,IAAI,OAAO,4BAAkB,CAAC,CAAC,EAAE,SAASC,GAAuBC,EAAO,CAAC,IAAMC,EAAS,CAAC,EAAE,KAAMD,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMC,EAAQD,EAAO,QAAQ,EAAKC,GAASF,EAAS,KAAKE,CAAO,CAAG,CAACH,EAAOA,EAAO,QAAS,CAAC,GAAGC,EAAS,OAAO,EAAG,OAAO,QAAQ,IAAIA,CAAQ,CAAG,CAAC,SAASG,EAAkBC,EAAIL,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAME,EAAOL,GAAiBG,EAAO,EAAE,EAAE,GAAGE,EAAO,CAAC,IAAMI,EAAMJ,EAAO,KAAK,EAAEG,CAAG,EAAE,GAAGC,EAAO,OAAOA,CAAO,CAACN,EAAOA,EAAO,QAAS,CAAC,CAAC,IAAMO,EAAY,CAACC,EAAMC,IAAM,CAAC,GAAG,GAACD,GAAO,OAAOA,GAAQ,UAAkB,MAAM,CAAC,GAAGA,EAAM,IAAAC,CAAG,CAAE,EAAQC,GAASA,EAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,GAAQ,GAAGC,EAAS,EAAEjB,GAASI,CAAK,EAAQc,GAAU,IAAI,CAAC,IAAMC,EAAUrB,EAAiB,OAAUY,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,GAAmB,IAAI,CAAC,IAAMF,EAAUrB,EAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,CAAE,CAAC,IAAMI,GAAQJ,EAAU,cAAc,GAAGI,GAAQ,CAAC,IAAMC,GAAK,SAAS,KAAKA,GAAK,UAAU,QAAQC,IAAGA,GAAE,WAAW,cAAc,GAAGD,GAAK,UAAU,OAAOC,EAAC,CAAC,EAAED,GAAK,UAAU,IAAI,GAAGL,EAAU,aAAa,eAAe,CAAE,CAAC,MAAM,IAAI,CAAII,IAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,aAAa,eAAe,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,EAAmB,EAAEC,GAA8BZ,GAAQnC,GAAY,EAAK,EAAQgD,GAAe,OAAgBC,GAAe3C,GAAuBuB,CAAY,EAAE,GAAGoB,GAAe,MAAMA,GAAe,IAAMC,GAAWC,GAAO,IAAI,EAAQC,GAAY,IAASnD,GAAU,EAAiB4C,IAAc,YAAtB,GAAmEQ,GAAUC,GAAkB,WAAW,EAAQC,GAAWJ,GAAO,IAAI,EAAQK,GAAa,IAAQ,CAACvD,GAAU,GAAiB4C,IAAc,YAA6CY,GAAsBC,GAAM,EAAQC,GAAsB,CAAa1B,GAAuBA,EAAS,EAAE2B,GAAiB,CAAC,CAAC,EAAE,IAAIC,EAAmBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAoBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,EAAqBC,GAAqBC,GAAqBC,GAAqB,OAAoBC,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA3F,EAAiB,EAAE,SAAsB4F,EAAMC,GAAY,CAAC,GAAG9D,GAA4CuB,GAAgB,SAAS,CAAcsC,EAAME,GAAO,IAAI,CAAC,GAAG7D,GAAU,UAAU8D,GAAGhG,GAAkB,GAAGyD,GAAsB,gBAAgB1B,CAAS,EAAE,IAAIL,GAA6BsB,GAAK,MAAM,CAAC,GAAGlB,CAAK,EAAE,SAAS,CAAc6D,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAASzC,GAAY,GAAgByC,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,4BAA4B,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,EAAE,GAAG,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,yCAAyC,GAAGhD,GAAU,IAAIE,GAAK,SAAsBsC,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAKlH,GAAU,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,eAAe,UAAU,qBAAqB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekH,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,EAAE,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,IAAI,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAKhH,GAAa,CAAC,UAAUiC,EAAY,CAAC,IAAI,uEAAuE,OAAO,2EAA2E,GAAG+C,EAAmBlD,EAAkB,KAAKkB,CAAY,KAAK,MAAMgC,IAAqB,OAAOA,EAAmB,6CAA6C,EAAE,WAAWC,EAAoBnD,EAAkB,KAAKkB,CAAY,KAAK,MAAMiC,IAAsB,OAAOA,EAAoB,sJAAsJ,OAAO,OAAO,GAAG,YAAY,WAAWC,EAAoBpD,EAAkB,KAAKkB,CAAY,KAAK,MAAMkC,IAAsB,OAAOA,EAAoB,6EAA6E,SAAS,YAAY,WAAWC,EAAoBrD,EAAkB,KAAKkB,CAAY,KAAK,MAAMmC,IAAsB,OAAOA,EAAoB,kCAAkC,UAAU,eAAe,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6B,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,GAAG,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,IAAI,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAK9G,GAAc,CAAC,UAAU+B,EAAY,CAAC,IAAI,sEAAsE,OAAO,mQAAmQ,GAAGmD,EAAoBtD,EAAkB,KAAKkB,CAAY,KAAK,MAAMoC,IAAsB,OAAOA,EAAoB,uDAAuD,EAAE,WAAWC,EAAoBvD,EAAkB,KAAKkB,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,+EAA+E,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWC,EAAoBxD,EAAkB,KAAKkB,CAAY,KAAK,MAAMsC,IAAsB,OAAOA,EAAoB,mPAAmP,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe4B,EAAM,SAAS,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,KAAK,oBAAoB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKS,EAAS,CAAC,sBAAsB,GAAK,UAAUlC,EAAoBzD,EAAkB,KAAKkB,CAAY,KAAK,MAAMuC,IAAsB,OAAOA,EAAiCyB,EAAWU,EAAS,CAAC,SAAsBV,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,qEAAqE,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKS,EAAS,CAAC,sBAAsB,GAAK,SAAsBT,EAAWU,EAAS,CAAC,SAAsBV,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcF,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,kDAAkD,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,aAAa,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBgD,EAAK5G,EAAc,CAAC,WAAWoF,EAAoB1D,EAAkB,KAAKkB,CAAY,KAAK,MAAMwC,IAAsB,OAAOA,EAAoB,uFAAuF,UAAUvD,EAAY,CAAC,IAAI,sEAAsE,GAAGwD,EAAoB3D,EAAkB,MAAMkB,CAAY,KAAK,MAAMyC,IAAsB,OAAOA,EAAoB,8CAA8C,EAAE,WAAWC,EAAqB5D,EAAkB,KAAKkB,CAAY,KAAK,MAAM0C,IAAuB,OAAOA,EAAqB,OAAO,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesB,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,kDAAkD,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,aAAa,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,0BAA0B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE,SAAsBgD,EAAK5G,EAAc,CAAC,WAAWuF,EAAqB7D,EAAkB,MAAMkB,CAAY,KAAK,MAAM2C,IAAuB,OAAOA,EAAqB,+GAA+G,UAAU1D,EAAY,CAAC,IAAI,sEAAsE,GAAG2D,EAAqB9D,EAAkB,MAAMkB,CAAY,KAAK,MAAM4C,IAAuB,OAAOA,EAAqB,+BAA+B,EAAE,WAAWC,EAAqB/D,EAAkB,MAAMkB,CAAY,KAAK,MAAM6C,IAAuB,OAAOA,EAAqB,uBAAuB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,kDAAkD,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,qBAAqB,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,aAAa,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,0BAA0B,SAAsBR,EAAK5G,EAAc,CAAC,WAAW0F,EAAqBhE,EAAkB,MAAMkB,CAAY,KAAK,MAAM8C,IAAuB,OAAOA,EAAqB,8MAA8M,UAAU7D,EAAY,CAAC,IAAI,sEAAsE,GAAG8D,EAAqBjE,EAAkB,MAAMkB,CAAY,KAAK,MAAM+C,IAAuB,OAAOA,EAAqB,qCAAqC,EAAE,WAAWC,EAAqBlE,EAAkB,MAAMkB,CAAY,KAAK,MAAMgD,IAAuB,OAAOA,EAAqB,gBAAgB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAekB,EAAM,SAAS,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,KAAK,kBAAkB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKS,EAAS,CAAC,sBAAsB,GAAK,UAAUxB,EAAqBnE,EAAkB,MAAMkB,CAAY,KAAK,MAAMiD,IAAuB,OAAOA,EAAkCe,EAAWU,EAAS,CAAC,SAAsBV,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,6DAA6D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKS,EAAS,CAAC,sBAAsB,GAAK,SAAsBT,EAAWU,EAAS,CAAC,SAAsBV,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAcF,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAK1G,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAW4F,EAAqBpE,EAAkB,MAAMkB,CAAY,KAAK,MAAMkD,IAAuB,OAAOA,EAAqB,0IAA0I,QAAQ,YAAY,UAAUjE,EAAY,CAAC,IAAI,sEAAsE,GAAGkE,EAAqBrE,EAAkB,MAAMkB,CAAY,KAAK,MAAMmD,IAAuB,OAAOA,EAAqB,uCAAuC,EAAE,WAAWC,EAAqBtE,EAAkB,MAAMkB,CAAY,KAAK,MAAMoD,IAAuB,OAAOA,EAAqB,eAAe,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeY,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAK1G,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAW+F,EAAqBvE,EAAkB,MAAMkB,CAAY,KAAK,MAAMqD,IAAuB,OAAOA,EAAqB,oMAAoM,QAAQ,YAAY,UAAUpE,EAAY,CAAC,IAAI,sEAAsE,GAAGqE,EAAqBxE,EAAkB,MAAMkB,CAAY,KAAK,MAAMsD,IAAuB,OAAOA,EAAqB,kBAAkB,EAAE,WAAWC,EAAqBzE,EAAkB,MAAMkB,CAAY,KAAK,MAAMuD,IAAuB,OAAOA,EAAqB,aAAa,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeS,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,qBAAqB,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAK1G,EAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,WAAWkG,EAAqB1E,EAAkB,MAAMkB,CAAY,KAAK,MAAMwD,IAAuB,OAAOA,EAAqB,4JAA4J,QAAQ,YAAY,UAAUvE,EAAY,CAAC,IAAI,qEAAqE,GAAGwE,EAAqB3E,EAAkB,MAAMkB,CAAY,KAAK,MAAMyD,IAAuB,OAAOA,EAAqB,2CAA2C,EAAE,WAAWC,EAAqB5E,EAAkB,MAAMkB,CAAY,KAAK,MAAM0D,IAAuB,OAAOA,EAAqB,mBAAmB,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeM,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,KAAK,MAAM,SAAS,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,0BAA0B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAKxG,GAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,WAAWmG,EAAqB7E,EAAkB,MAAMkB,CAAY,KAAK,MAAM2D,IAAuB,OAAOA,EAAqB,8EAA8E,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,WAAWC,EAAqB9E,EAAkB,MAAMkB,CAAY,KAAK,MAAM4D,IAAuB,OAAOA,EAAqB,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeI,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKtG,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesG,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAY,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAKpG,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoG,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,0BAA0B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAKlG,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,WAAW+F,GAAqB/E,EAAkB,MAAMkB,CAAY,KAAK,MAAM6D,KAAuB,OAAOA,GAAqB,qMAAqM,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU5E,EAAY,CAAC,IAAI,uEAAuE,OAAO,sQAAsQ,GAAG6E,GAAqBhF,EAAkB,MAAMkB,CAAY,KAAK,MAAM8D,KAAuB,OAAOA,GAAqB,+BAA+B,EAAE,MAAM,OAAO,WAAWC,GAAqBjF,EAAkB,MAAMkB,CAAY,KAAK,MAAM+D,KAAuB,OAAOA,GAAqB,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeC,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,2BAA2B,SAAsBR,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBgD,EAAKhG,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,GAAa,GAAgBqC,EAAKM,EAAkB,CAAC,WAAWtD,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,CAAC,CAAC,EAAE,SAAsBgD,EAAKO,EAA0B,CAAC,SAAsBP,EAAKQ,EAAU,CAAC,UAAU,sDAAsD,aAAa,GAAK,SAAsBR,EAAK9F,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8F,EAAK,MAAM,CAAC,UAAUK,GAAGhG,GAAkB,GAAGyD,EAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ6C,GAAI,CAAC,kFAAkF,IAAIvF,GAAS,aAAa,uCAAuC,kFAAkF,kSAAkS,2RAA2R,oHAAoH,8VAA8V,6TAA6T,2UAA2U,oUAAoU,uPAAuP,sRAAsR,qMAAqM,uIAAuI,+WAA+W,0GAA0G,0GAA0G,wGAAwG,sIAAsI,wzDAAwzD,wDAAwDA,GAAS,aAAa,gvBAAgvB,gCAAgCA,GAAS,aAAa,2pCAA2pC,GAAeuF,GAAI,GAAgBA,EAAG,EAS73gCC,EAAgBC,GAAQhF,GAAU8E,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,+BAA+BA,EAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGhI,GAAe,GAAGG,GAAkB,GAAGE,GAAmB,GAAGE,GAAmB,GAAGE,GAAiB,GAAGE,GAAuB,GAAGE,GAAkB,GAAGE,GAAiB,GAAGE,GAAqB,GAAGE,GAAY,GAAGE,GAAqB,GAAG+G,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACzoE,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,yBAA2B,QAAQ,sBAAwB,IAAI,oCAAsC,4JAA0L,yBAA2B,OAAO,sBAAwB,OAAO,uBAAyB,GAAG,qBAAuB,OAAO,6BAA+B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["NavSimpleFonts", "getFonts", "hH1DdpI8D_default", "HeroFeaturesFonts", "yv_9eGaeI_default", "BlockFeaturesFonts", "GTFrcJaOR_default", "CardsFeaturesFonts", "DIfjvnXV2_default", "RowFeaturesFonts", "DrKr9j95n_default", "FeaturesWithLinksFonts", "TtL2kB0sL_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", "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", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "css", "Framergrgsgyib_", "withCSS", "grgsgyib_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
