{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rPLBl51VaNgRPBBUJ7jg/lnykZM3GrJRE6LUqAba7/Calculator_apos_package.js", "ssg:https://framerusercontent.com/modules/1eQ1JVDeFJMfOu8mD273/u3lN1M0uiTIuL85k9n32/az9kNm2cX.js", "ssg:https://framerusercontent.com/modules/Y0EzQVdSXHnbpTbfoNnO/Yr9WXtRJ64lQyqeSXged/gBy_h5UXE.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export function PackageCostCalculator({campaignsInitial,fontUSD,fontPerMonth,fontSizeUSD,fontSizePerMonth,colorUSD,colorPerMonth,lineColor,lineOpacity,lineMaskRotation,campaignIcon,prospectsIcon,emailsIcon,followUpsIcon,outputFontFamily,outputFontSize,outputFontWeight}){const[campaigns,setCampaigns]=useState(campaignsInitial);const costPerProspect=1.6;const emailsPerProspect=7;const followUpsPerProspect=6;const prospectsPerCampaign=1e3;// Calculations\nconst totalProspects=campaigns*prospectsPerCampaign;const totalEmails=totalProspects*emailsPerProspect;const totalFollowUps=totalProspects*followUpsPerProspect;const costPerCampaign=prospectsPerCampaign*costPerProspect;const totalCost=campaigns*costPerCampaign;const handleSliderChange=e=>setCampaigns(e.target.value);const Icon=({src})=>/*#__PURE__*/_jsx(\"img\",{src:src,alt:\"Icon\",style:{width:\"20px\",height:\"20px\",marginRight:\"8px\",verticalAlign:\"middle\"}});return /*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",textAlign:\"left\"},children:[/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsxs(\"span\",{style:{fontFamily:fontUSD,fontSize:fontSizeUSD,fontWeight:\"bold\",color:colorUSD},children:[\"$\",totalCost.toLocaleString(undefined,{minimumFractionDigits:2,maximumFractionDigits:2})]}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:fontPerMonth,fontSize:fontSizePerMonth,marginLeft:\"8px\",color:colorPerMonth},children:\"/ month\"})]}),/*#__PURE__*/_jsx(\"div\",{style:{marginTop:\"30px\",marginBottom:\"30px\",height:\"1px\",width:\"100%\",background:`linear-gradient(${lineMaskRotation}, transparent, ${lineColor} ${lineOpacity*100}%, transparent)`}}),/*#__PURE__*/_jsx(\"div\",{style:{marginTop:\"20px\"},children:/*#__PURE__*/_jsx(\"input\",{type:\"range\",min:\"1\",max:\"50\",value:campaigns,onChange:handleSliderChange,style:{width:\"100%\",accentColor:\"#5252F7\"}})}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"20px\",fontSize:outputFontSize,fontWeight:outputFontWeight,fontFamily:outputFontFamily,color:\"#6B7280\"},children:[/*#__PURE__*/_jsxs(\"p\",{style:{marginBottom:\"15px\"},children:[/*#__PURE__*/_jsx(Icon,{src:campaignIcon}),/*#__PURE__*/_jsx(\"span\",{children:\"Campaign(s): \"}),/*#__PURE__*/_jsx(\"strong\",{children:campaigns})]}),/*#__PURE__*/_jsxs(\"p\",{style:{marginBottom:\"15px\"},children:[/*#__PURE__*/_jsx(Icon,{src:prospectsIcon}),/*#__PURE__*/_jsx(\"span\",{children:\"Total Prospects: \"}),/*#__PURE__*/_jsxs(\"strong\",{children:[totalProspects.toLocaleString(),\" prospects\"]})]}),/*#__PURE__*/_jsxs(\"p\",{style:{marginBottom:\"15px\"},children:[/*#__PURE__*/_jsx(Icon,{src:emailsIcon}),/*#__PURE__*/_jsx(\"span\",{children:\"Total Emails: \"}),/*#__PURE__*/_jsxs(\"strong\",{children:[totalEmails.toLocaleString(),\" emails\"]})]}),/*#__PURE__*/_jsxs(\"p\",{style:{marginBottom:\"15px\"},children:[/*#__PURE__*/_jsx(Icon,{src:followUpsIcon}),/*#__PURE__*/_jsx(\"span\",{children:\"Total Follow-ups: \"}),/*#__PURE__*/_jsxs(\"strong\",{children:[totalFollowUps.toLocaleString(),\" follow-ups\"]})]})]})]});}// Add property controls for Framer editor\naddPropertyControls(PackageCostCalculator,{campaignsInitial:{type:ControlType.Number,defaultValue:1,min:1,max:50,title:\"Initial Campaigns\"},fontUSD:{type:ControlType.String,defaultValue:\"Arial\",title:\"Font USD\"},fontPerMonth:{type:ControlType.String,defaultValue:\"Arial\",title:\"Font Per Month\"},fontSizeUSD:{type:ControlType.String,defaultValue:\"32px\",title:\"Font Size USD\"},fontSizePerMonth:{type:ControlType.String,defaultValue:\"14px\",title:\"Font Size Per Month\"},colorUSD:{type:ControlType.Color,defaultValue:\"#1F2937\",title:\"Color USD\"},colorPerMonth:{type:ControlType.Color,defaultValue:\"#6B7280\",title:\"Color Per Month\"},lineColor:{type:ControlType.Color,defaultValue:\"#5252F7\",title:\"Line Color\"},lineOpacity:{type:ControlType.Number,defaultValue:.2,min:0,max:1,step:.01,title:\"Line Opacity\"},lineMaskRotation:{type:ControlType.String,defaultValue:\"270deg\",title:\"Line Rotation\"},campaignIcon:{type:ControlType.Image,title:\"Campaign Icon\"},prospectsIcon:{type:ControlType.Image,title:\"Prospects Icon\"},emailsIcon:{type:ControlType.Image,title:\"Emails Icon\"},followUpsIcon:{type:ControlType.Image,title:\"Follow-ups Icon\"},outputFontFamily:{type:ControlType.String,defaultValue:\"Arial\",title:\"Output Font Family\"},outputFontSize:{type:ControlType.String,defaultValue:\"16px\",title:\"Output Font Size\"},outputFontWeight:{type:ControlType.String,defaultValue:\"500\",title:\"Output Font Weight\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"PackageCostCalculator\":{\"type\":\"reactComponent\",\"name\":\"PackageCostCalculator\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Calculator_apos_package.map", "// Generated by Framer (c90df04)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{PackageCostCalculator}from\"https://framerusercontent.com/modules/rPLBl51VaNgRPBBUJ7jg/lnykZM3GrJRE6LUqAba7/Calculator_apos_package.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/DIOrfkPMgAKl1ujw2THD/6iNBFCVYAXjGa8e4IBM6/AwvXuytOS.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/o4fNA1JFC37WUhl6JAVx/SB8oATMmnDP1VHFWV0SS/gOvUfBjY6.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/pw0txPCdUaLEdfqfYzJH/JWiGrbBCEgrEU4uzjZ99/Keg_CfWJo.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/sbRDHbvfFmCNzoJeiPEc/eWXUE0Qn8r8buEoScopP/xSvQkAGGp.js\";import MainBlueButton from\"https://framerusercontent.com/modules/qWoSF6FYBNIkxNCeFqnZ/7dgD1QcKMGjlp9ifWfYM/owHqw0XHt.js\";const MaterialFonts=getFonts(Material);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const MainBlueButtonFonts=getFonts(MainBlueButton);const MotionDivWithFX=withFX(motion.div);const PackageCostCalculatorFonts=getFonts(PackageCostCalculator);const cycleOrder=[\"BfELq0DR_\",\"Sbk2CkZy6\"];const serializationHash=\"framer-Fa4OM\";const variantClassNames={BfELq0DR_:\"framer-v-1m8mwuu\",Sbk2CkZy6:\"framer-v-1x0sqgv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:60,delay:.1,mass:1,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-50,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-30,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition3};const transition4={damping:60,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-50,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const humanReadableVariantMap={\"Pricing Tables (Framer Addon Active)\":\"Sbk2CkZy6\",\"Pricing Tables\":\"BfELq0DR_\"};const getProps=({fontSizePerMonth,fontSizeUSD,height,id,tablesDirection,width,...props})=>{return{...props,HpNEk7bzH:fontSizePerMonth??props.HpNEk7bzH??\"16px\",O0my_UkJ7:humanReadableEnumMap[tablesDirection]??tablesDirection??props.O0my_UkJ7??\"row\",variant:humanReadableVariantMap[props.variant]??props.variant??\"BfELq0DR_\",VUtDJYpof:fontSizeUSD??props.VUtDJYpof??\"36px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,O0my_UkJ7,VUtDJYpof,HpNEk7bzH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BfELq0DR_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Sbk2CkZy6\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1m8mwuu\",className,classNames),\"data-framer-name\":\"Pricing Tables\",layoutDependency:layoutDependency,layoutId:\"BfELq0DR_\",ref:ref??ref1,style:{\"--15mc9b6\":O0my_UkJ7===\"row\"?0:\"calc(20px / 2)\",\"--1mdd57q\":O0my_UkJ7===\"column\"?0:\"calc(20px / 2)\",\"--1oe5vew\":O0my_UkJ7===\"column\"?undefined:\"1 0 0px\",\"--adinp1\":O0my_UkJ7===\"column\"?\"100%\":\"1px\",\"--imrai5\":O0my_UkJ7,...style},...addPropertyOverrides({Sbk2CkZy6:{\"data-framer-name\":\"Pricing Tables (Framer Addon Active)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-15n3oth\",\"data-border\":true,\"data-framer-name\":\"Pricing Table 1\",layoutDependency:layoutDependency,layoutId:\"o57IbNR1l\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-821130d7-8c81-4413-91b5-112c659ac862, rgb(238, 238, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13cbzg2\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"QhiEvxyRd\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wd1e7q-container\",layoutDependency:layoutDependency,layoutId:\"KNe3vTJU8-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",height:\"100%\",iconSearch:\"flighttake\",iconSelection:\"PanTool\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"KNe3vTJU8\",layoutId:\"KNe3vTJU8\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oinwfk\",\"data-framer-name\":\"Plan Name & Description\",layoutDependency:layoutDependency,layoutId:\"uZNA90cjy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-q7fe7x\",\"data-styles-preset\":\"xSvQkAGGp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)))\"},children:\"APOS STARTER\"})}),className:\"framer-a72vbb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yx1sw8zW9\",style:{\"--extracted-r6o4lv\":\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-19radnr\",\"data-styles-preset\":\"Keg_CfWJo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-17242fe5-2f78-4acc-8b7b-880faf2e3497, rgb(68, 68, 68)))\"},children:[\"A smooth introduction \",/*#__PURE__*/_jsx(motion.br,{}),\"to the boutique B2B prospecting \"]})}),className:\"framer-18rlrm6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I0IqRUxNE\",style:{\"--extracted-r6o4lv\":\"var(--token-17242fe5-2f78-4acc-8b7b-880faf2e3497, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t5ns6p\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"iIByl6qTI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1cfezoh\",\"data-styles-preset\":\"AwvXuytOS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0)))\"},children:\"$1\"})}),className:\"framer-17fj76l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YPoYjWxzF\",style:{\"--extracted-a0htzi\":\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\"},children:\"$3,748\"})}),className:\"framer-am99m5\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"jWU7tUb4K\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"/ one time\"})}),className:\"framer-92smm1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"utUdKhHXD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s1req5\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"sefk0yCjl\",style:{backgroundColor:\"rgba(82, 82, 247, 0.2)\",mask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kw2bfz\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"h0nXLbwU0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1szh25j\",layoutDependency:layoutDependency,layoutId:\"uvSguPVVS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o13tzb-container\",layoutDependency:layoutDependency,layoutId:\"tcpBHmBT8-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-bbf643f7-6c23-4780-b14a-869433518d74, rgb(247, 106, 82))\",height:\"100%\",iconSearch:\"contact\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tcpBHmBT8\",layoutId:\"tcpBHmBT8\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-bbf643f7-6c23-4780-b14a-869433518d74, rgb(247, 106, 82)) 0%, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)) 22.791737049549553%, var(--token-af799409-0c31-45dc-a629-65875afcf101, rgb(23, 177, 105)) 100%)\"},children:\"20 Targeted Prospects\"})})}),className:\"framer-1neekp9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yRtihrAmQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-12wn6mj\",\"data-framer-appear-id\":\"12wn6mj\",\"data-framer-name\":\"Hidden Feature\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"wAVQ6MZiG\",optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pu0l9r-container\",layoutDependency:layoutDependency,layoutId:\"QXhQ52ZG_-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(0, 85, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QXhQ52ZG_\",layoutId:\"QXhQ52ZG_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(242, 78, 30))\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(0, 85, 255) 0%, rgb(0, 153, 255) 100%)\"},children:\"Framer Development\"})})}),className:\"framer-mf8n2p\",fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"EJ8wlhIQX\",style:{\"--extracted-r6o4lv\":\"rgb(242, 78, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19v85wf\",layoutDependency:layoutDependency,layoutId:\"uLn5iLzB9\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13y49cl-container\",layoutDependency:layoutDependency,layoutId:\"Zi1Vhnayq-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"fingerprint\",iconSelection:\"WebAsset\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Zi1Vhnayq\",layoutId:\"Zi1Vhnayq\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Prospect Verification\"})}),className:\"framer-1oxpo6b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xBVwIkUlJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xcwloa\",layoutDependency:layoutDependency,layoutId:\"gfJFXvSgd\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iqovrq-container\",layoutDependency:layoutDependency,layoutId:\"Hqlgxr6Ae-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"forward to\",iconSelection:\"FindInPage\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Hqlgxr6Ae\",layoutId:\"Hqlgxr6Ae\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Email Deliverability Check\"})}),className:\"framer-7iafuf\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DVbKKDPha\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nenu7u\",layoutDependency:layoutDependency,layoutId:\"ZeZ6n1tAL\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iibn3r-container\",layoutDependency:layoutDependency,layoutId:\"OcNTSawbu-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"autoawesome\",iconSelection:\"PostAdd\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OcNTSawbu\",layoutId:\"OcNTSawbu\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Email Personalization\"})}),className:\"framer-gyj607\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EU5MU28MD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lfttum\",layoutDependency:layoutDependency,layoutId:\"gFtj311p2\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hn4qd9-container\",layoutDependency:layoutDependency,layoutId:\"EzFMUBZ11-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ManageAccounts\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"EzFMUBZ11\",layoutId:\"EzFMUBZ11\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Consultation with campaign manager\"})}),className:\"framer-xt1rgt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Qyk2JJKId\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rts0ik\",layoutDependency:layoutDependency,layoutId:\"Vl0kquRvA\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a3lrbe-container\",layoutDependency:layoutDependency,layoutId:\"XKBIuBLkZ-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"out\",iconSelection:\"Email\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"XKBIuBLkZ\",layoutId:\"XKBIuBLkZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"1 Email Campaign\"})}),className:\"framer-1q2i2xq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YYllmVoaA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-149pfm1\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"IwEk0YYqq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:`max(${O0my_UkJ7===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 1px)`:componentViewport?.width||\"100vw\"} - 60px, 1px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12myvsj-container\",layoutDependency:layoutDependency,layoutId:\"tjmn8AjXW-container\",whileTap:animation4,children:/*#__PURE__*/_jsx(MainBlueButton,{CJBSysosO:\"ArrowForwardIos\",height:\"100%\",id:\"tjmn8AjXW\",l8wRfdseT:\"Try Now\",layoutId:\"tjmn8AjXW\",Lmd8HWOEd:\"https://buy.stripe.com/4gw4he42p3Si8vu6os\",n2SpUwZKz:true,style:{width:\"100%\"},variant:\"mERbg6Xrq\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-ms0qtw\",\"data-border\":true,\"data-framer-name\":\"Pricing Table 2\",layoutDependency:layoutDependency,layoutId:\"gnkT5pyyK\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(204deg, rgb(245, 245, 255) 0%, rgb(255, 255, 255) 50%)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-126erlv\",\"data-border\":true,\"data-framer-name\":\"Spots Left\",layoutDependency:layoutDependency,layoutId:\"ORQm8Tfr8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(245, 245, 245)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1me3d0k\",layoutDependency:layoutDependency,layoutId:\"pwhQXsWDu\",style:{backgroundColor:\"rgb(0, 184, 49)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 0px 4px 4px rgba(4, 255, 70, 0.2)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.7))\"},children:\"2 Spots Left\"})}),className:\"framer-9bnaka\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"khu1vWYgk\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uwappt\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Ok_OgoKJ4\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1htcf5u\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XYGZF9CK1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30 30\"><path d=\"M 0 0 L 30 0 L 30 30 L 0 30 Z\" fill=\"transparent\"></path><path d=\"M 11.487 7.937 C 8.937 10.8 7.187 14.912 7.025 15.3 L 2.5 13.362 L 7.562 8.3 C 8.15 7.712 9 7.45 9.825 7.612 Z M 13.962 21.25 C 13.962 21.25 18.637 19.312 21.325 16.625 C 28.075 9.875 26.95 4.6 26.587 3.412 C 25.4 3.037 20.125 1.925 13.375 8.675 C 10.687 11.362 8.75 16.037 8.75 16.037 Z M 22.063 18.512 C 19.2 21.062 15.088 22.812 14.7 22.975 L 16.638 27.5 L 21.7 22.437 C 22.288 21.85 22.55 21 22.388 20.175 Z M 11.25 22.5 C 11.25 23.537 10.825 24.475 10.15 25.15 C 8.675 26.625 2.5 27.5 2.5 27.5 C 2.5 27.5 3.375 21.325 4.85 19.85 C 5.921 18.774 7.535 18.45 8.938 19.031 C 10.34 19.612 11.254 20.982 11.25 22.5 Z M 16.25 11.25 C 16.25 9.875 17.375 8.75 18.75 8.75 C 20.125 8.75 21.25 9.875 21.25 11.25 C 21.25 12.625 20.125 13.75 18.75 13.75 C 17.375 13.75 16.25 12.625 16.25 11.25 Z\" fill=\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)) /* {&quot;name&quot;:&quot;Concrete Purple 5&quot;} */\"></path></svg>',svgContentId:9975014303,withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199r9yt\",\"data-framer-name\":\"Plan Name & Description\",layoutDependency:layoutDependency,layoutId:\"G3UHuee4j\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1igyrys\",layoutDependency:layoutDependency,layoutId:\"LQGfgN_UL\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-q7fe7x\",\"data-styles-preset\":\"xSvQkAGGp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)))\"},children:\"APOS PLUS\"})}),className:\"framer-13sn0wb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oiWLQ8IFW\",style:{\"--extracted-r6o4lv\":\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tg3ffs\",\"data-framer-name\":\"Popular Badge\",layoutDependency:layoutDependency,layoutId:\"rVT3BQ8lI\",style:{backgroundColor:\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Popular\"})}),className:\"framer-11td98d\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"AfiQCUhxb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19radnr\",\"data-styles-preset\":\"Keg_CfWJo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-17242fe5-2f78-4acc-8b7b-880faf2e3497, rgb(68, 68, 68)))\"},children:\"Boutique B2B Prospecting for small and medium sized businesses\"})}),className:\"framer-iz41cd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"o0qusoKFT\",style:{\"--extracted-r6o4lv\":\"var(--token-17242fe5-2f78-4acc-8b7b-880faf2e3497, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p3x7q9\",\"data-framer-name\":\"Pricing\",layoutDependency:layoutDependency,layoutId:\"yEdWIy6dz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1cfezoh\",\"data-styles-preset\":\"AwvXuytOS\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0)))\"},children:\"$2,850\"})}),className:\"framer-1hrf9q7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e90sybpY5\",style:{\"--extracted-a0htzi\":\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"/ month\"})}),className:\"framer-1oec5fq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yRjGmZb8x\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14yyxl1\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"RoRS7GfSp\",style:{backgroundColor:\"rgba(82, 82, 247, 0.2)\",mask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) add\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ww7iwm\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"JuQ0kFh1D\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t3f1st\",layoutDependency:layoutDependency,layoutId:\"Yi1LkEKDW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1knknbr-container\",layoutDependency:layoutDependency,layoutId:\"OxEyfVil5-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-bbf643f7-6c23-4780-b14a-869433518d74, rgb(247, 106, 82))\",height:\"100%\",iconSearch:\"contact\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OxEyfVil5\",layoutId:\"OxEyfVil5\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, var(--token-bbf643f7-6c23-4780-b14a-869433518d74, rgb(247, 106, 82)) 0%, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)) 22.791737049549553%, var(--token-af799409-0c31-45dc-a629-65875afcf101, rgb(23, 177, 105)) 100%)\"},children:\"1000 Targeted Prospects\"})})}),className:\"framer-1s0jusp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QPAH2Aoad\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-po30g5\",layoutDependency:layoutDependency,layoutId:\"dG3qMIEAu\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sw28ir-container\",layoutDependency:layoutDependency,layoutId:\"HFYAiA4mu-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",height:\"100%\",iconSearch:\"schedulesend\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"HFYAiA4mu\",layoutId:\"HFYAiA4mu\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)))\"},children:\"6000 personalized follow-up emails\"})}),className:\"framer-1awduso\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rTorbhM9P\",style:{\"--extracted-r6o4lv\":\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uf9wcb\",layoutDependency:layoutDependency,layoutId:\"CsQGC5oxc\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ysfwho-container\",layoutDependency:layoutDependency,layoutId:\"KvgCX3X5M-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"out\",iconSelection:\"Email\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"KvgCX3X5M\",layoutId:\"KvgCX3X5M\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"1 Email Campaign\"})}),className:\"framer-cwyx71\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ptdXQYMHk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tfj35w\",layoutDependency:layoutDependency,layoutId:\"kHYkY25io\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d3drpr-container\",layoutDependency:layoutDependency,layoutId:\"os8IMc0ln-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"fingerprint\",iconSelection:\"WebAsset\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"os8IMc0ln\",layoutId:\"os8IMc0ln\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Prospect Verification Pro\"})}),className:\"framer-1bqeg9z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P5zmmB_KA\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b6jlac\",layoutDependency:layoutDependency,layoutId:\"tF5fW3agq\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ixh5bh-container\",layoutDependency:layoutDependency,layoutId:\"morSybxD0-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"forward to\",iconSelection:\"FindInPage\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"morSybxD0\",layoutId:\"morSybxD0\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Email Deliverability Check\"})}),className:\"framer-1snnndn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rHyNwCBjo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p7t9xn\",layoutDependency:layoutDependency,layoutId:\"hOkOybokb\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hp9vl2-container\",layoutDependency:layoutDependency,layoutId:\"Rii4SgcsJ-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"autoawesome\",iconSelection:\"PostAdd\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Rii4SgcsJ\",layoutId:\"Rii4SgcsJ\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Email Personalization Pro\"})}),className:\"framer-f8rdbn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UdhAbTPcL\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x0lxpp\",layoutDependency:layoutDependency,layoutId:\"BdRifLcoD\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vr1pqc-container\",layoutDependency:layoutDependency,layoutId:\"QWPrD4mQk-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"calendar\",iconSelection:\"PostAdd\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"QWPrD4mQk\",layoutId:\"QWPrD4mQk\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Monthly meetings with campaign manager\"})}),className:\"framer-jw4lxo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jI6hSr8gM\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wm2bpz\",layoutDependency:layoutDependency,layoutId:\"sHF0eLMWy\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jtzalo-container\",layoutDependency:layoutDependency,layoutId:\"tTLKX_TVN-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"chart\",iconSelection:\"PostAdd\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tTLKX_TVN\",layoutId:\"tTLKX_TVN\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",children:\"Monthly campaign reporting\"})}),className:\"framer-73sy47\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JNYMMT2jP\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lzezgt\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"sDCjTOWJS\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oRk_yIDeY\"},implicitPathVariables:undefined},{href:{webPageId:\"oRk_yIDeY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:`max(${O0my_UkJ7===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 1px)`:componentViewport?.width||\"100vw\"} - 60px, 1px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ev8vo9-container\",layoutDependency:layoutDependency,layoutId:\"x00NjzTAS-container\",whileTap:animation4,children:/*#__PURE__*/_jsx(MainBlueButton,{CJBSysosO:\"ArrowForwardIos\",height:\"100%\",id:\"x00NjzTAS\",l8wRfdseT:\"Start Now\",layoutId:\"x00NjzTAS\",Lmd8HWOEd:resolvedLinks[0],n2SpUwZKz:false,style:{width:\"100%\"},variant:\"mERbg6Xrq\",width:\"100%\",...addPropertyOverrides({Sbk2CkZy6:{Lmd8HWOEd:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-192zlps\",\"data-border\":true,\"data-framer-name\":\"Pricing Table 2\",layoutDependency:layoutDependency,layoutId:\"u8mu1CiTS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(204deg, rgb(245, 245, 255) 0%, rgb(255, 255, 255) 50%)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oapka7\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SepSbflwk\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11zug9l-container\",layoutDependency:layoutDependency,layoutId:\"yVZkeir1j-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",height:\"100%\",iconSearch:\"custom\",iconSelection:\"PanTool\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"yVZkeir1j\",layoutId:\"yVZkeir1j\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-122hwon\",\"data-framer-name\":\"Plan Name & Description\",layoutDependency:layoutDependency,layoutId:\"iJony3QAm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tgsnvo\",layoutDependency:layoutDependency,layoutId:\"kRDjtypyn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-q7fe7x\",\"data-styles-preset\":\"xSvQkAGGp\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)))\"},children:\"APOS CUSTOM\"})}),className:\"framer-jgs1pw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KcSVAgW6U\",style:{\"--extracted-r6o4lv\":\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19radnr\",\"data-styles-preset\":\"Keg_CfWJo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-17242fe5-2f78-4acc-8b7b-880faf2e3497, rgb(68, 68, 68)))\"},children:\"Suited for businesses seeking strategic design & ideas, paired with the expertise of a senior designer.\"})}),className:\"framer-sr8rmj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tfki0OWRJ\",style:{\"--extracted-r6o4lv\":\"var(--token-17242fe5-2f78-4acc-8b7b-880faf2e3497, rgb(68, 68, 68))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fty2cg\",\"data-framer-name\":\"Features\",layoutDependency:layoutDependency,layoutId:\"tgrVnYo1Q\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r641ii-container\",layoutDependency:layoutDependency,layoutId:\"sfh2xiVx0-container\",children:/*#__PURE__*/_jsx(PackageCostCalculator,{campaignIcon:\"https://framerusercontent.com/images/6M61NHV5C1CwkmtboLPPtrETc.svg\",campaignsInitial:2,colorPerMonth:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",colorUSD:\"var(--token-457b0e04-eb63-48aa-acfb-4aa3e87a38e7, rgb(0, 0, 0))\",emailsIcon:\"https://framerusercontent.com/images/tcaPhOpgncCbyyPbLihSUIDj9A.svg\",followUpsIcon:\"https://framerusercontent.com/images/7Dah9sc507h6ld0IIWitXGLtU.svg\",fontPerMonth:\"satoshi\",fontSizePerMonth:HpNEk7bzH,fontSizeUSD:VUtDJYpof,fontUSD:\"Urbanist\",height:\"100%\",id:\"sfh2xiVx0\",layoutId:\"sfh2xiVx0\",lineColor:\"rgba(82, 82, 247, 0.2)\",lineMaskRotation:\"270deg\",lineOpacity:1,outputFontFamily:\"Satoshi\",outputFontSize:\"16px\",outputFontWeight:\"500\",prospectsIcon:\"https://framerusercontent.com/images/vOahoBT67XXnpyzgVGfkGPx00DM.svg\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19mbeqd\",layoutDependency:layoutDependency,layoutId:\"Em76OsvGY\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dt4axb\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wIJngQE_f\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 0 0 L 20 0 L 20 20 L 0 20 Z\" fill=\"transparent\"></path><path d=\"M 7.658 5.292 C 5.958 7.2 4.792 9.942 4.683 10.2 L 1.667 8.908 L 5.042 5.533 C 5.433 5.142 6 4.967 6.55 5.075 Z M 9.308 14.167 C 9.308 14.167 12.425 12.875 14.217 11.083 C 18.717 6.583 17.967 3.067 17.725 2.275 C 16.933 2.025 13.417 1.283 8.917 5.783 C 7.125 7.575 5.833 10.692 5.833 10.692 Z M 14.708 12.342 C 12.8 14.042 10.058 15.208 9.8 15.317 L 11.092 18.333 L 14.467 14.958 C 14.858 14.567 15.033 14 14.925 13.45 Z M 7.5 15 C 7.5 15.692 7.217 16.317 6.767 16.767 C 5.783 17.75 1.667 18.333 1.667 18.333 C 1.667 18.333 2.25 14.217 3.233 13.233 C 3.947 12.516 5.023 12.3 5.958 12.687 C 6.894 13.075 7.502 13.988 7.5 15 Z M 10.833 7.5 C 10.833 6.583 11.583 5.833 12.5 5.833 C 13.417 5.833 14.167 6.583 14.167 7.5 C 14.167 8.417 13.417 9.167 12.5 9.167 C 11.583 9.167 10.833 8.417 10.833 7.5 Z\" fill=\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)) /* {&quot;name&quot;:&quot;Concrete Purple 5&quot;} */\"></path></svg>',svgContentId:10631031948,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-42clbi\",\"data-styles-preset\":\"gOvUfBjY6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247)))\"},children:\"Everything From APOS Plus Plan\"})}),className:\"framer-1h7t5dv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xg_3NR0OP\",style:{\"--extracted-r6o4lv\":\"var(--token-0a444fe7-dd5f-4cc4-abca-8a49caeb1279, rgb(82, 82, 247))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g8kwa7\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"rJVUKUzZg\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oRk_yIDeY\"},implicitPathVariables:undefined},{href:{webPageId:\"oRk_yIDeY\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:`max(${O0my_UkJ7===\"row\"?`max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 1px)`:componentViewport?.width||\"100vw\"} - 60px, 1px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i6ypkc-container\",layoutDependency:layoutDependency,layoutId:\"I5cuR0vsE-container\",whileTap:animation4,children:/*#__PURE__*/_jsx(MainBlueButton,{CJBSysosO:\"ArrowForwardIos\",height:\"100%\",id:\"I5cuR0vsE\",l8wRfdseT:\"Start Now\",layoutId:\"I5cuR0vsE\",Lmd8HWOEd:resolvedLinks1[0],n2SpUwZKz:false,style:{width:\"100%\"},variant:\"mERbg6Xrq\",width:\"100%\",...addPropertyOverrides({Sbk2CkZy6:{Lmd8HWOEd:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Fa4OM.framer-1p7eq1g, .framer-Fa4OM .framer-1p7eq1g { display: block; }\",\".framer-Fa4OM.framer-1m8mwuu { align-content: center; align-items: center; display: flex; flex-direction: var(--imrai5); flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Fa4OM .framer-15n3oth, .framer-Fa4OM .framer-192zlps { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: var(--1oe5vew); flex-direction: column; flex-wrap: nowrap; height: 718px; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: var(--adinp1); will-change: var(--framer-will-change-override, transform); }\",\".framer-Fa4OM .framer-13cbzg2, .framer-Fa4OM .framer-1uwappt, .framer-Fa4OM .framer-1oapka7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-1wd1e7q-container, .framer-Fa4OM .framer-1htcf5u, .framer-Fa4OM .framer-11zug9l-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-Fa4OM .framer-oinwfk, .framer-Fa4OM .framer-199r9yt, .framer-Fa4OM .framer-122hwon { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-a72vbb, .framer-Fa4OM .framer-9bnaka, .framer-Fa4OM .framer-13sn0wb, .framer-Fa4OM .framer-11td98d, .framer-Fa4OM .framer-jgs1pw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Fa4OM .framer-18rlrm6, .framer-Fa4OM .framer-iz41cd, .framer-Fa4OM .framer-sr8rmj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Fa4OM .framer-1t5ns6p, .framer-Fa4OM .framer-p3x7q9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-17fj76l, .framer-Fa4OM .framer-1hrf9q7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-Fa4OM .framer-am99m5 { bottom: -40px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; z-index: 1; }\",\".framer-Fa4OM .framer-92smm1, .framer-Fa4OM .framer-1neekp9, .framer-Fa4OM .framer-mf8n2p, .framer-Fa4OM .framer-1oxpo6b, .framer-Fa4OM .framer-7iafuf, .framer-Fa4OM .framer-gyj607, .framer-Fa4OM .framer-xt1rgt, .framer-Fa4OM .framer-1q2i2xq, .framer-Fa4OM .framer-1oec5fq, .framer-Fa4OM .framer-1s0jusp, .framer-Fa4OM .framer-1awduso, .framer-Fa4OM .framer-cwyx71, .framer-Fa4OM .framer-1bqeg9z, .framer-Fa4OM .framer-1snnndn, .framer-Fa4OM .framer-f8rdbn, .framer-Fa4OM .framer-jw4lxo, .framer-Fa4OM .framer-73sy47, .framer-Fa4OM .framer-1h7t5dv { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Fa4OM .framer-1s1req5, .framer-Fa4OM .framer-14yyxl1 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-kw2bfz, .framer-Fa4OM .framer-1ww7iwm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-1szh25j, .framer-Fa4OM .framer-12wn6mj, .framer-Fa4OM .framer-19v85wf, .framer-Fa4OM .framer-1xcwloa, .framer-Fa4OM .framer-1nenu7u, .framer-Fa4OM .framer-lfttum, .framer-Fa4OM .framer-rts0ik, .framer-Fa4OM .framer-1t3f1st, .framer-Fa4OM .framer-po30g5, .framer-Fa4OM .framer-1uf9wcb, .framer-Fa4OM .framer-1tfj35w, .framer-Fa4OM .framer-1b6jlac, .framer-Fa4OM .framer-1p7t9xn, .framer-Fa4OM .framer-1x0lxpp, .framer-Fa4OM .framer-wm2bpz, .framer-Fa4OM .framer-19mbeqd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-o13tzb-container, .framer-Fa4OM .framer-1knknbr-container { flex: none; height: 18px; position: relative; width: 20px; }\",\".framer-Fa4OM .framer-pu0l9r-container, .framer-Fa4OM .framer-13y49cl-container, .framer-Fa4OM .framer-1iqovrq-container, .framer-Fa4OM .framer-1iibn3r-container, .framer-Fa4OM .framer-1hn4qd9-container, .framer-Fa4OM .framer-1a3lrbe-container, .framer-Fa4OM .framer-1sw28ir-container, .framer-Fa4OM .framer-1ysfwho-container, .framer-Fa4OM .framer-d3drpr-container, .framer-Fa4OM .framer-1ixh5bh-container, .framer-Fa4OM .framer-1hp9vl2-container, .framer-Fa4OM .framer-vr1pqc-container, .framer-Fa4OM .framer-1jtzalo-container, .framer-Fa4OM .framer-dt4axb { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Fa4OM .framer-149pfm1, .framer-Fa4OM .framer-1lzezgt, .framer-Fa4OM .framer-g8kwa7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-12myvsj-container, .framer-Fa4OM .framer-1ev8vo9-container, .framer-Fa4OM .framer-1i6ypkc-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Fa4OM .framer-ms0qtw { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: var(--1oe5vew); flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 30px; position: relative; width: var(--adinp1); will-change: var(--framer-will-change-override, transform); }\",\".framer-Fa4OM .framer-126erlv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 10px 4px 8px; position: absolute; right: 8px; top: 9px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Fa4OM .framer-1me3d0k { flex: none; height: 10px; overflow: hidden; position: relative; width: 10px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Fa4OM .framer-1igyrys, .framer-Fa4OM .framer-tgsnvo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Fa4OM .framer-tg3ffs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px 10px 1px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Fa4OM .framer-1fty2cg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Fa4OM .framer-r641ii-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Fa4OM.framer-1m8mwuu, .framer-Fa4OM .framer-13cbzg2, .framer-Fa4OM .framer-oinwfk, .framer-Fa4OM .framer-1t5ns6p, .framer-Fa4OM .framer-kw2bfz, .framer-Fa4OM .framer-1szh25j, .framer-Fa4OM .framer-12wn6mj, .framer-Fa4OM .framer-19v85wf, .framer-Fa4OM .framer-1xcwloa, .framer-Fa4OM .framer-1nenu7u, .framer-Fa4OM .framer-lfttum, .framer-Fa4OM .framer-rts0ik, .framer-Fa4OM .framer-149pfm1, .framer-Fa4OM .framer-126erlv, .framer-Fa4OM .framer-1uwappt, .framer-Fa4OM .framer-199r9yt, .framer-Fa4OM .framer-1igyrys, .framer-Fa4OM .framer-tg3ffs, .framer-Fa4OM .framer-p3x7q9, .framer-Fa4OM .framer-1ww7iwm, .framer-Fa4OM .framer-1t3f1st, .framer-Fa4OM .framer-po30g5, .framer-Fa4OM .framer-1uf9wcb, .framer-Fa4OM .framer-1tfj35w, .framer-Fa4OM .framer-1b6jlac, .framer-Fa4OM .framer-1p7t9xn, .framer-Fa4OM .framer-1x0lxpp, .framer-Fa4OM .framer-wm2bpz, .framer-Fa4OM .framer-1lzezgt, .framer-Fa4OM .framer-1oapka7, .framer-Fa4OM .framer-122hwon, .framer-Fa4OM .framer-tgsnvo, .framer-Fa4OM .framer-1fty2cg, .framer-Fa4OM .framer-19mbeqd, .framer-Fa4OM .framer-g8kwa7 { gap: 0px; } .framer-Fa4OM.framer-1m8mwuu > * { margin-bottom: var(--15mc9b6); margin-left: var(--1mdd57q); margin-right: var(--1mdd57q); margin-top: var(--15mc9b6); } .framer-Fa4OM.framer-1m8mwuu > :first-child { margin-left: 0px; margin-top: 0px; } .framer-Fa4OM.framer-1m8mwuu > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-Fa4OM .framer-13cbzg2 > *, .framer-Fa4OM .framer-1uwappt > *, .framer-Fa4OM .framer-1oapka7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Fa4OM .framer-13cbzg2 > :first-child, .framer-Fa4OM .framer-oinwfk > :first-child, .framer-Fa4OM .framer-kw2bfz > :first-child, .framer-Fa4OM .framer-1uwappt > :first-child, .framer-Fa4OM .framer-199r9yt > :first-child, .framer-Fa4OM .framer-1ww7iwm > :first-child, .framer-Fa4OM .framer-1oapka7 > :first-child, .framer-Fa4OM .framer-122hwon > :first-child, .framer-Fa4OM .framer-1fty2cg > :first-child { margin-top: 0px; } .framer-Fa4OM .framer-13cbzg2 > :last-child, .framer-Fa4OM .framer-oinwfk > :last-child, .framer-Fa4OM .framer-kw2bfz > :last-child, .framer-Fa4OM .framer-1uwappt > :last-child, .framer-Fa4OM .framer-199r9yt > :last-child, .framer-Fa4OM .framer-1ww7iwm > :last-child, .framer-Fa4OM .framer-1oapka7 > :last-child, .framer-Fa4OM .framer-122hwon > :last-child, .framer-Fa4OM .framer-1fty2cg > :last-child { margin-bottom: 0px; } .framer-Fa4OM .framer-oinwfk > *, .framer-Fa4OM .framer-199r9yt > *, .framer-Fa4OM .framer-122hwon > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Fa4OM .framer-1t5ns6p > *, .framer-Fa4OM .framer-p3x7q9 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-Fa4OM .framer-1t5ns6p > :first-child, .framer-Fa4OM .framer-1szh25j > :first-child, .framer-Fa4OM .framer-12wn6mj > :first-child, .framer-Fa4OM .framer-19v85wf > :first-child, .framer-Fa4OM .framer-1xcwloa > :first-child, .framer-Fa4OM .framer-1nenu7u > :first-child, .framer-Fa4OM .framer-lfttum > :first-child, .framer-Fa4OM .framer-rts0ik > :first-child, .framer-Fa4OM .framer-149pfm1 > :first-child, .framer-Fa4OM .framer-126erlv > :first-child, .framer-Fa4OM .framer-1igyrys > :first-child, .framer-Fa4OM .framer-tg3ffs > :first-child, .framer-Fa4OM .framer-p3x7q9 > :first-child, .framer-Fa4OM .framer-1t3f1st > :first-child, .framer-Fa4OM .framer-po30g5 > :first-child, .framer-Fa4OM .framer-1uf9wcb > :first-child, .framer-Fa4OM .framer-1tfj35w > :first-child, .framer-Fa4OM .framer-1b6jlac > :first-child, .framer-Fa4OM .framer-1p7t9xn > :first-child, .framer-Fa4OM .framer-1x0lxpp > :first-child, .framer-Fa4OM .framer-wm2bpz > :first-child, .framer-Fa4OM .framer-1lzezgt > :first-child, .framer-Fa4OM .framer-tgsnvo > :first-child, .framer-Fa4OM .framer-19mbeqd > :first-child, .framer-Fa4OM .framer-g8kwa7 > :first-child { margin-left: 0px; } .framer-Fa4OM .framer-1t5ns6p > :last-child, .framer-Fa4OM .framer-1szh25j > :last-child, .framer-Fa4OM .framer-12wn6mj > :last-child, .framer-Fa4OM .framer-19v85wf > :last-child, .framer-Fa4OM .framer-1xcwloa > :last-child, .framer-Fa4OM .framer-1nenu7u > :last-child, .framer-Fa4OM .framer-lfttum > :last-child, .framer-Fa4OM .framer-rts0ik > :last-child, .framer-Fa4OM .framer-149pfm1 > :last-child, .framer-Fa4OM .framer-126erlv > :last-child, .framer-Fa4OM .framer-1igyrys > :last-child, .framer-Fa4OM .framer-tg3ffs > :last-child, .framer-Fa4OM .framer-p3x7q9 > :last-child, .framer-Fa4OM .framer-1t3f1st > :last-child, .framer-Fa4OM .framer-po30g5 > :last-child, .framer-Fa4OM .framer-1uf9wcb > :last-child, .framer-Fa4OM .framer-1tfj35w > :last-child, .framer-Fa4OM .framer-1b6jlac > :last-child, .framer-Fa4OM .framer-1p7t9xn > :last-child, .framer-Fa4OM .framer-1x0lxpp > :last-child, .framer-Fa4OM .framer-wm2bpz > :last-child, .framer-Fa4OM .framer-1lzezgt > :last-child, .framer-Fa4OM .framer-tgsnvo > :last-child, .framer-Fa4OM .framer-19mbeqd > :last-child, .framer-Fa4OM .framer-g8kwa7 > :last-child { margin-right: 0px; } .framer-Fa4OM .framer-kw2bfz > *, .framer-Fa4OM .framer-1ww7iwm > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Fa4OM .framer-1szh25j > *, .framer-Fa4OM .framer-12wn6mj > *, .framer-Fa4OM .framer-19v85wf > *, .framer-Fa4OM .framer-1xcwloa > *, .framer-Fa4OM .framer-1nenu7u > *, .framer-Fa4OM .framer-lfttum > *, .framer-Fa4OM .framer-rts0ik > *, .framer-Fa4OM .framer-1t3f1st > *, .framer-Fa4OM .framer-po30g5 > *, .framer-Fa4OM .framer-1uf9wcb > *, .framer-Fa4OM .framer-1tfj35w > *, .framer-Fa4OM .framer-1b6jlac > *, .framer-Fa4OM .framer-1p7t9xn > *, .framer-Fa4OM .framer-1x0lxpp > *, .framer-Fa4OM .framer-wm2bpz > *, .framer-Fa4OM .framer-19mbeqd > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Fa4OM .framer-149pfm1 > *, .framer-Fa4OM .framer-126erlv > *, .framer-Fa4OM .framer-1igyrys > *, .framer-Fa4OM .framer-tg3ffs > *, .framer-Fa4OM .framer-1lzezgt > *, .framer-Fa4OM .framer-tgsnvo > *, .framer-Fa4OM .framer-g8kwa7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Fa4OM .framer-1fty2cg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-Fa4OM.framer-v-1x0sqgv .framer-15n3oth, .framer-Fa4OM.framer-v-1x0sqgv .framer-ms0qtw, .framer-Fa4OM.framer-v-1x0sqgv .framer-192zlps { min-height: 800px; }\",\".framer-Fa4OM.framer-v-1x0sqgv .framer-17fj76l { left: 0px; position: absolute; top: -40px; }\",\".framer-Fa4OM.framer-v-1x0sqgv .framer-am99m5 { bottom: unset; left: unset; position: relative; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-Fa4OM[data-border=\"true\"]::after, .framer-Fa4OM [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 718\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]},\"Sbk2CkZy6\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1200px\",null,null]}}}\n * @framerVariables {\"O0my_UkJ7\":\"tablesDirection\",\"VUtDJYpof\":\"fontSizeUSD\",\"HpNEk7bzH\":\"fontSizePerMonth\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameraz9kNm2cX=withCSS(Component,css,\"framer-Fa4OM\");export default Frameraz9kNm2cX;Frameraz9kNm2cX.displayName=\"Pricing Tables APOS\";Frameraz9kNm2cX.defaultProps={height:718,width:1200};addPropertyControls(Frameraz9kNm2cX,{variant:{options:[\"BfELq0DR_\",\"Sbk2CkZy6\"],optionTitles:[\"Pricing Tables\",\"Pricing Tables (Framer Addon Active)\"],title:\"Variant\",type:ControlType.Enum},O0my_UkJ7:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Tables Direction\",type:ControlType.Enum},VUtDJYpof:{defaultValue:\"36px\",title:\"Font Size USD\",type:ControlType.String},HpNEk7bzH:{defaultValue:\"16px\",title:\"Font Size Per Month\",type:ControlType.String}});addFonts(Frameraz9kNm2cX,[{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:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"}]},...MaterialFonts,...MainBlueButtonFonts,...PackageCostCalculatorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameraz9kNm2cX\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]},\\\"Sbk2CkZy6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1200px\\\",null,null]}}}\",\"framerIntrinsicHeight\":\"718\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerVariables\":\"{\\\"O0my_UkJ7\\\":\\\"tablesDirection\\\",\\\"VUtDJYpof\\\":\\\"fontSizeUSD\\\",\\\"HpNEk7bzH\\\":\\\"fontSizePerMonth\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/W0uiIpvRZVcGJPVuRAsy/KJtDkrsHm94o3J1RIKkB/JP7wW4fdb.js\";import PricingTablesAPOS from\"https://framerusercontent.com/modules/1eQ1JVDeFJMfOu8mD273/u3lN1M0uiTIuL85k9n32/az9kNm2cX.js\";import SecondaryWhiteButton from\"https://framerusercontent.com/modules/Aezn1Faxe2MD4KomxO9O/G57pfLZgMY3J32y9YZDp/CedzCTRzN.js\";import MainBlueButton from\"https://framerusercontent.com/modules/qWoSF6FYBNIkxNCeFqnZ/7dgD1QcKMGjlp9ifWfYM/owHqw0XHt.js\";import PricingTables from\"https://framerusercontent.com/modules/VfZNhCtsuV2zz7tWHIsY/5LmXH6rlTR24fNDSGqSx/pOhBfG2GH.js\";const PricingTablesAPOSFonts=getFonts(PricingTablesAPOS);const MotionDivWithFX=withFX(motion.div);const MainBlueButtonFonts=getFonts(MainBlueButton);const SecondaryWhiteButtonFonts=getFonts(SecondaryWhiteButton);const PricingTablesControls=getPropertyControls(PricingTables);const serializationHash=\"framer-c6MiB\";const variantClassNames={sWuUG9vBf:\"framer-v-1se3qg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:60,delay:.1,mass:1,stiffness:250,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-50,y:0};const transition3={damping:60,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-50,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition4};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition5={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Horizontal:\"row\",Vertical:\"column\"};const getProps=({contentDirection,fontSizePerMonth,fontSizeUSD,height,hideEmailButton,id,tablesDirection3,width,...props})=>{return{...props,cCYBZtaps:fontSizePerMonth??props.cCYBZtaps??\"16px\",epoXiN6Xw:humanReadableEnumMap[contentDirection]??contentDirection??props.epoXiN6Xw??\"row\",NLDh1MpY1:humanReadableEnumMap[tablesDirection3]??tablesDirection3??props.NLDh1MpY1,o5jil_acG:fontSizeUSD??props.o5jil_acG??\"36px\",uUP2Y3OR7:hideEmailButton??props.uUP2Y3OR7??true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,epoXiN6Xw,uUP2Y3OR7,NLDh1MpY1,o5jil_acG,cCYBZtaps,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"sWuUG9vBf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1se3qg\",className,classNames),\"data-framer-name\":\"Pricing Tables\",layoutDependency:layoutDependency,layoutId:\"sWuUG9vBf\",ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:718,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11kzs4m-container\",layoutDependency:layoutDependency,layoutId:\"GaUMk79GK-container\",children:/*#__PURE__*/_jsx(PricingTablesAPOS,{height:\"100%\",HpNEk7bzH:cCYBZtaps,id:\"GaUMk79GK\",layoutId:\"GaUMk79GK\",O0my_UkJ7:NLDh1MpY1,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"BfELq0DR_\",VUtDJYpof:o5jil_acG,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14uk76r\",\"data-framer-name\":\"CTA & Testimonial\",layoutDependency:layoutDependency,layoutId:\"or3G4B6ES\",style:{\"--11ghdpy\":epoXiN6Xw===\"column\"?0:\"calc(20px / 2)\",\"--145yiqv\":epoXiN6Xw,\"--1ch0620\":epoXiN6Xw===\"column\"?\"100%\":\"1px\",\"--1ouvj8u\":epoXiN6Xw===\"column\"?undefined:\"1 0 0px\",\"--jnepts\":epoXiN6Xw===\"row\"?0:\"calc(20px / 2)\"},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-5ovify\",\"data-border\":true,\"data-framer-name\":\"Testimonial\",layoutDependency:layoutDependency,layoutId:\"c9Gelzy52\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.03)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1en8j5s\",\"data-framer-name\":\"Personal Info\",layoutDependency:layoutDependency,layoutId:\"hCXR1Jcgi\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:233,pixelWidth:233,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/6k1Uo9fLyXkQhubOD2NPSTpwG5M.jpeg\"},className:\"framer-uif37c\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"QLxKQiolV\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 3px 5px 0px rgba(0,0,0,0.25)\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\"},children:\"Karina S.\"})}),className:\"framer-1j7x8x0\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"y1JafVTpk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:290,intrinsicWidth:625,pixelHeight:580,pixelWidth:1250,sizes:\"64.6552px\",src:\"https://framerusercontent.com/images/jxEHHd3OmNW0qFJdhQN7RLCxBk.svg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/jxEHHd3OmNW0qFJdhQN7RLCxBk.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jxEHHd3OmNW0qFJdhQN7RLCxBk.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jxEHHd3OmNW0qFJdhQN7RLCxBk.svg 1250w\"},className:\"framer-13cbsgq\",\"data-framer-name\":\"Loog (1) 3\",layoutDependency:layoutDependency,layoutId:\"GCLj525T6\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ocvl4r\",\"data-styles-preset\":\"JP7wW4fdb\",children:\"APOS is amazing! It quickly connected me with the right B2B contacts and helped build winning relationships.\"})}),className:\"framer-lmjxpo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wyFqK_ARf\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.28,fit:\"tile\",pixelHeight:126,pixelWidth:126,positionX:\"right\",positionY:\"top\",src:\"https://framerusercontent.com/images/27lPwr6m0qWCWuTd76MieCfLWY.svg\"},className:\"framer-jeh9d4\",\"data-framer-name\":\"Background Pattern\",layoutDependency:layoutDependency,layoutId:\"bVuQAsK8v\",style:{mask:\"linear-gradient(292deg, rgba(0, 0, 0, 0.4) -2%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.3) 92%) add\",opacity:.17,WebkitMask:\"linear-gradient(292deg, rgba(0, 0, 0, 0.4) -2%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.3) 92%) add\"}})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-7kml3z\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"neK8WeF7e\",style:{backgroundColor:\"var(--token-cba3b9c8-9e49-437e-aca1-1e69db3088dc, rgb(17, 17, 17))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 5px 15px 3px rgba(0, 0, 0, 0.2)\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h4,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgba(255, 255, 255, 0.7))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1wi65aa, rgb(255, 255, 255))\"},children:\"Not Sure What\u2019s Next?\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-afnvhb, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(motion.br,{})}),\"Let us help you figure it out.\"]})}),className:\"framer-1g1jpyn\",fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"c75ghxCif\",style:{\"--extracted-1eung3n\":\"rgba(255, 255, 255, 0.7)\",\"--extracted-1wi65aa\":\"rgb(255, 255, 255)\",\"--extracted-afnvhb\":\"rgb(0, 0, 0)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dmz7tz\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"anNodxLQf\",children:[uUP2Y3OR7&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oRk_yIDeY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:`max(${epoXiN6Xw===\"row\"?`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 20px) / 2, 1px)`:`min(${componentViewport?.width||\"100vw\"}, 1200px)`} - 60px, 1px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qeqt7g-container\",layoutDependency:layoutDependency,layoutId:\"oLiKh7vPf-container\",whileTap:animation3,children:/*#__PURE__*/_jsx(MainBlueButton,{CJBSysosO:\"Send\",height:\"100%\",id:\"oLiKh7vPf\",l8wRfdseT:\"Send Us an Email\",layoutId:\"oLiKh7vPf\",Lmd8HWOEd:resolvedLinks[0],n2SpUwZKz:false,style:{width:\"100%\"},variant:\"jKDs5HhJC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mefbMOgrp\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:`max(${epoXiN6Xw===\"row\"?`max((min(${componentViewport?.width||\"100vw\"}, 1200px) - 20px) / 2, 1px)`:`min(${componentViewport?.width||\"100vw\"}, 1200px)`} - 60px, 1px)`,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-bgurhr-container\",layoutDependency:layoutDependency,layoutId:\"vcd5acjIP-container\",whileTap:animation3,children:/*#__PURE__*/_jsx(SecondaryWhiteButton,{height:\"100%\",id:\"vcd5acjIP\",layoutId:\"vcd5acjIP\",lp4OUBzW4:false,MTbjY8W81:\"Talk to Us\",style:{width:\"100%\"},variant:\"vVVD7heny\",width:\"100%\",yK7vydCEk:resolvedLinks1[0],YvXscckpc:\"Phone\"})})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c6MiB.framer-1kdrf2y, .framer-c6MiB .framer-1kdrf2y { display: block; }\",\".framer-c6MiB.framer-1se3qg { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-c6MiB .framer-11kzs4m-container { flex: none; height: auto; max-width: 1200px; position: relative; width: 100%; z-index: 2; }\",\".framer-c6MiB .framer-14uk76r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: var(--145yiqv); flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c6MiB .framer-5ovify { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: var(--1ouvj8u); flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: var(--1ch0620); will-change: var(--framer-will-change-override, transform); }\",\".framer-c6MiB .framer-1en8j5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c6MiB .framer-uif37c { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-c6MiB .framer-1j7x8x0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-c6MiB .framer-13cbsgq { aspect-ratio: 2.1551724137931036 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 65px; }\",\".framer-c6MiB .framer-lmjxpo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c6MiB .framer-jeh9d4 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(49.76958525345624% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-c6MiB .framer-7kml3z { align-content: flex-start; align-items: flex-start; display: flex; flex: var(--1ouvj8u); flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: var(--1ch0620); will-change: var(--framer-will-change-override, transform); }\",\".framer-c6MiB .framer-1g1jpyn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-c6MiB .framer-1dmz7tz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-c6MiB .framer-1qeqt7g-container, .framer-c6MiB .framer-bgurhr-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-c6MiB.framer-1se3qg, .framer-c6MiB .framer-14uk76r, .framer-c6MiB .framer-5ovify, .framer-c6MiB .framer-1en8j5s, .framer-c6MiB .framer-7kml3z, .framer-c6MiB .framer-1dmz7tz { gap: 0px; } .framer-c6MiB.framer-1se3qg > *, .framer-c6MiB .framer-5ovify > *, .framer-c6MiB .framer-7kml3z > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-c6MiB.framer-1se3qg > :first-child, .framer-c6MiB .framer-5ovify > :first-child, .framer-c6MiB .framer-7kml3z > :first-child { margin-top: 0px; } .framer-c6MiB.framer-1se3qg > :last-child, .framer-c6MiB .framer-5ovify > :last-child, .framer-c6MiB .framer-7kml3z > :last-child { margin-bottom: 0px; } .framer-c6MiB .framer-14uk76r > * { margin-bottom: var(--jnepts); margin-left: var(--11ghdpy); margin-right: var(--11ghdpy); margin-top: var(--jnepts); } .framer-c6MiB .framer-14uk76r > :first-child { margin-left: 0px; margin-top: 0px; } .framer-c6MiB .framer-14uk76r > :last-child { margin-bottom: 0px; margin-right: 0px; } .framer-c6MiB .framer-1en8j5s > *, .framer-c6MiB .framer-1dmz7tz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-c6MiB .framer-1en8j5s > :first-child, .framer-c6MiB .framer-1dmz7tz > :first-child { margin-left: 0px; } .framer-c6MiB .framer-1en8j5s > :last-child, .framer-c6MiB .framer-1dmz7tz > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-c6MiB[data-border=\"true\"]::after, .framer-c6MiB [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 923\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"epoXiN6Xw\":\"contentDirection\",\"uUP2Y3OR7\":\"hideEmailButton\",\"NLDh1MpY1\":\"tablesDirection3\",\"o5jil_acG\":\"fontSizeUSD\",\"cCYBZtaps\":\"fontSizePerMonth\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergBy_h5UXE=withCSS(Component,css,\"framer-c6MiB\");export default FramergBy_h5UXE;FramergBy_h5UXE.displayName=\"Pricing Tables Section APOS\";FramergBy_h5UXE.defaultProps={height:923,width:1200};addPropertyControls(FramergBy_h5UXE,{epoXiN6Xw:{defaultValue:\"row\",displaySegmentedControl:true,optionIcons:[\"direction-horizontal\",\"direction-vertical\"],options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],title:\"Content Direction\",type:ControlType.Enum},uUP2Y3OR7:{defaultValue:true,title:\"Hide Email Button?\",type:ControlType.Boolean},NLDh1MpY1:PricingTablesControls?.[\"O0my_UkJ7\"]&&{...PricingTablesControls[\"O0my_UkJ7\"],defaultValue:null,description:undefined,hidden:undefined,title:\"Tables Direction 3\"},o5jil_acG:{defaultValue:\"36px\",title:\"Font Size USD\",type:ControlType.String},cCYBZtaps:{defaultValue:\"16px\",title:\"Font Size Per Month\",type:ControlType.String}});addFonts(FramergBy_h5UXE,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{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:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]},...PricingTablesAPOSFonts,...MainBlueButtonFonts,...SecondaryWhiteButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergBy_h5UXE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"923\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"epoXiN6Xw\\\":\\\"contentDirection\\\",\\\"uUP2Y3OR7\\\":\\\"hideEmailButton\\\",\\\"NLDh1MpY1\\\":\\\"tablesDirection3\\\",\\\"o5jil_acG\\\":\\\"fontSizeUSD\\\",\\\"cCYBZtaps\\\":\\\"fontSizePerMonth\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PackageCostCalculator", "campaignsInitial", "fontUSD", "fontPerMonth", "fontSizeUSD", "fontSizePerMonth", "colorUSD", "colorPerMonth", "lineColor", "lineOpacity", "lineMaskRotation", "campaignIcon", "prospectsIcon", "emailsIcon", "followUpsIcon", "outputFontFamily", "outputFontSize", "outputFontWeight", "campaigns", "setCampaigns", "ye", "costPerProspect", "emailsPerProspect", "followUpsPerProspect", "prospectsPerCampaign", "totalProspects", "totalEmails", "totalFollowUps", "costPerCampaign", "totalCost", "handleSliderChange", "e", "Icon", "src", "p", "u", "addPropertyControls", "ControlType", "MaterialFonts", "getFonts", "Icon", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "MainBlueButtonFonts", "owHqw0XHt_default", "MotionDivWithFX", "PackageCostCalculatorFonts", "PackageCostCalculator", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "animation3", "animation4", "transition4", "animation5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "fontSizePerMonth", "fontSizeUSD", "height", "id", "tablesDirection", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "O0my_UkJ7", "VUtDJYpof", "HpNEk7bzH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "Frameraz9kNm2cX", "withCSS", "az9kNm2cX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PricingTablesAPOSFonts", "getFonts", "az9kNm2cX_default", "MotionDivWithFX", "withFX", "motion", "MainBlueButtonFonts", "owHqw0XHt_default", "SecondaryWhiteButtonFonts", "CedzCTRzN_default", "PricingTablesControls", "getPropertyControls", "pOhBfG2GH_default", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "animation4", "transition5", "animation5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "contentDirection", "fontSizePerMonth", "fontSizeUSD", "height", "hideEmailButton", "id", "tablesDirection3", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "epoXiN6Xw", "uUP2Y3OR7", "NLDh1MpY1", "o5jil_acG", "cCYBZtaps", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "az9kNm2cX_default", "MotionDivWithFX", "Image2", "RichText2", "ResolveLinks", "resolvedLinks", "owHqw0XHt_default", "resolvedLinks1", "CedzCTRzN_default", "css", "FramergBy_h5UXE", "withCSS", "gBy_h5UXE_default", "addPropertyControls", "ControlType", "PricingTablesControls", "addFonts", "PricingTablesAPOSFonts", "MainBlueButtonFonts", "SecondaryWhiteButtonFonts", "getFontsFromSharedStyle", "fonts"]
}
