{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yuMzofdEHRg6OAZn8o7C/RMhTW99jqZD1zpiBAfNE/alVj3aQDD.js", "ssg:https://framerusercontent.com/modules/so0PCzGhlIQr6rp9Zlpi/99Jdi0ZpzS3KyHSen98a/MN0ArlEag.js", "ssg:https://framerusercontent.com/modules/p62TRoutxX6wwPIxkXGh/Ni2yBfsjI0cDEnSKiBy8/VJNrvvCVG.js", "ssg:https://framerusercontent.com/modules/tyhteFp3z0rIYJE93irT/jct11qcDTZo0q49YWXnt/wtVCZvcN6.js", "ssg:https://framerusercontent.com/modules/klg7BKX4Kr6YHwzNDdiP/WTDefeuodsFt3BVk66wB/Zgfh64C0g.js", "ssg:https://framerusercontent.com/modules/71izojkB8V1TRXGrkFBx/DI6S5DAhdAFb7YWqf9y2/rJFQ33zlz.js"],
  "sourcesContent": ["// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"B6GhKjVpe\", \"Js6EJd2iZ\"];\nconst serializationHash = \"framer-Hleya\";\nconst variantClassNames = {\n  B6GhKjVpe: \"framer-v-1hv3fym\",\n  Js6EJd2iZ: \"framer-v-mj5vh\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"B6GhKjVpe\",\n  \"Variant 2\": \"Js6EJd2iZ\"\n};\nconst getProps = ({\n  height,\n  id,\n  tap2,\n  text,\n  title,\n  width,\n  ...props\n}) => {\n  var _ref, _ref1, _humanReadableVariantMap_props_variant, _ref2;\n  return {\n    ...props,\n    cB1gAxI8q: (_ref = title !== null && title !== void 0 ? title : props.cB1gAxI8q) !== null && _ref !== void 0 ? _ref : \"What's next after launch?\",\n    LzIjezyBu: tap2 !== null && tap2 !== void 0 ? tap2 : props.LzIjezyBu,\n    ncT2hWfHA: (_ref1 = text !== null && text !== void 0 ? text : props.ncT2hWfHA) !== null && _ref1 !== void 0 ? _ref1 : \"Once you've created & launched your own online course, it's time to scale. To make this possible, we've created a wide range of different marketing and scaling strategies to fit every course business. We'll help you select the strategy best fit to your business.\",\n    variant: (_ref2 = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref2 !== void 0 ? _ref2 : \"B6GhKjVpe\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    cB1gAxI8q,\n    ncT2hWfHA,\n    LzIjezyBu,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"B6GhKjVpe\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1ih2gkb = activeVariantCallback(async (...args) => {\n    if (LzIjezyBu) {\n      const res = await LzIjezyBu(...args);\n      if (res === false) return false;\n    }\n  });\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"Js6EJd2iZ\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-Hleya\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Image, {\n          ...restProps,\n          background: {\n            alt: \"\",\n            fit: \"stretch\",\n            sizes: \"min(940px, 100vw)\",\n            src: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png\",\n            srcSet: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=512 512w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png 3760w\"\n          },\n          className: cx(\"framer-1hv3fym\", className),\n          \"data-border\": true,\n          \"data-framer-name\": \"Variant 1\",\n          \"data-highlight\": true,\n          layoutDependency: layoutDependency,\n          layoutId: \"B6GhKjVpe\",\n          onTap: onTap1ih2gkb,\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.18)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 40,\n            borderBottomRightRadius: 40,\n            borderTopLeftRadius: 40,\n            borderTopRightRadius: 40,\n            boxShadow: \"0px 3px 7px 0px rgba(0, 0, 0, 0.029999999329447746)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            Js6EJd2iZ: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1nfiuex\",\n            layoutDependency: layoutDependency,\n            layoutId: \"C0NMpfCm2\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-7ps0af\",\n              layoutDependency: layoutDependency,\n              layoutId: \"KGyNWTvfR\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                      \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                      \"--framer-font-size\": \"18px\",\n                      \"--framer-font-weight\": \"500\",\n                      \"--framer-line-height\": \"30px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(255, 255, 255))\"\n                    },\n                    children: \"What's next after launch?\"\n                  })\n                }),\n                className: \"framer-1vsw8ir\",\n                \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n                fonts: [\"GF;Poppins-500\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"Y7vL2y10u\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: cB1gAxI8q,\n                verticalAlignment: \"center\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  src: \"https://framerusercontent.com/images/JmIfRKh8vSNc6RrCULv6IMciYSs.png\"\n                },\n                className: \"framer-4jsmv8\",\n                \"data-framer-name\": \"65627008f887c53fea76398b_Vector%20126.png\",\n                layoutDependency: layoutDependency,\n                layoutId: \"jY4X0mgaY\",\n                style: {\n                  rotate: 0\n                },\n                variants: {\n                  Js6EJd2iZ: {\n                    rotate: 180\n                  }\n                }\n              })]\n            }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                    \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"15px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-line-height\": \"30px\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(194, 194, 194))\"\n                  },\n                  children: \"Once you've created & launched your own online course, it's time to scale. To make this possible, we've created a wide range of different marketing and scaling strategies to fit every course business. We'll help you select the strategy best fit to your business.\"\n                })\n              }),\n              className: \"framer-1jcgoiv\",\n              \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n              fonts: [\"GF;Poppins-500\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"bvUy7DMQS\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(194, 194, 194)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: ncT2hWfHA,\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-Hleya [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-Hleya .framer-1dxgctm { display: block; }\", \".framer-Hleya .framer-1hv3fym { align-content: start; align-items: start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 940px; }\", \".framer-Hleya .framer-1nfiuex { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; width: 94%; }\", \".framer-Hleya .framer-7ps0af { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Hleya .framer-1vsw8ir { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\", \".framer-Hleya .framer-4jsmv8 { flex: none; height: 12px; overflow: hidden; position: relative; width: 20px; }\", \".framer-Hleya .framer-1jcgoiv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Hleya .framer-1hv3fym, .framer-Hleya .framer-1nfiuex { gap: 0px; } .framer-Hleya .framer-1hv3fym > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Hleya .framer-1hv3fym > :first-child { margin-left: 0px; } .framer-Hleya .framer-1hv3fym > :last-child { margin-right: 0px; } .framer-Hleya .framer-1nfiuex > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Hleya .framer-1nfiuex > :first-child { margin-top: 0px; } .framer-Hleya .framer-1nfiuex > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicHeight 60\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicWidth 940\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Js6EJd2iZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerVariables {\"cB1gAxI8q\":\"title\",\"ncT2hWfHA\":\"text\",\"LzIjezyBu\":\"tap2\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                */\nconst FrameralVj3aQDD = withCSS(Component, css, \"framer-Hleya\");\nexport default FrameralVj3aQDD;\nFrameralVj3aQDD.displayName = \"What's next after launch?\";\nFrameralVj3aQDD.defaultProps = {\n  height: 60,\n  width: 940\n};\naddPropertyControls(FrameralVj3aQDD, {\n  variant: {\n    options: [\"B6GhKjVpe\", \"Js6EJd2iZ\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  cB1gAxI8q: {\n    defaultValue: \"What's next after launch?\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  ncT2hWfHA: {\n    defaultValue: \"Once you've created & launched your own online course, it's time to scale. To make this possible, we've created a wide range of different marketing and scaling strategies to fit every course business. We'll help you select the strategy best fit to your business.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  LzIjezyBu: {\n    title: \"Tap 2\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FrameralVj3aQDD, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",\n  weight: \"500\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameralVj3aQDD\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerImmutableVariables\": \"true\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"940\",\n        \"framerIntrinsicHeight\": \"60\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Js6EJd2iZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerVariables\": \"{\\\"cB1gAxI8q\\\":\\\"title\\\",\\\"ncT2hWfHA\\\":\\\"text\\\",\\\"LzIjezyBu\\\":\\\"tap2\\\"}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./alVj3aQDD.map", "// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"tmuYmmgWg\", \"v61IwREhB\"];\nconst serializationHash = \"framer-fDWXS\";\nconst variantClassNames = {\n  tmuYmmgWg: \"framer-v-10h1y8a\",\n  v61IwREhB: \"framer-v-1qyjktq\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"tmuYmmgWg\",\n  \"Variant 2\": \"v61IwREhB\"\n};\nconst getProps = ({\n  height,\n  id,\n  tap2,\n  text,\n  title,\n  width,\n  ...props\n}) => {\n  var _ref, _ref1, _humanReadableVariantMap_props_variant, _ref2;\n  return {\n    ...props,\n    EK9MflkSf: (_ref = title !== null && title !== void 0 ? title : props.EK9MflkSf) !== null && _ref !== void 0 ? _ref : \"What sets your agency apart from others in the industry?\",\n    F8EmczhUt: tap2 !== null && tap2 !== void 0 ? tap2 : props.F8EmczhUt,\n    Qmrnr48Ia: (_ref1 = text !== null && text !== void 0 ? text : props.Qmrnr48Ia) !== null && _ref1 !== void 0 ? _ref1 : \"Our agency combines expertise in info product growth with a commitment to personalized, client-centric service. We prioritize collaboration and transparency to ensure our clients are informed and satisfied throughout the entire process.\",\n    variant: (_ref2 = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref2 !== void 0 ? _ref2 : \"tmuYmmgWg\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    EK9MflkSf,\n    Qmrnr48Ia,\n    F8EmczhUt,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"tmuYmmgWg\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap9o69j0 = activeVariantCallback(async (...args) => {\n    if (F8EmczhUt) {\n      const res = await F8EmczhUt(...args);\n      if (res === false) return false;\n    }\n  });\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"v61IwREhB\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-fDWXS\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Image, {\n          ...restProps,\n          background: {\n            alt: \"\",\n            fit: \"stretch\",\n            sizes: \"min(940px, 100vw)\",\n            src: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png\",\n            srcSet: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=512 512w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png 3760w\"\n          },\n          className: cx(\"framer-10h1y8a\", className),\n          \"data-border\": true,\n          \"data-framer-name\": \"Variant 1\",\n          \"data-highlight\": true,\n          layoutDependency: layoutDependency,\n          layoutId: \"tmuYmmgWg\",\n          onTap: onTap9o69j0,\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.18)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 40,\n            borderBottomRightRadius: 40,\n            borderTopLeftRadius: 40,\n            borderTopRightRadius: 40,\n            boxShadow: \"0px 3px 7px 0px rgba(0, 0, 0, 0.029999999329447746)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            v61IwREhB: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1schlkv\",\n            layoutDependency: layoutDependency,\n            layoutId: \"v_vyOa5Am\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-i72or9\",\n              layoutDependency: layoutDependency,\n              layoutId: \"PdM_PuEVJ\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                      \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                      \"--framer-font-size\": \"18px\",\n                      \"--framer-font-weight\": \"500\",\n                      \"--framer-line-height\": \"30px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(255, 255, 255))\"\n                    },\n                    children: \"What's required from me?\"\n                  })\n                }),\n                className: \"framer-aoi22x\",\n                \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n                fonts: [\"GF;Poppins-500\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"I2h5HTpzk\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: EK9MflkSf,\n                verticalAlignment: \"center\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  src: \"https://framerusercontent.com/images/JmIfRKh8vSNc6RrCULv6IMciYSs.png\"\n                },\n                className: \"framer-bn5t44\",\n                \"data-framer-name\": \"65627008f887c53fea76398b_Vector%20126.png\",\n                layoutDependency: layoutDependency,\n                layoutId: \"LQndegJT2\",\n                style: {\n                  rotate: 0\n                },\n                variants: {\n                  v61IwREhB: {\n                    rotate: 180\n                  }\n                }\n              })]\n            }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                    \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"15px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-line-height\": \"30px\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(194, 194, 194))\"\n                  },\n                  children: \"That you study the entire course, and that you follow the processed outlined in there, in the suggested chronological order. We do not build the business for you - we simply teach you how, give you the required tools, and provide guidance for your particular situation.\"\n                })\n              }),\n              className: \"framer-t5ob7d\",\n              \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n              fonts: [\"GF;Poppins-500\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"lHZNk3Aao\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(194, 194, 194)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: Qmrnr48Ia,\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-fDWXS [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-fDWXS .framer-161c7gg { display: block; }\", \".framer-fDWXS .framer-10h1y8a { align-content: start; align-items: start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 940px; }\", \".framer-fDWXS .framer-1schlkv { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; width: 94%; }\", \".framer-fDWXS .framer-i72or9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-fDWXS .framer-aoi22x { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\", \".framer-fDWXS .framer-bn5t44 { flex: none; height: 12px; overflow: hidden; position: relative; width: 20px; }\", \".framer-fDWXS .framer-t5ob7d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fDWXS .framer-10h1y8a, .framer-fDWXS .framer-1schlkv { gap: 0px; } .framer-fDWXS .framer-10h1y8a > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-fDWXS .framer-10h1y8a > :first-child { margin-left: 0px; } .framer-fDWXS .framer-10h1y8a > :last-child { margin-right: 0px; } .framer-fDWXS .framer-1schlkv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fDWXS .framer-1schlkv > :first-child { margin-top: 0px; } .framer-fDWXS .framer-1schlkv > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerIntrinsicHeight 60\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerIntrinsicWidth 940\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"v61IwREhB\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerVariables {\"EK9MflkSf\":\"title\",\"Qmrnr48Ia\":\"text\",\"F8EmczhUt\":\"tap2\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              */\nconst FramerMN0ArlEag = withCSS(Component, css, \"framer-fDWXS\");\nexport default FramerMN0ArlEag;\nFramerMN0ArlEag.displayName = \"What's required from me?\";\nFramerMN0ArlEag.defaultProps = {\n  height: 60,\n  width: 940\n};\naddPropertyControls(FramerMN0ArlEag, {\n  variant: {\n    options: [\"tmuYmmgWg\", \"v61IwREhB\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  EK9MflkSf: {\n    defaultValue: \"What sets your agency apart from others in the industry?\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  Qmrnr48Ia: {\n    defaultValue: \"Our agency combines expertise in info product growth with a commitment to personalized, client-centric service. We prioritize collaboration and transparency to ensure our clients are informed and satisfied throughout the entire process.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  F8EmczhUt: {\n    title: \"Tap 2\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerMN0ArlEag, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",\n  weight: \"500\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerMN0ArlEag\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"60\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v61IwREhB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerIntrinsicWidth\": \"940\",\n        \"framerVariables\": \"{\\\"EK9MflkSf\\\":\\\"title\\\",\\\"Qmrnr48Ia\\\":\\\"text\\\",\\\"F8EmczhUt\\\":\\\"tap2\\\"}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./MN0ArlEag.map", "// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"N5bSdWSDH\", \"ozwjzU2Rk\"];\nconst serializationHash = \"framer-oEur8\";\nconst variantClassNames = {\n  N5bSdWSDH: \"framer-v-189s3k1\",\n  ozwjzU2Rk: \"framer-v-vkris0\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"N5bSdWSDH\",\n  \"Variant 2\": \"ozwjzU2Rk\"\n};\nconst getProps = ({\n  height,\n  id,\n  tap2,\n  text,\n  title,\n  width,\n  ...props\n}) => {\n  var _ref, _ref1, _humanReadableVariantMap_props_variant, _ref2;\n  return {\n    ...props,\n    aOMFla6ez: (_ref = text !== null && text !== void 0 ? text : props.aOMFla6ez) !== null && _ref !== void 0 ? _ref : \"Our team employs a data-driven approach to identify unique selling points, target audience segments, and effective marketing channels. We tailor strategies to differentiate your product and make it resonate with your audience.\",\n    FlVZ9R9UD: (_ref1 = title !== null && title !== void 0 ? title : props.FlVZ9R9UD) !== null && _ref1 !== void 0 ? _ref1 : \"How can your agency help my info product stand out in the market?\",\n    variant: (_ref2 = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref2 !== void 0 ? _ref2 : \"N5bSdWSDH\",\n    zwpWcNkXv: tap2 !== null && tap2 !== void 0 ? tap2 : props.zwpWcNkXv\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    FlVZ9R9UD,\n    aOMFla6ez,\n    zwpWcNkXv,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"N5bSdWSDH\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap18exc71 = activeVariantCallback(async (...args) => {\n    if (zwpWcNkXv) {\n      const res = await zwpWcNkXv(...args);\n      if (res === false) return false;\n    }\n  });\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"ozwjzU2Rk\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-oEur8\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Image, {\n          ...restProps,\n          background: {\n            alt: \"\",\n            fit: \"stretch\",\n            sizes: \"min(372px, 100vw)\",\n            src: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png\",\n            srcSet: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=512 512w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png 3760w\"\n          },\n          className: cx(\"framer-189s3k1\", className),\n          \"data-border\": true,\n          \"data-framer-name\": \"Variant 1\",\n          \"data-highlight\": true,\n          layoutDependency: layoutDependency,\n          layoutId: \"N5bSdWSDH\",\n          onTap: onTap18exc71,\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.18)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 40,\n            borderBottomRightRadius: 40,\n            borderTopLeftRadius: 40,\n            borderTopRightRadius: 40,\n            boxShadow: \"0px 3px 7px 0px rgba(0, 0, 0, 0.029999999329447746)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            ozwjzU2Rk: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-175hj7d\",\n            layoutDependency: layoutDependency,\n            layoutId: \"aFKyrxRkD\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1kvn931\",\n              layoutDependency: layoutDependency,\n              layoutId: \"NldhzcxUy\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                      \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                      \"--framer-font-size\": \"18px\",\n                      \"--framer-font-weight\": \"500\",\n                      \"--framer-line-height\": \"30px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(255, 255, 255))\"\n                    },\n                    children: \"How does it work?\"\n                  })\n                }),\n                className: \"framer-b9wfe3\",\n                \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n                fonts: [\"GF;Poppins-500\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"oPRbFU7_M\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: FlVZ9R9UD,\n                verticalAlignment: \"center\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  src: \"https://framerusercontent.com/images/JmIfRKh8vSNc6RrCULv6IMciYSs.png\"\n                },\n                className: \"framer-1qy1vtm\",\n                \"data-framer-name\": \"65627008f887c53fea76398b_Vector%20126.png\",\n                layoutDependency: layoutDependency,\n                layoutId: \"PTuEX94fW\",\n                style: {\n                  rotate: 0\n                },\n                variants: {\n                  ozwjzU2Rk: {\n                    rotate: 180\n                  }\n                }\n              })]\n            }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                    \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"15px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-line-height\": \"30px\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(194, 194, 194))\"\n                  },\n                  children: \"As soon as you join you will have full access to all the course material and the global community on the COET platform, which is the same system you wil use for managing your future course and community.\"\n                })\n              }),\n              className: \"framer-heceof\",\n              \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n              fonts: [\"GF;Poppins-500\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"gEHz8crtn\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(194, 194, 194)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: aOMFla6ez,\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-oEur8 [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-oEur8 .framer-ovz4s5 { display: block; }\", \".framer-oEur8 .framer-189s3k1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 372px; }\", \".framer-oEur8 .framer-175hj7d { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; width: 94%; }\", \".framer-oEur8 .framer-1kvn931 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-oEur8 .framer-b9wfe3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\", \".framer-oEur8 .framer-1qy1vtm { flex: none; height: 12px; overflow: hidden; position: relative; width: 20px; }\", \".framer-oEur8 .framer-heceof { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oEur8 .framer-189s3k1, .framer-oEur8 .framer-175hj7d { gap: 0px; } .framer-oEur8 .framer-189s3k1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-oEur8 .framer-189s3k1 > :first-child { margin-left: 0px; } .framer-oEur8 .framer-189s3k1 > :last-child { margin-right: 0px; } .framer-oEur8 .framer-175hj7d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-oEur8 .framer-175hj7d > :first-child { margin-top: 0px; } .framer-oEur8 .framer-175hj7d > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicHeight 120\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicWidth 372\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ozwjzU2Rk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerVariables {\"FlVZ9R9UD\":\"title\",\"aOMFla6ez\":\"text\",\"zwpWcNkXv\":\"tap2\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 */\nconst FramerVJNrvvCVG = withCSS(Component, css, \"framer-oEur8\");\nexport default FramerVJNrvvCVG;\nFramerVJNrvvCVG.displayName = \"How does it work?\";\nFramerVJNrvvCVG.defaultProps = {\n  height: 120,\n  width: 372\n};\naddPropertyControls(FramerVJNrvvCVG, {\n  variant: {\n    options: [\"N5bSdWSDH\", \"ozwjzU2Rk\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  FlVZ9R9UD: {\n    defaultValue: \"How can your agency help my info product stand out in the market?\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  aOMFla6ez: {\n    defaultValue: \"Our team employs a data-driven approach to identify unique selling points, target audience segments, and effective marketing channels. We tailor strategies to differentiate your product and make it resonate with your audience.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  zwpWcNkXv: {\n    title: \"Tap 2\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerVJNrvvCVG, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",\n  weight: \"500\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerVJNrvvCVG\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"120\",\n        \"framerVariables\": \"{\\\"FlVZ9R9UD\\\":\\\"title\\\",\\\"aOMFla6ez\\\":\\\"text\\\",\\\"zwpWcNkXv\\\":\\\"tap2\\\"}\",\n        \"framerIntrinsicWidth\": \"372\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ozwjzU2Rk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./VJNrvvCVG.map", "// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"sY5y2sYXh\", \"nSviUT55V\"];\nconst serializationHash = \"framer-Uqzxv\";\nconst variantClassNames = {\n  nSviUT55V: \"framer-v-1em1hkj\",\n  sY5y2sYXh: \"framer-v-1krmk6q\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"sY5y2sYXh\",\n  \"Variant 2\": \"nSviUT55V\"\n};\nconst getProps = ({\n  height,\n  id,\n  tap2,\n  text,\n  title,\n  width,\n  ...props\n}) => {\n  var _ref, _humanReadableVariantMap_props_variant, _ref1, _ref2;\n  return {\n    ...props,\n    AEmJBgsep: tap2 !== null && tap2 !== void 0 ? tap2 : props.AEmJBgsep,\n    h1Nl01t1T: (_ref = text !== null && text !== void 0 ? text : props.h1Nl01t1T) !== null && _ref !== void 0 ? _ref : \"We specialize in comprehensive growth strategies for info products, including market research, product positioning, funnel optimization, and marketing campaigns to maximize your product's reach and revenue.\",\n    variant: (_ref1 = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref1 !== void 0 ? _ref1 : \"sY5y2sYXh\",\n    VXK1Tqj1q: (_ref2 = title !== null && title !== void 0 ? title : props.VXK1Tqj1q) !== null && _ref2 !== void 0 ? _ref2 : \"What services do you provide?\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    VXK1Tqj1q,\n    h1Nl01t1T,\n    AEmJBgsep,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"sY5y2sYXh\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap6s97kq = activeVariantCallback(async (...args) => {\n    if (AEmJBgsep) {\n      const res = await AEmJBgsep(...args);\n      if (res === false) return false;\n    }\n  });\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"nSviUT55V\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-Uqzxv\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Image, {\n          ...restProps,\n          background: {\n            alt: \"\",\n            fit: \"stretch\",\n            sizes: \"min(612px, 100vw)\",\n            src: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png\",\n            srcSet: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=512 512w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png 3760w\"\n          },\n          className: cx(\"framer-1krmk6q\", className),\n          \"data-border\": true,\n          \"data-framer-name\": \"Variant 1\",\n          \"data-highlight\": true,\n          layoutDependency: layoutDependency,\n          layoutId: \"sY5y2sYXh\",\n          onTap: onTap6s97kq,\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.18)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 40,\n            borderBottomRightRadius: 40,\n            borderTopLeftRadius: 40,\n            borderTopRightRadius: 40,\n            boxShadow: \"0px 3px 7px 0px rgba(0, 0, 0, 0.029999999329447746)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            nSviUT55V: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-17kk5ed\",\n            layoutDependency: layoutDependency,\n            layoutId: \"R2YfhaS5Y\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-ua3kma\",\n              layoutDependency: layoutDependency,\n              layoutId: \"LFpgRhbmS\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--framer-font-size\": \"18px\",\n                      \"--framer-line-height\": \"30px\"\n                    },\n                    children: /*#__PURE__*/_jsx(motion.span, {\n                      style: {\n                        \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                        \"--framer-font-family\": '\"Poppins\"',\n                        \"--framer-font-size\": \"18px\",\n                        \"--framer-font-weight\": \"500\",\n                        \"--framer-text-color\": \"var(--extracted-1w3ko1f, rgba(255, 255, 255, 1))\"\n                      },\n                      children: \"What will I learn?\"\n                    })\n                  })\n                }),\n                className: \"framer-1hrqixo\",\n                \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n                fonts: [\"GF;Poppins-500\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"m5jDxFDbu\",\n                style: {\n                  \"--extracted-1w3ko1f\": \"rgba(255, 255, 255, 1)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: VXK1Tqj1q,\n                verticalAlignment: \"center\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  src: \"https://framerusercontent.com/images/JmIfRKh8vSNc6RrCULv6IMciYSs.png\"\n                },\n                className: \"framer-b2dqi4\",\n                \"data-framer-name\": \"65627008f887c53fea76398b_Vector%20126.png\",\n                layoutDependency: layoutDependency,\n                layoutId: \"sKzqdedAa\",\n                style: {\n                  rotate: 0\n                },\n                variants: {\n                  nSviUT55V: {\n                    rotate: 180\n                  }\n                }\n              })]\n            }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                    \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"15px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-line-height\": \"30px\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(194, 194, 194))\"\n                  },\n                  children: \"The Course Creator Masterclass teaches every aspect of building & launching your own online course business. You will go from idea, to structuring your vision, course, community, and business.\"\n                })\n              }),\n              className: \"framer-zmelo8\",\n              \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n              fonts: [\"GF;Poppins-500\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"eCXLVd5_M\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(194, 194, 194)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: h1Nl01t1T,\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-Uqzxv [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-Uqzxv .framer-mb67v6 { display: block; }\", \".framer-Uqzxv .framer-1krmk6q { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 612px; }\", \".framer-Uqzxv .framer-17kk5ed { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; width: 94%; }\", \".framer-Uqzxv .framer-ua3kma { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-Uqzxv .framer-1hrqixo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\", \".framer-Uqzxv .framer-b2dqi4 { flex: none; height: 12px; overflow: hidden; position: relative; width: 20px; }\", \".framer-Uqzxv .framer-zmelo8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Uqzxv .framer-1krmk6q, .framer-Uqzxv .framer-17kk5ed { gap: 0px; } .framer-Uqzxv .framer-1krmk6q > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Uqzxv .framer-1krmk6q > :first-child { margin-left: 0px; } .framer-Uqzxv .framer-1krmk6q > :last-child { margin-right: 0px; } .framer-Uqzxv .framer-17kk5ed > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Uqzxv .framer-17kk5ed > :first-child { margin-top: 0px; } .framer-Uqzxv .framer-17kk5ed > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicHeight 60.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicWidth 612\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nSviUT55V\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerVariables {\"VXK1Tqj1q\":\"title\",\"h1Nl01t1T\":\"text\",\"AEmJBgsep\":\"tap2\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                */\nconst FramerwtVCZvcN6 = withCSS(Component, css, \"framer-Uqzxv\");\nexport default FramerwtVCZvcN6;\nFramerwtVCZvcN6.displayName = \"How will I learn?\";\nFramerwtVCZvcN6.defaultProps = {\n  height: 60.5,\n  width: 612\n};\naddPropertyControls(FramerwtVCZvcN6, {\n  variant: {\n    options: [\"sY5y2sYXh\", \"nSviUT55V\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  VXK1Tqj1q: {\n    defaultValue: \"What services do you provide?\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  h1Nl01t1T: {\n    defaultValue: \"We specialize in comprehensive growth strategies for info products, including market research, product positioning, funnel optimization, and marketing campaigns to maximize your product's reach and revenue.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  AEmJBgsep: {\n    title: \"Tap 2\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerwtVCZvcN6, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",\n  weight: \"500\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerwtVCZvcN6\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nSviUT55V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"60.5\",\n        \"framerIntrinsicWidth\": \"612\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerVariables\": \"{\\\"VXK1Tqj1q\\\":\\\"title\\\",\\\"h1Nl01t1T\\\":\\\"text\\\",\\\"AEmJBgsep\\\":\\\"tap2\\\"}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./wtVCZvcN6.map", "// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"QkYDfV7Gf\", \"wbpVIxFn0\"];\nconst serializationHash = \"framer-nijow\";\nconst variantClassNames = {\n  QkYDfV7Gf: \"framer-v-185wala\",\n  wbpVIxFn0: \"framer-v-1lxtn6n\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"QkYDfV7Gf\",\n  \"Variant 2\": \"wbpVIxFn0\"\n};\nconst getProps = ({\n  height,\n  id,\n  tap2,\n  text,\n  title,\n  width,\n  ...props\n}) => {\n  var _ref, _ref1, _humanReadableVariantMap_props_variant, _ref2;\n  return {\n    ...props,\n    EU09_8qhA: (_ref = title !== null && title !== void 0 ? title : props.EU09_8qhA) !== null && _ref !== void 0 ? _ref : \"Do you work with both new and established info product creators?\",\n    JVqsl1Rjp: (_ref1 = text !== null && text !== void 0 ? text : props.JVqsl1Rjp) !== null && _ref1 !== void 0 ? _ref1 : \"Yes, we work with a diverse range of clients, from startups launching their first info product to established creators looking to scale and optimize their existing offerings.\",\n    nUtkDTeuq: tap2 !== null && tap2 !== void 0 ? tap2 : props.nUtkDTeuq,\n    variant: (_ref2 = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref2 !== void 0 ? _ref2 : \"QkYDfV7Gf\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    EU09_8qhA,\n    JVqsl1Rjp,\n    nUtkDTeuq,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"QkYDfV7Gf\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTapmeu1fb = activeVariantCallback(async (...args) => {\n    if (nUtkDTeuq) {\n      const res = await nUtkDTeuq(...args);\n      if (res === false) return false;\n    }\n  });\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"wbpVIxFn0\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-nijow\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Image, {\n          ...restProps,\n          background: {\n            alt: \"\",\n            fit: \"stretch\",\n            sizes: \"min(940px, 100vw)\",\n            src: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png\",\n            srcSet: \"https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=512 512w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=1024 1024w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png?scale-down-to=2048 2048w, https://framerusercontent.com/images/iTvjfZM0vlqe1rXRJIGWYZczFM.png 3760w\"\n          },\n          className: cx(\"framer-185wala\", className),\n          \"data-border\": true,\n          \"data-framer-name\": \"Variant 1\",\n          \"data-highlight\": true,\n          layoutDependency: layoutDependency,\n          layoutId: \"QkYDfV7Gf\",\n          onTap: onTapmeu1fb,\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.18)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 40,\n            borderBottomRightRadius: 40,\n            borderTopLeftRadius: 40,\n            borderTopRightRadius: 40,\n            boxShadow: \"0px 3px 7px 0px rgba(0, 0, 0, 0.029999999329447746)\",\n            ...style\n          },\n          ...addPropertyOverrides({\n            wbpVIxFn0: {\n              \"data-framer-name\": \"Variant 2\"\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1na7c31\",\n            layoutDependency: layoutDependency,\n            layoutId: \"c2WPoF7qI\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1chhnnp\",\n              layoutDependency: layoutDependency,\n              layoutId: \"kK_65GGUn\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                      \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                      \"--framer-font-size\": \"18px\",\n                      \"--framer-font-weight\": \"500\",\n                      \"--framer-line-height\": \"30px\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(255, 255, 255))\"\n                    },\n                    children: \"How do I get help?\"\n                  })\n                }),\n                className: \"framer-106lxw4\",\n                \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n                fonts: [\"GF;Poppins-500\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"C39CBGuLv\",\n                style: {\n                  \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: EU09_8qhA,\n                verticalAlignment: \"center\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"stretch\",\n                  src: \"https://framerusercontent.com/images/JmIfRKh8vSNc6RrCULv6IMciYSs.png\"\n                },\n                className: \"framer-uhvgrg\",\n                \"data-framer-name\": \"65627008f887c53fea76398b_Vector%20126.png\",\n                layoutDependency: layoutDependency,\n                layoutId: \"SQR08R6O9\",\n                style: {\n                  rotate: 0\n                },\n                variants: {\n                  wbpVIxFn0: {\n                    rotate: 180\n                  }\n                }\n              })]\n            }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                    \"--framer-font-family\": '\"Poppins\", \"Poppins Placeholder\", sans-serif',\n                    \"--framer-font-size\": \"15px\",\n                    \"--framer-font-weight\": \"500\",\n                    \"--framer-line-height\": \"30px\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv, rgb(194, 194, 194))\"\n                  },\n                  children: \"Help is provided through the community platform, through weekly live meetings, and through our customer support which is available in a number of different places on the platform. We are all here to succeed, and therefore we all help each other.\"\n                })\n              }),\n              className: \"framer-192vau6\",\n              \"data-framer-name\": \"Heading 4 \u2192 Strong \u2192 What will I learn?\",\n              fonts: [\"GF;Poppins-500\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"U46uRHfk6\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(194, 194, 194)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: JVqsl1Rjp,\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-nijow [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-nijow .framer-vgqauo { display: block; }\", \".framer-nijow .framer-185wala { align-content: start; align-items: start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 940px; }\", \".framer-nijow .framer-1na7c31 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; width: 94%; }\", \".framer-nijow .framer-1chhnnp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-nijow .framer-106lxw4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\", \".framer-nijow .framer-uhvgrg { flex: none; height: 12px; overflow: hidden; position: relative; width: 20px; }\", \".framer-nijow .framer-192vau6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 93%; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nijow .framer-185wala, .framer-nijow .framer-1na7c31 { gap: 0px; } .framer-nijow .framer-185wala > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nijow .framer-185wala > :first-child { margin-left: 0px; } .framer-nijow .framer-185wala > :last-child { margin-right: 0px; } .framer-nijow .framer-1na7c31 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nijow .framer-1na7c31 > :first-child { margin-top: 0px; } .framer-nijow .framer-1na7c31 > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicHeight 60\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicWidth 940\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wbpVIxFn0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerVariables {\"EU09_8qhA\":\"title\",\"JVqsl1Rjp\":\"text\",\"nUtkDTeuq\":\"tap2\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                */\nconst FramerZgfh64C0g = withCSS(Component, css, \"framer-nijow\");\nexport default FramerZgfh64C0g;\nFramerZgfh64C0g.displayName = \"How do I get help?\";\nFramerZgfh64C0g.defaultProps = {\n  height: 60,\n  width: 940\n};\naddPropertyControls(FramerZgfh64C0g, {\n  variant: {\n    options: [\"QkYDfV7Gf\", \"wbpVIxFn0\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  EU09_8qhA: {\n    defaultValue: \"Do you work with both new and established info product creators?\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  JVqsl1Rjp: {\n    defaultValue: \"Yes, we work with a diverse range of clients, from startups launching their first info product to established creators looking to scale and optimize their existing offerings.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  nUtkDTeuq: {\n    title: \"Tap 2\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerZgfh64C0g, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",\n  weight: \"500\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerZgfh64C0g\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"940\",\n        \"framerVariables\": \"{\\\"EU09_8qhA\\\":\\\"title\\\",\\\"JVqsl1Rjp\\\":\\\"text\\\",\\\"nUtkDTeuq\\\":\\\"tap2\\\"}\",\n        \"framerIntrinsicHeight\": \"60\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wbpVIxFn0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Zgfh64C0g.map", "// Generated by Framer (1c1e241)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, RichText, useActiveVariantCallback, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport WhatSNextAfterLaunch from \"https://framerusercontent.com/modules/yuMzofdEHRg6OAZn8o7C/RMhTW99jqZD1zpiBAfNE/alVj3aQDD.js\";\nimport WhatSRequiredFromMe from \"https://framerusercontent.com/modules/so0PCzGhlIQr6rp9Zlpi/99Jdi0ZpzS3KyHSen98a/MN0ArlEag.js\";\nimport HowDoesItWork from \"https://framerusercontent.com/modules/p62TRoutxX6wwPIxkXGh/Ni2yBfsjI0cDEnSKiBy8/VJNrvvCVG.js\";\nimport HowWillILearn from \"https://framerusercontent.com/modules/tyhteFp3z0rIYJE93irT/jct11qcDTZo0q49YWXnt/wtVCZvcN6.js\";\nimport HowDoIGetHelp from \"https://framerusercontent.com/modules/klg7BKX4Kr6YHwzNDdiP/WTDefeuodsFt3BVk66wB/Zgfh64C0g.js\";\nconst HowWillILearnFonts = getFonts(HowWillILearn);\nconst HowDoesItWorkFonts = getFonts(HowDoesItWork);\nconst HowDoIGetHelpFonts = getFonts(HowDoIGetHelp);\nconst WhatSRequiredFromMeFonts = getFonts(WhatSRequiredFromMe);\nconst WhatSNextAfterLaunchFonts = getFonts(WhatSNextAfterLaunch);\nconst cycleOrder = [\"odLG7NPlW\", \"JbVCqCEXk\", \"T0gqC0Ptt\", \"hZ70YT8jl\", \"ckotBdBnO\"];\nconst serializationHash = \"framer-7e79g\";\nconst variantClassNames = {\n  ckotBdBnO: \"framer-v-v7ykdt\",\n  hZ70YT8jl: \"framer-v-75lksn\",\n  JbVCqCEXk: \"framer-v-qtthv7\",\n  odLG7NPlW: \"framer-v-le35ym\",\n  T0gqC0Ptt: \"framer-v-5qzxdm\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"odLG7NPlW\",\n  \"Variant 2\": \"JbVCqCEXk\",\n  \"Variant 3\": \"T0gqC0Ptt\",\n  \"Variant 4\": \"hZ70YT8jl\",\n  \"Variant 5\": \"ckotBdBnO\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"odLG7NPlW\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"odLG7NPlW\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const AEmJBgsepou3o3s = activeVariantCallback(async (...args) => {\n    setVariant(\"odLG7NPlW\");\n  });\n  const zwpWcNkXv1b79739 = activeVariantCallback(async (...args) => {\n    setVariant(\"JbVCqCEXk\");\n  });\n  const nUtkDTeuqswgtyc = activeVariantCallback(async (...args) => {\n    setVariant(\"T0gqC0Ptt\");\n  });\n  const F8EmczhUt1h0ctxr = activeVariantCallback(async (...args) => {\n    setVariant(\"hZ70YT8jl\");\n  });\n  const LzIjezyBu1r6sgdt = activeVariantCallback(async (...args) => {\n    setVariant(\"ckotBdBnO\");\n  });\n  const ref1 = React.useRef(null);\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-7e79g\", ...sharedStyleClassNames, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-le35ym\", className),\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"odLG7NPlW\",\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            ...style\n          },\n          ...addPropertyOverrides({\n            ckotBdBnO: {\n              \"data-framer-name\": \"Variant 5\"\n            },\n            hZ70YT8jl: {\n              \"data-framer-name\": \"Variant 4\"\n            },\n            JbVCqCEXk: {\n              \"data-framer-name\": \"Variant 2\"\n            },\n            T0gqC0Ptt: {\n              \"data-framer-name\": \"Variant 3\"\n            }\n          }, baseVariant, gestureVariant),\n          children: [/*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--framer-font-size\": \"45px\",\n                  \"--framer-line-height\": \"50px\",\n                  \"--framer-text-alignment\": \"center\"\n                },\n                children: /*#__PURE__*/_jsx(motion.span, {\n                  \"data-text-fill\": \"true\",\n                  style: {\n                    backgroundImage: \"linear-gradient(90deg, rgba(255, 255, 255, 0.4000000059604645) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.4000000059604645) 100%)\"\n                  },\n                  children: /*#__PURE__*/_jsx(motion.span, {\n                    style: {\n                      \"--font-selector\": \"R0Y7UG9wcGlucy01MDA=\",\n                      \"--framer-font-family\": '\"Poppins\"',\n                      \"--framer-font-size\": \"45px\",\n                      \"--framer-font-weight\": \"500\"\n                    },\n                    children: \"FAQ\"\n                  })\n                })\n              })\n            }),\n            className: \"framer-1wl0e1v\",\n            \"data-framer-name\": \"FAQ\",\n            fonts: [\"GF;Poppins-500\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"DCk9wx7wO\",\n            style: {\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            verticalAlignment: \"center\",\n            withExternalLayout: true\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-a0kdp-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"zTZWnmIZW-container\",\n            children: /*#__PURE__*/_jsx(HowWillILearn, {\n              h1Nl01t1T: \"We specialize in comprehensive growth strategies for info products, including market research, product positioning, funnel optimization, and marketing campaigns to maximize your product's reach and revenue.\",\n              height: \"100%\",\n              id: \"zTZWnmIZW\",\n              layoutId: \"zTZWnmIZW\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"nSviUT55V\",\n              VXK1Tqj1q: \"What services do you provide?\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                ckotBdBnO: {\n                  AEmJBgsep: AEmJBgsepou3o3s,\n                  variant: \"sY5y2sYXh\"\n                },\n                hZ70YT8jl: {\n                  AEmJBgsep: AEmJBgsepou3o3s,\n                  variant: \"sY5y2sYXh\"\n                },\n                JbVCqCEXk: {\n                  AEmJBgsep: AEmJBgsepou3o3s,\n                  variant: \"sY5y2sYXh\"\n                },\n                T0gqC0Ptt: {\n                  AEmJBgsep: AEmJBgsepou3o3s,\n                  variant: \"sY5y2sYXh\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-13qw37x-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"z1sWb9nS4-container\",\n            children: /*#__PURE__*/_jsx(HowDoesItWork, {\n              aOMFla6ez: \"Our team employs a data-driven approach to identify unique selling points, target audience segments, and effective marketing channels. We tailor strategies to differentiate your product and make it resonate with your audience.\",\n              FlVZ9R9UD: \"How can your agency help my info product stand out in the market?\",\n              height: \"100%\",\n              id: \"z1sWb9nS4\",\n              layoutId: \"z1sWb9nS4\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"N5bSdWSDH\",\n              width: \"100%\",\n              zwpWcNkXv: zwpWcNkXv1b79739,\n              ...addPropertyOverrides({\n                JbVCqCEXk: {\n                  variant: \"ozwjzU2Rk\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-5ofxwk-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"TPaJtoGgP-container\",\n            children: /*#__PURE__*/_jsx(HowDoIGetHelp, {\n              EU09_8qhA: \"Do you work with both new and established info product creators?\",\n              height: \"100%\",\n              id: \"TPaJtoGgP\",\n              JVqsl1Rjp: \"Yes, we work with a diverse range of clients, from startups launching their first info product to established creators looking to scale and optimize their existing offerings.\",\n              layoutId: \"TPaJtoGgP\",\n              nUtkDTeuq: nUtkDTeuqswgtyc,\n              style: {\n                width: \"100%\"\n              },\n              variant: \"QkYDfV7Gf\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                T0gqC0Ptt: {\n                  variant: \"wbpVIxFn0\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-pyi0jh-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"UGnDQmROL-container\",\n            children: /*#__PURE__*/_jsx(WhatSRequiredFromMe, {\n              EK9MflkSf: \"What sets your agency apart from others in the industry?\",\n              F8EmczhUt: F8EmczhUt1h0ctxr,\n              height: \"100%\",\n              id: \"UGnDQmROL\",\n              layoutId: \"UGnDQmROL\",\n              Qmrnr48Ia: \"Our agency combines expertise in info product growth with a commitment to personalized, client-centric service. We prioritize collaboration and transparency to ensure our clients are informed and satisfied throughout the entire process.\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"tmuYmmgWg\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                hZ70YT8jl: {\n                  variant: \"v61IwREhB\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-10kj7mn-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"ihXShWe9p-container\",\n            children: /*#__PURE__*/_jsx(WhatSNextAfterLaunch, {\n              cB1gAxI8q: \"What's next after launch?\",\n              height: \"100%\",\n              id: \"ihXShWe9p\",\n              layoutId: \"ihXShWe9p\",\n              LzIjezyBu: LzIjezyBu1r6sgdt,\n              ncT2hWfHA: \"Once you've created & launched your own online course, it's time to scale. To make this possible, we've created a wide range of different marketing and scaling strategies to fit every course business. We'll help you select the strategy best fit to your business.\",\n              style: {\n                width: \"100%\"\n              },\n              variant: \"B6GhKjVpe\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                ckotBdBnO: {\n                  variant: \"Js6EJd2iZ\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          })]\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-7e79g [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-7e79g .framer-c50bwn { display: block; }\", \".framer-7e79g .framer-le35ym { 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 0px 0px 0px; position: relative; width: 940px; }\", \".framer-7e79g .framer-1wl0e1v { flex: none; height: 50px; position: relative; white-space: pre-wrap; width: 90px; word-break: break-word; word-wrap: break-word; }\", \".framer-7e79g .framer-a0kdp-container, .framer-7e79g .framer-13qw37x-container, .framer-7e79g .framer-5ofxwk-container, .framer-7e79g .framer-pyi0jh-container, .framer-7e79g .framer-10kj7mn-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7e79g .framer-le35ym { gap: 0px; } .framer-7e79g .framer-le35ym > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-7e79g .framer-le35ym > :first-child { margin-top: 0px; } .framer-7e79g .framer-le35ym > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerIntrinsicHeight 550\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerIntrinsicWidth 940\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JbVCqCEXk\":{\"layout\":[\"fixed\",\"auto\"]},\"T0gqC0Ptt\":{\"layout\":[\"fixed\",\"auto\"]},\"hZ70YT8jl\":{\"layout\":[\"fixed\",\"auto\"]},\"ckotBdBnO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              */\nconst FramerrJFQ33zlz = withCSS(Component, css, \"framer-7e79g\");\nexport default FramerrJFQ33zlz;\nFramerrJFQ33zlz.displayName = \"FAQ\";\nFramerrJFQ33zlz.defaultProps = {\n  height: 550,\n  width: 940\n};\naddPropertyControls(FramerrJFQ33zlz, {\n  variant: {\n    options: [\"odLG7NPlW\", \"JbVCqCEXk\", \"T0gqC0Ptt\", \"hZ70YT8jl\", \"ckotBdBnO\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\", \"Variant 3\", \"Variant 4\", \"Variant 5\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerrJFQ33zlz, [{\n  family: \"Poppins\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",\n  weight: \"500\"\n}, ...HowWillILearnFonts, ...HowDoesItWorkFonts, ...HowDoIGetHelpFonts, ...WhatSRequiredFromMeFonts, ...WhatSNextAfterLaunchFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerrJFQ33zlz\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerImmutableVariables\": \"true\",\n        \"framerIntrinsicWidth\": \"940\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JbVCqCEXk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T0gqC0Ptt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hZ70YT8jl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ckotBdBnO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"550\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap2", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "cB1gAxI8q", "ncT2hWfHA", "LzIjezyBu", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ih2gkb", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "u", "RichText", "css", "FrameralVj3aQDD", "withCSS", "alVj3aQDD_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap2", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "EK9MflkSf", "Qmrnr48Ia", "F8EmczhUt", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap9o69j0", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "u", "RichText", "css", "FramerMN0ArlEag", "withCSS", "MN0ArlEag_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap2", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "FlVZ9R9UD", "aOMFla6ez", "zwpWcNkXv", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap18exc71", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "u", "RichText", "css", "FramerVJNrvvCVG", "withCSS", "VJNrvvCVG_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap2", "text", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "VXK1Tqj1q", "h1Nl01t1T", "AEmJBgsep", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap6s97kq", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "u", "RichText", "css", "FramerwtVCZvcN6", "withCSS", "wtVCZvcN6_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap2", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "EU09_8qhA", "JVqsl1Rjp", "nUtkDTeuq", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapmeu1fb", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "u", "RichText", "css", "FramerZgfh64C0g", "withCSS", "Zgfh64C0g_default", "addPropertyControls", "ControlType", "addFonts", "HowWillILearnFonts", "getFonts", "wtVCZvcN6_default", "HowDoesItWorkFonts", "VJNrvvCVG_default", "HowDoIGetHelpFonts", "Zgfh64C0g_default", "WhatSRequiredFromMeFonts", "MN0ArlEag_default", "WhatSNextAfterLaunchFonts", "alVj3aQDD_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "AEmJBgsepou3o3s", "args", "zwpWcNkXv1b79739", "nUtkDTeuqswgtyc", "F8EmczhUt1h0ctxr", "LzIjezyBu1r6sgdt", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "RichText", "wtVCZvcN6_default", "VJNrvvCVG_default", "Zgfh64C0g_default", "MN0ArlEag_default", "alVj3aQDD_default", "css", "FramerrJFQ33zlz", "withCSS", "rJFQ33zlz_default", "addPropertyControls", "ControlType", "addFonts", "HowWillILearnFonts", "HowDoesItWorkFonts", "HowDoIGetHelpFonts", "WhatSRequiredFromMeFonts", "WhatSNextAfterLaunchFonts"]
}
