{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sAo2AgI09SmJet2jAAyJ/9I1wNKZGePEooOVcMKUr/WMbMJQzay.js"],
  "sourcesContent": ["// Generated by Framer (cdf9029)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, getPropertyControls, RichText, useActiveVariantCallback, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/HJoka99YEVbrVp0foQgS/np31VyMhWbWzrBdAqH0U/imzNLqwqH.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/GH3md76hU2h0xcJh0yGt/BlWE2grfaBvWDcKswVUP/NIE_KRAan.js\";\nimport Button from \"https://framerusercontent.com/modules/738CQ1CRppmsgMUz7dXE/aauXwjIxeq8BLMNnL5pi/DeGRtTbkM.js\";\nimport ImageNew from \"https://framerusercontent.com/modules/Qvg2cPDgMl4goE2IKCDe/pYh0KkDSUpq4wgQfypYQ/XmQ8TQjDs.js\";\nconst ImageNewFonts = getFonts(ImageNew);\nconst ButtonFonts = getFonts(Button);\nconst ImageNewControls = getPropertyControls(ImageNew);\nconst cycleOrder = [\"cqf6b5rhP\", \"SlNKNmuqv\", \"rEg9hdQDF\", \"VmjTwYhV5\", \"LbJMKbrp4\", \"tvpjmQWoZ\"];\nconst variantClassNames = {\n  cqf6b5rhP: \"framer-v-1es2wvm\",\n  LbJMKbrp4: \"framer-v-1oeii11\",\n  rEg9hdQDF: \"framer-v-11g68ph\",\n  SlNKNmuqv: \"framer-v-5tphbt\",\n  tvpjmQWoZ: \"framer-v-35bpxd\",\n  VmjTwYhV5: \"framer-v-1gsyjh\"\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 humanReadableVariantMap = {\n  \"Image Left\": \"cqf6b5rhP\",\n  \"Image Right\": \"SlNKNmuqv\",\n  \"Large Image\": \"VmjTwYhV5\",\n  \"Vertical - Image Inset\": \"LbJMKbrp4\",\n  Variant: \"tvpjmQWoZ\",\n  Vertical: \"rEg9hdQDF\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nfunction toResponsiveImage_194x2gw(value) {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n}\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nfunction useRandomID() {\n  const ref = React.useRef(null);\n  if (ref.current === null) {\n    ref.current = Array(5).fill(0).map(() => BASE62[Math.floor(Math.random() * BASE62.length)]).join(\"\");\n  }\n  return ref.current;\n}\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style: externalStyle = {},\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"cqf6b5rhP\",\n  title: pHgJLqqQ_ = \"Iterations\",\n  description: mZ7vRDatg = \"We prototyped different backroom and process configurations in multiple stores to design a shorter and more trustworthy process.\",\n  imageShape: CQZJvt6eS = \"P6Qe43fRs\",\n  image: gXgKRU41z = {\n    src: new URL(\"https://framerusercontent.com/images/zkfE6abeFsv3K69txiejRKrXY.jpeg?scale-down-to=1024\").href,\n    srcSet: `${new URL(\"https://framerusercontent.com/images/zkfE6abeFsv3K69txiejRKrXY.jpeg?scale-down-to=512\").href} 384w, ${new URL(\"https://framerusercontent.com/images/zkfE6abeFsv3K69txiejRKrXY.jpeg?scale-down-to=1024\").href} 768w, ${new URL(\"https://framerusercontent.com/images/zkfE6abeFsv3K69txiejRKrXY.jpeg?scale-down-to=2048\").href} 1536w, ${new URL(\"https://framerusercontent.com/images/zkfE6abeFsv3K69txiejRKrXY.jpeg\").href} 3024w`\n  },\n  color: y7ZWvsvZ5 = 'var(--token-1b4c683d-1c96-4022-87b6-ffd41feea79e, rgb(27, 30, 29)) /* {\"name\":\"Neutral/900\"} */',\n  buttonTap: UVZF6FAFK,\n  button: eU4PEYj1o = true,\n  buttonTitle: JTCrcOFQ8 = \"View More\",\n  imageTap: iD6Hk76kU,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"cqf6b5rhP\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const tap3wxn0t = activeVariantCallback(async (...args) => {\n    if (iD6Hk76kU) {\n      const res = await iD6Hk76kU(...args);\n      if (res === false) return false;\n    }\n  });\n  const tapdacn64 = activeVariantCallback(async (...args) => {\n    if (UVZF6FAFK) {\n      const res = await UVZF6FAFK(...args);\n      if (res === false) return false;\n    }\n  });\n  const defaultLayoutId = useRandomID();\n  const {\n    pointerEvents,\n    ...style\n  } = externalStyle;\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      \"data-framer-generated\": true,\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-n0yGU\", sharedStyle.className, sharedStyle1.className, classNames),\n      style: {\n        display: \"contents\",\n        pointerEvents: pointerEvents !== null && pointerEvents !== void 0 ? pointerEvents : undefined\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-1es2wvm\", className),\n        \"data-framer-name\": \"Image Left\",\n        layoutDependency: layoutDependency,\n        layoutId: \"cqf6b5rhP\",\n        ref: ref,\n        style: {\n          borderBottomLeftRadius: 8,\n          borderBottomRightRadius: 8,\n          borderTopLeftRadius: 8,\n          borderTopRightRadius: 8,\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          LbJMKbrp4: {\n            \"data-framer-name\": \"Vertical - Image Inset\"\n          },\n          rEg9hdQDF: {\n            \"data-framer-name\": \"Vertical\"\n          },\n          SlNKNmuqv: {\n            \"data-framer-name\": \"Image Right\"\n          },\n          tvpjmQWoZ: {\n            \"data-framer-name\": undefined\n          },\n          VmjTwYhV5: {\n            \"data-framer-name\": \"Large Image\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-lcqoe4-container\",\n          layoutDependency: layoutDependency,\n          layoutId: \"z6WezPGmv-container\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(ImageNew, {\n            height: \"100%\",\n            id: \"z6WezPGmv\",\n            image: toResponsiveImage_194x2gw(gXgKRU41z),\n            layoutId: \"z6WezPGmv\",\n            style: {\n              width: \"100%\"\n            },\n            tap: tap3wxn0t,\n            variant: CQZJvt6eS,\n            width: \"100%\",\n            ...addPropertyOverrides({\n              rEg9hdQDF: {\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                }\n              },\n              VmjTwYhV5: {\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                }\n              }\n            }, baseVariant, gestureVariant)\n          })\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-1wlr6t2\",\n          \"data-framer-name\": \"Content Container\",\n          layoutDependency: layoutDependency,\n          layoutId: \"QW777UDUL\",\n          transition: transition,\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1x1hhzp\",\n            layoutDependency: layoutDependency,\n            layoutId: \"SideSGPYp\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-kz9sp7\",\n              layoutDependency: layoutDependency,\n              layoutId: \"lehfJp8M4\",\n              transition: transition,\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-1oblbf1\",\n                    \"data-styles-preset\": \"NIE_KRAan\",\n                    style: {\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Iterations\"\n                  })\n                }),\n                className: \"framer-1h5tsxk\",\n                layoutDependency: layoutDependency,\n                layoutId: \"o0EdUy0Zi\",\n                style: {\n                  \"--extracted-a0htzi\": \"var(--variable-reference-y7ZWvsvZ5-WMbMJQzay)\",\n                  \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                  \"--framer-link-text-decoration\": \"underline\",\n                  \"--framer-paragraph-spacing\": \"4px\",\n                  \"--variable-reference-y7ZWvsvZ5-WMbMJQzay\": y7ZWvsvZ5\n                },\n                text: pHgJLqqQ_,\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-1rk6tjy\",\n                    \"data-styles-preset\": \"imzNLqwqH\",\n                    children: \"We prototyped different backroom and process configurations in multiple stores to design a shorter and more trustworthy process.\"\n                  })\n                }),\n                className: \"framer-13xb7zf\",\n                layoutDependency: layoutDependency,\n                layoutId: \"UN4JgMrnW\",\n                style: {\n                  \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                  \"--framer-link-text-decoration\": \"underline\",\n                  \"--framer-paragraph-spacing\": \"4px\"\n                },\n                text: mZ7vRDatg,\n                transition: transition,\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), eU4PEYj1o && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-l1p20k-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"KoOOZL3kZ-container\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(Button, {\n                backgroundColor: 'var(--token-e0354e94-84e5-42cd-9fc9-38c632ee0f32, rgb(2, 89, 57)) /* {\"name\":\"Primary\"} */',\n                height: \"100%\",\n                icon: \"ArrowRight\",\n                iconColor: 'var(--token-e0354e94-84e5-42cd-9fc9-38c632ee0f32, rgb(2, 89, 57)) /* {\"name\":\"Primary\"} */',\n                id: \"KoOOZL3kZ\",\n                layoutId: \"KoOOZL3kZ\",\n                leftIcon: false,\n                newTab: false,\n                rightIcon: true,\n                smoothScroll: false,\n                tap: tapdacn64,\n                textColor: 'var(--token-e0354e94-84e5-42cd-9fc9-38c632ee0f32, rgb(2, 89, 57)) /* {\"name\":\"Primary\"} */',\n                title: JTCrcOFQ8,\n                variant: \"NTGkxJeG2\",\n                width: \"100%\"\n              })\n            })]\n          })\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-n0yGU [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-n0yGU * { box-sizing: border-box; }\", \".framer-n0yGU .framer-10hpu97 { display: block; }\", \".framer-n0yGU .framer-1es2wvm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 40px 32px 40px; position: relative; width: 761px; will-change: transform; }\", \".framer-n0yGU .framer-lcqoe4-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\", \".framer-n0yGU .framer-1wlr6t2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-n0yGU .framer-1x1hhzp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 345px; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-n0yGU .framer-kz9sp7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 345px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-n0yGU .framer-1h5tsxk, .framer-n0yGU .framer-13xb7zf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-n0yGU .framer-l1p20k-container { flex: none; height: auto; position: relative; width: auto; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n0yGU .framer-1es2wvm, .framer-n0yGU .framer-1wlr6t2, .framer-n0yGU .framer-1x1hhzp, .framer-n0yGU .framer-kz9sp7 { gap: 0px; } .framer-n0yGU .framer-1es2wvm > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-n0yGU .framer-1es2wvm > :first-child, .framer-n0yGU .framer-1wlr6t2 > :first-child { margin-left: 0px; } .framer-n0yGU .framer-1es2wvm > :last-child, .framer-n0yGU .framer-1wlr6t2 > :last-child { margin-right: 0px; } .framer-n0yGU .framer-1wlr6t2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-n0yGU .framer-1x1hhzp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-n0yGU .framer-1x1hhzp > :first-child, .framer-n0yGU .framer-kz9sp7 > :first-child { margin-top: 0px; } .framer-n0yGU .framer-1x1hhzp > :last-child, .framer-n0yGU .framer-kz9sp7 > :last-child { margin-bottom: 0px; } .framer-n0yGU .framer-kz9sp7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\", \".framer-n0yGU.framer-v-5tphbt .framer-lcqoe4-container { order: 1; }\", \".framer-n0yGU.framer-v-5tphbt .framer-1wlr6t2 { order: 0; }\", \".framer-n0yGU.framer-v-11g68ph .framer-1es2wvm, .framer-n0yGU.framer-v-1oeii11 .framer-1es2wvm { flex-direction: column; justify-content: flex-start; padding: 0px 0px 0px 0px; width: 400px; }\", \".framer-n0yGU.framer-v-11g68ph .framer-lcqoe4-container { aspect-ratio: 1.6326530612244898 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 246px); order: 1; width: 100%; }\", \".framer-n0yGU.framer-v-11g68ph .framer-1wlr6t2, .framer-n0yGU.framer-v-1gsyjh .framer-1wlr6t2, .framer-n0yGU.framer-v-1oeii11 .framer-1wlr6t2 { flex: none; order: 0; width: 100%; }\", \".framer-n0yGU.framer-v-11g68ph .framer-1x1hhzp, .framer-n0yGU.framer-v-1oeii11 .framer-1x1hhzp { flex: 1 0 0px; max-width: 100%; width: 1px; }\", \".framer-n0yGU.framer-v-11g68ph .framer-kz9sp7, .framer-n0yGU.framer-v-1gsyjh .framer-kz9sp7, .framer-n0yGU.framer-v-1oeii11 .framer-kz9sp7 { max-width: unset; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n0yGU.framer-v-11g68ph .framer-1es2wvm { gap: 0px; } .framer-n0yGU.framer-v-11g68ph .framer-1es2wvm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-n0yGU.framer-v-11g68ph .framer-1es2wvm > :first-child { margin-top: 0px; } .framer-n0yGU.framer-v-11g68ph .framer-1es2wvm > :last-child { margin-bottom: 0px; } }\", \".framer-n0yGU.framer-v-1gsyjh .framer-1es2wvm { flex-direction: column; justify-content: flex-start; width: 900px; }\", \".framer-n0yGU.framer-v-1gsyjh .framer-lcqoe4-container { aspect-ratio: 1.64 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 505px); order: 1; width: 100%; }\", \".framer-n0yGU.framer-v-1gsyjh .framer-1x1hhzp { flex: 1 0 0px; justify-content: flex-start; max-width: 100%; width: 1px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n0yGU.framer-v-1gsyjh .framer-1es2wvm { gap: 0px; } .framer-n0yGU.framer-v-1gsyjh .framer-1es2wvm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-n0yGU.framer-v-1gsyjh .framer-1es2wvm > :first-child { margin-top: 0px; } .framer-n0yGU.framer-v-1gsyjh .framer-1es2wvm > :last-child { margin-bottom: 0px; } }\", \".framer-n0yGU.framer-v-1oeii11 .framer-lcqoe4-container { flex: none; order: 1; width: 90%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n0yGU.framer-v-1oeii11 .framer-1es2wvm { gap: 0px; } .framer-n0yGU.framer-v-1oeii11 .framer-1es2wvm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-n0yGU.framer-v-1oeii11 .framer-1es2wvm > :first-child { margin-top: 0px; } .framer-n0yGU.framer-v-1oeii11 .framer-1es2wvm > :last-child { margin-bottom: 0px; } }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerIntrinsicHeight 436\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerIntrinsicWidth 761\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"SlNKNmuqv\":{\"layout\":[\"fixed\",\"auto\"]},\"rEg9hdQDF\":{\"layout\":[\"fixed\",\"auto\"]},\"VmjTwYhV5\":{\"layout\":[\"fixed\",\"auto\"]},\"LbJMKbrp4\":{\"layout\":[\"fixed\",\"auto\"]},\"tvpjmQWoZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * @framerVariables {\"pHgJLqqQ_\":\"title\",\"mZ7vRDatg\":\"description\",\"CQZJvt6eS\":\"imageShape\",\"gXgKRU41z\":\"image\",\"y7ZWvsvZ5\":\"color\",\"UVZF6FAFK\":\"buttonTap\",\"eU4PEYj1o\":\"button\",\"JTCrcOFQ8\":\"buttonTitle\",\"iD6Hk76kU\":\"imageTap\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          */\nconst FramerWMbMJQzay = withCSS(Component, css);\nexport default FramerWMbMJQzay;\nFramerWMbMJQzay.displayName = \"Subsection\";\nFramerWMbMJQzay.defaultProps = {\n  height: 436,\n  width: 761\n};\naddPropertyControls(FramerWMbMJQzay, {\n  variant: {\n    options: [\"cqf6b5rhP\", \"SlNKNmuqv\", \"rEg9hdQDF\", \"VmjTwYhV5\", \"LbJMKbrp4\", \"tvpjmQWoZ\"],\n    optionTitles: [\"Image Left\", \"Image Right\", \"Vertical\", \"Large Image\", \"Vertical - Image Inset\", \"Variant\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  pHgJLqqQ_: {\n    defaultValue: \"Iterations\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  mZ7vRDatg: {\n    defaultValue: \"We prototyped different backroom and process configurations in multiple stores to design a shorter and more trustworthy process.\",\n    displayTextArea: true,\n    title: \"Description\",\n    type: ControlType.String\n  },\n  CQZJvt6eS: (ImageNewControls === null || ImageNewControls === void 0 ? void 0 : ImageNewControls[\"variant\"]) && {\n    ...ImageNewControls[\"variant\"],\n    defaultValue: \"P6Qe43fRs\",\n    hidden: undefined,\n    title: \"Image Shape\"\n  },\n  gXgKRU41z: {\n    __defaultAssetReference: \"data:framer/asset-reference,zkfE6abeFsv3K69txiejRKrXY.jpeg?originalFilename=tech-discovery.jpeg&preferredSize=auto\",\n    title: \"Image\",\n    type: ControlType.ResponsiveImage\n  },\n  y7ZWvsvZ5: {\n    defaultValue: 'var(--token-1b4c683d-1c96-4022-87b6-ffd41feea79e, rgb(27, 30, 29)) /* {\"name\":\"Neutral/900\"} */',\n    title: \"Color\",\n    type: ControlType.Color\n  },\n  UVZF6FAFK: {\n    title: \"Button Tap\",\n    type: ControlType.EventHandler\n  },\n  eU4PEYj1o: {\n    defaultValue: true,\n    title: \"Button\",\n    type: ControlType.Boolean\n  },\n  JTCrcOFQ8: {\n    defaultValue: \"View More\",\n    displayTextArea: false,\n    title: \"Button Title\",\n    type: ControlType.String\n  },\n  iD6Hk76kU: {\n    title: \"Image Tap\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerWMbMJQzay, [...ImageNewFonts, ...ButtonFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerWMbMJQzay\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerVariables\": \"{\\\"pHgJLqqQ_\\\":\\\"title\\\",\\\"mZ7vRDatg\\\":\\\"description\\\",\\\"CQZJvt6eS\\\":\\\"imageShape\\\",\\\"gXgKRU41z\\\":\\\"image\\\",\\\"y7ZWvsvZ5\\\":\\\"color\\\",\\\"UVZF6FAFK\\\":\\\"buttonTap\\\",\\\"eU4PEYj1o\\\":\\\"button\\\",\\\"JTCrcOFQ8\\\":\\\"buttonTitle\\\",\\\"iD6Hk76kU\\\":\\\"imageTap\\\"}\",\n        \"framerIntrinsicWidth\": \"761\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SlNKNmuqv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rEg9hdQDF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VmjTwYhV5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LbJMKbrp4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tvpjmQWoZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"436\"\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": ["ImageNewFonts", "getFonts", "XmQ8TQjDs_default", "ButtonFonts", "DeGRtTbkM_default", "ImageNewControls", "getPropertyControls", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "toResponsiveImage_194x2gw", "value", "BASE62", "useRandomID", "ref", "pe", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "pHgJLqqQ_", "mZ7vRDatg", "CQZJvt6eS", "gXgKRU41z", "y7ZWvsvZ5", "UVZF6FAFK", "eU4PEYj1o", "JTCrcOFQ8", "iD6Hk76kU", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap3wxn0t", "args", "tapdacn64", "defaultLayoutId", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "u", "RichText", "css", "FramerWMbMJQzay", "withCSS", "WMbMJQzay_default", "addPropertyControls", "ControlType", "addFonts", "fonts"]
}
