{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cGioJvKrIj9YwYwyppSE/SGoAXRzcO8dzsDaH1DF8/ThesisGeneratorFromFramework.js", "ssg:https://framerusercontent.com/modules/IafIWe6AV9tswxBxHtEW/naWfxFSbHzRtDINcjiyY/Yj9Ki7XCJ.js", "ssg:https://framerusercontent.com/modules/6G5G9wI73Wpx3etkJFVS/QrRFLYwW4lbNUjIhlGdz/Yj9Ki7XCJ.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{getGroqChatCompletion}from\"https://framerusercontent.com/modules/i5JLYYBGC9QwvcQkaFZk/viHolEQJXpmActFIS58q/GroqFunctions.js\";import{inputContainerStyle,labelStyle,inputStyle,invisibleStyle}from\"https://framerusercontent.com/modules/4fCPIN3YfBUIZslVEJ3Z/DPLYxh35ja0EP13RJiGV/Styles.js\";import GenerativeFramework from\"https://framerusercontent.com/modules/R2eJDgZWIvSOIA83U21i/BSXEgZOrfVIiQTsSM6vN/GenerativeFramework.js\";const format=\"Only output the thesis statement with no other words.\";const ThesisForm=()=>{const[chatCompletion,setChatCompletion]=useState(\"\");const[topic,setTopic]=useState(\"\");const[idea,setIdea]=useState(\"\");const[reason,setReason]=useState(\"\");const[audience,setAudience]=useState(\"\");const[isGenerated,setIsGenerated]=useState(false);const[reachedMax,setReachedMax]=useState(false);const clearInputs=()=>{setTopic(\"\");setIdea(\"\");setReason(\"\");setAudience(\"\");};const handleSubmit=async event=>{event.preventDefault();try{let query=\"Write a thesis statement for a essay on \"+topic+\". \";if(idea){query+=\"Assume the main idea of the paper is \"+idea+\". \";}if(reason){query+=\"Identify a supporting reason as to why this is the case (e.g. \"+reason+\"). \";}if(audience){query+=\"Consider that the target audience for this paper is likely made up of \"+audience+\".  \";}query+=\"\\n\\n\"+format;const response=await getGroqChatCompletion(query);const content=response||\"\";const cleanedContent=content.replace(/&nbsp;/g,\" \");setChatCompletion(cleanedContent);setIsGenerated(true);}catch(error){console.error(\"Error fetching chat completion:\",error);setReachedMax(true);}};return /*#__PURE__*/_jsx(GenerativeFramework,{toolTitle:\"Thesis Generator\",functionality:\"for crafting the perfect thesis\",inputForm:/*#__PURE__*/_jsxs(\"form\",{onSubmit:handleSubmit,children:[/*#__PURE__*/_jsxs(\"div\",{style:inputContainerStyle,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:\"topic\",style:labelStyle,children:\"Thesis topic:\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",id:\"topic\",value:topic,onChange:e=>setTopic(e.target.value),required:true,style:inputStyle,placeholder:\"ex: Impact of consuming junk food\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:inputContainerStyle,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:\"idea\",style:labelStyle,children:\"Main idea about topic (optional):\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",id:\"idea\",value:idea,onChange:e=>setIdea(e.target.value),style:inputStyle,placeholder:\"ex: Junk food is bad for the body\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:inputContainerStyle,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:\"reason\",style:labelStyle,children:\"Reason supporting main idea (optional):\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",id:\"reason\",value:reason,onChange:e=>setReason(e.target.value),style:inputStyle,placeholder:\"ex: Junk food creates health issues\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:inputContainerStyle,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:\"reason\",style:labelStyle,children:\"Intended audience (optional):\"}),/*#__PURE__*/_jsx(\"input\",{type:\"text\",id:\"audience\",value:audience,onChange:e=>setAudience(e.target.value),style:inputStyle,placeholder:\"ex: College students\"})]}),/*#__PURE__*/_jsx(\"button\",{style:invisibleStyle,type:\"submit\",children:\"Submit\"}),reachedMax&&/*#__PURE__*/_jsx(\"p\",{style:{color:\"red\"},children:\"Login for more essays.\"})]}),output:chatCompletion,isGenerated:isGenerated,onClearInputs:clearInputs,submit:handleSubmit});};// Main Form component\nexport default function Form(props){return /*#__PURE__*/_jsx(ThesisForm,{});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Form\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae47b7e)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={bhZzOQAvn:new LazyValue(()=>import(\"./Yj9Ki7XCJ-9.js\")),lNenXvjMN:new LazyValue(()=>import(\"./Yj9Ki7XCJ-5.js\")),mCddKGAFx:new LazyValue(()=>import(\"./Yj9Ki7XCJ-4.js\")),mhnbIMnYi:new LazyValue(()=>import(\"./Yj9Ki7XCJ-2.js\")),Q01ZMxdCc:new LazyValue(()=>import(\"./Yj9Ki7XCJ-8.js\")),utlBQmjLC:new LazyValue(()=>import(\"./Yj9Ki7XCJ-6.js\")),v78XQ1Dbu:new LazyValue(()=>import(\"./Yj9Ki7XCJ-3.js\")),Vr0VZAjl_:new LazyValue(()=>import(\"./Yj9Ki7XCJ-7.js\")),xsGjLRxDN:new LazyValue(()=>import(\"./Yj9Ki7XCJ-1.js\")),YK5OpH8AV:new LazyValue(()=>import(\"./Yj9Ki7XCJ-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae47b7e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Navbar from\"#framer/local/canvasComponent/fxukFy9qH/fxukFy9qH.js\";import SocialProof from\"#framer/local/canvasComponent/kAQTH90bG/kAQTH90bG.js\";import Footer from\"#framer/local/canvasComponent/mg201gHDw/mg201gHDw.js\";import ElementsAccordionCopy16 from\"#framer/local/canvasComponent/oIYXMoO2J/oIYXMoO2J.js\";import ElementsAccordionCopy15 from\"#framer/local/canvasComponent/paPYK2X58/paPYK2X58.js\";import FeatureBadge from\"#framer/local/canvasComponent/Rx11D77X9/Rx11D77X9.js\";import PrimaryCTA from\"#framer/local/canvasComponent/tO06mN869/tO06mN869.js\";import ElementsAccordionCopy14 from\"#framer/local/canvasComponent/w8tNl30LD/w8tNl30LD.js\";import Ticker from\"#framer/local/canvasComponent/X2s2_ZThv/X2s2_ZThv.js\";import Form from\"#framer/local/codeFile/jEeuO7z/ThesisGeneratorFromFramework.js\";import*as sharedStyle8 from\"#framer/local/css/Cefnan2V_/Cefnan2V_.js\";import*as sharedStyle3 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle7 from\"#framer/local/css/gjvC20EbM/gjvC20EbM.js\";import*as sharedStyle4 from\"#framer/local/css/mTnUhWLEM/mTnUhWLEM.js\";import*as sharedStyle2 from\"#framer/local/css/TSyCQP9UK/TSyCQP9UK.js\";import*as sharedStyle5 from\"#framer/local/css/wfak7Jfo9/wfak7Jfo9.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle6 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/Yj9Ki7XCJ/Yj9Ki7XCJ.js\";import metadataProvider from\"#framer/local/webPageMetadata/Yj9Ki7XCJ/Yj9Ki7XCJ.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const FormFonts=getFonts(Form);const PrimaryCTAFonts=getFonts(PrimaryCTA);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SocialProofFonts=getFonts(SocialProof);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const TickerFonts=getFonts(Ticker);const FeatureBadgeFonts=getFonts(FeatureBadge);const NavbarFonts=getFonts(Navbar);const PhosphorFonts=getFonts(Phosphor);const ElementsAccordionCopy14Fonts=getFonts(ElementsAccordionCopy14);const ElementsAccordionCopy15Fonts=getFonts(ElementsAccordionCopy15);const ElementsAccordionCopy16Fonts=getFonts(ElementsAccordionCopy16);const FooterFonts=getFonts(Footer);const breakpoints={AR9R3SNOU:\"(min-width: 1200px)\",iMzJFTPDp:\"(min-width: 810px) and (max-width: 1199px)\",OmPJFbdtB:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xFWFC\";const variantClassNames={AR9R3SNOU:\"framer-v-1v8faut\",iMzJFTPDp:\"framer-v-1mfbld8\",OmPJFbdtB:\"framer-v-9918kh\"};const transition1={delay:0,duration:.5,ease:[.47,.06,.51,.92],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:.3,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:.4,duration:.7,ease:[.01,.5,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.7,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"AR9R3SNOU\",Phone:\"OmPJFbdtB\",Tablet:\"iMzJFTPDp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"AR9R3SNOU\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F7ScVOwlmbtE696lin,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const visible=equals(F7ScVOwlmbtE696lin,true);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"OmPJFbdtB\")return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"AR9R3SNOU\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1v8faut\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lcmjhv\",\"data-framer-name\":\"above the fold\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jdafvb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-psn8tz\",\"data-framer-name\":\"header text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dat3he\",\"data-framer-name\":\"H1 block\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Thesis Statement Generator\"})}),className:\"framer-17s7x5r\",\"data-framer-appear-id\":\"17s7x5r\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ct82s-container\",children:/*#__PURE__*/_jsx(Form,{height:\"100%\",id:\"foldyjdgj\",layoutId:\"foldyjdgj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Are you struggling with formulating a concise, compelling thesis statement? You're not alone. Jenni.ai is here to empower your academic writing journey with our thesis statement generator, a sophisticated AI tool dedicated to generating and refining thesis statements. \"})}),className:\"framer-m1iog5\",\"data-framer-appear-id\":\"m1iog5\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rjkw82\",\"data-framer-name\":\"subtext and CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bdqva9\",\"data-framer-name\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+0+0+0+120+0+20+510.8+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1c0ry4t-container\",\"data-framer-appear-id\":\"1c0ry4t\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"AQDpP5i9g\",IKRIASMk7:false,layoutId:\"AQDpP5i9g\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+0+0+0+120+0+20+608.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-35lsa3-container\",\"data-framer-appear-id\":\"35lsa3\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SocialProof,{height:\"100%\",id:\"xp6q5TGpL\",layoutId:\"xp6q5TGpL\",style:{height:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,animate:animation4,className:\"framer-1pj80xd\",\"data-framer-appear-id\":\"1pj80xd\",\"data-framer-name\":\"peer review image\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7kqxu3\",\"data-framer-name\":\"opacity layer\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-olnyw0\",\"data-framer-name\":\"image frame\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1960,intrinsicWidth:3024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+120+719.8+20),pixelHeight:1960,pixelWidth:3024,src:\"https://framerusercontent.com/images/hLMmCvJbPXkFEIE4mv1EyOXzFcs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1960,intrinsicWidth:3024,pixelHeight:1960,pixelWidth:3024,src:\"https://framerusercontent.com/images/hLMmCvJbPXkFEIE4mv1EyOXzFcs.png\"},className:\"framer-uzh99k\",\"data-border\":true,transformTemplate:transformTemplate1})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-64kkfq\",\"data-framer-name\":\"Social Proof\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lkkp74\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1enlfvk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by Academics from Leading Universities\"})}),className:\"framer-1jbqp6q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zirhvu\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+0+0+1007.8+32+159+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"1280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zq3at2-container\",children:/*#__PURE__*/_jsx(Ticker,{height:\"100%\",id:\"Xcgv4u5k9\",layoutId:\"Xcgv4u5k9\",style:{maxWidth:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-173ycq9\",\"data-framer-name\":\"Features Large\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t5ggfu\",\"data-framer-name\":\"header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mgip4c\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+1330.8+60+0+0+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a7xux7-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"LNnjB7UCw\",layoutId:\"LNnjB7UCw\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v5\",activeLocale)??\"key FEATURES\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Discover the Edge of Academic Excellence with Jenni AI\"})}),className:\"framer-1qt5scc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Envision a clearer path towards crafting thesis statements with these winning features\"})}),className:\"framer-8t69f4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iybq17\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ojbqgl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iqmqfm\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Personalized Thesis Statement Suggestions\"})}),className:\"framer-19luka5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Jenni AI tailors suggestions based on your input, helping you craft a thesis statement that aligns with your research goals and academic standards.\"})}),className:\"framer-7q8iid\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"HdqPbUyI9\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started\"})})})}),className:\"framer-1yc1evn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iMzJFTPDp:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1207,intrinsicWidth:1800,pixelHeight:1207,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png\",srcSet:\"https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png?scale-down-to=512 512w,https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png 1800w\"}},OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1207,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1330.8+60+335.4+0+0+0+0),pixelHeight:1207,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png\",srcSet:\"https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png?scale-down-to=512 512w,https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1207,intrinsicWidth:1800,pixelHeight:1207,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png\",srcSet:\"https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png?scale-down-to=512 512w,https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fNHWQThA3eO79C1Cz1I2O4egs.png 1800w\"},className:\"framer-1ccw89q\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12nwkli\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iMzJFTPDp:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1156,intrinsicWidth:1800,pixelHeight:1156,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png\",srcSet:\"https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png 1800w\"}},OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1156,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1330.8+60+335.4+0+883.4+0+0),pixelHeight:1156,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png\",srcSet:\"https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1156,intrinsicWidth:1800,pixelHeight:1156,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png\",srcSet:\"https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png?scale-down-to=512 512w,https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rIEqBrcHaBFT7XEt0fWvGdSHn0A.png 1800w\"},className:\"framer-m9hseq\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hxh5pu\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Interactive Writing Assistant\"})}),className:\"framer-itdexv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Engage with Jenni to refine and improve your thesis statement. It's like having a collaborative partner in the writing process, ensuring your thesis is on the right track.\"})}),className:\"framer-10pgq60\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"bvsBuvDiK\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started\"})})})}),className:\"framer-gkre4l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kvo0so\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18uomuz\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"Accessible Anytime, Anywhere\"})}),className:\"framer-1b1cpfw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"With Jenni AI, receive thesis statement assistance whenever inspiration strikes, on any device.\"})}),className:\"framer-1sqewud\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"X7U8viw4W\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started\"})})})}),className:\"framer-13pr23x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iMzJFTPDp:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png\",srcSet:\"https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png 1800w\"}},OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1330.8+60+335.4+0+1749.8+0+0),pixelHeight:1200,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png\",srcSet:\"https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png 1800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1200,intrinsicWidth:1800,pixelHeight:1200,pixelWidth:1800,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png\",srcSet:\"https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png?scale-down-to=512 512w,https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pqMftav5GbYy1riGtnLKjyVoxL0.png 1800w\"},className:\"framer-b0obi6\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vjgl6a\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iMzJFTPDp:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3840,intrinsicWidth:5760,pixelHeight:3840,pixelWidth:5760,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg\",srcSet:\"https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg 5760w\"}},OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3840,intrinsicWidth:5760,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1330.8+60+335.4+0+2616.2+0+0),pixelHeight:3840,pixelWidth:5760,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg\",srcSet:\"https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg 5760w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3840,intrinsicWidth:5760,pixelHeight:3840,pixelWidth:5760,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1000px), 1040px)`,src:\"https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg\",srcSet:\"https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/aMrLIh0qkzpSkNKFcfA1z0Rt0.jpg 5760w\"},className:\"framer-1wqdops\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-skq20k\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"User-friendly Interface\"})}),className:\"framer-70t4vs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"With an intuitive interface, Jenni AI is easy to navigate and use, making the process of crafting a thesis statement straightforward and enjoyable.\"})}),className:\"framer-1fqz0ty\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:/*#__PURE__*/_jsx(Link,{href:\"https://app.jenni.ai/register?_gl=1*vdbrmg*_ga*ODI2OTIyMTk1LjE2NTk3MjQ2OTE.*_ga_SSCNFQSTWK*MTY5NTEzMjU0NC4xMjAyLjEuMTY5NTEzNDI3OC42MC4wLjA.\",nodeId:\"NvcBFrAHq\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1mct1tk\",\"data-styles-preset\":\"wfak7Jfo9\",children:\"Get started \"})})})}),className:\"framer-1v8r6bn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wnfr60\",\"data-framer-name\":\"header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4ei1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+5205.8+60+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qc7h0g-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"TjUaF4vIc\",layoutId:\"TjUaF4vIc\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v20\",activeLocale)??\"OUR MISSION\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Your Integrity, Our Priority\"})}),className:\"framer-tfrkz0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"Jenni AI isn\u2019t here to do the work for you but to assist you in overcoming the hurdles of thesis statement writing. We take academic integrity seriously. We are here to support you, not to shortcut your academic journey.\"})}),className:\"framer-82h4l5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+5205.8+60+335.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13licas-container\",children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"fRjQxhp3l\",IKRIASMk7:false,layoutId:\"fRjQxhp3l\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qxi5us-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iMzJFTPDp:{variant:\"ollhRRlDM\"},OmPJFbdtB:{variant:\"ARZXWpRc0\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"VR6MYyhLT\",layoutId:\"VR6MYyhLT\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"tfty_7X13\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18etan1\",\"data-framer-name\":\"use case section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lns0i3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+5719.2+60+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zairs6-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"W5undvN8l\",layoutId:\"W5undvN8l\",style:{height:\"100%\"},variant:\"DE0pX9tlT\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v23\",activeLocale)??\"GUIDE\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"How does the Thesis Statement Generator Work?\"})}),className:\"framer-v2d300\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Jenni AI seamlessly integrates into your research workflow\"})}),className:\"framer-g9yswj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rzcdvo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fo3cy9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xzfxih\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f0r4n\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7v4mbx-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"d5Ze6u8xT\",layoutId:\"d5Ze6u8xT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-1yqo3h3\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Sign Up for Free\"})}),className:\"framer-jzzmpf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Create your free Jenni.ai account to unlock a world of academic excellence. Your journey toward a compelling thesis statement begins here.\"})}),className:\"framer-mx2yue\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14my9ow\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qf13oy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bear8t-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"NotePencil\",id:\"fnx7TU0NM\",layoutId:\"fnx7TU0NM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-19uxnq3\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Input Your Topic\"})}),className:\"framer-1cowgx7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Type in your research topic or a key question you aim to answer through your thesis. Jenni\u2019s intuitive interface makes this step a breeze.\"})}),className:\"framer-s6rmau\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ttmgyt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q1sffm\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ylea1k\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tkk18t-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"MagicWand\",id:\"LIUHmuMxU\",layoutId:\"LIUHmuMxU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-1m55lt2\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Receive Suggestions\"})}),className:\"framer-gx2hpg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Based on your input, Jenni.ai provides you with a set of preliminary thesis statement suggestions. These are tailored to reflect the essence of your research while adhering to academic standards.\"})}),className:\"framer-802kkb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h0robf hidden-9918kh\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-116xvzf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yjg8qx-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"Lightbulb\",id:\"z3q8a32aw\",layoutId:\"z3q8a32aw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-1wh8sm9\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Refine with Real-Time Feedback\"})}),className:\"framer-mmim4q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Jenni.ai offers real-time feedback as you tweak and refine your thesis statement. This iterative process ensures clarity, coherence, and a strong alignment with your research objectives.\"})}),className:\"framer-imu35j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p64d13\",children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-4s5fss hidden-9918kh\",\"data-border\":true,\"data-framer-name\":\"Use case card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1naomio\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q9svu9-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(83, 92, 234)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"Export\",id:\"f_Faw8Npr\",layoutId:\"f_Faw8Npr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"duotone\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(178, 148, 255)\"},children:\"10x\"})}),className:\"framer-1o15x4k\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"Export Your Thesis Statement\"})}),className:\"framer-yzhydy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Once satisfied, simply download or copy your thesis statement, and you\u2019re ready to delve deeper into your academic writing journey.\"})}),className:\"framer-kppcow\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+5719.2+60+1238.3000000000002}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rx9myv-container\",children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"JGSsqy2TE\",IKRIASMk7:false,layoutId:\"JGSsqy2TE\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11d0z15\",\"data-framer-name\":\"testimonials\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iMzJFTPDp:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:666,intrinsicWidth:1011,pixelHeight:666,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:\"877px\",src:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg\",srcSet:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg 1011w\"}},OmPJFbdtB:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:666,intrinsicWidth:1011,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+0),pixelHeight:666,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:\"734px\",src:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg\",srcSet:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg 1011w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:666,intrinsicWidth:1011,pixelHeight:666,pixelWidth:1011,positionX:\"center\",positionY:\"center\",sizes:\"1200px\",src:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg\",srcSet:\"https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Ecq4clyjh5UNr8wxgxE69buYU.svg 1011w\"},className:\"framer-19q7pr4\",\"data-framer-name\":\"map\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jpnyia\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+7135.5+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uwqepe-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"t_TR2K5xd\",layoutId:\"t_TR2K5xd\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v38\",activeLocale)??\"CUSTOMER LOVE\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Real Testimonials from Real Achievers\"})}),className:\"framer-z7vmjj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v40\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Discover the stories of academics who have experienced the transformative impact of Jenni AI on their academic journeys.\"})}),className:\"framer-1jst00f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16swhj9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vm2v7q\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/hasantoxr/status/1695425301583741123?s=20\",nodeId:\"JoLObSsNT\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-kyfl9j framer-dzl0sk\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v52y9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+60+295.4+0+0+0+0+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/YgJXeDnPv1T6G3YfzUFglONgtvg.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/YgJXeDnPv1T6G3YfzUFglONgtvg.png\"},className:\"framer-11w5odb\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jeaz3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iehyuj\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lrpzyl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Hasan Toor \"})}),className:\"framer-1n623vg\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@hasantoxr\"})}),className:\"framer-1r7zn1x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 Aug 26\"})}),className:\"framer-v15zhs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c0kz4r-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"ORZAGE2MM\",layoutId:\"ORZAGE2MM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v44\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"I thought AI writing was useless.  Then I found Jenni AI, the AI-powered assistant for academic writing.  It turned out to be much more advanced than I ever could have imagined.  Jenni AI = ChatGPT x 10.\"})}),className:\"framer-1xun7l3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/CharlieCuddy/status/1668717195369521155?s=20\",nodeId:\"FWZQB5zdA\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1cm79x framer-dzl0sk\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pptyst\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:399,intrinsicWidth:399,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+60+295.4+0+0+0+171+16+0+0),pixelHeight:399,pixelWidth:399,src:\"https://framerusercontent.com/images/QggzllZ1kuq6jybTsj3mMpwZM.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:399,intrinsicWidth:399,pixelHeight:399,pixelWidth:399,src:\"https://framerusercontent.com/images/QggzllZ1kuq6jybTsj3mMpwZM.png\"},className:\"framer-1aw64a\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qrcuzv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q2jcuz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jccx4q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v45\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Charlie Cuddy\"})}),className:\"framer-1ue5u2y\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v46\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@sonofgorkhali \"})}),className:\"framer-1lu3sjo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 23 Aug\"})}),className:\"framer-11u01w7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hy83md-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"cEGcpK034\",layoutId:\"cEGcpK034\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"Love this use of AI to assist with, not replace, writing!   Keep crushing it  @Davidjpark96  \uD83D\uDCAA\"})}),className:\"framer-to4w8x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/waqaryofficial/status/1643990217337221121?s=20%5C\",nodeId:\"hMfLr692V\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-73by9v framer-dzl0sk\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15y9vk9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+60+295.4+0+0+0+344+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/D6JbVPefLI5JYPowCUA6N7oDOPk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/D6JbVPefLI5JYPowCUA6N7oDOPk.png\"},className:\"framer-9x8i0f\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15gebd1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c23qhg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nmqvka\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Waqar Younas, PhD \"})}),className:\"framer-1ewvr72\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@waqaryofficial\"})}),className:\"framer-ftneh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\" \\xb7 6 Apr\"})}),className:\"framer-1l8ij5u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cuq0se-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"QucvCi0PY\",layoutId:\"QucvCi0PY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v52\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:[\"4/9 Jenni AI's Outline Builder is a game-changer for organizing your thoughts and structuring your content. Create detailed outlines effortlessly, ensuring your writing is clear and coherent. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(17, 153, 238)\"},children:\"#OutlineBuilder #WritingTools #JenniAI\"})]})}),className:\"framer-1xq7iv6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2cgbfw\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/sonofgorkhali/status/1562104751264862211?s=20\",nodeId:\"Mz6ixEtlP\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-r9yc0w framer-dzl0sk\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sd1sit\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:212,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+60+295.4+0+517+0+0+16+0+0),pixelHeight:212,pixelWidth:212,src:\"https://framerusercontent.com/images/4FWEkn10pvOKyoGuUBD1bHOb7sA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:212,pixelHeight:212,pixelWidth:212,src:\"https://framerusercontent.com/images/4FWEkn10pvOKyoGuUBD1bHOb7sA.png\"},className:\"framer-1ovocgr\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kxuwkn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qea0k9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mebxjg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v53\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Rosh \"})}),className:\"framer-i4gy8r\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v54\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@sonofgorkhali\"})}),className:\"framer-1g3v59y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v47\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 23 Aug\"})}),className:\"framer-83k9yi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dup3kh-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"FcZYnP84Q\",layoutId:\"FcZYnP84Q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v55\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"I started with Jenni-who & Jenni-what.  But now I can't write without Jenni. I love Jenni AI and am amazed to see how far Jenni has come. Kudos to http://Jenni.AI team.\"})}),className:\"framer-59sgcj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/sairahul1/status/1684911399082840064\",nodeId:\"HGCkyM8Ge\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-30qu8g framer-dzl0sk\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19pt6es\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+60+295.4+0+517+0+173+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/2W1KXz9SQJXSsIVxaOGqkDdRecc.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/2W1KXz9SQJXSsIVxaOGqkDdRecc.jpg\"},className:\"framer-w9xn3g\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15u9gvw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tz678\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lkigtv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v56\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"Sai Rahul \"})}),className:\"framer-1e9km8\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@sairahul1\"})}),className:\"framer-8acj5q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"\\xb7 28 Jul\"})}),className:\"framer-gfg3ed\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e3aiie-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"WYgWyvtGT\",layoutId:\"WYgWyvtGT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:\"Jenni is perfect for writing research docs, SOPs, study projects presentations \uD83D\uDC4C\uD83C\uDFFD\"})}),className:\"framer-fq70rf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/stepru/status/1708112668979081337?s=20\",nodeId:\"mU9wBUxpi\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-rz8hgn framer-dzl0sk\",\"data-border\":true,\"data-framer-name\":\"Card/Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kufk4a\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7135.5+60+295.4+0+517+0+344+16+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/zzgBU8CHBbaBCOqxTjSGGNFboiY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:400,pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/zzgBU8CHBbaBCOqxTjSGGNFboiY.png\"},className:\"framer-18wvwca\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7lt7q5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6xem5w\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8l6wzk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\"},children:\"St\\xe9phane Prud'homme \"})}),className:\"framer-12hlo47\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"@stepru \"})}),className:\"framer-1xbn49o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(171, 171, 171)\"},children:\"30 Sept\"})}),className:\"framer-93oppt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14an4yz-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(17, 153, 238)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"TwitterLogo\",id:\"fBbzGmY2F\",layoutId:\"fBbzGmY2F\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-8jskgy\",\"data-styles-preset\":\"gjvC20EbM\",children:[\"http://jenni.ai is awesome and super useful! thanks to @Davidjpark96 \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(15, 20, 25)\"},children:\"and \"}),\"@whoisjenniai \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(15, 20, 25)\"},children:\"fyi \"}),\"@Phd_jeu @DoctoralStories @WriteThatPhD\"]})}),className:\"framer-17pnd8s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17bygy7\",\"data-framer-name\":\"FAQ Accordion\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ntpuo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+8562.9+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p9h72g-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"KGIZVDINM\",layoutId:\"KGIZVDINM\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v64\",activeLocale)??\"SUPPORT\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Frequently asked questions\"})}),className:\"framer-w9rxht\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ggxtq1\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uec8z1-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy14,{AWSjGYVqE:getLocalizedValue(\"v66\",activeLocale)??\"How do I start using Jenni AI?\",height:\"100%\",id:\"ilayjW5Ui\",layoutId:\"ilayjW5Ui\",style:{width:\"100%\"},variant:\"auB4OQqLA\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v67\",activeLocale)??\"Simply sign up for a free account on our website, input your research topic or question, and let Jenni provide you with preliminary thesis statement suggestions. You can refine these suggestions with real-time feedback provided by Jenni.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+79}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:69,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16e44aj-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy14,{AWSjGYVqE:getLocalizedValue(\"v68\",activeLocale)??\"Is Jenni AI free to use?\",height:\"100%\",id:\"PJ7JyEjmW\",layoutId:\"PJ7JyEjmW\",style:{width:\"100%\"},variant:\"auB4OQqLA\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v69\",activeLocale)??\"Absolutely! Jenni AI is designed with the intricacies of academic writing in mind. It assists in paraphrasing text while retaining the original meaning, making it a reliable tool for students, educators, and researchers alike. However, you should always consider academic guidelines regarding the use of AI tools before using Jenni.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+158}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:67,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-42g9ut-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy15,{AWSjGYVqE:getLocalizedValue(\"v70\",activeLocale)??\"Can I use Jenni AI on my mobile device?\",height:\"100%\",id:\"iQVPng4N9\",layoutId:\"iQVPng4N9\",style:{width:\"100%\"},variant:\"QPlBsGs6y\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v71\",activeLocale)??\"Absolutely! Jenni.ai is designed to be mobile-responsive, allowing you to work on your thesis statement on the go, anytime, anywhere.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+235}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wbz6ek-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v72\",activeLocale)??\"How does Jenni AI ensure the quality of the thesis statement?\",height:\"100%\",id:\"pp6vl0ge6\",layoutId:\"pp6vl0ge6\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v73\",activeLocale)??\"Jenni is built with advanced AI algorithms trained on a vast corpus of academic texts, ensuring that the generated thesis statements are coherent, relevant, and adhere to academic standards.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+315}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q4tkbr-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v74\",activeLocale)??\"Will Jenni AI write my entire thesis?\",height:\"100%\",id:\"DLJi_8AUZ\",layoutId:\"DLJi_8AUZ\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v75\",activeLocale)??\"No, Jenni is designed to assist with the generation and refinement of thesis statements. It provides a strong starting point for your thesis writing journey, but it won't write the entire thesis for you.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+395}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sc9mn3-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v76\",activeLocale)??\"What do I do if I need further assistance?\",height:\"100%\",id:\"Sjq7Vc893\",layoutId:\"Sjq7Vc893\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v77\",activeLocale)??\"Our support team is ready to assist you. Feel free to reach out via the contact form on our website or through the support feature within the Jenni platform.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+0+8562.9+60+156.4+0+475}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1040px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-35z0gy-container\",children:/*#__PURE__*/_jsx(ElementsAccordionCopy16,{AWSjGYVqE:getLocalizedValue(\"v78\",activeLocale)??\"Can I use Jenni AI on my mobile device?using Jenni AI's outline generator guarantee a better grade?\",height:\"100%\",id:\"ViJ5Byzjn\",layoutId:\"ViJ5Byzjn\",style:{width:\"100%\"},variant:\"LlPEaAAme\",width:\"100%\",ycUUKKf_G:getLocalizedValue(\"v79\",activeLocale)??\"While Jenni AI is optimized for desktop use, it is accessible on mobile devices through a web browser.\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d9tl6c\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a106f9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+9384.3+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sn644m-container\",children:/*#__PURE__*/_jsx(FeatureBadge,{height:\"100%\",id:\"AhuoZtGff\",layoutId:\"AhuoZtGff\",style:{height:\"100%\"},variant:\"xx2X_R8KN\",width:\"100%\",X_lLmeBIL:getLocalizedValue(\"v80\",activeLocale)??\"COMPARISON\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Jenni AI vs Competitors: A Comparative Insight\"})}),className:\"framer-21pz0e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v82\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Experience a notable difference in how you articulate and present your scholarly ideas with Jenni AI\"})}),className:\"framer-1pnd5bc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lka85y\",\"data-border\":true,\"data-framer-name\":\"Elements / Table Copy\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18mgvfp\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m007x1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{children:getLocalizedValue(\"v84\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tMzAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgba(10, 0, 31, 0.63)\"},children:\"Feature Featire\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v83\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tMzAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgba(10, 0, 31, 0.63)\"},children:\"Feature\"})}),className:\"framer-pem15h\",fonts:[\"GF;Be Vietnam Pro-300\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jn87fd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v85\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fn056g\",\"data-styles-preset\":\"Cefnan2V_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Jenni.ai\"})}),className:\"framer-ixsef6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fh3ru0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v86\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fn056g\",\"data-styles-preset\":\"Cefnan2V_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"COMPETITORS\"})}),className:\"framer-mbhvi3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4wcqht\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ymrjp9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v87\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Quality of Suggestions\"})}),className:\"framer-bc1l94\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u47xnk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18b2v5z\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1az84nw-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"MmMGepBiQ\",layoutId:\"MmMGepBiQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v88\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Advanced AI algorithms ensure high-quality, academically sound thesis statement suggestions tailored to your research topic.\"})}),className:\"framer-ee09ii hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ua1u7x\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rn5e1a-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"mjsS3AYYu\",layoutId:\"mjsS3AYYu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v89\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Generic suggestions that may lack depth or alignment with your specific research objectives.\"})}),className:\"framer-1c0adt1 hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-itbl4u\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hlap7n\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v90\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"User-Friendly Interface\"})}),className:\"framer-2v723h\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tmch5s\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t7316t\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-119rizw-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"bhy4NdzXJ\",layoutId:\"bhy4NdzXJ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v91\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"User-friendly interface designed for seamless navigation and immediate engagement, requiring no technical expertise.\"})}),className:\"framer-lkcimo hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m4u74q\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bgoo04-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"dNIkkk_on\",layoutId:\"dNIkkk_on\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v92\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"May have a steeper learning curve, with complex features that require time to understand.\"})}),className:\"framer-68q237 hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c0155y\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-af8vcd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v93\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Comprehensive Customization\"})}),className:\"framer-1tt8n5o\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-spzzsw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j3o37d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-x9zraq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"U8odLIqMw\",layoutId:\"U8odLIqMw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v94\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Jenni's outline generator allows for comprehensive customization, empowering you to tailor your outline to your specific needs and preferences.\"})}),className:\"framer-rp4bpl hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n023ef\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zuk5sf-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"NNsWWUjYj\",layoutId:\"NNsWWUjYj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v95\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"While competitors may offer customization options, they may not provide the same level of flexibility and adaptability.\"})}),className:\"framer-1r8949k hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nj17wn\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ct37l9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v96\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Real-Time Feedback\"})}),className:\"framer-vwue7l\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jtr8xd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12tuueb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lqcsn-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"lqwwxaUXe\",layoutId:\"lqwwxaUXe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v97\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Provides instant feedback as you refine your thesis statement, aiding in the iterative improvement process.\"})}),className:\"framer-1ctjrw7 hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1twpsgf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xztit7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"Hjlko7zVX\",layoutId:\"Hjlko7zVX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v98\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"May lack real-time feedback, leaving you without guidance for improvement.\"})}),className:\"framer-7uhe81 hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jn909s\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lhlhel\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v99\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(10, 0, 31)\"},children:\"Pricing\"})}),className:\"framer-h4ii1x\",fonts:[\"GF;Be Vietnam Pro-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0j68p\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tqefqf\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c22qkz-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(11, 157, 11)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"CheckCircle\",id:\"i5SISyqnx\",layoutId:\"i5SISyqnx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v100\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"Competitive pricing with a free version available to get you started.\"})}),className:\"framer-1j2oshb hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-era2ce\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c0c6fv-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(238, 68, 68)\",height:\"100%\",iconSearch:getLocalizedValue(\"v26\",activeLocale)??\"House\",iconSelection:\"XCircle\",id:\"bDs3wd7F3\",layoutId:\"bDs3wd7F3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v101\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-r4e1ro\",\"data-styles-preset\":\"mTnUhWLEM\",children:\"May have higher pricing or lack a free version for trial.\"})}),className:\"framer-1p0oc16 hidden-9918kh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13uz9jk\",\"data-framer-name\":\"final CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s0h4le\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v102\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1lgn5rb\",\"data-styles-preset\":\"TSyCQP9UK\",children:\"Ready to Elevate Your Thesis Writing?\"})}),className:\"framer-1u2gvmz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v103\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 85, 85)\"},children:\"Sign up for a free account now and experience the power of Jenni AI in crafting compelling thesis statements!\"})}),className:\"framer-oz4va9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+10561.199999999999+60+258.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12bb2hl-container\",children:/*#__PURE__*/_jsx(PrimaryCTA,{CV8sFPeBO:\"https://app.jenni.ai/register\",height:\"100%\",id:\"SpULo7RyV\",IKRIASMk7:false,layoutId:\"SpULo7RyV\",LXSVjyMyN:\"arrow-up-right\",RHB74vpG5:getLocalizedValue(\"v2\",activeLocale)??\"Start writing\",uyknrRpWc:false,variant:\"PobB7xwtM\",width:\"100%\",wM7gB0Gyl:getLocalizedValue(\"v3\",activeLocale)??\"\u2013 it's free\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{y:(componentViewport?.y||0)+0+10997.599999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-akd6rv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OmPJFbdtB:{variant:\"YIYDUllyu\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"K0ZmxdI4B\",layoutId:\"K0ZmxdI4B\",style:{width:\"100%\"},variant:\"EtfXoh_Gr\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xFWFC.framer-dzl0sk, .framer-xFWFC .framer-dzl0sk { display: block; }\",\".framer-xFWFC.framer-1v8faut { 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-xFWFC .framer-lcmjhv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1jdafvb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 140px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-psn8tz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1dat3he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 90%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-17s7x5r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-ct82s-container, .framer-xFWFC .framer-1c0ry4t-container, .framer-xFWFC .framer-13licas-container, .framer-xFWFC .framer-rx9myv-container, .framer-xFWFC .framer-12bb2hl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xFWFC .framer-m1iog5, .framer-xFWFC .framer-1jbqp6q, .framer-xFWFC .framer-1qt5scc, .framer-xFWFC .framer-8t69f4, .framer-xFWFC .framer-tfrkz0, .framer-xFWFC .framer-82h4l5, .framer-xFWFC .framer-1yqo3h3, .framer-xFWFC .framer-jzzmpf, .framer-xFWFC .framer-mx2yue, .framer-xFWFC .framer-19uxnq3, .framer-xFWFC .framer-1cowgx7, .framer-xFWFC .framer-s6rmau, .framer-xFWFC .framer-1m55lt2, .framer-xFWFC .framer-gx2hpg, .framer-xFWFC .framer-802kkb, .framer-xFWFC .framer-1wh8sm9, .framer-xFWFC .framer-mmim4q, .framer-xFWFC .framer-imu35j, .framer-xFWFC .framer-1o15x4k, .framer-xFWFC .framer-yzhydy, .framer-xFWFC .framer-kppcow, .framer-xFWFC .framer-z7vmjj, .framer-xFWFC .framer-1xun7l3, .framer-xFWFC .framer-to4w8x, .framer-xFWFC .framer-1xq7iv6, .framer-xFWFC .framer-59sgcj, .framer-xFWFC .framer-fq70rf, .framer-xFWFC .framer-17pnd8s, .framer-xFWFC .framer-w9rxht, .framer-xFWFC .framer-21pz0e, .framer-xFWFC .framer-ee09ii, .framer-xFWFC .framer-1c0adt1, .framer-xFWFC .framer-lkcimo, .framer-xFWFC .framer-68q237, .framer-xFWFC .framer-rp4bpl, .framer-xFWFC .framer-1r8949k, .framer-xFWFC .framer-1ctjrw7, .framer-xFWFC .framer-7uhe81, .framer-xFWFC .framer-1j2oshb, .framer-xFWFC .framer-1p0oc16 { --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-xFWFC .framer-rjkw82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 666px; }\",\".framer-xFWFC .framer-1bdqva9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-xFWFC .framer-35lsa3-container { flex: none; height: 31px; position: relative; width: auto; }\",\".framer-xFWFC .framer-1pj80xd { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-7kqxu3 { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, hsl(0, 0%, 100%) 100%); bottom: -47px; flex: none; height: 247px; left: -36px; overflow: hidden; position: absolute; right: -60px; z-index: 2; }\",\".framer-xFWFC .framer-olnyw0 { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-uzh99k { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.536 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: -376px; box-shadow: 0px 1px 18px 2px rgba(10, 0, 31, 0.08); flex: none; height: var(--framer-aspect-ratio-supported, 625px); left: 50%; position: absolute; top: 28px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-xFWFC .framer-64kkfq { 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: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1lkkp74, .framer-xFWFC .framer-t5ggfu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1enlfvk, .framer-xFWFC .framer-mgip4c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-xFWFC .framer-zirhvu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-xFWFC .framer-zq3at2-container { flex: none; height: auto; max-width: 1280px; position: relative; width: auto; }\",\".framer-xFWFC .framer-173ycq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1a7xux7-container, .framer-xFWFC .framer-qc7h0g-container, .framer-xFWFC .framer-zairs6-container, .framer-xFWFC .framer-1uwqepe-container, .framer-xFWFC .framer-1p9h72g-container, .framer-xFWFC .framer-1sn644m-container { flex: none; height: 21px; position: relative; width: auto; }\",\".framer-xFWFC .framer-iybq17 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1ojbqgl, .framer-xFWFC .framer-12nwkli, .framer-xFWFC .framer-kvo0so, .framer-xFWFC .framer-vjgl6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1iqmqfm, .framer-xFWFC .framer-hxh5pu, .framer-xFWFC .framer-18uomuz, .framer-xFWFC .framer-skq20k { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-19luka5, .framer-xFWFC .framer-itdexv, .framer-xFWFC .framer-1b1cpfw, .framer-xFWFC .framer-70t4vs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-7q8iid, .framer-xFWFC .framer-10pgq60, .framer-xFWFC .framer-1sqewud, .framer-xFWFC .framer-1fqz0ty { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-1yc1evn, .framer-xFWFC .framer-gkre4l, .framer-xFWFC .framer-13pr23x, .framer-xFWFC .framer-1v8r6bn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-1ccw89q, .framer-xFWFC .framer-1wqdops { align-content: center; align-items: center; aspect-ratio: 1.2 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 167px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xFWFC .framer-m9hseq, .framer-xFWFC .framer-b0obi6 { align-content: center; align-items: center; aspect-ratio: 1.2010443864229765 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 167px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xFWFC .framer-1wnfr60 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-i4ei1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-xFWFC .framer-qxi5us-container { flex: none; height: auto; left: 0px; max-width: 100%; position: fixed; right: 0px; top: 0px; z-index: 3; }\",\".framer-xFWFC .framer-18etan1 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-lns0i3, .framer-xFWFC .framer-s0h4le { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-v2d300, .framer-xFWFC .framer-g9yswj, .framer-xFWFC .framer-1n623vg, .framer-xFWFC .framer-1r7zn1x, .framer-xFWFC .framer-v15zhs, .framer-xFWFC .framer-1ue5u2y, .framer-xFWFC .framer-1lu3sjo, .framer-xFWFC .framer-11u01w7, .framer-xFWFC .framer-1ewvr72, .framer-xFWFC .framer-ftneh, .framer-xFWFC .framer-1l8ij5u, .framer-xFWFC .framer-i4gy8r, .framer-xFWFC .framer-1g3v59y, .framer-xFWFC .framer-83k9yi, .framer-xFWFC .framer-1e9km8, .framer-xFWFC .framer-8acj5q, .framer-xFWFC .framer-gfg3ed, .framer-xFWFC .framer-12hlo47, .framer-xFWFC .framer-1xbn49o, .framer-xFWFC .framer-93oppt, .framer-xFWFC .framer-2v723h, .framer-xFWFC .framer-h4ii1x { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xFWFC .framer-rzcdvo { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(3, min-content); height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1fo3cy9, .framer-xFWFC .framer-ttmgyt, .framer-xFWFC .framer-p64d13 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; grid-column: auto / span 2; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-xzfxih, .framer-xFWFC .framer-14my9ow, .framer-xFWFC .framer-q1sffm, .framer-xFWFC .framer-1h0robf, .framer-xFWFC .framer-4s5fss { --border-bottom-width: 1px; --border-color: rgba(10, 0, 31, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 12px 2px rgba(10, 0, 31, 0.05); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 32px 24px 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xFWFC .framer-f0r4n, .framer-xFWFC .framer-qf13oy, .framer-xFWFC .framer-ylea1k, .framer-xFWFC .framer-116xvzf, .framer-xFWFC .framer-1naomio { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-7v4mbx-container, .framer-xFWFC .framer-bear8t-container, .framer-xFWFC .framer-1tkk18t-container, .framer-xFWFC .framer-yjg8qx-container, .framer-xFWFC .framer-q9svu9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-xFWFC .framer-11d0z15 { align-content: center; align-items: center; background-color: #fafafc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-19q7pr4 { flex: none; height: 752px; left: calc(50.00000000000002% - 1200px / 2); opacity: 0.7; overflow: visible; position: absolute; top: 20px; width: 1200px; z-index: 0; }\",\".framer-xFWFC .framer-1jpnyia { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1jst00f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 68%; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-16swhj9 { 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; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1vm2v7q, .framer-xFWFC .framer-2cgbfw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-kyfl9j, .framer-xFWFC .framer-1cm79x, .framer-xFWFC .framer-73by9v, .framer-xFWFC .framer-r9yc0w, .framer-xFWFC .framer-30qu8g, .framer-xFWFC .framer-rz8hgn { --border-bottom-width: 1px; --border-color: rgba(10, 0, 31, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 1px 12px 2px rgba(10, 0, 31, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: 100%; }\",\".framer-xFWFC .framer-1v52y9, .framer-xFWFC .framer-1pptyst, .framer-xFWFC .framer-15y9vk9, .framer-xFWFC .framer-sd1sit, .framer-xFWFC .framer-19pt6es, .framer-xFWFC .framer-kufk4a { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-11w5odb, .framer-xFWFC .framer-1aw64a, .framer-xFWFC .framer-9x8i0f, .framer-xFWFC .framer-1ovocgr, .framer-xFWFC .framer-w9xn3g, .framer-xFWFC .framer-18wvwca { aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-xFWFC .framer-jeaz3, .framer-xFWFC .framer-1qrcuzv, .framer-xFWFC .framer-15gebd1, .framer-xFWFC .framer-kxuwkn, .framer-xFWFC .framer-15u9gvw, .framer-xFWFC .framer-7lt7q5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-iehyuj, .framer-xFWFC .framer-q2jcuz, .framer-xFWFC .framer-1c23qhg, .framer-xFWFC .framer-qea0k9, .framer-xFWFC .framer-tz678, .framer-xFWFC .framer-6xem5w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-lrpzyl, .framer-xFWFC .framer-lkigtv, .framer-xFWFC .framer-8l6wzk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 17px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xFWFC .framer-1c0kz4r-container, .framer-xFWFC .framer-1e3aiie-container, .framer-xFWFC .framer-14an4yz-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-xFWFC .framer-1jccx4q, .framer-xFWFC .framer-1nmqvka, .framer-xFWFC .framer-mebxjg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 17px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-1hy83md-container, .framer-xFWFC .framer-cuq0se-container, .framer-xFWFC .framer-1dup3kh-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 16px; }\",\".framer-xFWFC .framer-17bygy7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-9ntpuo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1040%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1ggxtq1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-uec8z1-container, .framer-xFWFC .framer-16e44aj-container, .framer-xFWFC .framer-42g9ut-container, .framer-xFWFC .framer-1wbz6ek-container, .framer-xFWFC .framer-q4tkbr-container, .framer-xFWFC .framer-sc9mn3-container, .framer-xFWFC .framer-35z0gy-container, .framer-xFWFC .framer-akd6rv-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1d9tl6c { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1a106f9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1pnd5bc, .framer-xFWFC .framer-1u2gvmz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-lka85y { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; box-shadow: 0px 0.5419685715969536px 0.5419685715969536px -1.25px rgba(0, 0, 0, 0.1), 0px 2.0596799729191115px 2.0596799729191115px -2.5px rgba(0, 0, 0, 0.08898), 0px 9px 9px -3.75px rgba(0, 0, 0, 0.035); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 90%; will-change: var(--framer-will-change-override, transform); }\",\".framer-xFWFC .framer-18mgvfp { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.05); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-m007x1, .framer-xFWFC .framer-1ymrjp9, .framer-xFWFC .framer-hlap7n, .framer-xFWFC .framer-af8vcd, .framer-xFWFC .framer-1ct37l9, .framer-xFWFC .framer-lhlhel { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-pem15h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0; position: relative; white-space: pre; width: auto; }\",\".framer-xFWFC .framer-1jn87fd, .framer-xFWFC .framer-fh3ru0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-ixsef6, .framer-xFWFC .framer-mbhvi3, .framer-xFWFC .framer-bc1l94, .framer-xFWFC .framer-1tt8n5o, .framer-xFWFC .framer-vwue7l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xFWFC .framer-4wcqht, .framer-xFWFC .framer-c0155y { align-content: center; align-items: center; background-color: #ffffff; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-1u47xnk, .framer-xFWFC .framer-tmch5s { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-18b2v5z, .framer-xFWFC .framer-t7316t, .framer-xFWFC .framer-j3o37d, .framer-xFWFC .framer-12tuueb, .framer-xFWFC .framer-tqefqf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-1az84nw-container, .framer-xFWFC .framer-rn5e1a-container, .framer-xFWFC .framer-119rizw-container, .framer-xFWFC .framer-1bgoo04-container, .framer-xFWFC .framer-x9zraq-container, .framer-xFWFC .framer-zuk5sf-container, .framer-xFWFC .framer-1lqcsn-container, .framer-xFWFC .framer-xztit7-container, .framer-xFWFC .framer-c22qkz-container, .framer-xFWFC .framer-1c0c6fv-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-xFWFC .framer-1ua1u7x, .framer-xFWFC .framer-m4u74q, .framer-xFWFC .framer-1n023ef, .framer-xFWFC .framer-1twpsgf, .framer-xFWFC .framer-era2ce { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-itbl4u, .framer-xFWFC .framer-nj17wn, .framer-xFWFC .framer-jn909s { --border-bottom-width: 0px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.02); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-spzzsw, .framer-xFWFC .framer-jtr8xd, .framer-xFWFC .framer-1t0j68p { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-xFWFC .framer-13uz9jk { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1520px; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-xFWFC .framer-oz4va9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xFWFC.framer-1v8faut, .framer-xFWFC .framer-lcmjhv, .framer-xFWFC .framer-1jdafvb, .framer-xFWFC .framer-psn8tz, .framer-xFWFC .framer-1dat3he, .framer-xFWFC .framer-rjkw82, .framer-xFWFC .framer-1bdqva9, .framer-xFWFC .framer-1pj80xd, .framer-xFWFC .framer-64kkfq, .framer-xFWFC .framer-1lkkp74, .framer-xFWFC .framer-1enlfvk, .framer-xFWFC .framer-zirhvu, .framer-xFWFC .framer-173ycq9, .framer-xFWFC .framer-t5ggfu, .framer-xFWFC .framer-mgip4c, .framer-xFWFC .framer-iybq17, .framer-xFWFC .framer-1ojbqgl, .framer-xFWFC .framer-1iqmqfm, .framer-xFWFC .framer-1ccw89q, .framer-xFWFC .framer-12nwkli, .framer-xFWFC .framer-m9hseq, .framer-xFWFC .framer-hxh5pu, .framer-xFWFC .framer-kvo0so, .framer-xFWFC .framer-18uomuz, .framer-xFWFC .framer-b0obi6, .framer-xFWFC .framer-vjgl6a, .framer-xFWFC .framer-1wqdops, .framer-xFWFC .framer-skq20k, .framer-xFWFC .framer-1wnfr60, .framer-xFWFC .framer-i4ei1, .framer-xFWFC .framer-18etan1, .framer-xFWFC .framer-lns0i3, .framer-xFWFC .framer-1fo3cy9, .framer-xFWFC .framer-xzfxih, .framer-xFWFC .framer-f0r4n, .framer-xFWFC .framer-14my9ow, .framer-xFWFC .framer-qf13oy, .framer-xFWFC .framer-ttmgyt, .framer-xFWFC .framer-q1sffm, .framer-xFWFC .framer-ylea1k, .framer-xFWFC .framer-1h0robf, .framer-xFWFC .framer-116xvzf, .framer-xFWFC .framer-p64d13, .framer-xFWFC .framer-4s5fss, .framer-xFWFC .framer-1naomio, .framer-xFWFC .framer-11d0z15, .framer-xFWFC .framer-1jpnyia, .framer-xFWFC .framer-16swhj9, .framer-xFWFC .framer-1vm2v7q, .framer-xFWFC .framer-kyfl9j, .framer-xFWFC .framer-1v52y9, .framer-xFWFC .framer-jeaz3, .framer-xFWFC .framer-lrpzyl, .framer-xFWFC .framer-1cm79x, .framer-xFWFC .framer-1pptyst, .framer-xFWFC .framer-1qrcuzv, .framer-xFWFC .framer-1jccx4q, .framer-xFWFC .framer-73by9v, .framer-xFWFC .framer-15y9vk9, .framer-xFWFC .framer-15gebd1, .framer-xFWFC .framer-1nmqvka, .framer-xFWFC .framer-2cgbfw, .framer-xFWFC .framer-r9yc0w, .framer-xFWFC .framer-sd1sit, .framer-xFWFC .framer-kxuwkn, .framer-xFWFC .framer-mebxjg, .framer-xFWFC .framer-30qu8g, .framer-xFWFC .framer-19pt6es, .framer-xFWFC .framer-15u9gvw, .framer-xFWFC .framer-lkigtv, .framer-xFWFC .framer-rz8hgn, .framer-xFWFC .framer-kufk4a, .framer-xFWFC .framer-7lt7q5, .framer-xFWFC .framer-8l6wzk, .framer-xFWFC .framer-17bygy7, .framer-xFWFC .framer-9ntpuo, .framer-xFWFC .framer-1ggxtq1, .framer-xFWFC .framer-1d9tl6c, .framer-xFWFC .framer-1a106f9, .framer-xFWFC .framer-lka85y, .framer-xFWFC .framer-18mgvfp, .framer-xFWFC .framer-m007x1, .framer-xFWFC .framer-1jn87fd, .framer-xFWFC .framer-fh3ru0, .framer-xFWFC .framer-4wcqht, .framer-xFWFC .framer-1ymrjp9, .framer-xFWFC .framer-1u47xnk, .framer-xFWFC .framer-18b2v5z, .framer-xFWFC .framer-1ua1u7x, .framer-xFWFC .framer-itbl4u, .framer-xFWFC .framer-hlap7n, .framer-xFWFC .framer-tmch5s, .framer-xFWFC .framer-t7316t, .framer-xFWFC .framer-m4u74q, .framer-xFWFC .framer-c0155y, .framer-xFWFC .framer-af8vcd, .framer-xFWFC .framer-spzzsw, .framer-xFWFC .framer-j3o37d, .framer-xFWFC .framer-1n023ef, .framer-xFWFC .framer-nj17wn, .framer-xFWFC .framer-1ct37l9, .framer-xFWFC .framer-jtr8xd, .framer-xFWFC .framer-12tuueb, .framer-xFWFC .framer-1twpsgf, .framer-xFWFC .framer-jn909s, .framer-xFWFC .framer-lhlhel, .framer-xFWFC .framer-1t0j68p, .framer-xFWFC .framer-tqefqf, .framer-xFWFC .framer-era2ce, .framer-xFWFC .framer-13uz9jk, .framer-xFWFC .framer-s0h4le { gap: 0px; } .framer-xFWFC.framer-1v8faut > *, .framer-xFWFC .framer-lcmjhv > *, .framer-xFWFC .framer-1pj80xd > *, .framer-xFWFC .framer-lka85y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-xFWFC.framer-1v8faut > :first-child, .framer-xFWFC .framer-lcmjhv > :first-child, .framer-xFWFC .framer-1jdafvb > :first-child, .framer-xFWFC .framer-psn8tz > :first-child, .framer-xFWFC .framer-1dat3he > :first-child, .framer-xFWFC .framer-rjkw82 > :first-child, .framer-xFWFC .framer-1bdqva9 > :first-child, .framer-xFWFC .framer-1pj80xd > :first-child, .framer-xFWFC .framer-64kkfq > :first-child, .framer-xFWFC .framer-1lkkp74 > :first-child, .framer-xFWFC .framer-1enlfvk > :first-child, .framer-xFWFC .framer-zirhvu > :first-child, .framer-xFWFC .framer-173ycq9 > :first-child, .framer-xFWFC .framer-t5ggfu > :first-child, .framer-xFWFC .framer-mgip4c > :first-child, .framer-xFWFC .framer-iybq17 > :first-child, .framer-xFWFC .framer-1iqmqfm > :first-child, .framer-xFWFC .framer-1ccw89q > :first-child, .framer-xFWFC .framer-m9hseq > :first-child, .framer-xFWFC .framer-hxh5pu > :first-child, .framer-xFWFC .framer-18uomuz > :first-child, .framer-xFWFC .framer-b0obi6 > :first-child, .framer-xFWFC .framer-1wqdops > :first-child, .framer-xFWFC .framer-skq20k > :first-child, .framer-xFWFC .framer-1wnfr60 > :first-child, .framer-xFWFC .framer-i4ei1 > :first-child, .framer-xFWFC .framer-18etan1 > :first-child, .framer-xFWFC .framer-lns0i3 > :first-child, .framer-xFWFC .framer-xzfxih > :first-child, .framer-xFWFC .framer-f0r4n > :first-child, .framer-xFWFC .framer-14my9ow > :first-child, .framer-xFWFC .framer-qf13oy > :first-child, .framer-xFWFC .framer-q1sffm > :first-child, .framer-xFWFC .framer-ylea1k > :first-child, .framer-xFWFC .framer-1h0robf > :first-child, .framer-xFWFC .framer-116xvzf > :first-child, .framer-xFWFC .framer-4s5fss > :first-child, .framer-xFWFC .framer-1naomio > :first-child, .framer-xFWFC .framer-11d0z15 > :first-child, .framer-xFWFC .framer-1jpnyia > :first-child, .framer-xFWFC .framer-1vm2v7q > :first-child, .framer-xFWFC .framer-kyfl9j > :first-child, .framer-xFWFC .framer-jeaz3 > :first-child, .framer-xFWFC .framer-1cm79x > :first-child, .framer-xFWFC .framer-1qrcuzv > :first-child, .framer-xFWFC .framer-73by9v > :first-child, .framer-xFWFC .framer-15gebd1 > :first-child, .framer-xFWFC .framer-2cgbfw > :first-child, .framer-xFWFC .framer-r9yc0w > :first-child, .framer-xFWFC .framer-kxuwkn > :first-child, .framer-xFWFC .framer-30qu8g > :first-child, .framer-xFWFC .framer-15u9gvw > :first-child, .framer-xFWFC .framer-rz8hgn > :first-child, .framer-xFWFC .framer-7lt7q5 > :first-child, .framer-xFWFC .framer-17bygy7 > :first-child, .framer-xFWFC .framer-9ntpuo > :first-child, .framer-xFWFC .framer-1ggxtq1 > :first-child, .framer-xFWFC .framer-1d9tl6c > :first-child, .framer-xFWFC .framer-1a106f9 > :first-child, .framer-xFWFC .framer-lka85y > :first-child, .framer-xFWFC .framer-18b2v5z > :first-child, .framer-xFWFC .framer-1ua1u7x > :first-child, .framer-xFWFC .framer-t7316t > :first-child, .framer-xFWFC .framer-m4u74q > :first-child, .framer-xFWFC .framer-j3o37d > :first-child, .framer-xFWFC .framer-1n023ef > :first-child, .framer-xFWFC .framer-12tuueb > :first-child, .framer-xFWFC .framer-1twpsgf > :first-child, .framer-xFWFC .framer-tqefqf > :first-child, .framer-xFWFC .framer-era2ce > :first-child, .framer-xFWFC .framer-13uz9jk > :first-child, .framer-xFWFC .framer-s0h4le > :first-child { margin-top: 0px; } .framer-xFWFC.framer-1v8faut > :last-child, .framer-xFWFC .framer-lcmjhv > :last-child, .framer-xFWFC .framer-1jdafvb > :last-child, .framer-xFWFC .framer-psn8tz > :last-child, .framer-xFWFC .framer-1dat3he > :last-child, .framer-xFWFC .framer-rjkw82 > :last-child, .framer-xFWFC .framer-1bdqva9 > :last-child, .framer-xFWFC .framer-1pj80xd > :last-child, .framer-xFWFC .framer-64kkfq > :last-child, .framer-xFWFC .framer-1lkkp74 > :last-child, .framer-xFWFC .framer-1enlfvk > :last-child, .framer-xFWFC .framer-zirhvu > :last-child, .framer-xFWFC .framer-173ycq9 > :last-child, .framer-xFWFC .framer-t5ggfu > :last-child, .framer-xFWFC .framer-mgip4c > :last-child, .framer-xFWFC .framer-iybq17 > :last-child, .framer-xFWFC .framer-1iqmqfm > :last-child, .framer-xFWFC .framer-1ccw89q > :last-child, .framer-xFWFC .framer-m9hseq > :last-child, .framer-xFWFC .framer-hxh5pu > :last-child, .framer-xFWFC .framer-18uomuz > :last-child, .framer-xFWFC .framer-b0obi6 > :last-child, .framer-xFWFC .framer-1wqdops > :last-child, .framer-xFWFC .framer-skq20k > :last-child, .framer-xFWFC .framer-1wnfr60 > :last-child, .framer-xFWFC .framer-i4ei1 > :last-child, .framer-xFWFC .framer-18etan1 > :last-child, .framer-xFWFC .framer-lns0i3 > :last-child, .framer-xFWFC .framer-xzfxih > :last-child, .framer-xFWFC .framer-f0r4n > :last-child, .framer-xFWFC .framer-14my9ow > :last-child, .framer-xFWFC .framer-qf13oy > :last-child, .framer-xFWFC .framer-q1sffm > :last-child, .framer-xFWFC .framer-ylea1k > :last-child, .framer-xFWFC .framer-1h0robf > :last-child, .framer-xFWFC .framer-116xvzf > :last-child, .framer-xFWFC .framer-4s5fss > :last-child, .framer-xFWFC .framer-1naomio > :last-child, .framer-xFWFC .framer-11d0z15 > :last-child, .framer-xFWFC .framer-1jpnyia > :last-child, .framer-xFWFC .framer-1vm2v7q > :last-child, .framer-xFWFC .framer-kyfl9j > :last-child, .framer-xFWFC .framer-jeaz3 > :last-child, .framer-xFWFC .framer-1cm79x > :last-child, .framer-xFWFC .framer-1qrcuzv > :last-child, .framer-xFWFC .framer-73by9v > :last-child, .framer-xFWFC .framer-15gebd1 > :last-child, .framer-xFWFC .framer-2cgbfw > :last-child, .framer-xFWFC .framer-r9yc0w > :last-child, .framer-xFWFC .framer-kxuwkn > :last-child, .framer-xFWFC .framer-30qu8g > :last-child, .framer-xFWFC .framer-15u9gvw > :last-child, .framer-xFWFC .framer-rz8hgn > :last-child, .framer-xFWFC .framer-7lt7q5 > :last-child, .framer-xFWFC .framer-17bygy7 > :last-child, .framer-xFWFC .framer-9ntpuo > :last-child, .framer-xFWFC .framer-1ggxtq1 > :last-child, .framer-xFWFC .framer-1d9tl6c > :last-child, .framer-xFWFC .framer-1a106f9 > :last-child, .framer-xFWFC .framer-lka85y > :last-child, .framer-xFWFC .framer-18b2v5z > :last-child, .framer-xFWFC .framer-1ua1u7x > :last-child, .framer-xFWFC .framer-t7316t > :last-child, .framer-xFWFC .framer-m4u74q > :last-child, .framer-xFWFC .framer-j3o37d > :last-child, .framer-xFWFC .framer-1n023ef > :last-child, .framer-xFWFC .framer-12tuueb > :last-child, .framer-xFWFC .framer-1twpsgf > :last-child, .framer-xFWFC .framer-tqefqf > :last-child, .framer-xFWFC .framer-era2ce > :last-child, .framer-xFWFC .framer-13uz9jk > :last-child, .framer-xFWFC .framer-s0h4le > :last-child { margin-bottom: 0px; } .framer-xFWFC .framer-1jdafvb > *, .framer-xFWFC .framer-173ycq9 > *, .framer-xFWFC .framer-11d0z15 > *, .framer-xFWFC .framer-17bygy7 > *, .framer-xFWFC .framer-1d9tl6c > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-xFWFC .framer-psn8tz > *, .framer-xFWFC .framer-rjkw82 > *, .framer-xFWFC .framer-1wnfr60 > *, .framer-xFWFC .framer-18etan1 > *, .framer-xFWFC .framer-13uz9jk > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-xFWFC .framer-1dat3he > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-xFWFC .framer-1bdqva9 > *, .framer-xFWFC .framer-1lkkp74 > *, .framer-xFWFC .framer-t5ggfu > *, .framer-xFWFC .framer-xzfxih > *, .framer-xFWFC .framer-14my9ow > *, .framer-xFWFC .framer-q1sffm > *, .framer-xFWFC .framer-1h0robf > *, .framer-xFWFC .framer-4s5fss > *, .framer-xFWFC .framer-kyfl9j > *, .framer-xFWFC .framer-1cm79x > *, .framer-xFWFC .framer-73by9v > *, .framer-xFWFC .framer-r9yc0w > *, .framer-xFWFC .framer-30qu8g > *, .framer-xFWFC .framer-rz8hgn > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-xFWFC .framer-64kkfq > *, .framer-xFWFC .framer-1enlfvk > *, .framer-xFWFC .framer-mgip4c > *, .framer-xFWFC .framer-1iqmqfm > *, .framer-xFWFC .framer-hxh5pu > *, .framer-xFWFC .framer-18uomuz > *, .framer-xFWFC .framer-skq20k > *, .framer-xFWFC .framer-i4ei1 > *, .framer-xFWFC .framer-lns0i3 > *, .framer-xFWFC .framer-1jpnyia > *, .framer-xFWFC .framer-9ntpuo > *, .framer-xFWFC .framer-18b2v5z > *, .framer-xFWFC .framer-1ua1u7x > *, .framer-xFWFC .framer-t7316t > *, .framer-xFWFC .framer-m4u74q > *, .framer-xFWFC .framer-j3o37d > *, .framer-xFWFC .framer-1n023ef > *, .framer-xFWFC .framer-12tuueb > *, .framer-xFWFC .framer-1twpsgf > *, .framer-xFWFC .framer-tqefqf > *, .framer-xFWFC .framer-era2ce > *, .framer-xFWFC .framer-s0h4le > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xFWFC .framer-zirhvu > *, .framer-xFWFC .framer-1ccw89q > *, .framer-xFWFC .framer-m9hseq > *, .framer-xFWFC .framer-b0obi6 > *, .framer-xFWFC .framer-1wqdops > *, .framer-xFWFC .framer-1vm2v7q > *, .framer-xFWFC .framer-2cgbfw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xFWFC .framer-iybq17 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-xFWFC .framer-1ojbqgl > *, .framer-xFWFC .framer-12nwkli > *, .framer-xFWFC .framer-kvo0so > *, .framer-xFWFC .framer-vjgl6a > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-xFWFC .framer-1ojbqgl > :first-child, .framer-xFWFC .framer-12nwkli > :first-child, .framer-xFWFC .framer-kvo0so > :first-child, .framer-xFWFC .framer-vjgl6a > :first-child, .framer-xFWFC .framer-1fo3cy9 > :first-child, .framer-xFWFC .framer-ttmgyt > :first-child, .framer-xFWFC .framer-p64d13 > :first-child, .framer-xFWFC .framer-16swhj9 > :first-child, .framer-xFWFC .framer-1v52y9 > :first-child, .framer-xFWFC .framer-lrpzyl > :first-child, .framer-xFWFC .framer-1pptyst > :first-child, .framer-xFWFC .framer-1jccx4q > :first-child, .framer-xFWFC .framer-15y9vk9 > :first-child, .framer-xFWFC .framer-1nmqvka > :first-child, .framer-xFWFC .framer-sd1sit > :first-child, .framer-xFWFC .framer-mebxjg > :first-child, .framer-xFWFC .framer-19pt6es > :first-child, .framer-xFWFC .framer-lkigtv > :first-child, .framer-xFWFC .framer-kufk4a > :first-child, .framer-xFWFC .framer-8l6wzk > :first-child, .framer-xFWFC .framer-18mgvfp > :first-child, .framer-xFWFC .framer-m007x1 > :first-child, .framer-xFWFC .framer-1jn87fd > :first-child, .framer-xFWFC .framer-fh3ru0 > :first-child, .framer-xFWFC .framer-4wcqht > :first-child, .framer-xFWFC .framer-1ymrjp9 > :first-child, .framer-xFWFC .framer-1u47xnk > :first-child, .framer-xFWFC .framer-itbl4u > :first-child, .framer-xFWFC .framer-hlap7n > :first-child, .framer-xFWFC .framer-tmch5s > :first-child, .framer-xFWFC .framer-c0155y > :first-child, .framer-xFWFC .framer-af8vcd > :first-child, .framer-xFWFC .framer-spzzsw > :first-child, .framer-xFWFC .framer-nj17wn > :first-child, .framer-xFWFC .framer-1ct37l9 > :first-child, .framer-xFWFC .framer-jtr8xd > :first-child, .framer-xFWFC .framer-jn909s > :first-child, .framer-xFWFC .framer-lhlhel > :first-child, .framer-xFWFC .framer-1t0j68p > :first-child { margin-left: 0px; } .framer-xFWFC .framer-1ojbqgl > :last-child, .framer-xFWFC .framer-12nwkli > :last-child, .framer-xFWFC .framer-kvo0so > :last-child, .framer-xFWFC .framer-vjgl6a > :last-child, .framer-xFWFC .framer-1fo3cy9 > :last-child, .framer-xFWFC .framer-ttmgyt > :last-child, .framer-xFWFC .framer-p64d13 > :last-child, .framer-xFWFC .framer-16swhj9 > :last-child, .framer-xFWFC .framer-1v52y9 > :last-child, .framer-xFWFC .framer-lrpzyl > :last-child, .framer-xFWFC .framer-1pptyst > :last-child, .framer-xFWFC .framer-1jccx4q > :last-child, .framer-xFWFC .framer-15y9vk9 > :last-child, .framer-xFWFC .framer-1nmqvka > :last-child, .framer-xFWFC .framer-sd1sit > :last-child, .framer-xFWFC .framer-mebxjg > :last-child, .framer-xFWFC .framer-19pt6es > :last-child, .framer-xFWFC .framer-lkigtv > :last-child, .framer-xFWFC .framer-kufk4a > :last-child, .framer-xFWFC .framer-8l6wzk > :last-child, .framer-xFWFC .framer-18mgvfp > :last-child, .framer-xFWFC .framer-m007x1 > :last-child, .framer-xFWFC .framer-1jn87fd > :last-child, .framer-xFWFC .framer-fh3ru0 > :last-child, .framer-xFWFC .framer-4wcqht > :last-child, .framer-xFWFC .framer-1ymrjp9 > :last-child, .framer-xFWFC .framer-1u47xnk > :last-child, .framer-xFWFC .framer-itbl4u > :last-child, .framer-xFWFC .framer-hlap7n > :last-child, .framer-xFWFC .framer-tmch5s > :last-child, .framer-xFWFC .framer-c0155y > :last-child, .framer-xFWFC .framer-af8vcd > :last-child, .framer-xFWFC .framer-spzzsw > :last-child, .framer-xFWFC .framer-nj17wn > :last-child, .framer-xFWFC .framer-1ct37l9 > :last-child, .framer-xFWFC .framer-jtr8xd > :last-child, .framer-xFWFC .framer-jn909s > :last-child, .framer-xFWFC .framer-lhlhel > :last-child, .framer-xFWFC .framer-1t0j68p > :last-child { margin-right: 0px; } .framer-xFWFC .framer-1fo3cy9 > *, .framer-xFWFC .framer-ttmgyt > *, .framer-xFWFC .framer-p64d13 > *, .framer-xFWFC .framer-16swhj9 > *, .framer-xFWFC .framer-1v52y9 > *, .framer-xFWFC .framer-1pptyst > *, .framer-xFWFC .framer-15y9vk9 > *, .framer-xFWFC .framer-sd1sit > *, .framer-xFWFC .framer-19pt6es > *, .framer-xFWFC .framer-kufk4a > *, .framer-xFWFC .framer-18mgvfp > *, .framer-xFWFC .framer-4wcqht > *, .framer-xFWFC .framer-itbl4u > *, .framer-xFWFC .framer-c0155y > *, .framer-xFWFC .framer-nj17wn > *, .framer-xFWFC .framer-jn909s > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-xFWFC .framer-f0r4n > *, .framer-xFWFC .framer-qf13oy > *, .framer-xFWFC .framer-ylea1k > *, .framer-xFWFC .framer-116xvzf > *, .framer-xFWFC .framer-1naomio > *, .framer-xFWFC .framer-1a106f9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-xFWFC .framer-jeaz3 > *, .framer-xFWFC .framer-1qrcuzv > *, .framer-xFWFC .framer-15gebd1 > *, .framer-xFWFC .framer-kxuwkn > *, .framer-xFWFC .framer-15u9gvw > *, .framer-xFWFC .framer-7lt7q5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-xFWFC .framer-lrpzyl > *, .framer-xFWFC .framer-1jccx4q > *, .framer-xFWFC .framer-1nmqvka > *, .framer-xFWFC .framer-mebxjg > *, .framer-xFWFC .framer-lkigtv > *, .framer-xFWFC .framer-8l6wzk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-xFWFC .framer-1ggxtq1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xFWFC .framer-m007x1 > *, .framer-xFWFC .framer-1jn87fd > *, .framer-xFWFC .framer-fh3ru0 > *, .framer-xFWFC .framer-1ymrjp9 > *, .framer-xFWFC .framer-hlap7n > *, .framer-xFWFC .framer-af8vcd > *, .framer-xFWFC .framer-1ct37l9 > *, .framer-xFWFC .framer-lhlhel > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xFWFC .framer-1u47xnk > *, .framer-xFWFC .framer-tmch5s > *, .framer-xFWFC .framer-spzzsw > *, .framer-xFWFC .framer-jtr8xd > *, .framer-xFWFC .framer-1t0j68p > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-xFWFC[data-border=\"true\"]::after, .framer-xFWFC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-xFWFC.framer-1v8faut { width: 810px; } .framer-xFWFC .framer-1jdafvb { padding: 120px 40px 40px 40px; } .framer-xFWFC .framer-1dat3he { overflow: visible; } .framer-xFWFC .framer-17s7x5r { width: 100%; } .framer-xFWFC .framer-rjkw82 { width: 575px; } .framer-xFWFC .framer-olnyw0 { height: 280px; } .framer-xFWFC .framer-uzh99k { bottom: -215px; height: var(--framer-aspect-ratio-supported, 475px); } .framer-xFWFC .framer-64kkfq { padding: 32px 0px 32px 0px; } .framer-xFWFC .framer-173ycq9, .framer-xFWFC .framer-17bygy7, .framer-xFWFC .framer-13uz9jk { padding: 60px 40px 60px 40px; } .framer-xFWFC .framer-mgip4c, .framer-xFWFC .framer-i4ei1 { width: 90%; } .framer-xFWFC .framer-iybq17 { gap: 100px; } .framer-xFWFC .framer-1wnfr60, .framer-xFWFC .framer-18etan1 { padding: 60px 20px 60px 20px; } .framer-xFWFC .framer-lns0i3, .framer-xFWFC .framer-1jpnyia { width: 80%; } .framer-xFWFC .framer-v2d300, .framer-xFWFC .framer-g9yswj { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-xFWFC .framer-rzcdvo { gap: 20px; max-width: 900px; } .framer-xFWFC .framer-11d0z15 { gap: 40px; padding: 60px 20px 60px 20px; } .framer-xFWFC .framer-19q7pr4 { height: 707px; left: calc(48.51851851851854% - 877px / 2); top: 0px; width: 877px; } .framer-xFWFC .framer-1d9tl6c { gap: 40px; padding: 60px 40px 60px 40px; } .framer-xFWFC .framer-1pnd5bc, .framer-xFWFC .framer-oz4va9 { width: 65%; } .framer-xFWFC .framer-18mgvfp, .framer-xFWFC .framer-4wcqht, .framer-xFWFC .framer-itbl4u, .framer-xFWFC .framer-c0155y, .framer-xFWFC .framer-nj17wn, .framer-xFWFC .framer-jn909s { gap: 8px; } .framer-xFWFC .framer-1u47xnk { justify-content: flex-start; } .framer-xFWFC .framer-s0h4le { width: 805px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xFWFC .framer-iybq17, .framer-xFWFC .framer-rzcdvo, .framer-xFWFC .framer-11d0z15, .framer-xFWFC .framer-1d9tl6c, .framer-xFWFC .framer-18mgvfp, .framer-xFWFC .framer-4wcqht, .framer-xFWFC .framer-itbl4u, .framer-xFWFC .framer-c0155y, .framer-xFWFC .framer-nj17wn, .framer-xFWFC .framer-jn909s { gap: 0px; } .framer-xFWFC .framer-iybq17 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-xFWFC .framer-iybq17 > :first-child, .framer-xFWFC .framer-11d0z15 > :first-child, .framer-xFWFC .framer-1d9tl6c > :first-child { margin-top: 0px; } .framer-xFWFC .framer-iybq17 > :last-child, .framer-xFWFC .framer-11d0z15 > :last-child, .framer-xFWFC .framer-1d9tl6c > :last-child { margin-bottom: 0px; } .framer-xFWFC .framer-rzcdvo > *, .framer-xFWFC .framer-rzcdvo > :first-child, .framer-xFWFC .framer-rzcdvo > :last-child { margin: 0px; } .framer-xFWFC .framer-11d0z15 > *, .framer-xFWFC .framer-1d9tl6c > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-xFWFC .framer-18mgvfp > *, .framer-xFWFC .framer-4wcqht > *, .framer-xFWFC .framer-itbl4u > *, .framer-xFWFC .framer-c0155y > *, .framer-xFWFC .framer-nj17wn > *, .framer-xFWFC .framer-jn909s > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-xFWFC .framer-18mgvfp > :first-child, .framer-xFWFC .framer-4wcqht > :first-child, .framer-xFWFC .framer-itbl4u > :first-child, .framer-xFWFC .framer-c0155y > :first-child, .framer-xFWFC .framer-nj17wn > :first-child, .framer-xFWFC .framer-jn909s > :first-child { margin-left: 0px; } .framer-xFWFC .framer-18mgvfp > :last-child, .framer-xFWFC .framer-4wcqht > :last-child, .framer-xFWFC .framer-itbl4u > :last-child, .framer-xFWFC .framer-c0155y > :last-child, .framer-xFWFC .framer-nj17wn > :last-child, .framer-xFWFC .framer-jn909s > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-xFWFC.framer-1v8faut { width: 390px; } .framer-xFWFC .framer-1jdafvb { padding: 120px 20px 40px 20px; } .framer-xFWFC .framer-psn8tz { padding: 20px 0px 0px 0px; } .framer-xFWFC .framer-1dat3he { max-width: unset; } .framer-xFWFC .framer-17s7x5r, .framer-xFWFC .framer-1pnd5bc, .framer-xFWFC .framer-lka85y, .framer-xFWFC .framer-1u2gvmz, .framer-xFWFC .framer-oz4va9 { width: 100%; } .framer-xFWFC .framer-rjkw82 { padding: 0px 20px 0px 20px; width: 100%; } .framer-xFWFC .framer-7kqxu3 { height: 118px; } .framer-xFWFC .framer-olnyw0 { height: 128px; } .framer-xFWFC .framer-uzh99k { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; bottom: -143px; box-shadow: 0px 1px 10px 2px rgba(10, 0, 31, 0.08); height: var(--framer-aspect-ratio-supported, 228px); top: 20px; } .framer-xFWFC .framer-64kkfq { padding: 32px 0px 32px 0px; } .framer-xFWFC .framer-1enlfvk { width: 90%; } .framer-xFWFC .framer-173ycq9, .framer-xFWFC .framer-11d0z15 { gap: 40px; padding: 60px 20px 60px 20px; } .framer-xFWFC .framer-mgip4c, .framer-xFWFC .framer-i4ei1 { padding: 20px; width: 100%; } .framer-xFWFC .framer-iybq17 { gap: 80px; } .framer-xFWFC .framer-1ojbqgl, .framer-xFWFC .framer-12nwkli, .framer-xFWFC .framer-kvo0so, .framer-xFWFC .framer-vjgl6a { flex-direction: column; } .framer-xFWFC .framer-1iqmqfm, .framer-xFWFC .framer-hxh5pu, .framer-xFWFC .framer-18uomuz, .framer-xFWFC .framer-skq20k { flex: none; order: 1; width: 100%; } .framer-xFWFC .framer-1ccw89q, .framer-xFWFC .framer-m9hseq, .framer-xFWFC .framer-b0obi6, .framer-xFWFC .framer-1wqdops { flex: none; order: 0; width: 100%; } .framer-xFWFC .framer-1wnfr60, .framer-xFWFC .framer-17bygy7, .framer-xFWFC .framer-1d9tl6c, .framer-xFWFC .framer-13uz9jk { padding: 60px 20px 60px 20px; } .framer-xFWFC .framer-18etan1 { padding: 60px 0px 60px 0px; } .framer-xFWFC .framer-lns0i3 { padding: 20px; } .framer-xFWFC .framer-v2d300, .framer-xFWFC .framer-g9yswj { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-xFWFC .framer-rzcdvo { gap: 10px; grid-template-columns: repeat(1, minmax(200px, 1fr)); max-width: 500px; padding: 20px; } .framer-xFWFC .framer-1fo3cy9, .framer-xFWFC .framer-ttmgyt { flex-direction: column; grid-column: auto / span 1; } .framer-xFWFC .framer-xzfxih, .framer-xFWFC .framer-14my9ow, .framer-xFWFC .framer-q1sffm, .framer-xFWFC .framer-1vm2v7q, .framer-xFWFC .framer-2cgbfw { flex: none; width: 100%; } .framer-xFWFC .framer-p64d13 { flex-direction: column; grid-column: auto / span 1; min-height: 240px; } .framer-xFWFC .framer-19q7pr4 { left: calc(53.84615384615387% - 734px / 2); top: 0px; width: 734px; } .framer-xFWFC .framer-1jst00f { width: 80%; } .framer-xFWFC .framer-16swhj9 { align-content: center; align-items: center; flex-direction: column; gap: 20px; } .framer-xFWFC .framer-18mgvfp, .framer-xFWFC .framer-4wcqht, .framer-xFWFC .framer-itbl4u, .framer-xFWFC .framer-c0155y, .framer-xFWFC .framer-nj17wn, .framer-xFWFC .framer-jn909s { gap: 8px; } .framer-xFWFC .framer-m007x1 { flex: none; max-width: 140px; width: min-content; } .framer-xFWFC .framer-pem15h { white-space: pre-wrap; width: 104px; word-break: break-word; word-wrap: break-word; } .framer-xFWFC .framer-1ymrjp9, .framer-xFWFC .framer-hlap7n, .framer-xFWFC .framer-af8vcd, .framer-xFWFC .framer-1ct37l9, .framer-xFWFC .framer-lhlhel { max-width: 120px; } .framer-xFWFC .framer-2v723h, .framer-xFWFC .framer-h4ii1x { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xFWFC .framer-173ycq9, .framer-xFWFC .framer-iybq17, .framer-xFWFC .framer-1ojbqgl, .framer-xFWFC .framer-12nwkli, .framer-xFWFC .framer-kvo0so, .framer-xFWFC .framer-vjgl6a, .framer-xFWFC .framer-rzcdvo, .framer-xFWFC .framer-1fo3cy9, .framer-xFWFC .framer-ttmgyt, .framer-xFWFC .framer-p64d13, .framer-xFWFC .framer-11d0z15, .framer-xFWFC .framer-16swhj9, .framer-xFWFC .framer-18mgvfp, .framer-xFWFC .framer-4wcqht, .framer-xFWFC .framer-itbl4u, .framer-xFWFC .framer-c0155y, .framer-xFWFC .framer-nj17wn, .framer-xFWFC .framer-jn909s { gap: 0px; } .framer-xFWFC .framer-173ycq9 > *, .framer-xFWFC .framer-1ojbqgl > *, .framer-xFWFC .framer-12nwkli > *, .framer-xFWFC .framer-kvo0so > *, .framer-xFWFC .framer-vjgl6a > *, .framer-xFWFC .framer-11d0z15 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-xFWFC .framer-173ycq9 > :first-child, .framer-xFWFC .framer-iybq17 > :first-child, .framer-xFWFC .framer-1ojbqgl > :first-child, .framer-xFWFC .framer-12nwkli > :first-child, .framer-xFWFC .framer-kvo0so > :first-child, .framer-xFWFC .framer-vjgl6a > :first-child, .framer-xFWFC .framer-1fo3cy9 > :first-child, .framer-xFWFC .framer-ttmgyt > :first-child, .framer-xFWFC .framer-p64d13 > :first-child, .framer-xFWFC .framer-11d0z15 > :first-child, .framer-xFWFC .framer-16swhj9 > :first-child { margin-top: 0px; } .framer-xFWFC .framer-173ycq9 > :last-child, .framer-xFWFC .framer-iybq17 > :last-child, .framer-xFWFC .framer-1ojbqgl > :last-child, .framer-xFWFC .framer-12nwkli > :last-child, .framer-xFWFC .framer-kvo0so > :last-child, .framer-xFWFC .framer-vjgl6a > :last-child, .framer-xFWFC .framer-1fo3cy9 > :last-child, .framer-xFWFC .framer-ttmgyt > :last-child, .framer-xFWFC .framer-p64d13 > :last-child, .framer-xFWFC .framer-11d0z15 > :last-child, .framer-xFWFC .framer-16swhj9 > :last-child { margin-bottom: 0px; } .framer-xFWFC .framer-iybq17 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-xFWFC .framer-rzcdvo > *, .framer-xFWFC .framer-rzcdvo > :first-child, .framer-xFWFC .framer-rzcdvo > :last-child { margin: 0px; } .framer-xFWFC .framer-1fo3cy9 > *, .framer-xFWFC .framer-ttmgyt > *, .framer-xFWFC .framer-p64d13 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xFWFC .framer-16swhj9 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-xFWFC .framer-18mgvfp > *, .framer-xFWFC .framer-4wcqht > *, .framer-xFWFC .framer-itbl4u > *, .framer-xFWFC .framer-c0155y > *, .framer-xFWFC .framer-nj17wn > *, .framer-xFWFC .framer-jn909s > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-xFWFC .framer-18mgvfp > :first-child, .framer-xFWFC .framer-4wcqht > :first-child, .framer-xFWFC .framer-itbl4u > :first-child, .framer-xFWFC .framer-c0155y > :first-child, .framer-xFWFC .framer-nj17wn > :first-child, .framer-xFWFC .framer-jn909s > :first-child { margin-left: 0px; } .framer-xFWFC .framer-18mgvfp > :last-child, .framer-xFWFC .framer-4wcqht > :last-child, .framer-xFWFC .framer-itbl4u > :last-child, .framer-xFWFC .framer-c0155y > :last-child, .framer-xFWFC .framer-nj17wn > :last-child, .framer-xFWFC .framer-jn909s > :last-child { margin-right: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9693\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"iMzJFTPDp\":{\"layout\":[\"fixed\",\"auto\"]},\"OmPJFbdtB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const FramerYj9Ki7XCJ=withCSS(Component,css,\"framer-xFWFC\");export default FramerYj9Ki7XCJ;FramerYj9Ki7XCJ.displayName=\"Thesis Writing Assistant\";FramerYj9Ki7XCJ.defaultProps={height:9693,width:1200};addFonts(FramerYj9Ki7XCJ,[{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:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ183T7wrcwap.woff2\",weight:\"300\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]},...FormFonts,...PrimaryCTAFonts,...SocialProofFonts,...TickerFonts,...FeatureBadgeFonts,...NavbarFonts,...PhosphorFonts,...ElementsAccordionCopy14Fonts,...ElementsAccordionCopy15Fonts,...ElementsAccordionCopy16Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYj9Ki7XCJ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"9693\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iMzJFTPDp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OmPJFbdtB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["format", "ThesisForm", "chatCompletion", "setChatCompletion", "ye", "topic", "setTopic", "idea", "setIdea", "reason", "setReason", "audience", "setAudience", "isGenerated", "setIsGenerated", "reachedMax", "setReachedMax", "clearInputs", "handleSubmit", "event", "query", "cleanedContent", "getGroqChatCompletion", "error", "p", "GenerativeFramework_default", "u", "inputContainerStyle", "labelStyle", "e", "inputStyle", "invisibleStyle", "Form", "props", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "FormFonts", "getFonts", "Form", "PrimaryCTAFonts", "tO06mN869_default", "ContainerWithOptimizedAppearEffect", "Container", "SocialProofFonts", "kAQTH90bG_default", "MotionDivWithFXWithOptimizedAppearEffect", "withFX", "motion", "TickerFonts", "X2s2_ZThv_default", "FeatureBadgeFonts", "Rx11D77X9_default", "NavbarFonts", "fxukFy9qH_default", "PhosphorFonts", "Icon", "ElementsAccordionCopy14Fonts", "w8tNl30LD_default", "ElementsAccordionCopy15Fonts", "paPYK2X58_default", "ElementsAccordionCopy16Fonts", "oIYXMoO2J_default", "FooterFonts", "mg201gHDw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transformTemplate1", "_", "t", "equals", "a", "b", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "F7ScVOwlmbtE696lin", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "usePreloadLocalizedValues", "visible", "isDisplayed", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "getLocalizedValue", "x", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "Link", "css", "FramerYj9Ki7XCJ", "withCSS", "Yj9Ki7XCJ_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
