{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uYtjA8mXrM5zDjeE95KC/GpuvrylyRTnEyHC4uu0u/ylI3xJL1D.js", "ssg:https://framerusercontent.com/modules/avnr2Q3djTKqR1RmAIG7/VhGmtOZVk1cfmcZ8r2ad/RqUhmrwGc.js", "ssg:https://framerusercontent.com/modules/EC4A3xtt1P27rmSqkZYw/3eFSp3ouiHkR7ORNCfNX/sP4wbYZaD.js", "ssg:https://framerusercontent.com/modules/z3UvYs1H5VnUisdEsYYE/7dDoXpO3oggJITJqHRhX/Aaaa.js", "ssg:https://framerusercontent.com/modules/qKtFbD6BlpBYjvTsu1eu/Nt2eMwsPtZxE2eXXeGd3/Wavebottom.js"],
  "sourcesContent": ["import { fontStore } from \"framer\";\nfontStore.loadWebFontsFromSelectors([\"GF;IBM Plex Sans-600\"]);\nexport const fonts = [{\n  family: \"IBM Plex Sans\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:css/ylI3xJL1D:default\",\n    url: \"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf\",\n  weight: \"600\"\n}];\nexport const css = ['.framer-HXe6T .framer-styles-preset-1yz2bik:not(.rich-text-wrapper), .framer-HXe6T .framer-styles-preset-1yz2bik.rich-text-wrapper h2 { --framer-font-family: \"IBM Plex Sans\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #171616; --framer-text-decoration: none; --framer-text-transform: none; }'];\nexport const className = \"framer-HXe6T\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"fonts\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"className\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"css\": {\n      \"type\": \"variable\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (0f22d58)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, SVG, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  Xo8VENObS: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"Xo8VENObS\"];\nconst variantClassNames = {\n  Xo8VENObS: \"framer-v-nu43wg\"\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 getProps = ({\n  height,\n  id,\n  title,\n  width,\n  ...props\n}) => {\n  var ref;\n  return {\n    ...props,\n    A3xHWRMFh: (ref = title !== null && title !== void 0 ? title : props.A3xHWRMFh) !== null && ref !== void 0 ? ref : \"S'ABONNER\"\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    A3xHWRMFh,\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: \"Xo8VENObS\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const defaultLayoutId = React.useId();\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-5GNUu\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Link, {\n          href: \"https://gumroad.com/\",\n          children: /*#__PURE__*/_jsxs(motion.a, {\n            ...restProps,\n            className: `${cx(\"framer-nu43wg\", className)} framer-5pebyq`,\n            \"data-border\": true,\n            \"data-framer-name\": \"Variant 1\",\n            layoutDependency: layoutDependency,\n            layoutId: \"Xo8VENObS\",\n            ref: ref,\n            style: {\n              \"--border-bottom-width\": \"2px\",\n              \"--border-color\": \"rgb(255, 255, 255)\",\n              \"--border-left-width\": \"2px\",\n              \"--border-right-width\": \"2px\",\n              \"--border-style\": \"solid\",\n              \"--border-top-width\": \"2px\",\n              backgroundColor: \"rgba(0, 0, 0, 0)\",\n              borderBottomLeftRadius: 64,\n              borderBottomRightRadius: 64,\n              borderTopLeftRadius: 64,\n              borderTopRightRadius: 64,\n              ...style\n            },\n            variants: {\n              \"Xo8VENObS-hover\": {\n                backgroundColor: \"rgb(255, 255, 255)\"\n              }\n            },\n            ...addPropertyOverrides({\n              \"Xo8VENObS-hover\": {\n                \"data-framer-name\": undefined\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                    \"--font-selector\": \"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\n                    \"--framer-font-family\": '\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"S'ABONNER\"\n                })\n              }),\n              className: \"framer-74g0e7\",\n              fonts: [\"GF;IBM Plex Sans-regular\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"l2XPeZXQm\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(255, 255, 255)\",\n                \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                \"--framer-link-text-decoration\": \"underline\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: A3xHWRMFh,\n              variants: {\n                \"Xo8VENObS-hover\": {\n                  \"--extracted-r6o4lv\": \"rgb(29, 29, 29)\"\n                }\n              },\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-cpyo1x\",\n              layoutDependency: layoutDependency,\n              layoutId: \"lCT8gD4Pl\",\n              children: /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-itq7uk\",\n                \"data-framer-name\": \"reshot_icon_arrow_diagonal_up_right_Y2ND6FM3RW\",\n                layout: \"position\",\n                layoutDependency: layoutDependency,\n                layoutId: \"ICum5HRbr\",\n                opacity: 1,\n                style: {\n                  backgroundColor: \"rgba(0, 0, 0, 0)\"\n                },\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0 1.471 L 7.353 1.471 L 0 8.824 L 1.176 10 L 8.529 2.647 L 8.529 10 L 10 10 L 10 -0 C 10 -0 7.791 0 0 -0 C 0 1.318 0 1.471 0 1.471 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',\n                svgContentId: 2916992104,\n                variants: {\n                  \"Xo8VENObS-hover\": {\n                    backgroundColor: \"rgba(255, 255, 255, 0)\"\n                  }\n                },\n                withExternalLayout: true,\n                ...addPropertyOverrides({\n                  \"Xo8VENObS-hover\": {\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 10\"><path d=\"M 0 1.471 L 7.353 1.471 L 0 8.824 L 1.176 10 L 8.529 2.647 L 8.529 10 L 10 10 L 10 -0 C 10 -0 7.791 0 0 -0 C 0 1.318 0 1.471 0 1.471 Z\" fill=\"#1d1d1d\"></path></svg>',\n                    svgContentId: 3160402385\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-5GNUu [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-5GNUu .framer-5pebyq { display: block; }\", \".framer-5GNUu .framer-nu43wg { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; mix-blend-mode: difference; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\", \".framer-5GNUu .framer-74g0e7 { flex: none; height: 18px; position: relative; white-space: pre; width: auto; }\", \".framer-5GNUu .framer-cpyo1x { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 16px; }\", \".framer-5GNUu .framer-itq7uk { flex: none; height: 10px; left: calc(50.00000000000002% - 10px / 2); position: absolute; top: calc(50.00000000000002% - 10px / 2); width: 10px; }\", \".framer-5GNUu .framer-v-nu43wg .framer-nu43wg { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5GNUu .framer-nu43wg { gap: 0px; } .framer-5GNUu .framer-nu43wg > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-5GNUu .framer-nu43wg > :first-child { margin-left: 0px; } .framer-5GNUu .framer-nu43wg > :last-child { margin-right: 0px; } }\", \".framer-5GNUu.framer-v-nu43wg.hover .framer-itq7uk { left: unset; right: -3px; top: -4px; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicHeight 50\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicWidth 147\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xXoowTeYQ\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerVariables {\"A3xHWRMFh\":\"title\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    */\nconst FramerRqUhmrwGc = withCSS(Component, css, \"framer-5GNUu\");\nexport default FramerRqUhmrwGc;\nFramerRqUhmrwGc.displayName = \"Boutton\";\nFramerRqUhmrwGc.defaultProps = {\n  height: 50,\n  width: 147\n};\naddPropertyControls(FramerRqUhmrwGc, {\n  A3xHWRMFh: {\n    defaultValue: \"S'ABONNER\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  }\n});\naddFonts(FramerRqUhmrwGc, [{\n  family: \"IBM Plex Sans\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/RqUhmrwGc:default\",\n    url: \"https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf\",\n  weight: \"400\"\n}]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerRqUhmrwGc\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"50\",\n        \"framerVariables\": \"{\\\"A3xHWRMFh\\\":\\\"title\\\"}\",\n        \"framerIntrinsicWidth\": \"147\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xXoowTeYQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./RqUhmrwGc.map", "// Generated by Framer (0f22d58)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, cx, SVG, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  LhwAuHrpL: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"LhwAuHrpL\"];\nconst variantClassNames = {\n  LhwAuHrpL: \"framer-v-1j768mo\"\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 getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  return {\n    ...props\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: \"LhwAuHrpL\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const defaultLayoutId = React.useId();\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-KWSpq\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1j768mo\", className),\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"LhwAuHrpL\",\n          ref: ref,\n          style: {\n            rotate: 180,\n            ...style\n          },\n          ...addPropertyOverrides({\n            \"LhwAuHrpL-hover\": {\n              \"data-framer-name\": undefined\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1or907r\",\n            \"data-border\": true,\n            layoutDependency: layoutDependency,\n            layoutId: \"VgmNb25zg\",\n            style: {\n              \"--border-bottom-width\": \"1px\",\n              \"--border-color\": \"rgb(255, 255, 255)\",\n              \"--border-left-width\": \"1px\",\n              \"--border-right-width\": \"1px\",\n              \"--border-style\": \"solid\",\n              \"--border-top-width\": \"1px\",\n              backgroundColor: \"rgba(0, 0, 0, 0)\",\n              borderBottomLeftRadius: 999,\n              borderBottomRightRadius: 999,\n              borderTopLeftRadius: 999,\n              borderTopRightRadius: 999,\n              rotate: 135\n            },\n            variants: {\n              \"LhwAuHrpL-hover\": {\n                backgroundColor: \"rgb(255, 255, 255)\"\n              }\n            },\n            children: /*#__PURE__*/_jsx(SVG, {\n              className: \"framer-lfe8e7\",\n              \"data-framer-name\": \"reshot_icon_arrow_diagonal_up_right_Y2ND6FM3RW\",\n              layout: \"position\",\n              layoutDependency: layoutDependency,\n              layoutId: \"M6Favk9A9\",\n              opacity: 1,\n              svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 0 4.118 L 20.588 4.118 L 0 24.706 L 3.294 28 L 23.882 7.412 L 23.882 28 L 28 28 L 28 0 C 28 0 21.816 0 0 -0 C 0 3.691 0 4.118 0 4.118 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',\n              svgContentId: 2254192828,\n              withExternalLayout: true,\n              ...addPropertyOverrides({\n                \"LhwAuHrpL-hover\": {\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 28\"><path d=\"M 0 4.118 L 20.588 4.118 L 0 24.706 L 3.294 28 L 23.882 7.412 L 23.882 28 L 28 28 L 28 0 C 28 0 21.816 0 0 -0 C 0 3.691 0 4.118 0 4.118 Z\" fill=\"hsl(0, 0%, 11%)\"></path></svg>',\n                  svgContentId: 4029766699\n                }\n              }, baseVariant, gestureVariant)\n            })\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-KWSpq [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-KWSpq .framer-1rsaelb { display: block; }\", \".framer-KWSpq .framer-1j768mo { height: 96px; overflow: visible; position: relative; width: 96px; }\", \".framer-KWSpq .framer-1or907r { flex: none; height: 90px; left: calc(50.00000000000002% - 90px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 90px / 2); width: 90px; will-change: var(--framer-will-change-override, transform); }\", \".framer-KWSpq .framer-lfe8e7 { flex: none; height: 28px; left: calc(50.00000000000002% - 28px / 2); position: absolute; top: calc(50.00000000000002% - 28px / 2); width: 28px; }\", \".framer-KWSpq .framer-v-1j768mo .framer-1j768mo { cursor: pointer; }\", \".framer-KWSpq.framer-v-1j768mo.hover .framer-lfe8e7 { left: unset; right: 21px; top: 22px; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicHeight 96\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicWidth 96\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bWMXO0XKX\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   */\nconst FramersP4wbYZaD = withCSS(Component, css, \"framer-KWSpq\");\nexport default FramersP4wbYZaD;\nFramersP4wbYZaD.displayName = \"back to top\";\nFramersP4wbYZaD.defaultProps = {\n  height: 96,\n  width: 96\n};\naddFonts(FramersP4wbYZaD, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramersP4wbYZaD\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bWMXO0XKX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"96\",\n        \"framerIntrinsicHeight\": \"96\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./sP4wbYZaD.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nfunction scrollToElement(element, duration) {\n  const startingY = window.pageYOffset;\n  const elementY = window.pageYOffset + element.getBoundingClientRect().top;\n  const targetY = document.body.scrollHeight - elementY < window.innerHeight ? document.body.scrollHeight - window.innerHeight : elementY;\n  const diff = targetY - startingY;\n  let start;\n  if (!diff) return;\n  window.requestAnimationFrame(function step(timestamp) {\n    if (!start) start = timestamp;\n    const time = timestamp - start;\n    let percent = Math.min(time / duration, 1);\n    window.scrollTo(0, startingY + diff * percent);\n    if (time < duration) {\n      window.requestAnimationFrame(step);\n    }\n  });\n}\nexport function smoothScrollToHero() {\n  return {\n    onClick: event => {\n      event.preventDefault();\n      const target = document.querySelector(\"#hero\");\n      if (target) {\n        scrollToElement(target, 500) // 500ms\n        ;\n      }\n    }\n  };\n}\nimport { useContext as __legacyOverrideHOC_useContext } from \"react\";\nimport { DataObserverContext as __legacyOverrideHOC_DataObserverContext } from \"framer\";\nexport function withsmoothScrollToHero(C) {\n  return props => {\n    __legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);\n    return _jsx(C, {\n      ...props,\n      ...smoothScrollToHero(props)\n    });\n  };\n}\nwithsmoothScrollToHero.displayName = \"smoothScrollToHero\";\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"smoothScrollToHero\": {\n      \"type\": \"override\",\n      \"name\": \"smoothScrollToHero\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"withsmoothScrollToHero\": {\n      \"type\": \"reactHoc\",\n      \"name\": \"withsmoothScrollToHero\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Aaaa.map", "import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { useRef, useEffect, useState } from \"react\";\nexport function WaveCanvas() {\n  const canvasRef = useRef(null);\n  const [canvasWidth, setCanvasWidth] = useState(600);\n  const [isPartyMode, setIsPartyMode] = useState(false);\n  const points = useRef(new Float32Array(canvasWidth).fill(0));\n  const waves = useRef([]);\n  const colors = [\"red\", \"green\", \"blue\", \"yellow\", \"purple\", \"pink\"];\n  useEffect(() => {\n    const canvas = canvasRef.current;\n    const ctx = canvas.getContext(\"2d\");\n    const handleScroll = () => {\n      for (let j = 0; j < (isPartyMode ? 15 : 1); j++) {\n        waves.current.push({\n          position: Math.random() * canvasWidth,\n          height: Math.random() * 200 - 100,\n          spread: Math.random() * 50\n        });\n      }\n    };\n    window.addEventListener(\"scroll\", handleScroll);\n    setCanvasWidth(canvas.parentNode.clientWidth);\n    const handleMouseMove = e => {\n      for (let j = 0; j < (isPartyMode ? 15 : 1); j++) {\n        waves.current.push({\n          position: Math.random() * canvasWidth,\n          height: Math.random() * 200 - 100,\n          spread: Math.random() * 50\n        });\n      }\n    };\n    canvas.addEventListener(\"mousemove\", handleMouseMove);\n    function animate() {\n      const newPoints = new Float32Array(canvasWidth).fill(0);\n      ctx.fillStyle = \"rgba(0, 0, 0, 0.1)\";\n      ctx.fillRect(0, 0, canvasWidth, 600);\n      for (const wave of waves.current) {\n        const angularFrequency = Math.PI / (8 * wave.spread);\n        for (let i = 0; i < canvasWidth; i++) {\n          const dx = i - wave.position;\n          newPoints[i] += wave.height * Math.sin(angularFrequency * dx) * Math.exp(-.001 * Math.abs(dx));\n        }\n        wave.spread += .5;\n        wave.height *= .95;\n      }\n      waves.current = waves.current.filter(wave => wave.height > .1);\n      points.current = newPoints; // Party mode effects\n      if (isPartyMode) {\n        ctx.lineWidth = Math.random() * 15;\n        ctx.strokeStyle = colors[Math.floor(Math.random() * colors.length)];\n        ctx.shadowColor = ctx.strokeStyle;\n        ctx.shadowBlur = 20;\n      } else {\n        ctx.lineWidth = 5;\n        ctx.strokeStyle = \"white\";\n        ctx.shadowBlur = 0;\n      }\n      ctx.clearRect(0, 0, canvasWidth, 600);\n      ctx.beginPath();\n      ctx.moveTo(0, 300);\n      for (let i1 = 0; i1 < points.current.length; i1++) {\n        ctx.lineTo(i1, 300 + points.current[i1]);\n      }\n      ctx.stroke();\n      requestAnimationFrame(animate);\n    }\n    animate();\n    return () => {\n      canvas.removeEventListener(\"mousemove\", handleMouseMove);\n      window.removeEventListener(\"scroll\", handleScroll);\n    };\n  }, [canvasWidth, isPartyMode]);\n  return /*#__PURE__*/_jsxs(_Fragment, {\n    children: [/*#__PURE__*/_jsx(\"span\", {\n      onClick: () => setIsPartyMode(!isPartyMode),\n      style: {\n        fontFamily: \"IBM Plex Sans, Arial, sans-serif\",\n        fontSize: \"16px\",\n        textDecoration: \"underline\",\n        cursor: \"pointer\",\n        textTransform: \"uppercase\",\n        color: \"white\",\n        position: \"absolute\",\n        top: \"32px\",\n        right: \"32px\"\n      },\n      children: \"Activer le mode WAVE\"\n    }), /*#__PURE__*/_jsx(\"canvas\", {\n      ref: canvasRef,\n      width: canvasWidth,\n      height: 600,\n      style: {\n        overflow: \"visible\"\n      }\n    })]\n  });\n}\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"WaveCanvas\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"WaveCanvas\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Wavebottom.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "title", "width", "props", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "A3xHWRMFh", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "SVG", "css", "FramerRqUhmrwGc", "withCSS", "RqUhmrwGc_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "SVG", "css", "FramersP4wbYZaD", "withCSS", "sP4wbYZaD_default", "addFonts", "scrollToElement", "element", "duration", "startingY", "window", "elementY", "diff", "start", "step", "timestamp", "time", "percent", "smoothScrollToHero", "event", "target", "withsmoothScrollToHero", "C", "props", "re", "DataObserverContext", "p", "WaveCanvas", "canvasRef", "pe", "canvasWidth", "setCanvasWidth", "ye", "isPartyMode", "setIsPartyMode", "points", "waves", "colors", "ue", "canvas", "ctx", "handleScroll", "j", "window", "handleMouseMove", "e", "animate", "newPoints", "wave", "angularFrequency", "i", "dx", "i1", "u", "l", "p"]
}
