{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/FUm2PwdqYyyEFFIjETuL/ZeIGE5ArTSVkTc2jqina/SNuqf7Rhe.js"],
  "sourcesContent": ["// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PathVariablesContext,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import CardsFeatureHighlight from\"#framer/local/canvasComponent/auI1MutRx/auI1MutRx.js\";import NavbarNavbar from\"#framer/local/canvasComponent/BdK_dbDtY/BdK_dbDtY.js\";import Footer from\"#framer/local/canvasComponent/mqwZZx281/mqwZZx281.js\";import CardsTestimonials from\"#framer/local/canvasComponent/NiblyBkon/NiblyBkon.js\";import FAQsList from\"#framer/local/canvasComponent/oNrW423Id/oNrW423Id.js\";import ValidationSection from\"#framer/local/canvasComponent/UmwoEBqdR/UmwoEBqdR.js\";import CTASection from\"#framer/local/canvasComponent/vPX6XtFjP/vPX6XtFjP.js\";import ButtonsPrimary from\"#framer/local/canvasComponent/yeKzN6e2h/yeKzN6e2h.js\";import Testimonials from\"#framer/local/collection/mbevnwr7l/mbevnwr7l.js\";import*as sharedStyle2 from\"#framer/local/css/FF17bsa9r/FF17bsa9r.js\";import*as sharedStyle from\"#framer/local/css/PNKcFyI_X/PNKcFyI_X.js\";import*as sharedStyle3 from\"#framer/local/css/QMr6p2J5o/QMr6p2J5o.js\";import*as sharedStyle4 from\"#framer/local/css/RW9R6zZK8/RW9R6zZK8.js\";import*as sharedStyle1 from\"#framer/local/css/v6L6qAtiq/v6L6qAtiq.js\";import*as sharedStyle5 from\"#framer/local/css/Xi5cWyub5/Xi5cWyub5.js\";import metadataProvider from\"#framer/local/webPageMetadata/SNuqf7Rhe/SNuqf7Rhe.js\";const NavbarNavbarFonts=getFonts(NavbarNavbar);const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const ValidationSectionFonts=getFonts(ValidationSection);const CardsFeatureHighlightFonts=getFonts(CardsFeatureHighlight);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const CTASectionFonts=getFonts(CTASection);const CardsTestimonialsFonts=getFonts(CardsTestimonials);const FAQsListFonts=getFonts(FAQsList);const FooterFonts=getFonts(Footer);const breakpoints={bGk1Ew5qc:\"(min-width: 1400px)\",t9m_jPLzs:\"(min-width: 810px) and (max-width: 1399px)\",UP0gKw05k:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pkeRv\";const variantClassNames={bGk1Ew5qc:\"framer-v-15287dl\",t9m_jPLzs:\"framer-v-1qqyqht\",UP0gKw05k:\"framer-v-llfkyr\"};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"bGk1Ew5qc\",Phone:\"UP0gKw05k\",Tablet:\"t9m_jPLzs\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bGk1Ew5qc\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rSClLwyptFI161LK1m,KMu0QrSsBFI161LK1m,mb6jivIqDFI161LK1m,bkhMPsyCRFI161LK1m,idFI161LK1m,Zz08GyCVAFI161LK1m,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-pkeRv`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-pkeRv`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"bGk1Ew5qc\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-15287dl\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rrfepo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t9m_jPLzs:{variant:\"YiDYWTaGF\"},UP0gKw05k:{variant:\"J2OrLgnrD\"}},children:/*#__PURE__*/_jsx(NavbarNavbar,{height:\"100%\",id:\"PTDrQefeX\",layoutId:\"PTDrQefeX\",style:{width:\"100%\"},variant:\"WCHs_Wl8j\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-4s3u77\",\"data-framer-name\":\"Hero section\",name:\"Hero section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17zttxs\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-uoby17\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-zy5w86\",\"data-styles-preset\":\"PNKcFyI_X\",children:\"Maximize your ad performance with AI\"})}),className:\"framer-160118k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dfrgkh\",\"data-styles-preset\":\"v6L6qAtiq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Leverage advanced AI to automate and optimize your campaigns for better performance\"})}),className:\"framer-sc69ph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3wp004\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tzdqne-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{height:\"100%\",id:\"OLpjQShU_\",jMhmgVSr6:\"https://framer.ing/\",jodyeE9nN:\"Get started\",layoutId:\"OLpjQShU_\",variant:\"uXT0_I5s1\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uph2ci\",\"data-framer-name\":\"Hero image\",name:\"Hero image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l9ho3d\",\"data-framer-name\":\"Background pattern\",name:\"Background pattern\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1456,pixelHeight:936,pixelWidth:1488,sizes:\"calc(min(100vw - 40px, 1000px) * 0.68)\",src:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png\",srcSet:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png 1488w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1456,pixelHeight:936,pixelWidth:1488,sizes:\"calc((min(100vw - 64px, 1000px) - 16px) * 0.68)\",src:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png\",srcSet:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png 1488w\"},className:\"framer-cmsnm5\",\"data-border\":true,\"data-framer-name\":\"clickSummary\",name:\"clickSummary\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:938,intrinsicWidth:702,pixelHeight:1092,pixelWidth:736,positionX:\"center\",positionY:\"top\",sizes:\"max(min(100vw - 40px, 1000px) * 0.32 - 4px, 1px)\",src:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png?scale-down-to=1024 690w,https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png 736w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:938,intrinsicWidth:702,pixelHeight:1092,pixelWidth:736,positionX:\"center\",positionY:\"top\",sizes:\"max((min(100vw - 64px, 1000px) - 16px) * 0.32 - 20px, 1px)\",src:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png?scale-down-to=1024 690w,https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png 736w\"},className:\"framer-ogju4y\",\"data-border\":true,\"data-framer-name\":\"adsEngagement\",name:\"adsEngagement\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"min(100vw - 40px, 800px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:\"min(100vw - 64px, 800px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wmvy7l-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{variant:\"iXlogsjqx\"}},children:/*#__PURE__*/_jsx(ValidationSection,{height:\"100%\",id:\"U2VqScjDk\",layoutId:\"U2VqScjDk\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"igbcDAH4I\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-p4xogy\",\"data-framer-name\":\"Feature highlights section\",name:\"Feature highlights section\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-spn64v\",\"data-framer-name\":\"Section container\",name:\"Section container\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1d88vhg\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1xvmp40\",\"data-styles-preset\":\"FF17bsa9r\",style:{\"--framer-text-color\":\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"},children:\"Built for ease of use\"})}),className:\"framer-1j0kte5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dfrgkh\",\"data-styles-preset\":\"v6L6qAtiq\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"},children:\"The best way to run your ads\"})}),className:\"framer-1ucjyia\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ulgrii\",\"data-framer-name\":\"Feature cards\",name:\"Feature cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"max(min(max(100vw, 1px), 500px) - 40px, 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"max(min(max(100vw, 1px), 1064px) - 64px, 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18d9vho-container\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Manage ads across multiple platforms from a single dashboard. Easily oversee campaigns on Google, Facebook, Instagram, and more.\",height:\"100%\",id:\"bCAJRPGjJ\",layoutId:\"bCAJRPGjJ\",mdRy55VrV:\"Multi-Channel Campaigns\",pbh9ZnBRX:\"CursorArrowRays\",style:{width:\"100%\"},variant:\"Ex086ieoP\",width:\"100%\",ZhLsZ33z_:\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"max(min(max(100vw, 1px), 500px) - 40px, 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"max(min(max(100vw, 1px), 1064px) - 64px, 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gb33q9-container\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Get instant insights into ad performance. Track key metrics like CTR, CPC, and ROAS in real-time to make data-driven decisions.\",height:\"100%\",id:\"zPiAD6P0K\",layoutId:\"zPiAD6P0K\",mdRy55VrV:\"Real-Time Analytics\",pbh9ZnBRX:\"ChartBarSquare\",style:{width:\"100%\"},variant:\"Ex086ieoP\",width:\"100%\",ZhLsZ33z_:\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"max(min(max(100vw, 1px), 500px) - 40px, 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"max(min(max(100vw, 1px), 1064px) - 64px, 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pdky4o-container\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Reach your ideal audience with precision. Use advanced targeting features including demographics, interests, and custom audiences.\",height:\"100%\",id:\"BP1KlRfi4\",layoutId:\"BP1KlRfi4\",mdRy55VrV:\"Advanced Targeting\",pbh9ZnBRX:\"Beaker\",style:{width:\"100%\"},variant:\"Ex086ieoP\",width:\"100%\",ZhLsZ33z_:\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"max(min(max(100vw, 1px), 500px) - 40px, 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"max(min(max(100vw, 1px), 1064px) - 64px, 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-60hm0p-container\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Ensure optimal budget distribution across your campaigns. Automatically allocate budget to top-performing ads and pause underperforming ones.\",height:\"100%\",id:\"hTtG5WLkA\",layoutId:\"hTtG5WLkA\",mdRy55VrV:\"Auto Budget Allocation\",pbh9ZnBRX:\"Banknotes\",style:{width:\"100%\"},variant:\"Ex086ieoP\",width:\"100%\",ZhLsZ33z_:\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"max(min(max(100vw, 1px), 500px) - 40px, 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"max(min(max(100vw, 1px), 1064px) - 64px, 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18twlzw-container\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Launch new ad campaigns quickly and easily. Use pre-built templates and intuitive tools to design, set up, and deploy campaigns in minutes.\",height:\"100%\",id:\"aFKN4kKS6\",layoutId:\"aFKN4kKS6\",mdRy55VrV:\"Easy Campaign Creation\",pbh9ZnBRX:\"FolderPlus\",style:{width:\"100%\"},variant:\"Ex086ieoP\",width:\"100%\",ZhLsZ33z_:\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"max(min(max(100vw, 1px), 500px) - 40px, 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,width:\"max(min(max(100vw, 1px), 1064px) - 64px, 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e17x43-container\",children:/*#__PURE__*/_jsx(CardsFeatureHighlight,{bee07MbGZ:\"Automate ad performance improvements with AI. Optimize bids, ad creative, and targeting for maximum ROI.\",height:\"100%\",id:\"Qu84LXtvl\",layoutId:\"Qu84LXtvl\",mdRy55VrV:\"AI-Driven Ad Optimization\",pbh9ZnBRX:\"Sparkles\",style:{width:\"100%\"},variant:\"Ex086ieoP\",width:\"100%\",ZhLsZ33z_:\"var(--token-aa035060-997c-4bd4-b99e-05b415c0f7e7, rgb(255, 255, 255))\"})})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-plv00f\",\"data-framer-name\":\"Features section\",name:\"Features section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ykwlg4\",\"data-framer-name\":\"Section container\",name:\"Section container\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1aax1g1\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1xvmp40\",\"data-styles-preset\":\"FF17bsa9r\",style:{\"--framer-text-alignment\":\"center\"},children:\"An ad management platform to double your conversions.\"})}),className:\"framer-y4r35y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dfrgkh\",\"data-styles-preset\":\"v6L6qAtiq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Experience the difference with SaaSboost's innovative features designed to take your ad management to the next level.\"})}),className:\"framer-79y3jl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-igv31w\",\"data-framer-name\":\"Feature descriptoin\",name:\"Feature descriptoin\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-crd0d6\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10jdzj8\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-77ng4m\",\"data-styles-preset\":\"QMr6p2J5o\",style:{\"--framer-text-alignment\":\"left\"},children:\"Maximize Your ROI with Intelligent Automation\"})}),className:\"framer-ng452p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pg5idt\",\"data-styles-preset\":\"RW9R6zZK8\",children:\"With SaaSboost, you don't just manage ads; you optimize them with the power of AI. Our platform uses machine learning algorithms to analyze your campaign performance in real-time, automatically adjusting bids, ad creative, and targeting to ensure you're getting the best possible return on your investment.\"})}),className:\"framer-1xhg2pc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6nh7q-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{height:\"100%\",id:\"DvQcdd5EO\",jodyeE9nN:\"Get started\",layoutId:\"DvQcdd5EO\",style:{height:\"100%\"},variant:\"l4ohRRNi8\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-95ug5q\",\"data-framer-name\":\"Image container\",name:\"Image container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-si2r67\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1988,intrinsicWidth:2966,pixelHeight:936,pixelWidth:1488,positionX:\"left\",positionY:\"top\",sizes:\"calc((max(max(min(100vw - 40px, 500px), 280px), 1px) - 40px) * 1.1)\",src:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png\",srcSet:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png 1488w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1988,intrinsicWidth:2966,pixelHeight:936,pixelWidth:1488,positionX:\"left\",positionY:\"top\",sizes:\"calc((max(max(min(100vw - 64px, 1000px), 280px), 1px) - 40px) * 1.1)\",src:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png\",srcSet:\"https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=512 512w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/92zyjxX9zrrcanJfJjhvN3vz0s.png 1488w\"},className:\"framer-1ycglti\",\"data-framer-appear-id\":\"1ycglti\",\"data-framer-name\":\"Calendar_view\",initial:animation1,name:\"Calendar_view\",optimized:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f358gv\",\"data-framer-name\":\"Feature descriptoin\",name:\"Feature descriptoin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4s1b30\",\"data-framer-name\":\"Image container\",name:\"Image container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-592zdy\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1988,intrinsicWidth:2966,pixelHeight:1092,pixelWidth:736,positionX:\"right\",positionY:\"top\",sizes:\"calc((max(max(min(100vw - 40px, 500px), 280px), 1px) - 40px) * 1.03)\",src:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png\",srcSet:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png?scale-down-to=1024 690w,https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png 736w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1988,intrinsicWidth:2966,pixelHeight:1092,pixelWidth:736,positionX:\"right\",positionY:\"top\",sizes:\"calc((max(max(min(100vw - 64px, 1000px), 280px), 1px) - 40px) * 1.03)\",src:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png\",srcSet:\"https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png?scale-down-to=1024 690w,https://framerusercontent.com/images/Dt9hezFq35QZsvb45KgYc960Ks.png 736w\"},className:\"framer-mr41x\",\"data-framer-appear-id\":\"mr41x\",\"data-framer-name\":\"Calendar_view\",initial:animation1,name:\"Calendar_view\",optimized:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b6mgvz\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d4efbk\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-77ng4m\",\"data-styles-preset\":\"QMr6p2J5o\",style:{\"--framer-text-alignment\":\"left\"},children:\"Manage All Your Ads from One Central Hub\"})}),className:\"framer-v7rte8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pg5idt\",\"data-styles-preset\":\"RW9R6zZK8\",children:\"SaaSboost offers a unified dashboard where you can manage ads across multiple platforms, including Google, Facebook, Instagram, and more. This single-point management system eliminates the hassle of switching between different interfaces, allowing you to oversee and optimize your entire ad strategy from one place.\"})}),className:\"framer-1mhc9ba\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b8brc6-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{height:\"100%\",id:\"fXWArK2_v\",jodyeE9nN:\"Get started\",layoutId:\"fXWArK2_v\",style:{height:\"100%\"},variant:\"l4ohRRNi8\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ejwg0u\",\"data-framer-name\":\"Feature descriptoin\",name:\"Feature descriptoin\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1povyds\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cafri7\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-77ng4m\",\"data-styles-preset\":\"QMr6p2J5o\",style:{\"--framer-text-alignment\":\"left\"},children:\"Anticipate and Adapt with Advanced Insights\"})}),className:\"framer-1qbrsv5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pg5idt\",\"data-styles-preset\":\"RW9R6zZK8\",children:\"Our platform doesn't just provide real-time analytics; it also offers predictive insights that help you anticipate future trends and adjust your strategy accordingly. With SaaSboost's advanced forecasting capabilities, you can predict campaign performance, identify potential bottlenecks, and make proactive decisions to ensure your campaigns stay on track\"})}),className:\"framer-py4ji7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jig4rj-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{height:\"100%\",id:\"uRMGux_3y\",jodyeE9nN:\"Get started\",layoutId:\"uRMGux_3y\",style:{height:\"100%\"},variant:\"l4ohRRNi8\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-goje60\",\"data-framer-name\":\"Image container\",name:\"Image container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ca27g1\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1988,intrinsicWidth:2966,pixelHeight:2408,pixelWidth:2352,positionX:\"left\",positionY:\"top\",sizes:\"calc((max(max(min(100vw - 40px, 500px), 280px), 1px) - 40px) * 1.1)\",src:\"https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png\",srcSet:\"https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png?scale-down-to=1024 1000w,https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png?scale-down-to=2048 2000w,https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png 2352w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1988,intrinsicWidth:2966,pixelHeight:2408,pixelWidth:2352,positionX:\"left\",positionY:\"top\",sizes:\"calc((max(max(min(100vw - 64px, 1000px), 280px), 1px) - 40px) * 1.1)\",src:\"https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png\",srcSet:\"https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png?scale-down-to=1024 1000w,https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png?scale-down-to=2048 2000w,https://framerusercontent.com/images/dmzB6UCcpvyJEitigtg6ige3JI.png 2352w\"},className:\"framer-1o1lfev\",\"data-framer-appear-id\":\"1o1lfev\",\"data-framer-name\":\"Calendar_view\",initial:animation1,name:\"Calendar_view\",optimized:true})})})})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:522,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7gccui-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t9m_jPLzs:{variant:\"DCDSZnb3n\"},UP0gKw05k:{variant:\"Lc_T5pA4C\"}},children:/*#__PURE__*/_jsx(CTASection,{aOktnUg_S:\"Boost your ads with all-in-one platform\",aWDDX3ccc:\"100%\",de8kR9Yax:\"2,000+\",DR8l8otrV:\"customers & counting\",GJVXfaXzh:\"Get started for free today and experience the true magic of our best selling platform\",height:\"100%\",id:\"gnwDM1OZR\",layoutId:\"gnwDM1OZR\",onySjOHn2:\"average ROI\",s5pVzQAqy:\"increase in conversions\",style:{width:\"100%\"},variant:\"XOmnoffBQ\",W9EmAZBnC:\"https://framer.ing/\",width:\"100%\",zQhTnnmX9:\"155%\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-2dwggi\",\"data-framer-name\":\"Testimonials section\",name:\"Testimonials section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ocoub3\",\"data-framer-name\":\"Section container\",name:\"Section container\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-ppxeux\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1xvmp40\",\"data-styles-preset\":\"FF17bsa9r\",style:{\"--framer-text-alignment\":\"center\"},children:\"Customers love using our platform\"})}),className:\"framer-ke2i8k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dfrgkh\",\"data-styles-preset\":\"v6L6qAtiq\",style:{\"--framer-text-alignment\":\"center\"},children:\"What our customers say about our platform\"})}),className:\"framer-1bfu8i1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ebhv9x\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"FI161LK1m\",data:Testimonials,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"FI161LK1m\",name:\"rSClLwypt\",type:\"Identifier\"},{collection:\"FI161LK1m\",name:\"KMu0QrSsB\",type:\"Identifier\"},{collection:\"FI161LK1m\",name:\"mb6jivIqD\",type:\"Identifier\"},{collection:\"FI161LK1m\",name:\"bkhMPsyCR\",type:\"Identifier\"},{collection:\"FI161LK1m\",name:\"id\",type:\"Identifier\"},{collection:\"FI161LK1m\",name:\"Zz08GyCVA\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({\"rSClLwypt\":rSClLwyptFI161LK1m,\"KMu0QrSsB\":KMu0QrSsBFI161LK1m,\"mb6jivIqD\":mb6jivIqDFI161LK1m,\"bkhMPsyCR\":bkhMPsyCRFI161LK1m,\"id\":idFI161LK1m,\"Zz08GyCVA\":Zz08GyCVAFI161LK1m},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`FI161LK1m-${idFI161LK1m}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Zz08GyCVA:Zz08GyCVAFI161LK1m},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12clfha\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t9m_jPLzs:{height:280},UP0gKw05k:{height:240,width:\"max(min(100vw - 40px, 500px), 280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:\"max(min(100vw - 64px, 1000px), 280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ut4we7-container\",children:/*#__PURE__*/_jsx(CardsTestimonials,{height:\"100%\",id:\"nQcEs7yhQ\",KdBRQmQkg:KMu0QrSsBFI161LK1m,layoutId:\"nQcEs7yhQ\",NWiNebfvH:toResponsiveImage(bkhMPsyCRFI161LK1m),style:{height:\"100%\",width:\"100%\"},UMPLQFOqI:rSClLwyptFI161LK1m,uON9KNcYu:mb6jivIqDFI161LK1m,width:\"100%\"})})})})})})},idFI161LK1m);})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-q9q4iv\",\"data-framer-name\":\"FAQ section\",name:\"FAQ section\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1e7bk30\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-17h7mya\",\"data-styles-preset\":\"Xi5cWyub5\",children:\"FAQs\"})}),className:\"framer-1rtymhi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-dfrgkh\",\"data-styles-preset\":\"v6L6qAtiq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Some questions we get asked the most\"})}),className:\"framer-21jx5q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UP0gKw05k:{width:\"min(min(100vw, 500px) - 40px, 600px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:430,width:\"min(min(100vw, 1024px) - 64px, 600px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1myfs8y-container\",children:/*#__PURE__*/_jsx(FAQsList,{height:\"100%\",id:\"ShaPxpOcG\",layoutId:\"ShaPxpOcG\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"e9U92AWHK\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:381,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y0bbrb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{t9m_jPLzs:{variant:\"aw5rmqJ45\"},UP0gKw05k:{variant:\"WS1V0tG2X\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"msIydUjOh\",layoutId:\"msIydUjOh\",style:{width:\"100%\"},variant:\"xVcaFquFd\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-pkeRv { background: var(--token-3aba409c-24c2-415b-b7f5-3c74e6ffb2cd, rgb(254, 254, 254)); }`,\".framer-pkeRv.framer-g0hclp, .framer-pkeRv .framer-g0hclp { display: block; }\",\".framer-pkeRv.framer-15287dl { align-content: center; align-items: center; background-color: var(--token-3aba409c-24c2-415b-b7f5-3c74e6ffb2cd, #fefefe); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1400px; }\",\".framer-pkeRv .framer-rrfepo-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-pkeRv .framer-4s3u77 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 32px 100px 32px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-17zttxs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-pkeRv .framer-uoby17, .framer-pkeRv .framer-1aax1g1, .framer-pkeRv .framer-ppxeux { 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: 600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-160118k, .framer-pkeRv .framer-sc69ph, .framer-pkeRv .framer-y4r35y, .framer-pkeRv .framer-79y3jl, .framer-pkeRv .framer-ng452p, .framer-pkeRv .framer-1xhg2pc, .framer-pkeRv .framer-v7rte8, .framer-pkeRv .framer-1mhc9ba, .framer-pkeRv .framer-1qbrsv5, .framer-pkeRv .framer-py4ji7, .framer-pkeRv .framer-ke2i8k, .framer-pkeRv .framer-1bfu8i1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pkeRv .framer-3wp004 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-1tzdqne-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pkeRv .framer-uph2ci { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 8px; position: relative; width: 100%; z-index: 0; }\",\".framer-pkeRv .framer-1l9ho3d { -webkit-mask: url('https://framerusercontent.com/images/sJCvfZTfxhL3YejIRhAt1T0vM.png') alpha repeat center / 12.8px 12.8px intersect, radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 50.835796734234236%, rgba(0, 0, 0, 0) 100.45045045045045%) intersect; background-color: var(--token-0a7e7a3d-d418-45f9-a13b-acc580a0d9e8, #c470ff); bottom: -100px; flex: none; left: -200px; mask: url('https://framerusercontent.com/images/sJCvfZTfxhL3YejIRhAt1T0vM.png') alpha repeat center / 12.8px 12.8px intersect, radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 50.835796734234236%, rgba(0, 0, 0, 0) 100.45045045045045%) intersect; overflow: hidden; position: absolute; right: -200px; top: -100px; z-index: -1; }\",\".framer-pkeRv .framer-cmsnm5 { --border-bottom-width: 1px; --border-color: var(--token-c152160d-5b3e-42f8-9d17-e6aed6a4e179, #f4e4ff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.5870967741935484 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: none; height: var(--framer-aspect-ratio-supported, 421px); overflow: visible; position: relative; width: 68%; }\",\".framer-pkeRv .framer-ogju4y { --border-bottom-width: 1px; --border-color: var(--token-c152160d-5b3e-42f8-9d17-e6aed6a4e179, #f4e4ff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 0.6750572082379863 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625); flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 437px); overflow: visible; position: relative; width: 1px; z-index: 1; }\",\".framer-pkeRv .framer-1wmvy7l-container { flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-p4xogy { align-content: center; align-items: center; background-color: var(--token-d22bbcc0-9546-4074-b209-c9ac329c9594, #111111); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-spn64v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1064px; overflow: hidden; padding: 100px 32px 100px 32px; position: relative; width: 1px; }\",\".framer-pkeRv .framer-1d88vhg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 20px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-1j0kte5, .framer-pkeRv .framer-1ucjyia, .framer-pkeRv .framer-1rtymhi, .framer-pkeRv .framer-21jx5q { --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-pkeRv .framer-1ulgrii { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-18d9vho-container, .framer-pkeRv .framer-1gb33q9-container, .framer-pkeRv .framer-pdky4o-container, .framer-pkeRv .framer-60hm0p-container, .framer-pkeRv .framer-18twlzw-container, .framer-pkeRv .framer-1e17x43-container { flex: 1 0 0px; height: auto; min-width: 280px; position: relative; width: 1px; }\",\".framer-pkeRv .framer-plv00f, .framer-pkeRv .framer-2dwggi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 32px 100px 32px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-1ykwlg4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-igv31w, .framer-pkeRv .framer-1f358gv, .framer-pkeRv .framer-ejwg0u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-crd0d6, .framer-pkeRv .framer-1b6mgvz, .framer-pkeRv .framer-1povyds { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; min-width: 280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-pkeRv .framer-10jdzj8, .framer-pkeRv .framer-1d4efbk, .framer-pkeRv .framer-1cafri7, .framer-pkeRv .framer-1e7bk30 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-6nh7q-container, .framer-pkeRv .framer-1b8brc6-container, .framer-pkeRv .framer-jig4rj-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-pkeRv .framer-95ug5q, .framer-pkeRv .framer-4s1b30, .framer-pkeRv .framer-goje60 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 280px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pkeRv .framer-si2r67, .framer-pkeRv .framer-ca27g1 { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.3333333333333333 / 1; background-color: var(--token-3ba3cb19-9df7-47a0-a43f-9f985293a698, #faf3ff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 360px); justify-content: flex-start; overflow: hidden; padding: 40px 0px 0px 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pkeRv .framer-1ycglti { aspect-ratio: 0.88 / 1; border-top-left-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 550px); overflow: visible; position: relative; width: 110%; }\",\".framer-pkeRv .framer-592zdy { align-content: flex-start; align-items: flex-start; aspect-ratio: 1.3333333333333333 / 1; background-color: var(--token-3ba3cb19-9df7-47a0-a43f-9f985293a698, #faf3ff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 360px); justify-content: flex-end; overflow: hidden; padding: 40px 40px 0px 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pkeRv .framer-mr41x { aspect-ratio: 1.2736842105263158 / 1; border-top-left-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 356px); overflow: visible; position: relative; width: 103%; }\",\".framer-pkeRv .framer-1o1lfev { aspect-ratio: 1.2736842105263158 / 1; border-top-left-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 380px); overflow: visible; position: relative; width: 110%; }\",\".framer-pkeRv .framer-7gccui-container, .framer-pkeRv .framer-1y0bbrb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-pkeRv .framer-ocoub3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-1ebhv9x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-12clfha { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 300px; justify-content: flex-start; min-width: 280px; padding: 0px; position: relative; width: 1px; }\",\".framer-pkeRv .framer-1ut4we7-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-pkeRv .framer-q9q4iv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1024px; overflow: visible; padding: 100px 32px 100px 32px; position: relative; width: 100%; }\",\".framer-pkeRv .framer-1myfs8y-container { flex: none; height: auto; max-width: 600px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pkeRv.framer-15287dl, .framer-pkeRv .framer-4s3u77, .framer-pkeRv .framer-17zttxs, .framer-pkeRv .framer-uoby17, .framer-pkeRv .framer-3wp004, .framer-pkeRv .framer-uph2ci, .framer-pkeRv .framer-p4xogy, .framer-pkeRv .framer-spn64v, .framer-pkeRv .framer-1d88vhg, .framer-pkeRv .framer-1ulgrii, .framer-pkeRv .framer-plv00f, .framer-pkeRv .framer-1ykwlg4, .framer-pkeRv .framer-1aax1g1, .framer-pkeRv .framer-igv31w, .framer-pkeRv .framer-crd0d6, .framer-pkeRv .framer-10jdzj8, .framer-pkeRv .framer-95ug5q, .framer-pkeRv .framer-si2r67, .framer-pkeRv .framer-1f358gv, .framer-pkeRv .framer-4s1b30, .framer-pkeRv .framer-592zdy, .framer-pkeRv .framer-1b6mgvz, .framer-pkeRv .framer-1d4efbk, .framer-pkeRv .framer-ejwg0u, .framer-pkeRv .framer-1povyds, .framer-pkeRv .framer-1cafri7, .framer-pkeRv .framer-goje60, .framer-pkeRv .framer-ca27g1, .framer-pkeRv .framer-2dwggi, .framer-pkeRv .framer-ocoub3, .framer-pkeRv .framer-ppxeux, .framer-pkeRv .framer-1ebhv9x, .framer-pkeRv .framer-12clfha, .framer-pkeRv .framer-q9q4iv, .framer-pkeRv .framer-1e7bk30 { gap: 0px; } .framer-pkeRv.framer-15287dl > *, .framer-pkeRv .framer-plv00f > *, .framer-pkeRv .framer-2dwggi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pkeRv.framer-15287dl > :first-child, .framer-pkeRv .framer-4s3u77 > :first-child, .framer-pkeRv .framer-17zttxs > :first-child, .framer-pkeRv .framer-uoby17 > :first-child, .framer-pkeRv .framer-spn64v > :first-child, .framer-pkeRv .framer-1d88vhg > :first-child, .framer-pkeRv .framer-plv00f > :first-child, .framer-pkeRv .framer-1ykwlg4 > :first-child, .framer-pkeRv .framer-1aax1g1 > :first-child, .framer-pkeRv .framer-crd0d6 > :first-child, .framer-pkeRv .framer-10jdzj8 > :first-child, .framer-pkeRv .framer-1b6mgvz > :first-child, .framer-pkeRv .framer-1d4efbk > :first-child, .framer-pkeRv .framer-1povyds > :first-child, .framer-pkeRv .framer-1cafri7 > :first-child, .framer-pkeRv .framer-2dwggi > :first-child, .framer-pkeRv .framer-ocoub3 > :first-child, .framer-pkeRv .framer-ppxeux > :first-child, .framer-pkeRv .framer-q9q4iv > :first-child, .framer-pkeRv .framer-1e7bk30 > :first-child { margin-top: 0px; } .framer-pkeRv.framer-15287dl > :last-child, .framer-pkeRv .framer-4s3u77 > :last-child, .framer-pkeRv .framer-17zttxs > :last-child, .framer-pkeRv .framer-uoby17 > :last-child, .framer-pkeRv .framer-spn64v > :last-child, .framer-pkeRv .framer-1d88vhg > :last-child, .framer-pkeRv .framer-plv00f > :last-child, .framer-pkeRv .framer-1ykwlg4 > :last-child, .framer-pkeRv .framer-1aax1g1 > :last-child, .framer-pkeRv .framer-crd0d6 > :last-child, .framer-pkeRv .framer-10jdzj8 > :last-child, .framer-pkeRv .framer-1b6mgvz > :last-child, .framer-pkeRv .framer-1d4efbk > :last-child, .framer-pkeRv .framer-1povyds > :last-child, .framer-pkeRv .framer-1cafri7 > :last-child, .framer-pkeRv .framer-2dwggi > :last-child, .framer-pkeRv .framer-ocoub3 > :last-child, .framer-pkeRv .framer-ppxeux > :last-child, .framer-pkeRv .framer-q9q4iv > :last-child, .framer-pkeRv .framer-1e7bk30 > :last-child { margin-bottom: 0px; } .framer-pkeRv .framer-4s3u77 > *, .framer-pkeRv .framer-ocoub3 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-pkeRv .framer-17zttxs > *, .framer-pkeRv .framer-crd0d6 > *, .framer-pkeRv .framer-1b6mgvz > *, .framer-pkeRv .framer-1povyds > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pkeRv .framer-uoby17 > *, .framer-pkeRv .framer-1d88vhg > *, .framer-pkeRv .framer-1aax1g1 > *, .framer-pkeRv .framer-10jdzj8 > *, .framer-pkeRv .framer-1d4efbk > *, .framer-pkeRv .framer-1cafri7 > *, .framer-pkeRv .framer-ppxeux > *, .framer-pkeRv .framer-1e7bk30 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pkeRv .framer-3wp004 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pkeRv .framer-3wp004 > :first-child, .framer-pkeRv .framer-uph2ci > :first-child, .framer-pkeRv .framer-p4xogy > :first-child, .framer-pkeRv .framer-1ulgrii > :first-child, .framer-pkeRv .framer-igv31w > :first-child, .framer-pkeRv .framer-95ug5q > :first-child, .framer-pkeRv .framer-si2r67 > :first-child, .framer-pkeRv .framer-1f358gv > :first-child, .framer-pkeRv .framer-4s1b30 > :first-child, .framer-pkeRv .framer-592zdy > :first-child, .framer-pkeRv .framer-ejwg0u > :first-child, .framer-pkeRv .framer-goje60 > :first-child, .framer-pkeRv .framer-ca27g1 > :first-child, .framer-pkeRv .framer-1ebhv9x > :first-child, .framer-pkeRv .framer-12clfha > :first-child { margin-left: 0px; } .framer-pkeRv .framer-3wp004 > :last-child, .framer-pkeRv .framer-uph2ci > :last-child, .framer-pkeRv .framer-p4xogy > :last-child, .framer-pkeRv .framer-1ulgrii > :last-child, .framer-pkeRv .framer-igv31w > :last-child, .framer-pkeRv .framer-95ug5q > :last-child, .framer-pkeRv .framer-si2r67 > :last-child, .framer-pkeRv .framer-1f358gv > :last-child, .framer-pkeRv .framer-4s1b30 > :last-child, .framer-pkeRv .framer-592zdy > :last-child, .framer-pkeRv .framer-ejwg0u > :last-child, .framer-pkeRv .framer-goje60 > :last-child, .framer-pkeRv .framer-ca27g1 > :last-child, .framer-pkeRv .framer-1ebhv9x > :last-child, .framer-pkeRv .framer-12clfha > :last-child { margin-right: 0px; } .framer-pkeRv .framer-uph2ci > *, .framer-pkeRv .framer-1ebhv9x > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pkeRv .framer-p4xogy > *, .framer-pkeRv .framer-95ug5q > *, .framer-pkeRv .framer-si2r67 > *, .framer-pkeRv .framer-4s1b30 > *, .framer-pkeRv .framer-592zdy > *, .framer-pkeRv .framer-goje60 > *, .framer-pkeRv .framer-ca27g1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pkeRv .framer-spn64v > *, .framer-pkeRv .framer-q9q4iv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pkeRv .framer-1ulgrii > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-pkeRv .framer-1ykwlg4 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-pkeRv .framer-igv31w > *, .framer-pkeRv .framer-1f358gv > *, .framer-pkeRv .framer-ejwg0u > *, .framer-pkeRv .framer-12clfha > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\"@media (min-width: 1400px) { .framer-pkeRv .hidden-15287dl { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1399px) { .framer-pkeRv .hidden-1qqyqht { display: none !important; } .${metadata.bodyClassName}-framer-pkeRv { background: var(--token-3aba409c-24c2-415b-b7f5-3c74e6ffb2cd, rgb(254, 254, 254)); } .framer-pkeRv.framer-15287dl { width: 810px; } .framer-pkeRv .framer-4s3u77, .framer-pkeRv .framer-spn64v, .framer-pkeRv .framer-plv00f, .framer-pkeRv .framer-2dwggi, .framer-pkeRv .framer-q9q4iv { padding: 80px 32px 80px 32px; } .framer-pkeRv .framer-cmsnm5 { height: var(--framer-aspect-ratio-supported, 313px); } .framer-pkeRv .framer-ogju4y { height: var(--framer-aspect-ratio-supported, 316px); } .framer-pkeRv .framer-1ykwlg4 { gap: 100px; } .framer-pkeRv .framer-si2r67, .framer-pkeRv .framer-ca27g1 { height: var(--framer-aspect-ratio-supported, 265px); } .framer-pkeRv .framer-1ycglti { height: var(--framer-aspect-ratio-supported, 392px); } .framer-pkeRv .framer-592zdy { height: var(--framer-aspect-ratio-supported, 264px); } .framer-pkeRv .framer-mr41x { height: var(--framer-aspect-ratio-supported, 253px); } .framer-pkeRv .framer-1o1lfev { height: var(--framer-aspect-ratio-supported, 270px); } .framer-pkeRv .framer-12clfha { height: 280px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pkeRv .framer-1ykwlg4 { gap: 0px; } .framer-pkeRv .framer-1ykwlg4 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-pkeRv .framer-1ykwlg4 > :first-child { margin-top: 0px; } .framer-pkeRv .framer-1ykwlg4 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-pkeRv .hidden-llfkyr { display: none !important; } .${metadata.bodyClassName}-framer-pkeRv { background: var(--token-3aba409c-24c2-415b-b7f5-3c74e6ffb2cd, rgb(254, 254, 254)); } .framer-pkeRv.framer-15287dl { width: 390px; } .framer-pkeRv .framer-4s3u77 { gap: 40px; padding: 60px 20px 60px 20px; } .framer-pkeRv .framer-uph2ci { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; gap: 4px; padding: 0px; } .framer-pkeRv .framer-1l9ho3d { -webkit-mask: url('https://framerusercontent.com/images/sJCvfZTfxhL3YejIRhAt1T0vM.png') alpha repeat center / 8px 8px intersect, radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 50.835796734234236%, rgba(0, 0, 0, 0) 100.45045045045045%) intersect; bottom: -40px; left: -40px; mask: url('https://framerusercontent.com/images/sJCvfZTfxhL3YejIRhAt1T0vM.png') alpha repeat center / 8px 8px intersect, radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 50.835796734234236%, rgba(0, 0, 0, 0) 100.45045045045045%) intersect; right: -40px; top: -40px; } .framer-pkeRv .framer-cmsnm5 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; height: var(--framer-aspect-ratio-supported, 150px); } .framer-pkeRv .framer-ogju4y { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; height: var(--framer-aspect-ratio-supported, 160px); } .framer-pkeRv .framer-spn64v, .framer-pkeRv .framer-q9q4iv { gap: 32px; max-width: 500px; padding: 60px 20px 60px 20px; } .framer-pkeRv .framer-1ucjyia, .framer-pkeRv .framer-21jx5q { --framer-text-wrap-override: none; } .framer-pkeRv .framer-1ulgrii { gap: 16px; } .framer-pkeRv .framer-plv00f, .framer-pkeRv .framer-2dwggi { padding: 60px 20px 60px 20px; } .framer-pkeRv .framer-1ykwlg4 { gap: 80px; max-width: 500px; } .framer-pkeRv .framer-crd0d6, .framer-pkeRv .framer-1b6mgvz, .framer-pkeRv .framer-1povyds { order: 1; } .framer-pkeRv .framer-95ug5q, .framer-pkeRv .framer-4s1b30, .framer-pkeRv .framer-goje60 { order: 0; } .framer-pkeRv .framer-si2r67, .framer-pkeRv .framer-ca27g1 { height: var(--framer-aspect-ratio-supported, 262px); } .framer-pkeRv .framer-1ycglti { height: var(--framer-aspect-ratio-supported, 387px); } .framer-pkeRv .framer-592zdy { height: var(--framer-aspect-ratio-supported, 263px); } .framer-pkeRv .framer-mr41x { height: var(--framer-aspect-ratio-supported, 251px); } .framer-pkeRv .framer-1o1lfev { height: var(--framer-aspect-ratio-supported, 267px); } .framer-pkeRv .framer-ocoub3 { gap: 32px; max-width: 500px; } .framer-pkeRv .framer-12clfha { height: 240px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pkeRv .framer-4s3u77, .framer-pkeRv .framer-uph2ci, .framer-pkeRv .framer-spn64v, .framer-pkeRv .framer-1ulgrii, .framer-pkeRv .framer-1ykwlg4, .framer-pkeRv .framer-ocoub3, .framer-pkeRv .framer-q9q4iv { gap: 0px; } .framer-pkeRv .framer-4s3u77 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pkeRv .framer-4s3u77 > :first-child, .framer-pkeRv .framer-spn64v > :first-child, .framer-pkeRv .framer-1ykwlg4 > :first-child, .framer-pkeRv .framer-ocoub3 > :first-child, .framer-pkeRv .framer-q9q4iv > :first-child { margin-top: 0px; } .framer-pkeRv .framer-4s3u77 > :last-child, .framer-pkeRv .framer-spn64v > :last-child, .framer-pkeRv .framer-1ykwlg4 > :last-child, .framer-pkeRv .framer-ocoub3 > :last-child, .framer-pkeRv .framer-q9q4iv > :last-child { margin-bottom: 0px; } .framer-pkeRv .framer-uph2ci > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-pkeRv .framer-uph2ci > :first-child, .framer-pkeRv .framer-1ulgrii > :first-child { margin-left: 0px; } .framer-pkeRv .framer-uph2ci > :last-child, .framer-pkeRv .framer-1ulgrii > :last-child { margin-right: 0px; } .framer-pkeRv .framer-spn64v > *, .framer-pkeRv .framer-ocoub3 > *, .framer-pkeRv .framer-q9q4iv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pkeRv .framer-1ulgrii > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pkeRv .framer-1ykwlg4 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-pkeRv[data-border=\"true\"]::after, .framer-pkeRv [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6170\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"t9m_jPLzs\":{\"layout\":[\"fixed\",\"auto\"]},\"UP0gKw05k\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerSNuqf7Rhe=withCSS(Component,css,\"framer-pkeRv\");export default FramerSNuqf7Rhe;FramerSNuqf7Rhe.displayName=\"Home\";FramerSNuqf7Rhe.defaultProps={height:6170,width:1400};addFonts(FramerSNuqf7Rhe,[{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\"}]},...NavbarNavbarFonts,...ButtonsPrimaryFonts,...ValidationSectionFonts,...CardsFeatureHighlightFonts,...CTASectionFonts,...CardsTestimonialsFonts,...FAQsListFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSNuqf7Rhe\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"6170\",\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t9m_jPLzs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UP0gKw05k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavbarNavbarFonts", "getFonts", "BdK_dbDtY_default", "ButtonsPrimaryFonts", "yeKzN6e2h_default", "ValidationSectionFonts", "UmwoEBqdR_default", "CardsFeatureHighlightFonts", "auI1MutRx_default", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "CTASectionFonts", "vPX6XtFjP_default", "CardsTestimonialsFonts", "NiblyBkon_default", "FAQsListFonts", "oNrW423Id_default", "FooterFonts", "mqwZZx281_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "rSClLwyptFI161LK1m", "KMu0QrSsBFI161LK1m", "mb6jivIqDFI161LK1m", "bkhMPsyCRFI161LK1m", "idFI161LK1m", "Zz08GyCVAFI161LK1m", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "BdK_dbDtY_default", "RichText2", "x", "yeKzN6e2h_default", "Image2", "UmwoEBqdR_default", "auI1MutRx_default", "ImageWithOptimizedAppearEffect", "vPX6XtFjP_default", "ChildrenCanSuspend", "mbevnwr7l_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "NiblyBkon_default", "oNrW423Id_default", "mqwZZx281_default", "css", "FramerSNuqf7Rhe", "withCSS", "SNuqf7Rhe_default", "addFonts", "NavbarNavbarFonts", "ButtonsPrimaryFonts", "ValidationSectionFonts", "CardsFeatureHighlightFonts", "CTASectionFonts", "CardsTestimonialsFonts", "FAQsListFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
