{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/i1SGXfGODB8smlrbpKtd/jK5zfdVRKgvYnIQvbtYQ/Viral_coefficient_calculator.js", "ssg:https://framerusercontent.com/modules/pQQb4ywaKe5iXioKavRU/pBIHaszoQrDlL2KiG05Y/qffaZisWe.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function ViralCoefficientCalculator(props){const{backgroundColor}=props;const[existingUsers,setExistingUsers]=useState(\"\");const[invitesPerUser,setInvitesPerUser]=useState(\"\");const[conversionRate,setConversionRate]=useState(\"\");const[cycleTime,setCycleTime]=useState(\"\");const[showResults,setShowResults]=useState(false);const viralCoefficient=invitesPerUser&&conversionRate?(parseFloat(invitesPerUser)*(parseFloat(conversionRate)/100)).toFixed(2):\"0.00\";const calculateGrowth=()=>{if(!existingUsers||!invitesPerUser||!conversionRate||!cycleTime)return[];let growthData=[];let newUsers=parseFloat(existingUsers);for(let i=1;i<=5;i++){let addedUsers=Math.round(newUsers*parseFloat(viralCoefficient));newUsers+=addedUsers;let growthPercentage=(addedUsers/parseFloat(existingUsers)*100).toFixed(2);growthData.push({cycle:i,users:newUsers,percentage:growthPercentage});}return growthData;};const growthCycles=showResults?calculateGrowth():[];return /*#__PURE__*/_jsxs(\"div\",{style:{...styles.container,backgroundColor},children:[/*#__PURE__*/_jsx(\"h2\",{style:styles.title,children:\"Viral Coefficient Calculator\"}),/*#__PURE__*/_jsxs(\"div\",{style:styles.grid,children:[/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"label\",{style:styles.label,children:\"Existing Users\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:existingUsers,onChange:e=>setExistingUsers(e.target.value),placeholder:\"Enter existing users\",style:styles.input})]}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"label\",{style:styles.label,children:\"Invites Per User\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:invitesPerUser,onChange:e=>setInvitesPerUser(e.target.value),placeholder:\"Enter invites per user\",style:styles.input})]}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"label\",{style:styles.label,children:\"Conversion Rate (%)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:conversionRate,onChange:e=>setConversionRate(e.target.value),placeholder:\"Enter conversion rate\",style:styles.input})]}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"label\",{style:styles.label,children:\"Cycle Time (days)\"}),/*#__PURE__*/_jsx(\"input\",{type:\"number\",value:cycleTime,onChange:e=>setCycleTime(e.target.value),placeholder:\"Enter cycle time\",style:styles.input})]})]}),/*#__PURE__*/_jsx(\"button\",{onClick:()=>setShowResults(true),style:styles.button,onMouseOver:e=>e.target.style.backgroundColor=\"#34D399\",onMouseOut:e=>e.target.style.backgroundColor=\"#E05016\",children:\"Calculate Viral Coefficient\"}),showResults&&/*#__PURE__*/_jsxs(\"div\",{style:{...styles.resultContainer,backgroundColor:viralCoefficient>=1?\"#E6F8E0\":\"#FDE4E4\",border:viralCoefficient>=1?\"1px solid #C3E6C3\":\"1px solid #F5C6C6\",color:viralCoefficient>=1?\"#228B22\":\"#B22222\"},children:[/*#__PURE__*/_jsxs(\"h3\",{children:[\"Viral Coefficient: \",viralCoefficient]}),/*#__PURE__*/_jsxs(\"p\",{children:[viralCoefficient>=1?\"\uD83D\uDE03\":\"\uD83D\uDE2C\",\" Your product is\",\" \",viralCoefficient>=1?\"growing virally\":\"not viral yet\",\".\"]}),/*#__PURE__*/_jsx(\"h4\",{style:{marginTop:\"10px\"},children:\"Projected Growth Over 5 Cycles:\"}),growthCycles.map(cycle=>/*#__PURE__*/_jsxs(\"p\",{children:[\"Cycle \",cycle.cycle,\":\",\" \",/*#__PURE__*/_jsxs(\"strong\",{children:[cycle.users.toLocaleString(),\" users\"]}),\" \",\"(+\",cycle.percentage,\"%)\"]},cycle.cycle))]})]});}// **Styles**\nconst styles={container:{padding:\"24px\",borderRadius:\"10px\",width:\"100%\",maxWidth:\"500px\",textAlign:\"left\"},title:{color:\"#fff\",textAlign:\"center\",marginBottom:\"15px\"},grid:{display:\"grid\",gridTemplateColumns:\"1fr 1fr\",gap:\"12px\"},label:{color:\"#ccc\",fontSize:\"14px\",marginBottom:\"5px\",display:\"block\"},input:{width:\"100%\",padding:\"10px\",borderRadius:\"6px\",border:\"1px solid #444\",backgroundColor:\"#2E3A46\",color:\"#fff\",fontSize:\"16px\"},button:{backgroundColor:\"#E05016\",color:\"#fff\",padding:\"12px\",borderRadius:\"6px\",border:\"none\",cursor:\"pointer\",fontWeight:\"bold\",fontSize:\"16px\",width:\"100%\",transition:\"0.3s ease\",marginTop:\"15px\"},resultContainer:{marginTop:\"20px\",padding:\"12px\",borderRadius:\"6px\"}};// **Framer Property Controls**\naddPropertyControls(ViralCoefficientCalculator,{backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"#1F2730\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ViralCoefficientCalculator\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Viral_coefficient_calculator.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import DigitalMarketingCalculators from\"#framer/local/canvasComponent/ckTFn14mp/ckTFn14mp.js\";import ViralCoefficientCalculator from\"#framer/local/codeFile/RgiCeQ_/Viral_coefficient_calculator.js\";import*as sharedStyle2 from\"#framer/local/css/AKJwZgOFh/AKJwZgOFh.js\";import*as sharedStyle5 from\"#framer/local/css/bxBVQi0TH/bxBVQi0TH.js\";import*as sharedStyle from\"#framer/local/css/Cgss10Q2Z/Cgss10Q2Z.js\";import*as sharedStyle4 from\"#framer/local/css/ftrmPQs1o/ftrmPQs1o.js\";import*as sharedStyle3 from\"#framer/local/css/IZxA2GUSR/IZxA2GUSR.js\";import*as sharedStyle1 from\"#framer/local/css/N3sFR_7_e/N3sFR_7_e.js\";import metadataProvider from\"#framer/local/webPageMetadata/qffaZisWe/qffaZisWe.js\";const ViralCoefficientCalculatorFonts=getFonts(ViralCoefficientCalculator);const DigitalMarketingCalculatorsFonts=getFonts(DigitalMarketingCalculators);const breakpoints={fViqm4s4m:\"(max-width: 809px)\",q801aWf2r:\"(min-width: 810px) and (max-width: 1199px)\",tLJMUcBA7:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ktNXe\";const variantClassNames={fViqm4s4m:\"framer-v-13qhsrp\",q801aWf2r:\"framer-v-q1c39a\",tLJMUcBA7:\"framer-v-mp7821\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"tLJMUcBA7\",Phone:\"fViqm4s4m\",Tablet:\"q801aWf2r\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tLJMUcBA7\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"tLJMUcBA7\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(250, 246, 235); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-mp7821\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-8jtz3h\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ftx8o\",\"data-framer-name\":\"Breadcrumb\",children:/*#__PURE__*/_jsxs(\"nav\",{className:\"framer-u5smrs\",\"data-framer-name\":\"Breadcrumb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vnrdao\",\"data-styles-preset\":\"Cgss10Q2Z\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QHPEptUC5\"},motionChild:true,nodeId:\"VvKTdGmbN\",openInNewTab:false,scopeId:\"qffaZisWe\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c5sixc\",\"data-styles-preset\":\"N3sFR_7_e\",children:\"Home\"})})})}),className:\"framer-1s7qdy8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"145%\",\"--framer-text-color\":\"rgb(143, 143, 143)\"},children:\">\"})}),className:\"framer-vdx363\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vnrdao\",\"data-styles-preset\":\"Cgss10Q2Z\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BSB7KEbuw\"},motionChild:true,nodeId:\"C2DYr5mk2\",openInNewTab:false,scopeId:\"qffaZisWe\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1c5sixc\",\"data-styles-preset\":\"N3sFR_7_e\",children:\"Digital Marketing Calculator\"})})})}),className:\"framer-1q07gy4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-gz47yj\",\"data-border\":true,\"data-framer-name\":\"Viral Coefficient Calculator\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k5r4q5\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q801aWf2r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-wktiyr\",\"data-styles-preset\":\"AKJwZgOFh\",style:{\"--framer-text-alignment\":\"left\"},children:\"Viral Coefficient Calculator \u2013 Calculate Product's Virality (K-Factor)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-wktiyr\",\"data-styles-preset\":\"AKJwZgOFh\",children:\"Viral Coefficient Calculator \u2013 Calculate Product's Virality (K-Factor)\"})}),className:\"framer-1amuvvt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{q801aWf2r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",style:{\"--framer-text-alignment\":\"left\"},children:\"With our Viral Coefficient Calculator, you can quickly calculate your viral coefficient, track growth loops, and estimate user expansion over multiple cycles. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"With our Viral Coefficient Calculator, you can quickly calculate your viral coefficient, track growth loops, and estimate user expansion over multiple cycles. \"})}),className:\"framer-kc8u3x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l0ehdp\",\"data-framer-name\":\"Calculator\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1syfgxx-container\",isAuthoredByUser:true,nodeId:\"E2c1rEDM4\",scopeId:\"qffaZisWe\",children:/*#__PURE__*/_jsx(ViralCoefficientCalculator,{backgroundColor:\"rgb(31, 39, 48)\",height:\"100%\",id:\"E2c1rEDM4\",layoutId:\"E2c1rEDM4\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-5o8zml\",\"data-framer-name\":\"About Viral Coefficient Calculator\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"What is the Viral Coefficient?\"})}),className:\"framer-1rx31cw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"The Viral Coefficient (K-Factor) measures how effectively your users bring in new users through referrals. It quantifies the potential for exponential growth by tracking how many invites each user sends and how many of those convert into active users.\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"If the Viral Coefficient is greater than 1, your product is experiencing viral growth.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"If it\u2019s less than 1, growth depends on paid marketing or other acquisition channels.\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Understanding this metric helps businesses refine their referral programs, onboarding experience, and marketing strategies to maximize organic growth.\"})]}),className:\"framer-1o2sh7i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"How to calculate Viral Coefficient?\"})}),className:\"framer-y0ys1j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"The formula for the Viral Coefficient is:\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Viral Coefficient (K) = Invites Per User \\xd7 (Conversion Rate \\xf7 100)\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Breaking Down the Formula\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Invites Per User \u2192 The average number of invitations each user sends.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Conversion Rate (%) \u2192 The percentage of invited users who sign up.\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Since the conversion rate is entered as a percentage, it is divided by 100 to convert it into a decimal.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Example Calculation:\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Let's say we have the following values:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Each user sends \",/*#__PURE__*/_jsx(\"strong\",{children:\"5 invites\"}),\".\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"20%\"}),\" of invited users sign up.\"]})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Now, applying the formula:\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Viral Coefficient (K) = Invites Per User \\xd7 (Conversion Rate \\xf7 100)\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"K = 5 \\xd7 (20 \\xf7 100)\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"K = 5 \\xd7 0.2\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"K = 1.00\"})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"What Does This Mean?\"})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"If K = 1.00\"}),\", each user is bringing in exactly \",/*#__PURE__*/_jsx(\"strong\",{children:\"one new user\"}),\", leading to \",/*#__PURE__*/_jsx(\"strong\",{children:\"steady growth\"}),\".\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"If K > 1.00\"}),\", your product is growing \",/*#__PURE__*/_jsx(\"strong\",{children:\"exponentially\"}),\".\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"If K < 1.00\"}),\", growth is not self-sustaining, and paid marketing is needed to acquire users.\"]})})]})]}),className:\"framer-bblpvc\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"How to use the Viral Coefficient Calculator?\"})}),className:\"framer-q79xjs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Step 1: Enter User Data\"})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Number of Existing Users \u2013 Enter your current active user base.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Invites Per User \u2013 The average number of referrals each user sends.\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Step 2: Enter Conversion Rate & Cycle Time\"})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Conversion Rate (%) \u2013 The percentage of invited users who sign up.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Cycle Time (Days) \u2013 The time it takes for a full viral loop (e.g., a week, a month).\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:'Step 3: Click \"Calculate\"'})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"The calculator will instantly display:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Your Viral Coefficient (K-Factor)\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Projected User Growth Over 5 Cycles\"})})]})]}),className:\"framer-1a2bg1n\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"Features of Viral Coefficient Calculator\"})}),className:\"framer-16cvq3y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Our Viral Coefficient Calculator helps you:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Measure how viral your product is based on user referrals.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Estimate future user growth over multiple cycles.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"See how changes in invites & conversion impact growth.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Determine if your referral strategy is effective.\"})})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[\"Simply enter the required values, and get instant insights into your \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"U1jRrUbOI\"},motionChild:true,nodeId:\"g8BX1c4_7\",openInNewTab:false,scopeId:\"qffaZisWe\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnj5np\",\"data-styles-preset\":\"bxBVQi0TH\",children:\"growth potential\"})}),\"!\"]})]}),className:\"framer-bwyfgk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"Understanding Viral Growth & Its Impact\"})}),className:\"framer-qdl234\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"What Happens When the Viral Coefficient is Greater Than 1?\"})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"h3\",{children:\"Each user generates more than one new user, leading to exponential growth.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"This means your customer base will grow without additional marketing spend.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Examples of viral products: WhatsApp, TikTok, and Dropbox.\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"What If the Viral Coefficient is Less Than 1?\"})}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Your product is not spreading fast enough.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"The business needs to improve referral incentives or strengthen its value proposition.\"})})]})]}),className:\"framer-uat0wv\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"How to Improve Your Viral Coefficient?\"})}),className:\"framer-q7eeod\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"1. Make Sharing Effortless\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"People are more likely to share your product if it\u2019s easy and frictionless. Here\u2019s how to do it:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Add one-click sharing options for social media.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Provide personalized referral links.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Create embeddable content (like widgets, GIFs, or snippets).\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"2. Offer Irresistible Incentives\"})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[\"A great referral program can work wonders. Think \",/*#__PURE__*/_jsx(\"strong\",{children:\"Dropbox\"}),\", which gave extra storage for both the referrer and the new user. Consider:\"]}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Discounts or cash rewards.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Exclusive content or premium features.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Points-based loyalty systems.\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"3. Optimize Your Onboarding Process\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"A complicated or slow onboarding process can kill virality. Instead, aim for:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"A seamless sign-up process (social logins help!).\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Quick feature discovery with tooltips or walkthroughs.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Encouraging referrals during onboarding (e.g., \u201CInvite a friend and get X reward\u201D).\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"4. Create Share-Worthy Content\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Content that is funny, insightful, or helpful gets shared. Some formats that work well include:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Infographics and memes.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Bite-sized educational videos.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"User-generated content and testimonials.\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"5. Build a Community Around Your Product\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"People love feeling part of something bigger. Foster a community by:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Encouraging user interactions (forums, Facebook groups, or Discord servers).\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Recognizing and rewarding top contributors.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Organizing challenges, giveaways, or live Q&As.\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"6. Leverage Influencer and Partner Marketing\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Getting the right people to talk about your product can skyrocket your viral coefficient. Consider:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Partnering with micro-influencers who truly engage their audience.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Running collaborative giveaways.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Guest appearances on popular podcasts or YouTube channels.\"})})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"7. Use Gamification to Drive Engagement\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Gamification keeps users engaged and increases the likelihood of sharing. Try adding:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Referral leaderboards with exclusive prizes.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Achievement badges or progress bars.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Social challenges (e.g., \u201CShare your progress and tag a friend!\u201D).\"})})]})]}),className:\"framer-10wsjnz\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ojcj89\",\"data-styles-preset\":\"ftrmPQs1o\",children:\"Start Calculating Your Viral Growth Now\"})}),className:\"framer-1l9m3x2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Improving your Viral Coefficient isn\u2019t just about luck - it\u2019s about strategy.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"By making sharing easy, offering incentives, optimizing onboarding, and leveraging content and partnerships, you can significantly increase your referral-driven growth.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-w5izze\",\"data-styles-preset\":\"IZxA2GUSR\",children:\"Use our free Viral Coefficient Calculator to see if your marketing and referral strategy is truly working.\"})]}),className:\"framer-l8b7ls\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"aside\",{className:\"framer-wyz8l9\",\"data-framer-name\":\"More Digital Marketing tool\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fViqm4s4m:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+13912.2+0+0},q801aWf2r:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+13712.2+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:768,width:\"956px\",y:(componentViewport?.y||0)+0+0+0+13712.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yfu8kc-container\",nodeId:\"crQyqdFVO\",scopeId:\"qffaZisWe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fViqm4s4m:{variant:\"nKUq2DCOZ\"},q801aWf2r:{variant:\"ZXVEYLI9C\"}},children:/*#__PURE__*/_jsx(DigitalMarketingCalculators,{height:\"100%\",id:\"crQyqdFVO\",layoutId:\"crQyqdFVO\",style:{width:\"100%\"},variant:\"GLOdfUA8C\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ktNXe.framer-1sp4z20, .framer-ktNXe .framer-1sp4z20 { display: block; }\",\".framer-ktNXe.framer-mp7821 { align-content: center; align-items: center; background-color: #faf6eb; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-ktNXe .framer-8jtz3h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ktNXe .framer-11ftx8o { align-content: center; align-items: center; background-color: var(--token-b947af25-5900-4f66-a4f9-eef9ee762b62, #fdebd7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 95px; justify-content: flex-end; overflow: hidden; padding: 10px 20px 5px 20px; position: relative; width: 100%; }\",\".framer-ktNXe .framer-u5smrs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ktNXe .framer-1s7qdy8, .framer-ktNXe .framer-vdx363, .framer-ktNXe .framer-1q07gy4 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-ktNXe .framer-gz47yj { --border-bottom-width: 5px; --border-color: #00be45; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ktNXe .framer-k5r4q5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: center; padding: 30px; position: relative; width: 1px; }\",\".framer-ktNXe .framer-1amuvvt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ktNXe .framer-kc8u3x { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ktNXe .framer-1l0ehdp { align-content: center; align-items: center; align-self: stretch; background-color: var(--token-d380eb3a-20d2-4b0b-8f0c-879fc24b0dc3, #1f2730); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ktNXe .framer-1syfgxx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ktNXe .framer-5o8zml { 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: 30px 0px 30px 0px; position: relative; width: 956px; }\",\".framer-ktNXe .framer-1rx31cw, .framer-ktNXe .framer-1o2sh7i, .framer-ktNXe .framer-y0ys1j, .framer-ktNXe .framer-bblpvc, .framer-ktNXe .framer-q79xjs, .framer-ktNXe .framer-1a2bg1n, .framer-ktNXe .framer-16cvq3y, .framer-ktNXe .framer-qdl234, .framer-ktNXe .framer-uat0wv, .framer-ktNXe .framer-q7eeod, .framer-ktNXe .framer-10wsjnz, .framer-ktNXe .framer-1l9m3x2, .framer-ktNXe .framer-l8b7ls { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ktNXe .framer-bwyfgk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ktNXe .framer-wyz8l9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 956px; }\",\".framer-ktNXe .framer-1yfu8kc-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ktNXe.framer-mp7821, .framer-ktNXe .framer-8jtz3h, .framer-ktNXe .framer-11ftx8o, .framer-ktNXe .framer-u5smrs, .framer-ktNXe .framer-gz47yj, .framer-ktNXe .framer-k5r4q5, .framer-ktNXe .framer-1l0ehdp, .framer-ktNXe .framer-5o8zml, .framer-ktNXe .framer-wyz8l9 { gap: 0px; } .framer-ktNXe.framer-mp7821 > *, .framer-ktNXe .framer-8jtz3h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ktNXe.framer-mp7821 > :first-child, .framer-ktNXe .framer-8jtz3h > :first-child, .framer-ktNXe .framer-11ftx8o > :first-child, .framer-ktNXe .framer-k5r4q5 > :first-child, .framer-ktNXe .framer-1l0ehdp > :first-child, .framer-ktNXe .framer-5o8zml > :first-child, .framer-ktNXe .framer-wyz8l9 > :first-child { margin-top: 0px; } .framer-ktNXe.framer-mp7821 > :last-child, .framer-ktNXe .framer-8jtz3h > :last-child, .framer-ktNXe .framer-11ftx8o > :last-child, .framer-ktNXe .framer-k5r4q5 > :last-child, .framer-ktNXe .framer-1l0ehdp > :last-child, .framer-ktNXe .framer-5o8zml > :last-child, .framer-ktNXe .framer-wyz8l9 > :last-child { margin-bottom: 0px; } .framer-ktNXe .framer-11ftx8o > *, .framer-ktNXe .framer-wyz8l9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ktNXe .framer-u5smrs > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-ktNXe .framer-u5smrs > :first-child, .framer-ktNXe .framer-gz47yj > :first-child { margin-left: 0px; } .framer-ktNXe .framer-u5smrs > :last-child, .framer-ktNXe .framer-gz47yj > :last-child { margin-right: 0px; } .framer-ktNXe .framer-gz47yj > * { margin: 0px; margin-left: calc(34px / 2); margin-right: calc(34px / 2); } .framer-ktNXe .framer-k5r4q5 > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-ktNXe .framer-1l0ehdp > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ktNXe .framer-5o8zml > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-ktNXe[data-border=\"true\"]::after, .framer-ktNXe [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-ktNXe.framer-mp7821 { width: 810px; } .framer-ktNXe .framer-gz47yj { gap: 0px; width: 100%; } .framer-ktNXe .framer-k5r4q5 { align-content: center; align-items: center; padding: 30px 20px 30px 20px; } .framer-ktNXe .framer-5o8zml { width: 657px; } .framer-ktNXe .framer-wyz8l9 { padding: 20px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ktNXe .framer-gz47yj { gap: 0px; } .framer-ktNXe .framer-gz47yj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ktNXe .framer-gz47yj > :first-child { margin-left: 0px; } .framer-ktNXe .framer-gz47yj > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-ktNXe.framer-mp7821 { width: 390px; } .framer-ktNXe .framer-gz47yj { flex-direction: column; gap: 0px; width: 100%; } .framer-ktNXe .framer-k5r4q5 { flex: none; order: 0; padding: 30px 20px 30px 20px; width: 100%; } .framer-ktNXe .framer-1l0ehdp { align-self: unset; flex: none; height: min-content; order: 1; width: 100%; } .framer-ktNXe .framer-5o8zml { align-content: flex-start; align-items: flex-start; padding: 30px 10px 30px 10px; width: 100%; } .framer-ktNXe .framer-wyz8l9 { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ktNXe .framer-gz47yj { gap: 0px; } .framer-ktNXe .framer-gz47yj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ktNXe .framer-gz47yj > :first-child { margin-top: 0px; } .framer-ktNXe .framer-gz47yj > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5690\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"q801aWf2r\":{\"layout\":[\"fixed\",\"auto\"]},\"fViqm4s4m\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerqffaZisWe=withCSS(Component,css,\"framer-ktNXe\");export default FramerqffaZisWe;FramerqffaZisWe.displayName=\"Calculator / Ebitda Calculator\";FramerqffaZisWe.defaultProps={height:5690,width:1200};addFonts(FramerqffaZisWe,[{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:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...ViralCoefficientCalculatorFonts,...DigitalMarketingCalculatorsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqffaZisWe\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"5690\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q801aWf2r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fViqm4s4m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ViralCoefficientCalculator", "props", "backgroundColor", "existingUsers", "setExistingUsers", "ye", "invitesPerUser", "setInvitesPerUser", "conversionRate", "setConversionRate", "cycleTime", "setCycleTime", "showResults", "setShowResults", "viralCoefficient", "growthCycles", "growthData", "newUsers", "i", "addedUsers", "growthPercentage", "u", "styles", "p", "e", "cycle", "addPropertyControls", "ControlType", "ViralCoefficientCalculatorFonts", "getFonts", "ViralCoefficientCalculator", "DigitalMarketingCalculatorsFonts", "ckTFn14mp_default", "breakpoints", "serializationHash", "variantClassNames", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "x", "Link", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ViralCoefficientCalculator", "ckTFn14mp_default", "css", "FramerqffaZisWe", "withCSS", "qffaZisWe_default", "addFonts", "ViralCoefficientCalculatorFonts", "DigitalMarketingCalculatorsFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
