{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yL8tHXWbui9q8GiRSoUr/X8grZ1sqH7ypaz4awFRL/HBzi5hrJs.js"],
  "sourcesContent": ["// Generated by Framer (bdd6aa1)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, PropertyOverrides, removeHiddenBreakpointLayers, RichText, SVG, useHydratedBreakpointVariants, useLocaleInfo, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport { Icon as Phosphor } from \"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/C31a5jsoI7tLti4X41zP/Phosphor.js\";\nimport Navigation2 from \"https://framerusercontent.com/modules/6MdktcSq9zEEnJgctS1i/7qyeoP42cNK0uegcs4mW/TV0XYckVg.js\";\nimport FooterHP from \"https://framerusercontent.com/modules/uOMi8Ew7UhQS7QRrtcOU/MPl2k4Drb4YRUIhe2rcL/VlmlJkVlv.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/xR056cMnxFSJN0XZJC9j/eUhk7hF0S7cuVETbElx7/B91hLw7fD.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/aalCDTIOYeSq7vnSqdbC/w5MfrhjwHkaiDYBl9Or7/cIDnpz83j.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/n9U3Otky0o3h1u2iz8Rm/49zVocWpWRP3ll8pNdS5/CSGVMg689.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/qDGIxZbD5C4LbOcBcYwX/R6VzlBYtCpwtzsAnMUiN/i48lrVhhM.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/4ewHgS1APt4ZkTHfMZhd/POFvmr1LM2E21q2b55LZ/IoLmEV1z7.js\";\nimport * as sharedStyle5 from \"https://framerusercontent.com/modules/e5ULSwD2zmWah21oFrdW/ylvBqmiCyJS4EbTVQEeU/z6F7xEPzT.js\";\nimport * as sharedStyle6 from \"https://framerusercontent.com/modules/ohsuek4habtJBYnBoZu3/uZjbWc9ksrMTVywS8llo/zD4pQFy2a.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/eOXix8XUtFaGeVYMmJOF/icuQ4e0Wwg3R0j8BTHdd/HBzi5hrJs.js\";\nconst Navigation2Fonts = getFonts(Navigation2);\nconst PhosphorFonts = getFonts(Phosphor);\nconst FooterHPFonts = getFonts(FooterHP);\nconst cycleOrder = [\"maqkvXRnG\", \"qlaaRj886\", \"KfEUIrzHm\", \"dt7jM1sjb\", \"pOUtxQY4D\"];\nconst breakpoints = {\n  dt7jM1sjb: \"(min-width: 768px) and (max-width: 809px)\",\n  KfEUIrzHm: \"(max-width: 767px)\",\n  maqkvXRnG: \"(min-width: 1200px) and (max-width: 1359px)\",\n  pOUtxQY4D: \"(min-width: 1360px)\",\n  qlaaRj886: \"(min-width: 810px) and (max-width: 1199px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  dt7jM1sjb: \"framer-v-dzrmu0\",\n  KfEUIrzHm: \"framer-v-1ni447z\",\n  maqkvXRnG: \"framer-v-1mkf01q\",\n  pOUtxQY4D: \"framer-v-ga74ee\",\n  qlaaRj886: \"framer-v-1brx5pz\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"maqkvXRnG\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transformTemplate = (_, t) => `translateY(-50%) ${t}`;\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  \"Desktop 2\": \"pOUtxQY4D\",\n  \"Tablet Mini\": \"dt7jM1sjb\",\n  Desktop: \"maqkvXRnG\",\n  Phone: \"KfEUIrzHm\",\n  Tablet: \"qlaaRj886\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _variant, ref;\n  return {\n    ...props,\n    variant: (ref = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref !== void 0 ? ref : \"maqkvXRnG\"\n  };\n};\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  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const isDisplayed = () => {\n    if (baseVariant === \"dt7jM1sjb\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"qlaaRj886\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed2 = () => {\n    if ([\"qlaaRj886\", \"KfEUIrzHm\", \"dt7jM1sjb\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const isDisplayed3 = () => {\n    if (baseVariant === \"KfEUIrzHm\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed4 = () => {\n    if ([\"qlaaRj886\", \"KfEUIrzHm\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const isDisplayed5 = () => {\n    if (baseVariant === \"dt7jM1sjb\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed6 = () => {\n    if (baseVariant === \"pOUtxQY4D\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed7 = () => {\n    if (baseVariant === \"pOUtxQY4D\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed8 = () => {\n    if ([\"KfEUIrzHm\", \"pOUtxQY4D\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const isDisplayed9 = () => {\n    if ([\"qlaaRj886\", \"dt7jM1sjb\"].includes(baseVariant)) return true;\n    return !isBrowser();\n  };\n  const isDisplayed10 = () => {\n    if ([\"qlaaRj886\", \"dt7jM1sjb\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const isDisplayed11 = () => {\n    if (baseVariant === \"KfEUIrzHm\") return !isBrowser();\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"maqkvXRnG\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-VNZ2h\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className, sharedStyle5.className, sharedStyle6.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1mkf01q\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-1mdjdx-container\",\n            layoutScroll: true,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dt7jM1sjb: {\n                  variant: \"T1whnD047\"\n                },\n                KfEUIrzHm: {\n                  variant: \"boEBFiLWU\"\n                },\n                pOUtxQY4D: {\n                  variant: \"fs5cwnJY6\"\n                },\n                qlaaRj886: {\n                  variant: \"Fl1QaXRkr\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Navigation2, {\n                height: \"100%\",\n                id: \"HYFp68YOi\",\n                layoutId: \"HYFp68YOi\",\n                style: {\n                  width: \"100%\"\n                },\n                title: \"josefina vybora\",\n                variant: \"qgHqQV3R3\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-h4mwn hidden-1mkf01q hidden-1brx5pz hidden-1ni447z hidden-ga74ee\",\n            \"data-framer-name\": \"2 Columns Text Image\",\n            name: \"2 Columns Text Image\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-puxd3f\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1ga16d8\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"39.06px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                        \"--framer-text-transform\": \"uppercase\"\n                      },\n                      children: \"MY PROJECTS\"\n                    })\n                  }),\n                  className: \"framer-wtmldz\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"28px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-54513a29-c480-4a26-a192-755d116f71f7, rgb(203, 141, 187))\"\n                      },\n                      children: [/*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: \"Nestl\\xe9 & Loono\"\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {})\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: \"Pink Ribbon Campaign\"\n                      })]\n                    })\n                  }),\n                  className: \"framer-15sa2jt\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-q8c5tp\",\n              \"data-framer-name\": \"Image\",\n              name: \"Image\",\n              children: /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 534,\n                  intrinsicWidth: 800,\n                  pixelHeight: 534,\n                  pixelWidth: 800,\n                  sizes: \"492px\",\n                  src: new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href} 800w`\n                },\n                className: \"framer-cpc7i2\"\n              })\n            })]\n          }), isDisplayed1() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1gbyit1 hidden-1mkf01q hidden-1ni447z hidden-dzrmu0 hidden-ga74ee\",\n            \"data-framer-name\": \"2 Columns Text Image\",\n            name: \"2 Columns Text Image\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-16rb8uh\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1oqu6jz\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"39.06px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                        \"--framer-text-transform\": \"uppercase\"\n                      },\n                      children: \"MY PROJECTS\"\n                    })\n                  }),\n                  className: \"framer-wj0ag9\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"3px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"rgb(203, 141, 187)\"\n                      },\n                      children: [/*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: \"Nestl\\xe9 & Loono\"\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {})\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: \"Pink Ribbon Campaign\"\n                      })]\n                    })\n                  }),\n                  className: \"framer-1s3bcru\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1ax4ypu\",\n              \"data-framer-name\": \"Image\",\n              name: \"Image\",\n              children: /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 534,\n                  intrinsicWidth: 800,\n                  pixelHeight: 534,\n                  pixelWidth: 800,\n                  sizes: \"492px\",\n                  src: new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href} 800w`\n                },\n                className: \"framer-1mmle8k\"\n              })\n            })]\n          }), isDisplayed2() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1fxrx4j hidden-1brx5pz hidden-1ni447z hidden-dzrmu0\",\n            \"data-framer-name\": \"2 Columns Text Image - desktop\",\n            name: \"2 Columns Text Image - desktop\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1v7opad\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-2r9w43\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    pOUtxQY4D: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                            \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"48.83px\",\n                            \"--framer-font-weight\": \"300\",\n                            \"--framer-letter-spacing\": \"-1px\",\n                            \"--framer-line-height\": \"1.4em\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                            \"--framer-text-transform\": \"uppercase\"\n                          },\n                          children: \"MY PROJECTS\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                          \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                          \"--framer-font-size\": \"48.83px\",\n                          \"--framer-font-weight\": \"300\",\n                          \"--framer-letter-spacing\": \"-1px\",\n                          \"--framer-line-height\": \"1.4em\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                          \"--framer-text-transform\": \"uppercase\"\n                        },\n                        children: \"My PROJECTS\"\n                      })\n                    }),\n                    className: \"framer-6r8oif\",\n                    fonts: [\"Inter-Light\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"32px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(203, 141, 187)\"\n                      },\n                      children: [/*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: \"Nestl\\xe9 & Loono\"\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"br\", {})\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"35px\"\n                        },\n                        children: \"Pink Ribbon Campaign\"\n                      })]\n                    })\n                  }),\n                  className: \"framer-hj9qgx\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-6nv7cy\",\n              \"data-framer-name\": \"Image\",\n              name: \"Image\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  pOUtxQY4D: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 534,\n                      intrinsicWidth: 800,\n                      pixelHeight: 534,\n                      pixelWidth: 800,\n                      sizes: \"557px\",\n                      src: new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href} 800w`\n                    },\n                    transformTemplate\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 534,\n                    intrinsicWidth: 800,\n                    pixelHeight: 534,\n                    pixelWidth: 800,\n                    sizes: \"492px\",\n                    src: new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href} 800w`\n                  },\n                  className: \"framer-1crra2o\"\n                })\n              })\n            })]\n          }), isDisplayed3() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-g1xyxp hidden-1mkf01q hidden-1brx5pz hidden-dzrmu0 hidden-ga74ee\",\n            \"data-framer-name\": \"2 Columns Text Image\",\n            name: \"2 Columns Text Image\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-62eirw\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1v80ep\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"28px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                        \"--framer-text-transform\": \"uppercase\"\n                      },\n                      children: \"my projects\"\n                    })\n                  }),\n                  className: \"framer-pokgs8\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"24px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-54513a29-c480-4a26-a192-755d116f71f7, rgb(203, 141, 187))\"\n                      },\n                      children: [/*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"28px\"\n                        },\n                        children: \"Nestl\\xe9 & Loono\"\n                      }), /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"28px\"\n                        },\n                        children: \"Pink Ribbon Campaign\"\n                      })]\n                    })\n                  }),\n                  className: \"framer-y7yahh\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1o8xvtf\",\n              \"data-framer-name\": \"Image\",\n              name: \"Image\",\n              children: /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 534,\n                  intrinsicWidth: 800,\n                  pixelHeight: 534,\n                  pixelWidth: 800,\n                  sizes: \"335px\",\n                  src: new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/IF4zMVPga0nJmqy4HoKwd3Yc.jpeg\").href} 800w`\n                },\n                className: \"framer-31cbq2\"\n              })\n            })]\n          }), isDisplayed3() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-g5inv2 hidden-1mkf01q hidden-1brx5pz hidden-dzrmu0 hidden-ga74ee\",\n            \"data-framer-name\": \"Frame 109\",\n            name: \"Frame 109\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1cz6o6x\",\n              \"data-framer-name\": \"Frame 110\",\n              name: \"Frame 110\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-u4qgxx\",\n                    \"data-styles-preset\": \"CSGVMg689\",\n                    children: \"Main ambition\"\n                  })\n                }),\n                className: \"framer-f28gzd\",\n                \"data-framer-name\": \"Main ambition\",\n                name: \"Main ambition\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-6kpg4y\",\n                    \"data-styles-preset\": \"B91hLw7fD\",\n                    children: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\"\n                  })\n                }),\n                className: \"framer-1aeshy7\",\n                \"data-framer-name\": \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                name: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1h1mdx5\",\n                \"data-framer-name\": \"Line 30\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 3,\n                intrinsicWidth: 360,\n                name: \"Line 30\",\n                svg: '<svg width=\"360\" height=\"3\" viewBox=\"-1 -1 360 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"358\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-hmddfy\",\n              \"data-framer-name\": \"Frame 111\",\n              name: \"Frame 111\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-u4qgxx\",\n                    \"data-styles-preset\": \"CSGVMg689\",\n                    children: \"Local ambition\"\n                  })\n                }),\n                className: \"framer-8i0rl3\",\n                \"data-framer-name\": \"Local ambition\",\n                name: \"Local ambition\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-6kpg4y\",\n                    \"data-styles-preset\": \"B91hLw7fD\",\n                    children: \"Inspire 50,000 women to join the movement\"\n                  })\n                }),\n                className: \"framer-89dfkm\",\n                \"data-framer-name\": \"Inspire 50,000 women to join the movement\",\n                name: \"Inspire 50,000 women to join the movement\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1v90xxq\",\n                \"data-framer-name\": \"Line 30\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 3,\n                intrinsicWidth: 360,\n                name: \"Line 30\",\n                svg: '<svg width=\"360\" height=\"3\" viewBox=\"-1 -1 360 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"358\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1m4n60o\",\n              \"data-framer-name\": \"Frame 112\",\n              name: \"Frame 112\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-u4qgxx\",\n                    \"data-styles-preset\": \"CSGVMg689\",\n                    children: \"Main objective\"\n                  })\n                }),\n                className: \"framer-bfnfws\",\n                \"data-framer-name\": \"Main objective\",\n                name: \"Main objective\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-6kpg4y\",\n                    \"data-styles-preset\": \"B91hLw7fD\",\n                    children: \"Organize educational workshops, train people and exemplify the proper technique how to self-check by using special rubber models that contain hidden lumps.\"\n                  })\n                }),\n                className: \"framer-1se5u3t\",\n                \"data-framer-name\": \"Organize educational workshops, train people and exemplify the proper technique how to self-check by using special rubber models that contain hidden lumps.\",\n                name: \"Organize educational workshops, train people and exemplify the proper technique how to self-check by using special rubber models that contain hidden lumps.\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-3vzem1\",\n                \"data-framer-name\": \"Line 30\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 3,\n                intrinsicWidth: 360,\n                name: \"Line 30\",\n                svg: '<svg width=\"360\" height=\"3\" viewBox=\"-1 -1 360 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"358\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1coj777\",\n              \"data-framer-name\": \"Frame 113\",\n              name: \"Frame 113\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-u4qgxx\",\n                    \"data-styles-preset\": \"CSGVMg689\",\n                    children: \"Challenge\"\n                  })\n                }),\n                className: \"framer-u40cxe\",\n                \"data-framer-name\": \"Challenge\",\n                name: \"Challenge\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-6kpg4y\",\n                    \"data-styles-preset\": \"B91hLw7fD\",\n                    children: \"Avoid any possible Green/Pink Washing, which can be a challenge for larger corporations.\"\n                  })\n                }),\n                className: \"framer-jgjsld\",\n                \"data-framer-name\": \"Avoid any possible Green/Pink Washing, which can be a challenge for larger corporations.\",\n                name: \"Avoid any possible Green/Pink Washing, which can be a challenge for larger corporations.\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-nblske\",\n                \"data-framer-name\": \"Line 30\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 3,\n                intrinsicWidth: 360,\n                name: \"Line 30\",\n                svg: '<svg width=\"360\" height=\"3\" viewBox=\"-1 -1 360 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"358\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1f3rr5y\",\n              \"data-framer-name\": \"Frame 114\",\n              name: \"Frame 114\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-u4qgxx\",\n                    \"data-styles-preset\": \"CSGVMg689\",\n                    children: \"Partner\"\n                  })\n                }),\n                className: \"framer-14bszo1\",\n                \"data-framer-name\": \"Partner\",\n                name: \"Partner\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-6kpg4y\",\n                    \"data-styles-preset\": \"B91hLw7fD\",\n                    children: \"Loono (which can organize educational workshops and train people on proper self-checking techniques).\"\n                  })\n                }),\n                className: \"framer-tpugwp\",\n                \"data-framer-name\": \"Loono (which can organize educational workshops and train people on proper self-checking techniques).\",\n                name: \"Loono (which can organize educational workshops and train people on proper self-checking techniques).\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1p8vksm\",\n                \"data-framer-name\": \"Line 30\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 3,\n                intrinsicWidth: 360,\n                name: \"Line 30\",\n                svg: '<svg width=\"360\" height=\"3\" viewBox=\"-1 -1 360 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"358\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              })]\n            })]\n          }), isDisplayed1() && /*#__PURE__*/_jsxs(motion.header, {\n            className: \"framer-6s0du3 hidden-1mkf01q hidden-1ni447z hidden-dzrmu0 hidden-ga74ee\",\n            \"data-framer-name\": \"Info project\",\n            name: \"Info project\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-e1knk8\",\n              \"data-framer-name\": \"Frame 115\",\n              name: \"Frame 115\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-ydfrir\",\n                \"data-framer-name\": \"LINE 1 \",\n                name: \"LINE 1 \",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-11nmxlp\",\n                  \"data-framer-name\": \"Frame 5\",\n                  name: \"Frame 5\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-u4qgxx\",\n                        \"data-styles-preset\": \"CSGVMg689\",\n                        children: \"Main ambition\"\n                      })\n                    }),\n                    className: \"framer-iq2s60\",\n                    \"data-framer-name\": \"Ambice\",\n                    name: \"Ambice\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-gcd5bu\",\n                        \"data-styles-preset\": \"i48lrVhhM\",\n                        children: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\"\n                      })\n                    }),\n                    className: \"framer-1i96rop\",\n                    \"data-framer-name\": \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    name: \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-w0bvgi\",\n                  \"data-framer-name\": \"Group 5\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 1,\n                  intrinsicWidth: 776,\n                  name: \"Group 5\",\n                  svg: '<svg width=\"776\" height=\"1\" viewBox=\"0 0 776 1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"776\" y2=\"0.5\" stroke=\"#BDBDBD\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1q48hib\",\n                \"data-framer-name\": \"Lokalni Ambice\",\n                name: \"Lokalni Ambice\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-rhoe3y\",\n                  \"data-framer-name\": \"Frame 5\",\n                  name: \"Frame 5\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-u4qgxx\",\n                        \"data-styles-preset\": \"CSGVMg689\",\n                        children: \"Local ambition\"\n                      })\n                    }),\n                    className: \"framer-1rogkvo\",\n                    \"data-framer-name\": \"Ambice\",\n                    name: \"Ambice\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-gcd5bu\",\n                        \"data-styles-preset\": \"i48lrVhhM\",\n                        children: \"Inspire 50,000 women to join the movement\"\n                      })\n                    }),\n                    className: \"framer-t79h10\",\n                    \"data-framer-name\": \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    name: \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1mhqls7\",\n                  \"data-framer-name\": \"Group 5\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 1,\n                  intrinsicWidth: 776,\n                  name: \"Group 5\",\n                  svg: '<svg width=\"776\" height=\"1\" viewBox=\"0 0 776 1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"776\" y2=\"0.5\" stroke=\"#BDBDBD\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-wukayy\",\n                \"data-framer-name\": \"LINE 1 \",\n                name: \"LINE 1 \",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-86a5oy\",\n                  \"data-framer-name\": \"Frame 5\",\n                  name: \"Frame 5\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-u4qgxx\",\n                        \"data-styles-preset\": \"CSGVMg689\",\n                        style: {\n                          \"--framer-text-color\": \"rgb(0, 0, 0)\"\n                        },\n                        children: \"Main objective\"\n                      })\n                    }),\n                    className: \"framer-128qaqr\",\n                    \"data-framer-name\": \"Ambice\",\n                    name: \"Ambice\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-gcd5bu\",\n                        \"data-styles-preset\": \"i48lrVhhM\",\n                        children: \"Organize educational workshops, train people and exemplify the proper technique how to self-check by using special rubber models that contain hidden lumps.\"\n                      })\n                    }),\n                    className: \"framer-fklj2s\",\n                    \"data-framer-name\": \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    name: \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1d5y56y\",\n                  \"data-framer-name\": \"Group 5\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 1,\n                  intrinsicWidth: 776,\n                  name: \"Group 5\",\n                  svg: '<svg width=\"776\" height=\"1\" viewBox=\"0 0 776 1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"776\" y2=\"0.5\" stroke=\"#BDBDBD\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-15i856p\",\n                \"data-framer-name\": \"LINE 1 \",\n                name: \"LINE 1 \",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-xj4z9c\",\n                  \"data-framer-name\": \"Frame 5\",\n                  name: \"Frame 5\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-u4qgxx\",\n                        \"data-styles-preset\": \"CSGVMg689\",\n                        children: \"Challenge\"\n                      })\n                    }),\n                    className: \"framer-17g38a1\",\n                    \"data-framer-name\": \"Ambice\",\n                    name: \"Ambice\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-gcd5bu\",\n                        \"data-styles-preset\": \"i48lrVhhM\",\n                        children: \"Avoid any possible Green/Pink Washing, which can be a challenge for larger corporations\"\n                      })\n                    }),\n                    className: \"framer-deyg6o\",\n                    \"data-framer-name\": \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    name: \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-jwkir0\",\n                  \"data-framer-name\": \"Group 5\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 1,\n                  intrinsicWidth: 776,\n                  name: \"Group 5\",\n                  svg: '<svg width=\"776\" height=\"1\" viewBox=\"0 0 776 1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"776\" y2=\"0.5\" stroke=\"#BDBDBD\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1vcek4w\",\n                \"data-framer-name\": \"LINE 1 \",\n                name: \"LINE 1 \",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1ps4j5q\",\n                  \"data-framer-name\": \"Frame 5\",\n                  name: \"Frame 5\",\n                  children: [/*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-u4qgxx\",\n                        \"data-styles-preset\": \"CSGVMg689\",\n                        children: \"Partner\"\n                      })\n                    }),\n                    className: \"framer-1monrkw\",\n                    \"data-framer-name\": \"Ambice\",\n                    name: \"Ambice\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"p\", {\n                        className: \"framer-styles-preset-gcd5bu\",\n                        \"data-styles-preset\": \"i48lrVhhM\",\n                        children: [\"Loono (which can organize educational workshops and train people on proper \", /*#__PURE__*/_jsx(\"br\", {}), \"self-checking techniques).\"]\n                      })\n                    }),\n                    className: \"framer-kl50xv\",\n                    \"data-framer-name\": \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    name: \"\u0160\\xed\u0159it pov\u011Bdom\\xed o d\u016Fle\u017Eitosti samovy\u0161et\u0159ov\\xe1n\\xed, kter\\xe9 zvy\u0161uje \u0161ance odhalit p\u0159\\xedpadnou rakovinu v\u010Das.\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1hv7qw4\",\n                  \"data-framer-name\": \"Group 5\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 1,\n                  intrinsicWidth: 776,\n                  name: \"Group 5\",\n                  svg: '<svg width=\"776\" height=\"1\" viewBox=\"0 0 776 1\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"776\" y2=\"0.5\" stroke=\"#BDBDBD\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              })]\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1ajkzst\"\n            })]\n          }), isDisplayed4() && /*#__PURE__*/_jsxs(motion.header, {\n            className: \"framer-1695j2s hidden-1brx5pz hidden-1ni447z\",\n            \"data-framer-name\": \"Info project\",\n            name: \"Info project\",\n            children: [isDisplayed5() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1yufq65 hidden-dzrmu0\"\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-19jzxt4\",\n              \"data-framer-name\": \"Info project column\",\n              name: \"Info project column\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-nf4u0k\",\n                \"data-framer-name\": \"Frame 104\",\n                name: \"Frame 104\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1567h1i\",\n                  \"data-framer-name\": \"Frame 102\",\n                  name: \"Frame 102\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"13px\",\n                              \"--framer-font-weight\": \"500\"\n                            },\n                            children: \"Main ambition\"\n                          })\n                        })\n                      },\n                      pOUtxQY4D: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-18g84tf\",\n                            \"data-styles-preset\": \"cIDnpz83j\",\n                            children: \"Main ambition\"\n                          })\n                        }),\n                        fonts: undefined\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-font-weight\": \"500\"\n                          },\n                          children: \"Main ambition\"\n                        })\n                      }),\n                      className: \"framer-s32bu4\",\n                      \"data-framer-name\": \"Main ambition\",\n                      fonts: [\"Inter-Medium\"],\n                      name: \"Main ambition\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsxs(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: [\"Encourage women to regularly check themselves f\", /*#__PURE__*/_jsx(\"br\", {}), \"or signs of breast cancer through self-examination.\"]\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-udkrni\",\n                          \"data-styles-preset\": \"IoLmEV1z7\",\n                          children: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\"\n                        })\n                      }),\n                      className: \"framer-1kr8pvj\",\n                      \"data-framer-name\": \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      name: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-kgsm4d\",\n                  \"data-framer-name\": \"Line 29\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 4,\n                  intrinsicWidth: 1040,\n                  name: \"Line 29\",\n                  svg: '<svg width=\"1040\" height=\"4\" viewBox=\"-1 -1 1040 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1\" x2=\"1038\" y2=\"1\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1wmfd6g\",\n                \"data-framer-name\": \"Frame 105\",\n                name: \"Frame 105\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-3tvtvb\",\n                  \"data-framer-name\": \"Frame 102\",\n                  name: \"Frame 102\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"13px\",\n                              \"--framer-font-weight\": \"500\"\n                            },\n                            children: \"Local ambition\"\n                          })\n                        })\n                      },\n                      pOUtxQY4D: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-18g84tf\",\n                            \"data-styles-preset\": \"cIDnpz83j\",\n                            children: \"Local ambition\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-18g84tf\",\n                            \"data-styles-preset\": \"cIDnpz83j\",\n                            children: /*#__PURE__*/_jsx(\"br\", {\n                              className: \"trailing-break\"\n                            })\n                          })]\n                        }),\n                        fonts: undefined\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-font-weight\": \"500\"\n                          },\n                          children: \"Local ambition\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-weight\": \"500\"\n                          },\n                          children: /*#__PURE__*/_jsx(\"br\", {\n                            className: \"trailing-break\"\n                          })\n                        })]\n                      }),\n                      className: \"framer-1tlihoh\",\n                      \"data-framer-name\": \"Main ambition\",\n                      fonts: [\"Inter-Medium\"],\n                      name: \"Main ambition\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsxs(React.Fragment, {\n                          children: [/*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: /*#__PURE__*/_jsx(\"br\", {\n                              className: \"trailing-break\"\n                            })\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: \"Inspire 50,000 women to join the movement\"\n                          }), /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: /*#__PURE__*/_jsx(\"br\", {\n                              className: \"trailing-break\"\n                            })\n                          })]\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-udkrni\",\n                          \"data-styles-preset\": \"IoLmEV1z7\",\n                          children: \"Inspire 50,000 women to join the movement\"\n                        })\n                      }),\n                      className: \"framer-19rtqit\",\n                      \"data-framer-name\": \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      name: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-nwuorh\",\n                  \"data-framer-name\": \"Line 29\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 3,\n                  intrinsicWidth: 1040,\n                  name: \"Line 29\",\n                  svg: '<svg width=\"1040\" height=\"3\" viewBox=\"-1 -1 1040 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"1038\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1d7qwfl\",\n                \"data-framer-name\": \"Frame 106\",\n                name: \"Frame 106\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-vl1ouc\",\n                  \"data-framer-name\": \"Frame 102\",\n                  name: \"Frame 102\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"13px\",\n                              \"--framer-font-weight\": \"500\"\n                            },\n                            children: \"Main objective\"\n                          })\n                        })\n                      },\n                      pOUtxQY4D: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-18g84tf\",\n                            \"data-styles-preset\": \"cIDnpz83j\",\n                            children: \"Main objective\"\n                          })\n                        }),\n                        fonts: undefined\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-font-weight\": \"500\"\n                          },\n                          children: \"Main objective\"\n                        })\n                      }),\n                      className: \"framer-s07lcx\",\n                      \"data-framer-name\": \"Main ambition\",\n                      fonts: [\"Inter-Medium\"],\n                      name: \"Main ambition\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: \"Organize educational workshops, train people and exemplify the proper technique how to self-check by using special rubber models that contain hidden lumps.\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-udkrni\",\n                          \"data-styles-preset\": \"IoLmEV1z7\",\n                          children: \"Organize educational workshops, train people and exemplify the proper technique how to self-check by using special rubber models that contain hidden lumps.\"\n                        })\n                      }),\n                      className: \"framer-2z24hp\",\n                      \"data-framer-name\": \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      name: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-j8sjuj\",\n                  \"data-framer-name\": \"Line 29\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 3,\n                  intrinsicWidth: 1040,\n                  name: \"Line 29\",\n                  svg: '<svg width=\"1040\" height=\"3\" viewBox=\"-1 -1 1040 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"1038\" y2=\"0.5\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-t1xlkl\",\n                \"data-framer-name\": \"Frame 107\",\n                name: \"Frame 107\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-12vci3m\",\n                  \"data-framer-name\": \"Frame 102\",\n                  name: \"Frame 102\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"13px\",\n                              \"--framer-font-weight\": \"500\"\n                            },\n                            children: \"Challenge   \"\n                          })\n                        })\n                      },\n                      pOUtxQY4D: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-18g84tf\",\n                            \"data-styles-preset\": \"cIDnpz83j\",\n                            children: \"Challenge   \"\n                          })\n                        }),\n                        fonts: undefined\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-font-weight\": \"500\"\n                          },\n                          children: \"Challenge   \"\n                        })\n                      }),\n                      className: \"framer-2rbhk5\",\n                      \"data-framer-name\": \"Main ambition\",\n                      fonts: [\"Inter-Medium\"],\n                      name: \"Main ambition\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: \"Avoid any possible Green/Pink Washing, which can be a challenge for larger corporations.\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-udkrni\",\n                          \"data-styles-preset\": \"IoLmEV1z7\",\n                          children: \"Avoid any possible Green/Pink Washing, which can be a challenge for larger corporations.\"\n                        })\n                      }),\n                      className: \"framer-17y4b2m\",\n                      \"data-framer-name\": \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      name: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1lhzor2\",\n                  \"data-framer-name\": \"Line 29\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 4,\n                  intrinsicWidth: 1040,\n                  name: \"Line 29\",\n                  svg: '<svg width=\"1040\" height=\"4\" viewBox=\"-1 -1 1040 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1\" x2=\"1038\" y2=\"1\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-127321a\",\n                \"data-framer-name\": \"Frame 108\",\n                name: \"Frame 108\",\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1mqyagj\",\n                  \"data-framer-name\": \"Frame 102\",\n                  name: \"Frame 102\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                              \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                              \"--framer-font-size\": \"13px\",\n                              \"--framer-font-weight\": \"500\"\n                            },\n                            children: \"Partner\"\n                          })\n                        })\n                      },\n                      pOUtxQY4D: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-18g84tf\",\n                            \"data-styles-preset\": \"cIDnpz83j\",\n                            children: \"Partner\"\n                          })\n                        }),\n                        fonts: undefined\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                            \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                            \"--framer-font-size\": \"18px\",\n                            \"--framer-font-weight\": \"500\"\n                          },\n                          children: \"Partner\"\n                        })\n                      }),\n                      className: \"framer-144goa7\",\n                      \"data-framer-name\": \"Main ambition\",\n                      fonts: [\"Inter-Medium\"],\n                      name: \"Main ambition\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dt7jM1sjb: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            className: \"framer-styles-preset-qt4en2\",\n                            \"data-styles-preset\": \"z6F7xEPzT\",\n                            children: \"Loono (which can organize educational workshops and train people on proper self-checking techniques).\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-udkrni\",\n                          \"data-styles-preset\": \"IoLmEV1z7\",\n                          children: \"Loono (which can organize educational workshops and train people on proper self-checking techniques).\"\n                        })\n                      }),\n                      className: \"framer-jgyh0i\",\n                      \"data-framer-name\": \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      name: \"Encourage women to regularly check themselves for signs of breast cancer through self-examination.\",\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-149p6z2\",\n                  \"data-framer-name\": \"Line 29\",\n                  fill: \"rgba(0,0,0,1)\",\n                  intrinsicHeight: 4,\n                  intrinsicWidth: 1040,\n                  name: \"Line 29\",\n                  svg: '<svg width=\"1040\" height=\"4\" viewBox=\"-1 -1 1040 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1\" x2=\"1038\" y2=\"1\" stroke=\"#C6C2C0\"/>\\n</svg>\\n',\n                  withExternalLayout: true\n                })]\n              })]\n            })]\n          }), isDisplayed6() && /*#__PURE__*/_jsx(motion.header, {\n            className: \"framer-xgkzju hidden-1mkf01q hidden-1brx5pz hidden-1ni447z hidden-dzrmu0\",\n            \"data-framer-name\": \"About the project - origo\",\n            name: \"About the project - origo\",\n            children: /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"h1\", {\n                  style: {\n                    \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                    \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                    \"--framer-font-size\": \"35px\",\n                    \"--framer-font-weight\": \"300\",\n                    \"--framer-letter-spacing\": \"-1.5px\",\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                    \"--framer-text-transform\": \"uppercase\"\n                  },\n                  children: \"ABOUT THE PROJECT\"\n                })\n              }),\n              className: \"framer-qtbuh\",\n              fonts: [\"Inter-Light\"],\n              verticalAlignment: \"center\",\n              withExternalLayout: true\n            })\n          }), isDisplayed6() && /*#__PURE__*/_jsx(motion.header, {\n            className: \"framer-1tdheql hidden-1mkf01q hidden-1brx5pz hidden-1ni447z hidden-dzrmu0\",\n            \"data-framer-name\": \"About the project text - origo\",\n            name: \"About the project text - origo\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1j2rs4s\",\n              children: [/*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1b9yrg7\",\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsxs(React.Fragment, {\n                    children: [/*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"18px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-0.5px\",\n                        \"--framer-line-height\": \"1.4em\"\n                      },\n                      children: \"From one small dream of talking more about prevention, which can save many lives, we managed to activate the Pink Ribbon campaign in our country. Right from the beginning, we knew that it was crucial to avoid any possible Green/Pink Washing, which can pose a challenge for larger corporations. We realized that talking about cancer is a sensitive and painful topic, but it is also necessary. I knew about the Loono organization, and when the activation of the campaign came up, I was convinced that we should join forces to give people more than just words.\"\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-line-height\": \"1.4em\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"br\", {\n                        className: \"trailing-break\"\n                      })\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"18px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-0.5px\",\n                        \"--framer-line-height\": \"1.4em\"\n                      },\n                      children: \"However, we didn't stop at the cereal boxes. We organized workshops across the Czech Republic for Tesco customers, where we distributed our products, and held specialized workshops for Nestl\\xe9 employees. We even conducted training for over 700 people in just three days at their headquarters in Prague and factories where many women work.\"\n                    })]\n                  }),\n                  className: \"framer-1f2dlnu\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-gwgt5u\",\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"h3\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-0.5px\",\n                        \"--framer-line-height\": \"1.4em\"\n                      },\n                      children: [/*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"18px\"\n                        },\n                        children: \"Our team was truly proud of our achievements, and our campaign was even nominated in several CSR competitions the following year.\\xa0 I also used it as a case study for my dissertation.\"\n                      }), /*#__PURE__*/_jsxs(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"18px\"\n                        },\n                        children: [/*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {})]\n                      }), /*#__PURE__*/_jsx(\"span\", {\n                        style: {\n                          \"--framer-font-size\": \"18px\"\n                        },\n                        children: \"The campaign was a long-term project during which we faced several legal processes, usual complications, obstacles, revisions, regulations, and a case that needed to make sense from a business perspective at first. Despite these challenges, we had an amazing team of colleagues, friends, and close people who worked tirelessly to make the campaign a success. After working on the campaign for over a year, we eventually launched the pilot campaign, which utilized various marketing channels such as social media, digital marketing, point-of-sale, and trade marketing. We included limited edition cereal boxes with self-examination manuals from Loono and distributed them to both large and small cities to increase visibility and awareness. Our main goal was for at least one woman to notice on the shelf that prevention can save many lives.\"\n                      })]\n                    })\n                  }),\n                  className: \"framer-1eohgn9\",\n                  fonts: [\"Inter-Light\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            })\n          }), isDisplayed7() && /*#__PURE__*/_jsx(motion.header, {\n            className: \"framer-14ommvw hidden-ga74ee\",\n            \"data-framer-name\": \"About the project - origo\",\n            name: \"About the project - origo\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                KfEUIrzHm: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"28px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                        \"--framer-text-transform\": \"uppercase\"\n                      },\n                      children: \"ABOUT THE PROJECT\"\n                    })\n                  }),\n                  verticalAlignment: \"center\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h1\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"35px\",\n                      \"--framer-font-weight\": \"300\",\n                      \"--framer-letter-spacing\": \"-1px\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                      \"--framer-text-transform\": \"uppercase\"\n                    },\n                    children: \"ABOUT THE PROJECT\"\n                  })\n                }),\n                className: \"framer-qsyafk\",\n                fonts: [\"Inter-Light\"],\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            })\n          }), isDisplayed3() && /*#__PURE__*/_jsxs(motion.header, {\n            className: \"framer-1r7zxzq hidden-1mkf01q hidden-1brx5pz hidden-dzrmu0 hidden-ga74ee\",\n            \"data-framer-name\": \"About the project text - origo\",\n            name: \"About the project text - origo\",\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsxs(React.Fragment, {\n                children: [/*#__PURE__*/_jsx(\"p\", {\n                  className: \"framer-styles-preset-6kpg4y\",\n                  \"data-styles-preset\": \"B91hLw7fD\",\n                  children: \"From one small dream of talking more about prevention, which can save many lives, we managed to activate the Pink Ribbon campaign in our country. Right from the beginning, we knew that it was crucial to avoid any possible Green/Pink Washing, which can pose a challenge for larger corporations. We realized that talking about cancer is a sensitive and painful topic, but it is also necessary. I knew about the Loono organization, and when the activation of the campaign came up, I was convinced that we should join forces to give people more than just words.\"\n                }), /*#__PURE__*/_jsx(\"p\", {\n                  className: \"framer-styles-preset-6kpg4y\",\n                  \"data-styles-preset\": \"B91hLw7fD\",\n                  children: \"However, we didn't stop at the cereal boxes. We organized workshops across the Czech Republic for Tesco customers, where we distributed our products, and held specialized workshops for Nestl\\xe9 employees. We even conducted training for over 700 people in just three days at their headquarters in Prague and factories where many women work.\"\n                })]\n              }),\n              className: \"framer-frvt5p\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsxs(\"p\", {\n                  className: \"framer-styles-preset-6kpg4y\",\n                  \"data-styles-preset\": \"B91hLw7fD\",\n                  children: [\"Our team was truly proud of our achievements, and our campaign was even nominated in several CSR competitions the following year.\\xa0 I also used it as a case study for my dissertation.\", /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {}), \"The campaign was a long-term project during which we faced several legal processes, usual complications, obstacles, revisions, regulations, and a case that needed to make sense from a business perspective at first. Despite these challenges, we had an amazing team of colleagues, friends, and close people who worked tirelessly to make the campaign a success. After working on the campaign for over a year, we eventually launched the pilot campaign, which utilized various marketing channels such as social media, digital marketing, point-of-sale, and trade marketing. We included limited edition cereal boxes with self-examination manuals from Loono and distributed them to both large and small cities to increase visibility and awareness. Our main goal was for at least one woman to notice on the shelf that prevention can save many lives.\"]\n                })\n              }),\n              className: \"framer-ozrtsn\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })]\n          }), isDisplayed8() && /*#__PURE__*/_jsx(motion.header, {\n            className: \"framer-635eg2 hidden-1ni447z hidden-ga74ee\",\n            \"data-framer-name\": \"About the project text - origo\",\n            name: \"About the project text - origo\",\n            children: /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-oc4hmh\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-194e3io\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dt7jM1sjb: {\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-16stcjq\",\n                          \"data-styles-preset\": \"zD4pQFy2a\",\n                          children: \"From one small dream of talking more about prevention, which can save many lives, we managed to activate the Pink Ribbon campaign in our country. Right from the beginning, we knew that it was crucial to avoid any possible Green/Pink Washing, which can pose a challenge for larger corporations. We realized that talking about cancer is a sensitive and painful topic, but it is also necessary. I knew about the Loono organization, and when the activation of the campaign came up, I was convinced that we should join forces to give people more than just words.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-16stcjq\",\n                          \"data-styles-preset\": \"zD4pQFy2a\",\n                          children: \"However, we didn't stop at the cereal boxes. We organized workshops across the Czech Republic for Tesco customers, where we distributed our products, and held specialized workshops for Nestl\\xe9 employees. We even conducted training for over 700 people in just three days at their headquarters in Prague and factories where many women work.\"\n                        })]\n                      })\n                    },\n                    qlaaRj886: {\n                      children: /*#__PURE__*/_jsxs(React.Fragment, {\n                        children: [/*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-gcd5bu\",\n                          \"data-styles-preset\": \"i48lrVhhM\",\n                          children: \"From one small dream of talking more about prevention, which can save many lives, we managed to activate the Pink Ribbon campaign in our country. Right from the beginning, we knew that it was crucial to avoid any possible Green/Pink Washing, which can pose a challenge for larger corporations. We realized that talking about cancer is a sensitive and painful topic, but it is also necessary. I knew about the Loono organization, and when the activation of the campaign came up, I was convinced that we should join forces to give people more than just words.\"\n                        }), /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-gcd5bu\",\n                          \"data-styles-preset\": \"i48lrVhhM\",\n                          children: \"However, we didn't stop at the cereal boxes. We organized workshops across the Czech Republic for Tesco customers, where we distributed our products, and held specialized workshops for Nestl\\xe9 employees. We even conducted training for over 700 people in just three days at their headquarters in Prague and factories where many women work.\"\n                        })]\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-udkrni\",\n                        \"data-styles-preset\": \"IoLmEV1z7\",\n                        children: \"From one small dream of talking more about prevention, which can save many lives, we managed to activate the Pink Ribbon campaign in our country. Right from the beginning, we knew that it was crucial to avoid any possible Green/Pink Washing, which can pose a challenge for larger corporations. We realized that talking about cancer is a sensitive and painful topic, but it is also necessary. I knew about the Loono organization, and when the activation of the campaign came up, I was convinced that we should join forces to give people more than just words.\"\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-udkrni\",\n                        \"data-styles-preset\": \"IoLmEV1z7\",\n                        children: \"However, we didn't stop at the cereal boxes. We organized workshops across the Czech Republic for Tesco customers, where we distributed our products, and held specialized workshops for Nestl\\xe9 employees. We even conducted training for over 700 people in just three days at their headquarters in Prague and factories where many women work.\"\n                      })]\n                    }),\n                    className: \"framer-1f4ycq8\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), isDisplayed9() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dt7jM1sjb: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"p\", {\n                          className: \"framer-styles-preset-16stcjq\",\n                          \"data-styles-preset\": \"zD4pQFy2a\",\n                          children: [\"Our team was truly proud of our achievements, and our campaign was even nominated in several CSR competitions the following year.\\xa0 I also used it as a case study for my dissertation.\", /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {}), \"The campaign was a long-term project during which we faced several legal processes, usual complications, obstacles, revisions, regulations, and a case that needed to make sense from a business perspective at first. Despite these challenges, we had an amazing team of colleagues, friends, and close people who worked tirelessly to make the campaign a success. After working on the campaign for over a year, we eventually launched the pilot campaign, which utilized various marketing channels such as social media, digital marketing, point-of-sale, and trade marketing. We included limited edition cereal boxes with self-examination manuals from Loono and distributed them to both large and small cities to increase visibility and awareness. Our main goal was for at least one woman to notice on the shelf that prevention can save many lives.\"]\n                        })\n                      }),\n                      fonts: undefined\n                    },\n                    qlaaRj886: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"p\", {\n                          className: \"framer-styles-preset-gcd5bu\",\n                          \"data-styles-preset\": \"i48lrVhhM\",\n                          children: [\"Our team was truly proud of our achievements, and our campaign was even nominated in several CSR competitions the following year.\\xa0 I also used it as a case study for my dissertation.\", /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {}), \"The campaign was a long-term project during which we faced several legal processes, usual complications, obstacles, revisions, regulations, and a case that needed to make sense from a business perspective at first. Despite these challenges, we had an amazing team of colleagues, friends, and close people who worked tirelessly to make the campaign a success. After working on the campaign for over a year, we eventually launched the pilot campaign, which utilized various marketing channels such as social media, digital marketing, point-of-sale, and trade marketing. We included limited edition cereal boxes with self-examination manuals from Loono and distributed them to both large and small cities to increase visibility and awareness. Our main goal was for at least one woman to notice on the shelf that prevention can save many lives.\"]\n                        })\n                      }),\n                      fonts: undefined\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsxs(\"p\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                          \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                          \"--framer-font-weight\": \"300\"\n                        },\n                        children: [\"Our team was truly proud of our achievements, and our campaign was even nominated in several CSR competitions the following year.\\xa0 I also used it as a case study for my dissertation.\", /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {}), \"The campaign was a long-term project during which we faced several legal processes, usual complications, obstacles, revisions, regulations, and a case that needed to make sense from a business perspective at first. Despite these challenges, we had an amazing team of colleagues, friends, and close people who worked tirelessly to make the campaign a success. After working on the campaign for over a year, we eventually launched the pilot campaign, which utilized various marketing channels such as social media, digital marketing, point-of-sale, and trade marketing. We included limited edition cereal boxes with self-examination manuals from Loono and distributed them to both large and small cities to increase visibility and awareness. Our main goal was for at least one woman to notice on the shelf that prevention can save many lives.\"]\n                      })\n                    }),\n                    className: \"framer-1iurvd hidden-1mkf01q\",\n                    fonts: [\"Inter-Light\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              }), isDisplayed10() && /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-y6mnwy hidden-1brx5pz hidden-dzrmu0\",\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsxs(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: [\"Our team was truly proud of our achievements, and our campaign was even nominated in several CSR competitions the following year.\\xa0 I also used it as a case study for my dissertation.\", /*#__PURE__*/_jsx(\"br\", {}), /*#__PURE__*/_jsx(\"br\", {}), \"The campaign was a long-term project during which we faced several legal processes, usual complications, obstacles, revisions, regulations, and a case that needed to make sense from a business perspective at first. Despite these challenges, we had an amazing team of colleagues, friends, and close people who worked tirelessly to make the campaign a success. After working on the campaign for over a year, we eventually launched the pilot campaign, which utilized various marketing channels such as social media, digital marketing, point-of-sale, and trade marketing. We included limited edition cereal boxes with self-examination manuals from Loono and distributed them to both large and small cities to increase visibility and awareness. Our main goal was for at least one woman to notice on the shelf that prevention can save many lives.\"]\n                    })\n                  }),\n                  className: \"framer-1iccryw\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            })\n          }), /*#__PURE__*/_jsxs(motion.header, {\n            className: \"framer-6u4hl6\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: [isDisplayed3() && /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1s5jkh4 hidden-1mkf01q hidden-1brx5pz hidden-dzrmu0 hidden-ga74ee\",\n              \"data-framer-name\": \"Fotky\",\n              name: \"Fotky\",\n              children: [/*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  intrinsicHeight: 1182,\n                  intrinsicWidth: 1600,\n                  loading: \"lazy\",\n                  pixelHeight: 1182,\n                  pixelWidth: 1600,\n                  sizes: \"390px\",\n                  src: new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href} 1600w`\n                },\n                className: \"framer-f0gdkq\",\n                \"data-framer-name\": \"Frame 38\",\n                name: \"Frame 38\"\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  intrinsicHeight: 1068,\n                  intrinsicWidth: 1600,\n                  loading: \"lazy\",\n                  pixelHeight: 1068,\n                  pixelWidth: 1600,\n                  sizes: \"390px\",\n                  src: new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href} 1600w`\n                },\n                className: \"framer-tl7jh4\",\n                \"data-framer-name\": \"Frame 39\",\n                name: \"Frame 39\"\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  intrinsicHeight: 1501,\n                  intrinsicWidth: 1600,\n                  loading: \"lazy\",\n                  pixelHeight: 1501,\n                  pixelWidth: 1600,\n                  sizes: \"390px\",\n                  src: new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href} 1600w`\n                },\n                className: \"framer-1whotug\",\n                \"data-framer-name\": \"Frame 40\",\n                name: \"Frame 40\"\n              })]\n            }), isDisplayed2() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1vfp4iz hidden-1brx5pz hidden-1ni447z hidden-dzrmu0\"\n            }), isDisplayed11() && /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1ut2v94 hidden-1ni447z\",\n              \"data-framer-name\": \"Photos\",\n              name: \"Photos\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dt7jM1sjb: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      loading: \"lazy\",\n                      sizes: \"189px\",\n                      src: new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href} 1600w`\n                    }\n                  },\n                  qlaaRj886: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      loading: \"lazy\",\n                      sizes: \"189px\",\n                      src: new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href} 1600w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    loading: \"lazy\",\n                    sizes: \"226px\",\n                    src: new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/tQ62pGHqK4Dvz8uUmamUjaB8c.jpg\").href} 1600w`\n                  },\n                  className: \"framer-tarege\",\n                  \"data-framer-name\": \"Image\",\n                  name: \"Image\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dt7jM1sjb: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1068,\n                      intrinsicWidth: 1600,\n                      loading: \"lazy\",\n                      pixelHeight: 1068,\n                      pixelWidth: 1600,\n                      sizes: \"245px\",\n                      src: new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href} 1600w`\n                    }\n                  },\n                  qlaaRj886: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      intrinsicHeight: 1068,\n                      intrinsicWidth: 1600,\n                      loading: \"lazy\",\n                      pixelHeight: 1068,\n                      pixelWidth: 1600,\n                      sizes: \"245px\",\n                      src: new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href} 1600w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1068,\n                    intrinsicWidth: 1600,\n                    loading: \"lazy\",\n                    pixelHeight: 1068,\n                    pixelWidth: 1600,\n                    sizes: \"337px\",\n                    src: new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/gfWFiIbHR0WImL4XivKSkJSxg.jpg\").href} 1600w`\n                  },\n                  className: \"framer-rktu2n\",\n                  \"data-framer-name\": \"180627_fitnesspinkinfographic_fa_cz_v2 1\",\n                  name: \"180627_fitnesspinkinfographic_fa_cz_v2 1\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dt7jM1sjb: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      loading: \"lazy\",\n                      sizes: \"197.945px\",\n                      src: new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href} 1600w`\n                    }\n                  },\n                  qlaaRj886: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fill\",\n                      loading: \"lazy\",\n                      sizes: \"197.945px\",\n                      src: new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href} 1600w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fill\",\n                    loading: \"lazy\",\n                    sizes: \"232px\",\n                    src: new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/V44stOvJxfZUJwcpZKK0z8EYy9M.jpg\").href} 1600w`\n                  },\n                  className: \"framer-xdfaek\",\n                  \"data-framer-name\": \"43511012_2236083606603034_2982970832793370624_o 1\",\n                  name: \"43511012_2236083606603034_2982970832793370624_o 1\"\n                })\n              })]\n            })]\n          }), isDisplayed() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-mzffib hidden-1mkf01q hidden-1brx5pz hidden-1ni447z hidden-ga74ee\",\n            \"data-framer-name\": \"Frame 57\",\n            name: \"Frame 57\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-txzbm7\",\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h1\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"35px\",\n                      \"--framer-font-weight\": \"300\",\n                      \"--framer-letter-spacing\": \"-1.5px\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                      \"--framer-text-transform\": \"uppercase\"\n                    },\n                    children: \"RESULTS AND IMPACT\"\n                  })\n                }),\n                className: \"framer-yb20qh\",\n                \"data-framer-name\": \"let\u2019s grow together\",\n                fonts: [\"Inter-Light\"],\n                name: \"let\u2019s grow together\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-qrji6\",\n              \"data-framer-name\": \"Frame 51\",\n              name: \"Frame 51\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-neixta-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"APmy_r12j\",\n                  layoutId: \"APmy_r12j\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"13px\",\n                      \"--framer-font-weight\": \"300\"\n                    },\n                    children: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms.\"\n                  })\n                }),\n                className: \"framer-1q9ki3m\",\n                \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                fonts: [\"Inter-Light\"],\n                name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-qmi7vk\",\n              \"data-framer-name\": \"Frame 52\",\n              name: \"Frame 52\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-1qrigmt-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"iWH4p2G0s\",\n                  layoutId: \"iWH4p2G0s\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"13px\",\n                      \"--framer-font-weight\": \"300\"\n                    },\n                    children: \"Nestl\\xe9 provided a limited edition of cereal packaging, which featured a self-examination manual from Loono, a strong trade marketing support, including point-of-sale material and special trade items, and workshops at factories and Tesco stores.\"\n                  })\n                }),\n                className: \"framer-19nl1wj\",\n                \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                fonts: [\"Inter-Light\"],\n                name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-tl29ay\",\n              \"data-framer-name\": \"Frame 53\",\n              name: \"Frame 53\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-1ynaduh-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"y_mRW3x14\",\n                  layoutId: \"y_mRW3x14\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"13px\",\n                      \"--framer-font-weight\": \"300\"\n                    },\n                    children: \"Trade support and limited edition cereal packaging featuring a self-examination manual from Loono was not the only initiative. \"\n                  })\n                }),\n                className: \"framer-1106hsz\",\n                \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                fonts: [\"Inter-Light\"],\n                name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1x7paoi\",\n              \"data-framer-name\": \"Frame 54\",\n              name: \"Frame 54\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-1gyv428-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"mD3GT7HE2\",\n                  layoutId: \"mD3GT7HE2\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"13px\",\n                      \"--framer-font-weight\": \"300\"\n                    },\n                    children: \"Workshops Nestl\\xe9 x Loono were launched throughout the Czech Republic for Tesco customers, to whom Nestl\\xe9 products were distributed, and also for Nestl\\xe9 employees. These were held at the Prague headquarters and also at factories where many women work.\"\n                  })\n                }),\n                className: \"framer-l5an8g\",\n                \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                fonts: [\"Inter-Light\"],\n                name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1wu5ltd\",\n              \"data-framer-name\": \"Frame 56\",\n              name: \"Frame 56\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-174we1l-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"w2A1zopxn\",\n                  layoutId: \"w2A1zopxn\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"13px\",\n                      \"--framer-font-weight\": \"300\"\n                    },\n                    children: \"More than 700 people were trained in just three days.\"\n                  })\n                }),\n                className: \"framer-9hhcj4\",\n                \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                fonts: [\"Inter-Light\"],\n                name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-hngg5x\",\n              \"data-framer-name\": \"Frame 56\",\n              name: \"Frame 56\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-4ha147-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"piTeBh1_w\",\n                  layoutId: \"piTeBh1_w\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h3\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                      \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"13px\",\n                      \"--framer-font-weight\": \"300\"\n                    },\n                    children: \"Nestl\\xe9 also supported NGO events related to breast cancer awareness such as \u201CPravda o\u2026\u201D\"\n                  })\n                }),\n                className: \"framer-1kxb1rz\",\n                \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                fonts: [\"Inter-Light\"],\n                name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })]\n            })]\n          }), isDisplayed5() && /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1n8cdsy hidden-dzrmu0\",\n            \"data-framer-name\": \"Frame 57\",\n            name: \"Frame 57\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-13fdfi4\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                          \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                          \"--framer-font-size\": \"28px\",\n                          \"--framer-font-weight\": \"300\",\n                          \"--framer-letter-spacing\": \"-1px\",\n                          \"--framer-line-height\": \"1.4em\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                          \"--framer-text-transform\": \"uppercase\"\n                        },\n                        children: \"RESULTS AND IMPACT\"\n                      })\n                    })\n                  },\n                  pOUtxQY4D: {\n                    transformTemplate\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItTGlnaHQ=\",\n                        \"--framer-font-family\": '\"Inter-Light\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"35px\",\n                        \"--framer-font-weight\": \"300\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"1.4em\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-3de27f5c-d956-4f40-b5aa-3babab8f5bf4, rgb(0, 0, 0))\",\n                        \"--framer-text-transform\": \"uppercase\"\n                      },\n                      children: \"RESULTS AND IMPACT\"\n                    })\n                  }),\n                  className: \"framer-fti59h\",\n                  \"data-framer-name\": \"let\u2019s grow together\",\n                  fonts: [\"Inter-Light\"],\n                  name: \"let\u2019s grow together\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-a58o2j\",\n              \"data-framer-name\": \"Frame 51\",\n              name: \"Frame 51\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-vkjvvr-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"eMHOlsTSu\",\n                  layoutId: \"eMHOlsTSu\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-6kpg4y\",\n                        \"data-styles-preset\": \"B91hLw7fD\",\n                        children: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms.\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms.\"\n                    })\n                  }),\n                  className: \"framer-yhpq1s\",\n                  \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1exh5d1\",\n              \"data-framer-name\": \"Frame 52\",\n              name: \"Frame 52\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-1pn4wdy-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"FVC5c9Nny\",\n                  layoutId: \"FVC5c9Nny\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-6kpg4y\",\n                        \"data-styles-preset\": \"B91hLw7fD\",\n                        children: \"Nestl\\xe9 provided a limited edition of cereal packaging, which featured a self-examination manual from Loono, a strong trade marketing support, including point-of-sale material and special trade items, and workshops at factories and Tesco stores.\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: \"Nestl\\xe9 provided a limited edition of cereal packaging, which featured a self-examination manual from Loono, a strong trade marketing support, including point-of-sale material and special trade items, and workshops at factories and Tesco stores.\"\n                    })\n                  }),\n                  className: \"framer-1fye1n9\",\n                  \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-101tf9r\",\n              \"data-framer-name\": \"Frame 53\",\n              name: \"Frame 53\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-l3vwmm-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"vpKDW3fWx\",\n                  layoutId: \"vpKDW3fWx\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-6kpg4y\",\n                        \"data-styles-preset\": \"B91hLw7fD\",\n                        children: \"Trade support and limited edition cereal packaging featuring a self-examination manual from Loono was not the only initiative. \"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: \"Trade support and limited edition cereal packaging featuring a self-examination manual from Loono was not the only initiative. \"\n                    })\n                  }),\n                  className: \"framer-f9txma\",\n                  \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1fv1swc\",\n              \"data-framer-name\": \"Frame 54\",\n              name: \"Frame 54\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-rbokjk-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"MduvBOP3O\",\n                  layoutId: \"MduvBOP3O\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-6kpg4y\",\n                        \"data-styles-preset\": \"B91hLw7fD\",\n                        children: \"Workshops Nestl\\xe9 x Loono were launched throughout the Czech Republic for Tesco customers, to whom Nestl\\xe9 products were distributed, and also for Nestl\\xe9 employees. These were held at the Prague headquarters and also at factories where many women work.\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: \"Workshops Nestl\\xe9 x Loono were launched throughout the Czech Republic for Tesco customers, to whom Nestl\\xe9 products were distributed, and also for Nestl\\xe9 employees. These were held at the Prague headquarters and also at factories where many women work.\"\n                    })\n                  }),\n                  className: \"framer-l2c7zo\",\n                  \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-136g5kw\",\n              \"data-framer-name\": \"Frame 55\",\n              name: \"Frame 55\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-dvooh5-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"AW0VosM2n\",\n                  layoutId: \"AW0VosM2n\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-6kpg4y\",\n                        \"data-styles-preset\": \"B91hLw7fD\",\n                        children: \"More than 700 people were trained in just three days.\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: \"More than 700 people were trained in just three days.\"\n                    })\n                  }),\n                  className: \"framer-1qm2cuz\",\n                  \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-gcto8g\",\n              \"data-framer-name\": \"Frame 56\",\n              name: \"Frame 56\",\n              children: [/*#__PURE__*/_jsx(Container, {\n                className: \"framer-1ok47s2-container\",\n                children: /*#__PURE__*/_jsx(Phosphor, {\n                  color: 'var(--token-6a498dd2-32cd-4929-9ba2-df02fe315602, rgb(34, 34, 34)) /* {\"name\":\"Text\"} */',\n                  height: \"100%\",\n                  iconSearch: \"House\",\n                  iconSelection: \"ArrowRight\",\n                  id: \"QbxwwCt_d\",\n                  layoutId: \"QbxwwCt_d\",\n                  mirrored: false,\n                  selectByList: true,\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  weight: \"regular\",\n                  width: \"100%\"\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  KfEUIrzHm: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-6kpg4y\",\n                        \"data-styles-preset\": \"B91hLw7fD\",\n                        children: \"Nestl\\xe9 also supported NGO events related to breast cancer awareness such as \u201CPravda o\u2026\u201D\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-udkrni\",\n                      \"data-styles-preset\": \"IoLmEV1z7\",\n                      children: \"Nestl\\xe9 also supported NGO events related to breast cancer awareness such as \u201CPravda o\u2026\u201D\"\n                    })\n                  }),\n                  className: \"framer-2m6yac\",\n                  \"data-framer-name\": \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  name: \"The campaign received strong online marketing support and had 1.28 million views, 1 million impressions, 7,444 visits on the Pink website, and more than 1k likes on Social Media platforms\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-li4b19-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dt7jM1sjb: {\n                  variant: \"m29gYnBH3\"\n                },\n                KfEUIrzHm: {\n                  variant: \"RTiNzyqjH\"\n                },\n                qlaaRj886: {\n                  variant: \"m29gYnBH3\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(FooterHP, {\n                height: \"100%\",\n                id: \"MbdepgbiT\",\n                layoutId: \"MbdepgbiT\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"hCAgV85mC\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-VNZ2h [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; } }\", `.${metadata.bodyClassName} { background: white; }`, \".framer-VNZ2h .framer-1aum1zl { display: block; }\", \".framer-VNZ2h .framer-1mkf01q { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-VNZ2h .framer-1mdjdx-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 2; }\", \".framer-VNZ2h .framer-h4mwn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 700px; justify-content: center; overflow: hidden; padding: 100px 96px 100px 96px; position: relative; width: 768px; }\", \".framer-VNZ2h .framer-puxd3f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 295px; justify-content: center; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 768px; }\", \".framer-VNZ2h .framer-1ga16d8 { 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: 2018px; padding: 0px 0px 0px 0px; position: relative; width: 768px; }\", \".framer-VNZ2h .framer-wtmldz, .framer-VNZ2h .framer-15sa2jt, .framer-VNZ2h .framer-1s3bcru { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-VNZ2h .framer-q8c5tp, .framer-VNZ2h .framer-1ax4ypu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 309px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 810px; }\", \".framer-VNZ2h .framer-cpc7i2, .framer-VNZ2h .framer-1mmle8k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 328px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 492px; z-index: 0; }\", \".framer-VNZ2h .framer-1gbyit1 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 700px; justify-content: center; overflow: hidden; padding: 100px 96px 100px 96px; position: relative; width: 1200px; }\", \".framer-VNZ2h .framer-16rb8uh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 295px; justify-content: center; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 582px; }\", \".framer-VNZ2h .framer-1oqu6jz { 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: 2018px; padding: 0px 0px 0px 0px; position: relative; width: 810px; }\", \".framer-VNZ2h .framer-wj0ag9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 810px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1fxrx4j { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: hidden; padding: 100px 96px 100px 96px; position: relative; width: 1200px; }\", \".framer-VNZ2h .framer-1v7opad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 325px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 582px; }\", \".framer-VNZ2h .framer-2r9w43 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px 96px 0px 0px; position: relative; width: 456px; }\", \".framer-VNZ2h .framer-6r8oif, .framer-VNZ2h .framer-hj9qgx, .framer-VNZ2h .framer-pokgs8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-6nv7cy { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 347px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 562px; }\", \".framer-VNZ2h .framer-1crra2o { flex: none; height: 328px; overflow: hidden; position: relative; width: 492px; z-index: 0; }\", \".framer-VNZ2h .framer-g1xyxp { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 489px; justify-content: center; overflow: hidden; padding: 100px 96px 0px 96px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-62eirw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 142px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-1v80ep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 142px; justify-content: center; max-width: 390%; padding: 0px 24px 0px 24px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-y7yahh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 87px; position: relative; white-space: pre-wrap; width: 340px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1o8xvtf { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 243px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 379px; }\", \".framer-VNZ2h .framer-31cbq2 { flex: none; height: 224px; overflow: hidden; position: relative; width: 335px; z-index: 0; }\", \".framer-VNZ2h .framer-g5inv2 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: 755px; justify-content: flex-start; overflow: hidden; padding: 10px 24px 10px 24px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-1cz6o6x, .framer-VNZ2h .framer-hmddfy, .framer-VNZ2h .framer-1m4n60o, .framer-VNZ2h .framer-1coj777, .framer-VNZ2h .framer-1f3rr5y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-VNZ2h .framer-f28gzd, .framer-VNZ2h .framer-8i0rl3, .framer-VNZ2h .framer-bfnfws, .framer-VNZ2h .framer-u40cxe, .framer-VNZ2h .framer-14bszo1, .framer-VNZ2h .framer-iq2s60, .framer-VNZ2h .framer-1rogkvo, .framer-VNZ2h .framer-128qaqr, .framer-VNZ2h .framer-17g38a1, .framer-VNZ2h .framer-1monrkw { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-VNZ2h .framer-1aeshy7, .framer-VNZ2h .framer-89dfkm, .framer-VNZ2h .framer-1se5u3t, .framer-VNZ2h .framer-jgjsld, .framer-VNZ2h .framer-tpugwp { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 349px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1h1mdx5, .framer-VNZ2h .framer-1v90xxq, .framer-VNZ2h .framer-3vzem1, .framer-VNZ2h .framer-nblske, .framer-VNZ2h .framer-1p8vksm { flex: none; height: 3px; position: relative; width: 350px; }\", \".framer-VNZ2h .framer-6s0du3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 88%; }\", \".framer-VNZ2h .framer-byrwre { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-e1knk8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 810px; }\", \".framer-VNZ2h .framer-ydfrir { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 93px; justify-content: space-between; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 750px; }\", \".framer-VNZ2h .framer-11nmxlp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 684px; }\", \".framer-VNZ2h .framer-1i96rop { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 44%; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-w0bvgi, .framer-VNZ2h .framer-1mhqls7, .framer-VNZ2h .framer-1d5y56y, .framer-VNZ2h .framer-jwkir0, .framer-VNZ2h .framer-1hv7qw4 { flex: none; height: 1px; position: relative; width: 680px; }\", \".framer-VNZ2h .framer-1q48hib { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 71px; justify-content: space-between; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 700px; }\", \".framer-VNZ2h .framer-rhoe3y, .framer-VNZ2h .framer-xj4z9c, .framer-VNZ2h .framer-1ps4j5q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 700px; }\", \".framer-VNZ2h .framer-t79h10 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 318px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-wukayy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 1050px; }\", \".framer-VNZ2h .framer-86a5oy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 682px; }\", \".framer-VNZ2h .framer-fklj2s { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 302px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-15i856p, .framer-VNZ2h .framer-1vcek4w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 93px; justify-content: space-between; overflow: visible; padding: 0px 48px 0px 48px; position: relative; width: 729px; }\", \".framer-VNZ2h .framer-deyg6o, .framer-VNZ2h .framer-kl50xv { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 325px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1kza9vq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 750px; }\", \".framer-VNZ2h .framer-1ajkzst, .framer-VNZ2h .framer-1yufq65, .framer-VNZ2h .framer-1vfp4iz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; min-height: 40px; min-width: 108px; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-VNZ2h .framer-1695j2s { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 650px; justify-content: center; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-19jzxt4 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 650px; justify-content: flex-start; overflow: hidden; padding: 24px 96px 24px 96px; position: relative; width: 1200px; }\", \".framer-VNZ2h .framer-nf4u0k, .framer-VNZ2h .framer-1wmfd6g, .framer-VNZ2h .framer-t1xlkl, .framer-VNZ2h .framer-127321a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: 100px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-VNZ2h .framer-1567h1i, .framer-VNZ2h .framer-3tvtvb, .framer-VNZ2h .framer-vl1ouc, .framer-VNZ2h .framer-12vci3m, .framer-VNZ2h .framer-1mqyagj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 350px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1038px; }\", \".framer-VNZ2h .framer-s32bu4, .framer-VNZ2h .framer-s07lcx, .framer-VNZ2h .framer-2rbhk5, .framer-VNZ2h .framer-144goa7 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; position: relative; white-space: pre-wrap; width: 150px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1kr8pvj, .framer-VNZ2h .framer-19rtqit, .framer-VNZ2h .framer-2z24hp, .framer-VNZ2h .framer-17y4b2m, .framer-VNZ2h .framer-jgyh0i { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 568px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-kgsm4d, .framer-VNZ2h .framer-1lhzor2, .framer-VNZ2h .framer-149p6z2 { flex: none; height: 4px; position: relative; width: 1040px; }\", \".framer-VNZ2h .framer-1tlihoh { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 150px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-nwuorh, .framer-VNZ2h .framer-j8sjuj { flex: none; height: 3px; position: relative; width: 1040px; }\", \".framer-VNZ2h .framer-1d7qwfl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: 100px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-VNZ2h .framer-xgkzju { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 72px; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-qtbuh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 47px; max-width: 100%; position: relative; white-space: pre-wrap; width: 1112px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1tdheql { background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: 460px; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-93acc8, .framer-VNZ2h .framer-1rolh96 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; align-self: start; flex: none; height: 100%; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1j2rs4s { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; grid-column: auto / span 2; grid-row: auto / span 2; height: 500px; justify-content: center; justify-self: start; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-1b9yrg7 { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 389px; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 551px; }\", \".framer-VNZ2h .framer-1f2dlnu { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 508px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1fkhn1d, .framer-VNZ2h .framer-1iurvd { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 328px; left: 416px; position: absolute; top: 0px; white-space: pre-wrap; width: 347px; word-break: break-word; word-wrap: break-word; z-index: 1; }\", \".framer-VNZ2h .framer-gwgt5u { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 383px; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 600px; }\", \".framer-VNZ2h .framer-1eohgn9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 577px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-14ommvw { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100px; justify-content: center; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-qsyafk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: 47px; max-width: 100%; position: relative; white-space: pre-wrap; width: 1013px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1r7zxzq { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 1093px; justify-content: flex-start; overflow: hidden; padding: 20px 24px 0px 24px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-frvt5p, .framer-VNZ2h .framer-ozrtsn, .framer-VNZ2h .framer-fti59h { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-qnjtdl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-635eg2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 578px; justify-content: center; overflow: hidden; padding: 35px 96px 0px 96px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-1l4utne, .framer-VNZ2h .framer-hqgy8z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-oc4hmh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 532px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 119%; }\", \".framer-VNZ2h .framer-194e3io { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 118%; justify-content: flex-start; padding: 0px 0px 0px 50px; position: relative; width: 45%; }\", \".framer-VNZ2h .framer-1f4ycq8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 498px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-y6mnwy { align-content: center; align-items: center; background-color: var(--token-06cf8e8d-5fcd-41c8-b207-346015d9ab7b, #f5f5f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 51%; }\", \".framer-VNZ2h .framer-1iccryw { --framer-paragraph-spacing: 0px; flex: none; height: 112%; position: relative; white-space: pre-wrap; width: 91%; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-6u4hl6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 500px; justify-content: center; overflow: hidden; padding: 40px 40px 40px 40px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-1s5jkh4 { background-color: #ffffff; display: grid; flex: none; gap: 48px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 637px; justify-content: center; overflow: hidden; padding: 61px 24px 61px 24px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-f0gdkq { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; justify-self: end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-tl7jh4 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px 24px 0px 0px; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-1whotug { align-self: start; flex: none; height: 150px; justify-self: end; overflow: hidden; position: relative; width: 390px; }\", \".framer-VNZ2h .framer-1ut2v94 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 558px; justify-content: space-between; overflow: hidden; padding: 0px 125px 50px 125px; position: relative; width: 1200px; }\", \".framer-VNZ2h .framer-tarege { aspect-ratio: 1.018018018018018 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 222px); position: relative; width: 226px; }\", \".framer-VNZ2h .framer-rktu2n { aspect-ratio: 1.0029761904761905 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 336px); position: relative; width: 337px; }\", \".framer-VNZ2h .framer-xdfaek { aspect-ratio: 1.0642201834862386 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 218px); position: relative; width: 232px; }\", \".framer-VNZ2h .framer-mzffib { align-content: center; align-items: center; background-color: #ebe7f3; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 471px; justify-content: center; padding: 0px 48px 30px 48px; position: relative; width: 768px; }\", \".framer-VNZ2h .framer-txzbm7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 879px; }\", \".framer-VNZ2h .framer-yb20qh { --framer-paragraph-spacing: 0px; flex: none; height: 61px; position: relative; white-space: pre-wrap; width: 680px; word-break: break-word; word-wrap: break-word; z-index: 0; }\", \".framer-VNZ2h .framer-qrji6, .framer-VNZ2h .framer-qmi7vk, .framer-VNZ2h .framer-tl29ay, .framer-VNZ2h .framer-1x7paoi, .framer-VNZ2h .framer-1wu5ltd, .framer-VNZ2h .framer-hngg5x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 701px; }\", \".framer-VNZ2h .framer-neixta-container, .framer-VNZ2h .framer-1qrigmt-container, .framer-VNZ2h .framer-1ynaduh-container, .framer-VNZ2h .framer-1gyv428-container, .framer-VNZ2h .framer-174we1l-container, .framer-VNZ2h .framer-4ha147-container, .framer-VNZ2h .framer-vkjvvr-container, .framer-VNZ2h .framer-1pn4wdy-container, .framer-VNZ2h .framer-l3vwmm-container, .framer-VNZ2h .framer-rbokjk-container, .framer-VNZ2h .framer-dvooh5-container, .framer-VNZ2h .framer-1ok47s2-container { flex: none; height: 24px; position: relative; width: 24px; }\", \".framer-VNZ2h .framer-axojqq, .framer-VNZ2h .framer-uirb1f, .framer-VNZ2h .framer-1bj1jt2, .framer-VNZ2h .framer-1qaa44t, .framer-VNZ2h .framer-g5xszj, .framer-VNZ2h .framer-t80nk9, .framer-VNZ2h .framer-1vuawb, .framer-VNZ2h .framer-153x0uc, .framer-VNZ2h .framer-1qq54g5, .framer-VNZ2h .framer-1dhmrh7, .framer-VNZ2h .framer-frbw7m, .framer-VNZ2h .framer-n19tmr { flex: none; height: 0px; position: relative; width: 71px; }\", \".framer-VNZ2h .framer-1q9ki3m { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 638px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-19nl1wj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 644px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1106hsz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 623px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-l5an8g { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 626px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-9hhcj4, .framer-VNZ2h .framer-1kxb1rz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 628px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-1n8cdsy { align-content: center; align-items: center; background-color: #ebe7f3; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 600px; justify-content: center; overflow: hidden; padding: 0px 96px 40px 96px; position: relative; width: 100%; }\", \".framer-VNZ2h .framer-13fdfi4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 58px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 96px; position: relative; width: 1200px; }\", \".framer-VNZ2h .framer-a58o2j, .framer-VNZ2h .framer-1exh5d1, .framer-VNZ2h .framer-101tf9r, .framer-VNZ2h .framer-1fv1swc, .framer-VNZ2h .framer-136g5kw, .framer-VNZ2h .framer-gcto8g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1114px; }\", \".framer-VNZ2h .framer-yhpq1s, .framer-VNZ2h .framer-1fye1n9, .framer-VNZ2h .framer-f9txma, .framer-VNZ2h .framer-l2c7zo, .framer-VNZ2h .framer-1qm2cuz, .framer-VNZ2h .framer-2m6yac { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 946px; word-break: break-word; word-wrap: break-word; }\", \".framer-VNZ2h .framer-li4b19-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VNZ2h .framer-1mkf01q, .framer-VNZ2h .framer-h4mwn, .framer-VNZ2h .framer-puxd3f, .framer-VNZ2h .framer-1ga16d8, .framer-VNZ2h .framer-q8c5tp, .framer-VNZ2h .framer-cpc7i2, .framer-VNZ2h .framer-1gbyit1, .framer-VNZ2h .framer-16rb8uh, .framer-VNZ2h .framer-1oqu6jz, .framer-VNZ2h .framer-1ax4ypu, .framer-VNZ2h .framer-1mmle8k, .framer-VNZ2h .framer-1fxrx4j, .framer-VNZ2h .framer-1v7opad, .framer-VNZ2h .framer-2r9w43, .framer-VNZ2h .framer-6nv7cy, .framer-VNZ2h .framer-g1xyxp, .framer-VNZ2h .framer-62eirw, .framer-VNZ2h .framer-1v80ep, .framer-VNZ2h .framer-1o8xvtf, .framer-VNZ2h .framer-g5inv2, .framer-VNZ2h .framer-1cz6o6x, .framer-VNZ2h .framer-hmddfy, .framer-VNZ2h .framer-1m4n60o, .framer-VNZ2h .framer-1coj777, .framer-VNZ2h .framer-1f3rr5y, .framer-VNZ2h .framer-6s0du3, .framer-VNZ2h .framer-byrwre, .framer-VNZ2h .framer-e1knk8, .framer-VNZ2h .framer-wukayy, .framer-VNZ2h .framer-1kza9vq, .framer-VNZ2h .framer-1ajkzst, .framer-VNZ2h .framer-1695j2s, .framer-VNZ2h .framer-1yufq65, .framer-VNZ2h .framer-19jzxt4, .framer-VNZ2h .framer-nf4u0k, .framer-VNZ2h .framer-1567h1i, .framer-VNZ2h .framer-1wmfd6g, .framer-VNZ2h .framer-3tvtvb, .framer-VNZ2h .framer-1d7qwfl, .framer-VNZ2h .framer-vl1ouc, .framer-VNZ2h .framer-t1xlkl, .framer-VNZ2h .framer-12vci3m, .framer-VNZ2h .framer-127321a, .framer-VNZ2h .framer-1mqyagj, .framer-VNZ2h .framer-xgkzju, .framer-VNZ2h .framer-1j2rs4s, .framer-VNZ2h .framer-1b9yrg7, .framer-VNZ2h .framer-gwgt5u, .framer-VNZ2h .framer-14ommvw, .framer-VNZ2h .framer-1r7zxzq, .framer-VNZ2h .framer-qnjtdl, .framer-VNZ2h .framer-635eg2, .framer-VNZ2h .framer-oc4hmh, .framer-VNZ2h .framer-194e3io, .framer-VNZ2h .framer-y6mnwy, .framer-VNZ2h .framer-6u4hl6, .framer-VNZ2h .framer-f0gdkq, .framer-VNZ2h .framer-tl7jh4, .framer-VNZ2h .framer-1vfp4iz, .framer-VNZ2h .framer-mzffib, .framer-VNZ2h .framer-txzbm7, .framer-VNZ2h .framer-qrji6, .framer-VNZ2h .framer-qmi7vk, .framer-VNZ2h .framer-tl29ay, .framer-VNZ2h .framer-1x7paoi, .framer-VNZ2h .framer-1wu5ltd, .framer-VNZ2h .framer-hngg5x, .framer-VNZ2h .framer-1n8cdsy, .framer-VNZ2h .framer-13fdfi4, .framer-VNZ2h .framer-a58o2j, .framer-VNZ2h .framer-1exh5d1, .framer-VNZ2h .framer-101tf9r, .framer-VNZ2h .framer-1fv1swc, .framer-VNZ2h .framer-136g5kw, .framer-VNZ2h .framer-gcto8g { gap: 0px; } .framer-VNZ2h .framer-1mkf01q > *, .framer-VNZ2h .framer-h4mwn > *, .framer-VNZ2h .framer-1ga16d8 > *, .framer-VNZ2h .framer-1gbyit1 > *, .framer-VNZ2h .framer-1oqu6jz > *, .framer-VNZ2h .framer-2r9w43 > *, .framer-VNZ2h .framer-g1xyxp > *, .framer-VNZ2h .framer-1v80ep > *, .framer-VNZ2h .framer-1b9yrg7 > *, .framer-VNZ2h .framer-194e3io > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VNZ2h .framer-1mkf01q > :first-child, .framer-VNZ2h .framer-h4mwn > :first-child, .framer-VNZ2h .framer-1ga16d8 > :first-child, .framer-VNZ2h .framer-q8c5tp > :first-child, .framer-VNZ2h .framer-1gbyit1 > :first-child, .framer-VNZ2h .framer-1oqu6jz > :first-child, .framer-VNZ2h .framer-1ax4ypu > :first-child, .framer-VNZ2h .framer-2r9w43 > :first-child, .framer-VNZ2h .framer-6nv7cy > :first-child, .framer-VNZ2h .framer-g1xyxp > :first-child, .framer-VNZ2h .framer-1v80ep > :first-child, .framer-VNZ2h .framer-1o8xvtf > :first-child, .framer-VNZ2h .framer-g5inv2 > :first-child, .framer-VNZ2h .framer-1cz6o6x > :first-child, .framer-VNZ2h .framer-hmddfy > :first-child, .framer-VNZ2h .framer-1m4n60o > :first-child, .framer-VNZ2h .framer-1coj777 > :first-child, .framer-VNZ2h .framer-1f3rr5y > :first-child, .framer-VNZ2h .framer-6s0du3 > :first-child, .framer-VNZ2h .framer-byrwre > :first-child, .framer-VNZ2h .framer-e1knk8 > :first-child, .framer-VNZ2h .framer-wukayy > :first-child, .framer-VNZ2h .framer-1kza9vq > :first-child, .framer-VNZ2h .framer-1695j2s > :first-child, .framer-VNZ2h .framer-19jzxt4 > :first-child, .framer-VNZ2h .framer-nf4u0k > :first-child, .framer-VNZ2h .framer-1wmfd6g > :first-child, .framer-VNZ2h .framer-1d7qwfl > :first-child, .framer-VNZ2h .framer-t1xlkl > :first-child, .framer-VNZ2h .framer-127321a > :first-child, .framer-VNZ2h .framer-1b9yrg7 > :first-child, .framer-VNZ2h .framer-gwgt5u > :first-child, .framer-VNZ2h .framer-1r7zxzq > :first-child, .framer-VNZ2h .framer-194e3io > :first-child, .framer-VNZ2h .framer-y6mnwy > :first-child, .framer-VNZ2h .framer-6u4hl6 > :first-child, .framer-VNZ2h .framer-mzffib > :first-child, .framer-VNZ2h .framer-txzbm7 > :first-child, .framer-VNZ2h .framer-1n8cdsy > :first-child, .framer-VNZ2h .framer-13fdfi4 > :first-child { margin-top: 0px; } .framer-VNZ2h .framer-1mkf01q > :last-child, .framer-VNZ2h .framer-h4mwn > :last-child, .framer-VNZ2h .framer-1ga16d8 > :last-child, .framer-VNZ2h .framer-q8c5tp > :last-child, .framer-VNZ2h .framer-1gbyit1 > :last-child, .framer-VNZ2h .framer-1oqu6jz > :last-child, .framer-VNZ2h .framer-1ax4ypu > :last-child, .framer-VNZ2h .framer-2r9w43 > :last-child, .framer-VNZ2h .framer-6nv7cy > :last-child, .framer-VNZ2h .framer-g1xyxp > :last-child, .framer-VNZ2h .framer-1v80ep > :last-child, .framer-VNZ2h .framer-1o8xvtf > :last-child, .framer-VNZ2h .framer-g5inv2 > :last-child, .framer-VNZ2h .framer-1cz6o6x > :last-child, .framer-VNZ2h .framer-hmddfy > :last-child, .framer-VNZ2h .framer-1m4n60o > :last-child, .framer-VNZ2h .framer-1coj777 > :last-child, .framer-VNZ2h .framer-1f3rr5y > :last-child, .framer-VNZ2h .framer-6s0du3 > :last-child, .framer-VNZ2h .framer-byrwre > :last-child, .framer-VNZ2h .framer-e1knk8 > :last-child, .framer-VNZ2h .framer-wukayy > :last-child, .framer-VNZ2h .framer-1kza9vq > :last-child, .framer-VNZ2h .framer-1695j2s > :last-child, .framer-VNZ2h .framer-19jzxt4 > :last-child, .framer-VNZ2h .framer-nf4u0k > :last-child, .framer-VNZ2h .framer-1wmfd6g > :last-child, .framer-VNZ2h .framer-1d7qwfl > :last-child, .framer-VNZ2h .framer-t1xlkl > :last-child, .framer-VNZ2h .framer-127321a > :last-child, .framer-VNZ2h .framer-1b9yrg7 > :last-child, .framer-VNZ2h .framer-gwgt5u > :last-child, .framer-VNZ2h .framer-1r7zxzq > :last-child, .framer-VNZ2h .framer-194e3io > :last-child, .framer-VNZ2h .framer-y6mnwy > :last-child, .framer-VNZ2h .framer-6u4hl6 > :last-child, .framer-VNZ2h .framer-mzffib > :last-child, .framer-VNZ2h .framer-txzbm7 > :last-child, .framer-VNZ2h .framer-1n8cdsy > :last-child, .framer-VNZ2h .framer-13fdfi4 > :last-child { margin-bottom: 0px; } .framer-VNZ2h .framer-puxd3f > *, .framer-VNZ2h .framer-cpc7i2 > *, .framer-VNZ2h .framer-16rb8uh > *, .framer-VNZ2h .framer-1mmle8k > *, .framer-VNZ2h .framer-1v7opad > *, .framer-VNZ2h .framer-62eirw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VNZ2h .framer-puxd3f > :first-child, .framer-VNZ2h .framer-cpc7i2 > :first-child, .framer-VNZ2h .framer-16rb8uh > :first-child, .framer-VNZ2h .framer-1mmle8k > :first-child, .framer-VNZ2h .framer-1fxrx4j > :first-child, .framer-VNZ2h .framer-1v7opad > :first-child, .framer-VNZ2h .framer-62eirw > :first-child, .framer-VNZ2h .framer-1ajkzst > :first-child, .framer-VNZ2h .framer-1yufq65 > :first-child, .framer-VNZ2h .framer-1567h1i > :first-child, .framer-VNZ2h .framer-3tvtvb > :first-child, .framer-VNZ2h .framer-vl1ouc > :first-child, .framer-VNZ2h .framer-12vci3m > :first-child, .framer-VNZ2h .framer-1mqyagj > :first-child, .framer-VNZ2h .framer-xgkzju > :first-child, .framer-VNZ2h .framer-1j2rs4s > :first-child, .framer-VNZ2h .framer-14ommvw > :first-child, .framer-VNZ2h .framer-qnjtdl > :first-child, .framer-VNZ2h .framer-635eg2 > :first-child, .framer-VNZ2h .framer-oc4hmh > :first-child, .framer-VNZ2h .framer-f0gdkq > :first-child, .framer-VNZ2h .framer-tl7jh4 > :first-child, .framer-VNZ2h .framer-1vfp4iz > :first-child, .framer-VNZ2h .framer-qrji6 > :first-child, .framer-VNZ2h .framer-qmi7vk > :first-child, .framer-VNZ2h .framer-tl29ay > :first-child, .framer-VNZ2h .framer-1x7paoi > :first-child, .framer-VNZ2h .framer-1wu5ltd > :first-child, .framer-VNZ2h .framer-hngg5x > :first-child, .framer-VNZ2h .framer-a58o2j > :first-child, .framer-VNZ2h .framer-1exh5d1 > :first-child, .framer-VNZ2h .framer-101tf9r > :first-child, .framer-VNZ2h .framer-1fv1swc > :first-child, .framer-VNZ2h .framer-136g5kw > :first-child, .framer-VNZ2h .framer-gcto8g > :first-child { margin-left: 0px; } .framer-VNZ2h .framer-puxd3f > :last-child, .framer-VNZ2h .framer-cpc7i2 > :last-child, .framer-VNZ2h .framer-16rb8uh > :last-child, .framer-VNZ2h .framer-1mmle8k > :last-child, .framer-VNZ2h .framer-1fxrx4j > :last-child, .framer-VNZ2h .framer-1v7opad > :last-child, .framer-VNZ2h .framer-62eirw > :last-child, .framer-VNZ2h .framer-1ajkzst > :last-child, .framer-VNZ2h .framer-1yufq65 > :last-child, .framer-VNZ2h .framer-1567h1i > :last-child, .framer-VNZ2h .framer-3tvtvb > :last-child, .framer-VNZ2h .framer-vl1ouc > :last-child, .framer-VNZ2h .framer-12vci3m > :last-child, .framer-VNZ2h .framer-1mqyagj > :last-child, .framer-VNZ2h .framer-xgkzju > :last-child, .framer-VNZ2h .framer-1j2rs4s > :last-child, .framer-VNZ2h .framer-14ommvw > :last-child, .framer-VNZ2h .framer-qnjtdl > :last-child, .framer-VNZ2h .framer-635eg2 > :last-child, .framer-VNZ2h .framer-oc4hmh > :last-child, .framer-VNZ2h .framer-f0gdkq > :last-child, .framer-VNZ2h .framer-tl7jh4 > :last-child, .framer-VNZ2h .framer-1vfp4iz > :last-child, .framer-VNZ2h .framer-qrji6 > :last-child, .framer-VNZ2h .framer-qmi7vk > :last-child, .framer-VNZ2h .framer-tl29ay > :last-child, .framer-VNZ2h .framer-1x7paoi > :last-child, .framer-VNZ2h .framer-1wu5ltd > :last-child, .framer-VNZ2h .framer-hngg5x > :last-child, .framer-VNZ2h .framer-a58o2j > :last-child, .framer-VNZ2h .framer-1exh5d1 > :last-child, .framer-VNZ2h .framer-101tf9r > :last-child, .framer-VNZ2h .framer-1fv1swc > :last-child, .framer-VNZ2h .framer-136g5kw > :last-child, .framer-VNZ2h .framer-gcto8g > :last-child { margin-right: 0px; } .framer-VNZ2h .framer-q8c5tp > *, .framer-VNZ2h .framer-1ax4ypu > *, .framer-VNZ2h .framer-6nv7cy > *, .framer-VNZ2h .framer-1o8xvtf > *, .framer-VNZ2h .framer-6s0du3 > *, .framer-VNZ2h .framer-wukayy > *, .framer-VNZ2h .framer-1695j2s > *, .framer-VNZ2h .framer-1r7zxzq > *, .framer-VNZ2h .framer-6u4hl6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-VNZ2h .framer-1fxrx4j > *, .framer-VNZ2h .framer-xgkzju > *, .framer-VNZ2h .framer-1j2rs4s > *, .framer-VNZ2h .framer-14ommvw > *, .framer-VNZ2h .framer-qnjtdl > *, .framer-VNZ2h .framer-635eg2 > *, .framer-VNZ2h .framer-oc4hmh > *, .framer-VNZ2h .framer-f0gdkq > *, .framer-VNZ2h .framer-tl7jh4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VNZ2h .framer-g5inv2 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-VNZ2h .framer-1cz6o6x > *, .framer-VNZ2h .framer-hmddfy > *, .framer-VNZ2h .framer-1m4n60o > *, .framer-VNZ2h .framer-1coj777 > *, .framer-VNZ2h .framer-1f3rr5y > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-VNZ2h .framer-byrwre > *, .framer-VNZ2h .framer-e1knk8 > *, .framer-VNZ2h .framer-1kza9vq > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-VNZ2h .framer-1ajkzst > *, .framer-VNZ2h .framer-1yufq65 > *, .framer-VNZ2h .framer-1vfp4iz > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-VNZ2h .framer-19jzxt4 > *, .framer-VNZ2h .framer-gwgt5u > *, .framer-VNZ2h .framer-y6mnwy > *, .framer-VNZ2h .framer-txzbm7 > *, .framer-VNZ2h .framer-13fdfi4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VNZ2h .framer-nf4u0k > *, .framer-VNZ2h .framer-1wmfd6g > *, .framer-VNZ2h .framer-1d7qwfl > *, .framer-VNZ2h .framer-t1xlkl > *, .framer-VNZ2h .framer-127321a > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-VNZ2h .framer-1567h1i > *, .framer-VNZ2h .framer-3tvtvb > *, .framer-VNZ2h .framer-vl1ouc > *, .framer-VNZ2h .framer-12vci3m > *, .framer-VNZ2h .framer-1mqyagj > * { margin: 0px; margin-left: calc(350px / 2); margin-right: calc(350px / 2); } .framer-VNZ2h .framer-mzffib > *, .framer-VNZ2h .framer-1n8cdsy > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-VNZ2h .framer-qrji6 > *, .framer-VNZ2h .framer-qmi7vk > *, .framer-VNZ2h .framer-tl29ay > *, .framer-VNZ2h .framer-1x7paoi > *, .framer-VNZ2h .framer-1wu5ltd > *, .framer-VNZ2h .framer-hngg5x > *, .framer-VNZ2h .framer-a58o2j > *, .framer-VNZ2h .framer-1exh5d1 > *, .framer-VNZ2h .framer-101tf9r > *, .framer-VNZ2h .framer-1fv1swc > *, .framer-VNZ2h .framer-136g5kw > *, .framer-VNZ2h .framer-gcto8g > * { margin: 0px; margin-left: calc(46px / 2); margin-right: calc(46px / 2); } }\", \"@media (min-width: 1200px) and (max-width: 1359px) { .framer-VNZ2h .hidden-1mkf01q { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-VNZ2h .hidden-1brx5pz { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-VNZ2h .framer-1mkf01q { width: 810px; } .framer-VNZ2h .framer-1mdjdx-container, .framer-VNZ2h .framer-16rb8uh { order: 0; } .framer-VNZ2h .framer-1gbyit1 { order: 2; } .framer-VNZ2h .framer-1ax4ypu, .framer-VNZ2h .framer-e1knk8 { order: 1; } .framer-VNZ2h .framer-6s0du3 { order: 9; } .framer-VNZ2h .framer-1ajkzst { order: 3; } .framer-VNZ2h .framer-14ommvw { height: 64px; order: 11; padding: 30px 0px 0px 0px; } .framer-VNZ2h .framer-qsyafk { width: 88%; } .framer-VNZ2h .framer-635eg2 { height: 615px; justify-content: flex-start; order: 12; padding: 30px 0px 0px 0px; } .framer-VNZ2h .framer-oc4hmh { height: 573px; justify-content: flex-start; width: 100%; } .framer-VNZ2h .framer-194e3io { align-content: flex-start; align-items: flex-start; flex-direction: row; gap: 30px; height: 800px; padding: 0px 48px 0px 48px; width: 100%; } .framer-VNZ2h .framer-1f4ycq8 { height: 296px; left: 48px; order: 0; position: absolute; top: 0px; width: 338px; } .framer-VNZ2h .framer-1iurvd { order: 1; z-index: unset; } .framer-VNZ2h .framer-6u4hl6 { height: 520px; justify-content: flex-start; order: 13; padding: 0px 48px 0px 48px; } .framer-VNZ2h .framer-1ut2v94 { height: 454px; padding: 0px 48px 0px 48px; width: 810px; } .framer-VNZ2h .framer-tarege { height: var(--framer-aspect-ratio-supported, 186px); width: 189px; } .framer-VNZ2h .framer-rktu2n { height: var(--framer-aspect-ratio-supported, 244px); width: 245px; } .framer-VNZ2h .framer-xdfaek { height: var(--framer-aspect-ratio-supported, 186px); width: 198px; } .framer-VNZ2h .framer-1n8cdsy { height: 664px; order: 15; padding: 0px 48px 30px 48px; } .framer-VNZ2h .framer-fti59h { height: 57px; width: 810px; } .framer-VNZ2h .framer-a58o2j, .framer-VNZ2h .framer-1exh5d1, .framer-VNZ2h .framer-101tf9r, .framer-VNZ2h .framer-1fv1swc, .framer-VNZ2h .framer-136g5kw, .framer-VNZ2h .framer-1qm2cuz, .framer-VNZ2h .framer-gcto8g { width: 701px; } .framer-VNZ2h .framer-yhpq1s { width: 638px; } .framer-VNZ2h .framer-1fye1n9 { width: 644px; } .framer-VNZ2h .framer-f9txma { width: 623px; } .framer-VNZ2h .framer-l2c7zo { width: 626px; } .framer-VNZ2h .framer-2m6yac { width: 628px; } .framer-VNZ2h .framer-li4b19-container { order: 16; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VNZ2h .framer-194e3io { gap: 0px; } .framer-VNZ2h .framer-194e3io > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-VNZ2h .framer-194e3io > :first-child { margin-left: 0px; } .framer-VNZ2h .framer-194e3io > :last-child { margin-right: 0px; } }}`, `@media (max-width: 767px) { .framer-VNZ2h .hidden-1ni447z { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-VNZ2h .framer-1mkf01q { width: 390px; } .framer-VNZ2h .framer-14ommvw { flex-direction: column; height: 57px; justify-content: flex-start; padding: 20px 0px 0px 0px; } .framer-VNZ2h .framer-qsyafk { height: 43px; width: 353px; z-index: 0; } .framer-VNZ2h .framer-frvt5p { order: 0; } .framer-VNZ2h .framer-ozrtsn { order: 1; } .framer-VNZ2h .framer-6u4hl6 { height: 700px; } .framer-VNZ2h .framer-1n8cdsy { gap: 18px; height: 856px; justify-content: flex-start; padding: 24px 24px 40px 24px; width: 390px; } .framer-VNZ2h .framer-13fdfi4 { height: 55px; padding: 0px 0px 0px 0px; width: 390px; } .framer-VNZ2h .framer-fti59h { white-space: pre; width: auto; } .framer-VNZ2h .framer-a58o2j, .framer-VNZ2h .framer-1exh5d1, .framer-VNZ2h .framer-101tf9r, .framer-VNZ2h .framer-136g5kw, .framer-VNZ2h .framer-gcto8g { gap: 19px; width: 338px; } .framer-VNZ2h .framer-yhpq1s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; width: 287px; } .framer-VNZ2h .framer-1fye1n9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; width: 304px; } .framer-VNZ2h .framer-f9txma, .framer-VNZ2h .framer-l2c7zo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; width: 295px; } .framer-VNZ2h .framer-1fv1swc { gap: 18px; width: 338px; } .framer-VNZ2h .framer-1qm2cuz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; width: 265px; } .framer-VNZ2h .framer-2m6yac { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; width: 294px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VNZ2h .framer-14ommvw, .framer-VNZ2h .framer-1n8cdsy, .framer-VNZ2h .framer-a58o2j, .framer-VNZ2h .framer-1exh5d1, .framer-VNZ2h .framer-101tf9r, .framer-VNZ2h .framer-1fv1swc, .framer-VNZ2h .framer-136g5kw, .framer-VNZ2h .framer-gcto8g { gap: 0px; } .framer-VNZ2h .framer-14ommvw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VNZ2h .framer-14ommvw > :first-child, .framer-VNZ2h .framer-1n8cdsy > :first-child { margin-top: 0px; } .framer-VNZ2h .framer-14ommvw > :last-child, .framer-VNZ2h .framer-1n8cdsy > :last-child { margin-bottom: 0px; } .framer-VNZ2h .framer-1n8cdsy > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-VNZ2h .framer-a58o2j > *, .framer-VNZ2h .framer-1exh5d1 > *, .framer-VNZ2h .framer-101tf9r > *, .framer-VNZ2h .framer-136g5kw > *, .framer-VNZ2h .framer-gcto8g > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-VNZ2h .framer-a58o2j > :first-child, .framer-VNZ2h .framer-1exh5d1 > :first-child, .framer-VNZ2h .framer-101tf9r > :first-child, .framer-VNZ2h .framer-1fv1swc > :first-child, .framer-VNZ2h .framer-136g5kw > :first-child, .framer-VNZ2h .framer-gcto8g > :first-child { margin-left: 0px; } .framer-VNZ2h .framer-a58o2j > :last-child, .framer-VNZ2h .framer-1exh5d1 > :last-child, .framer-VNZ2h .framer-101tf9r > :last-child, .framer-VNZ2h .framer-1fv1swc > :last-child, .framer-VNZ2h .framer-136g5kw > :last-child, .framer-VNZ2h .framer-gcto8g > :last-child { margin-right: 0px; } .framer-VNZ2h .framer-1fv1swc > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } }}`, `@media (min-width: 768px) and (max-width: 809px) { .framer-VNZ2h .hidden-dzrmu0 { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-VNZ2h .framer-1mkf01q { width: 768px; } .framer-VNZ2h .framer-puxd3f, .framer-VNZ2h .framer-wtmldz { order: 0; } .framer-VNZ2h .framer-15sa2jt, .framer-VNZ2h .framer-q8c5tp { order: 1; } .framer-VNZ2h .framer-1695j2s { height: 550px; width: 768px; } .framer-VNZ2h .framer-19jzxt4 { height: 580px; padding: 24px 48px 24px 48px; width: 768px; } .framer-VNZ2h .framer-1567h1i, .framer-VNZ2h .framer-vl1ouc, .framer-VNZ2h .framer-12vci3m, .framer-VNZ2h .framer-1mqyagj { gap: 190px; } .framer-VNZ2h .framer-1kr8pvj { width: 349px; } .framer-VNZ2h .framer-kgsm4d, .framer-VNZ2h .framer-nwuorh, .framer-VNZ2h .framer-j8sjuj, .framer-VNZ2h .framer-1lhzor2, .framer-VNZ2h .framer-149p6z2 { width: 680px; } .framer-VNZ2h .framer-1wmfd6g, .framer-VNZ2h .framer-14ommvw { height: 80px; } .framer-VNZ2h .framer-3tvtvb { gap: 190px; height: 34px; } .framer-VNZ2h .framer-19rtqit { width: 365px; } .framer-VNZ2h .framer-1d7qwfl { height: 75px; } .framer-VNZ2h .framer-2z24hp { width: 352px; } .framer-VNZ2h .framer-t1xlkl { height: 86px; } .framer-VNZ2h .framer-17y4b2m { width: 351px; } .framer-VNZ2h .framer-127321a { height: 49px; } .framer-VNZ2h .framer-jgyh0i { width: 344px; } .framer-VNZ2h .framer-qsyafk { width: 88%; } .framer-VNZ2h .framer-635eg2 { height: 453px; justify-content: flex-start; padding: 30px 0px 0px 0px; } .framer-VNZ2h .framer-oc4hmh { height: 708px; justify-content: flex-start; width: 100%; } .framer-VNZ2h .framer-194e3io { align-content: flex-start; align-items: flex-start; flex-direction: row; gap: 30px; height: 800px; padding: 0px 48px 0px 48px; width: 100%; } .framer-VNZ2h .framer-1f4ycq8 { height: 296px; order: 0; width: 307px; } .framer-VNZ2h .framer-1iurvd { left: unset; order: 1; position: relative; top: unset; width: 334px; z-index: unset; } .framer-VNZ2h .framer-6u4hl6 { justify-content: flex-start; padding: 0px 48px 0px 48px; } .framer-VNZ2h .framer-1ut2v94 { height: 500px; padding: 0px 48px 0px 48px; width: 810px; } .framer-VNZ2h .framer-tarege { height: var(--framer-aspect-ratio-supported, 186px); width: 189px; } .framer-VNZ2h .framer-rktu2n { height: var(--framer-aspect-ratio-supported, 244px); width: 245px; } .framer-VNZ2h .framer-xdfaek { height: var(--framer-aspect-ratio-supported, 186px); width: 198px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VNZ2h .framer-1567h1i, .framer-VNZ2h .framer-3tvtvb, .framer-VNZ2h .framer-vl1ouc, .framer-VNZ2h .framer-12vci3m, .framer-VNZ2h .framer-1mqyagj, .framer-VNZ2h .framer-194e3io { gap: 0px; } .framer-VNZ2h .framer-1567h1i > *, .framer-VNZ2h .framer-3tvtvb > *, .framer-VNZ2h .framer-vl1ouc > *, .framer-VNZ2h .framer-12vci3m > *, .framer-VNZ2h .framer-1mqyagj > * { margin: 0px; margin-left: calc(190px / 2); margin-right: calc(190px / 2); } .framer-VNZ2h .framer-1567h1i > :first-child, .framer-VNZ2h .framer-3tvtvb > :first-child, .framer-VNZ2h .framer-vl1ouc > :first-child, .framer-VNZ2h .framer-12vci3m > :first-child, .framer-VNZ2h .framer-1mqyagj > :first-child, .framer-VNZ2h .framer-194e3io > :first-child { margin-left: 0px; } .framer-VNZ2h .framer-1567h1i > :last-child, .framer-VNZ2h .framer-3tvtvb > :last-child, .framer-VNZ2h .framer-vl1ouc > :last-child, .framer-VNZ2h .framer-12vci3m > :last-child, .framer-VNZ2h .framer-1mqyagj > :last-child, .framer-VNZ2h .framer-194e3io > :last-child { margin-right: 0px; } .framer-VNZ2h .framer-194e3io > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }}`, `@media (min-width: 1360px) { .framer-VNZ2h .hidden-ga74ee { display: none !important; } .${metadata.bodyClassName} { background: white; } .framer-VNZ2h .framer-1mkf01q { width: 1360px; } .framer-VNZ2h .framer-1mdjdx-container, .framer-VNZ2h .framer-2r9w43, .framer-VNZ2h .framer-qtbuh { order: 0; } .framer-VNZ2h .framer-1fxrx4j { order: 1; overflow: visible; } .framer-VNZ2h .framer-1v7opad { left: 40px; order: 0; position: absolute; top: calc(54.166666666666686% - 325px / 2); width: 546px; z-index: 0; } .framer-VNZ2h .framer-6nv7cy { bottom: 39px; height: 407px; order: 1; overflow: visible; position: absolute; right: 0px; width: 629px; z-index: 0; } .framer-VNZ2h .framer-1crra2o { aspect-ratio: 1.5701219512195121 / 1; height: var(--framer-aspect-ratio-supported, 355px); left: 8px; order: 0; overflow: visible; position: absolute; top: 46%; transform: translateY(-50%); width: 557px; } .framer-VNZ2h .framer-1695j2s { order: 7; } .framer-VNZ2h .framer-1567h1i { gap: 351px; } .framer-VNZ2h .framer-xgkzju { order: 8; } .framer-VNZ2h .framer-1tdheql { order: 9; } .framer-VNZ2h .framer-6u4hl6 { order: 13; } .framer-VNZ2h .framer-1n8cdsy { height: 560px; order: 15; padding: 0px 0px 40px 0px; } .framer-VNZ2h .framer-fti59h { position: absolute; right: -17px; top: 50%; transform: translateY(-50%); width: 1104px; z-index: 0; } .framer-VNZ2h .framer-li4b19-container { order: 16; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VNZ2h .framer-1567h1i { gap: 0px; } .framer-VNZ2h .framer-1567h1i > * { margin: 0px; margin-left: calc(351px / 2); margin-right: calc(351px / 2); } .framer-VNZ2h .framer-1567h1i > :first-child { margin-left: 0px; } .framer-VNZ2h .framer-1567h1i > :last-child { margin-right: 0px; } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css, ...sharedStyle5.css, ...sharedStyle6.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicHeight 3360\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qlaaRj886\":{\"layout\":[\"fixed\",\"auto\"]},\"KfEUIrzHm\":{\"layout\":[\"fixed\",\"auto\"]},\"dt7jM1sjb\":{\"layout\":[\"fixed\",\"auto\"]},\"pOUtxQY4D\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   */\nconst FramerHBzi5hrJs = withCSS(Component, css, \"framer-VNZ2h\");\nexport default FramerHBzi5hrJs;\nFramerHBzi5hrJs.displayName = \"Projects\";\nFramerHBzi5hrJs.defaultProps = {\n  height: 3360,\n  width: 1200\n};\naddFonts(FramerHBzi5hrJs, [...Navigation2Fonts, ...PhosphorFonts, ...FooterHPFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts, ...sharedStyle5.fonts, ...sharedStyle6.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerHBzi5hrJs\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerIntrinsicHeight\": \"3360\",\n        \"framerContractVersion\": \"1\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qlaaRj886\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KfEUIrzHm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dt7jM1sjb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pOUtxQY4D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerResponsiveScreen\": \"\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["Navigation2Fonts", "getFonts", "TV0XYckVg_default", "PhosphorFonts", "Icon", "FooterHPFonts", "VlmlJkVlv_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "transitions", "transformTemplate", "_", "t", "metadata", "HBzi5hrJs_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "TV0XYckVg_default", "RichText", "x", "Image2", "SVG", "Icon", "VlmlJkVlv_default", "css", "FramerHBzi5hrJs", "withCSS", "addFonts", "Navigation2Fonts", "PhosphorFonts", "FooterHPFonts", "fonts", "__FramerMetadata__"]
}
