{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8MaLYdWd43PUHs8KBtKg/K2jj0GvTqnICyl3NejDG/dZpNzEjHX.js"],
  "sourcesContent": ["// Generated by Framer (26d4882)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, LazyValue, PropertyOverrides, removeHiddenBreakpointLayers, resolveLink, RichText, SVG, useHydratedBreakpointVariants, useLocaleInfo, useRouteElementId, useRouter, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport NavBar from \"https://framerusercontent.com/modules/U1rOI1ltqVIvdmMzfV4s/M55eNsFneY6yuO5ZBp8L/AnjtclWSs.js\";\nimport ContactSection from \"https://framerusercontent.com/modules/k2xiLNiRDxH9sxJfXFi3/eK0jYOKhY5XNMGg7K8V0/sm0vW9XQ1.js\";\nimport Footer from \"https://framerusercontent.com/modules/MHKn3BR157xds5T4hSHJ/GleZkd82OibcYGXJkcY7/YyacPsI5U.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/4Agtjiwr7ZXq5UbcDc0s/j7DBOOzmEgat4Y4qLPg6/BHu5QB_0s.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/RAG2YJdlkZsiN8xMDJaE/5E72SXs5wkaIN7x83k7V/JLHnEWe4v.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/vdhajiUorC7qLuBRyyAq/bkfDC3vcXAeFOAU9a6Hf/ZmbtojW1S.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/5IojtepjvOthPHZn8UmZ/ETBD2C5rBqab2PxMiNEY/dZpNzEjHX.js\";\nconst NavBarFonts = getFonts(NavBar);\nconst ContactSectionFonts = getFonts(ContactSection);\nconst FooterFonts = getFonts(Footer);\nconst cycleOrder = [\"Pk4NXv59m\", \"mzyVd_I0t\", \"TT7mMiByi\"];\nconst breakpoints = {\n  mzyVd_I0t: \"(min-width: 810px) and (max-width: 1199px)\",\n  Pk4NXv59m: \"(min-width: 1200px)\",\n  TT7mMiByi: \"(max-width: 809px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-KIQxv\";\nconst variantClassNames = {\n  mzyVd_I0t: \"framer-v-916cfv\",\n  Pk4NXv59m: \"framer-v-1grmr36\",\n  TT7mMiByi: \"framer-v-1jzibfx\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"Pk4NXv59m\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst valuesByLocaleId = {\n  qDc5G8XuJ: new LazyValue(() => import(\"./dZpNzEjHX-0.js\"))\n};\nconst preloadLocalizedValues = locale => {\n  const promises = [];\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const promise = values.preload();\n      if (promise) {\n        promises.push(promise);\n      }\n    }\n    locale = locale.fallback;\n  }\n  if (promises.length > 0) {\n    return Promise.all(promises);\n  }\n};\nconst getLocalizedValue = (key, locale) => {\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const value = values.read()[key];\n      if (value) {\n        return value;\n      }\n    }\n    locale = locale.fallback;\n  }\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"Pk4NXv59m\",\n  Phone: \"TT7mMiByi\",\n  Tablet: \"mzyVd_I0t\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"Pk4NXv59m\"\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(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.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}-framer-KIQxv`);\n      return () => {\n        document.body.classList.remove(`${metadata1.bodyClassName}-framer-KIQxv`);\n      };\n    }\n  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const preloadPromise = preloadLocalizedValues(activeLocale);\n  if (preloadPromise) throw preloadPromise;\n  const ref1 = React.useRef(null);\n  const id = useRouteElementId(\"KrcAKj6zb\");\n  const ref2 = React.useRef(null);\n  const router = useRouter();\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [sharedStyle.className, sharedStyle1.className, sharedStyle2.className];\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"Pk4NXv59m\",\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-KIQxv\", ...sharedStyleClassNames),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-1grmr36\", className),\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-1r2cr9a-container\",\n            id: id,\n            ref: ref2,\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                mzyVd_I0t: {\n                  variant: \"Z7bTlsDPX\"\n                },\n                TT7mMiByi: {\n                  variant: \"rkGF5stCl\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(NavBar, {\n                height: \"100%\",\n                id: \"KrcAKj6zb\",\n                layoutId: \"KrcAKj6zb\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                variant: \"evIWQaFfH\",\n                width: \"100%\"\n              })\n            })\n          }), /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-1160qoa\",\n            children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                mzyVd_I0t: {\n                  background: {\n                    alt: \"Overhead view of people crossing a busy street in an Asian city\",\n                    fit: \"fill\",\n                    intrinsicHeight: 1282,\n                    intrinsicWidth: 994,\n                    pixelHeight: 1282,\n                    pixelWidth: 994,\n                    sizes: \"30vw\",\n                    src: \"https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg\",\n                    srcSet: \"https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg?scale-down-to=512 396w, https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg?scale-down-to=1024 793w, https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg 994w\"\n                  }\n                },\n                TT7mMiByi: {\n                  background: {\n                    alt: \"Overhead view of people crossing a busy street in an Asian city\",\n                    fit: \"fill\",\n                    intrinsicHeight: 622,\n                    intrinsicWidth: 990,\n                    pixelHeight: 622,\n                    pixelWidth: 990,\n                    sizes: \"100vw\",\n                    src: \"https://framerusercontent.com/images/sQvvDmCf8zdRqLafOONM8o3BZGI.jpg\",\n                    srcSet: \"https://framerusercontent.com/images/sQvvDmCf8zdRqLafOONM8o3BZGI.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/sQvvDmCf8zdRqLafOONM8o3BZGI.jpg 990w\"\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"Overhead view of people crossing a busy street in an Asian city\",\n                  fit: \"fill\",\n                  intrinsicHeight: 1282,\n                  intrinsicWidth: 994,\n                  pixelHeight: 1282,\n                  pixelWidth: 994,\n                  sizes: \"max((100vw - 50px) / 2, 0px)\",\n                  src: \"https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg\",\n                  srcSet: \"https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg?scale-down-to=512 396w, https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg?scale-down-to=1024 793w, https://framerusercontent.com/images/ffrGiRBQueilvonthMKji6SsHrw.jpg 994w\"\n                },\n                className: \"framer-1sf1om0\",\n                \"data-framer-name\": \"graphic\",\n                name: \"graphic\"\n              })\n            }), /*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-wii819\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  TT7mMiByi: {\n                    children: /*#__PURE__*/_jsxs(React.Fragment, {\n                      children: [/*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"35px\",\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: \"Data, analytics \"\n                      }), /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"35px\",\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: \"& AI\"\n                      })]\n                    }),\n                    fonts: [\"GF;DM Sans-regular\"]\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h1\", {\n                      className: \"framer-styles-preset-5mnz1w\",\n                      \"data-styles-preset\": \"JLHnEWe4v\",\n                      children: \"Data, analytics, & AI\"\n                    })\n                  }),\n                  className: \"framer-d83y2w\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"h4\", {\n                    className: \"framer-styles-preset-jupgkl\",\n                    \"data-styles-preset\": \"ZmbtojW1S\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\"\n                    },\n                    children: \"Data becomes information. Information becomes insight. Insights deliver value. Easy, right? Not so fast.\"\n                  })\n                }),\n                className: \"framer-u3wnuf\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(\"div\", {\n                className: \"framer-naf278\",\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsxs(React.Fragment, {\n                    children: [/*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: \"Those that exploit data effectively address one critical point: it's not just about data. Redesigning the entire organisation to be more data-centric is crucial to success.\"\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: \"Many organisations still have data scattered or completely siloed, low quality, and with inadequate governance. Poor data management adds tremendous uncertainty to your transformation.\"\n                    }), /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: \"We help our clients across the entire data lifecycle, establishing foundational data capabilities, technologies, operating models, and people skills required to truly exploit data at scale.\"\n                    })]\n                  }),\n                  className: \"framer-1ar7c0o\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-gagmt5\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: \"Have a clear, understandable, and practical strategy that aligns to your organisations business goals\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-5fh9nb\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: \"Assess the end-to-end IT and business operating model changes required to achieve your goals\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-1qefosn\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: \"Start with small, focused projects that address specific business scenarios and use cases. Evaluate the results and refine your roadmap accordingly\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-1ecfkkw\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: \"Prioritise establishing a data culture from day one\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-1rdxhvf\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              })]\n            })]\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-1o8se0l\",\n            children: /*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-1ssmzs4\",\n              children: [/*#__PURE__*/_jsx(SVG, {\n                className: \"framer-qojbtp\",\n                \"data-framer-name\": \"Vector\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 82,\n                intrinsicWidth: 86,\n                name: \"Vector\",\n                svg: '<svg width=\"86\" height=\"82\" viewBox=\"0 0 86 82\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M72.6731 29.4231V0H66.1346V6.53846H56.3269V13.0769H66.1346V29.4231H56.3269V35.9615H82.4808V29.4231H72.6731ZM18.7308 6.53846C20.9938 6.53846 23.2061 7.20954 25.0878 8.46684C26.9694 9.72413 28.436 11.5112 29.3021 13.602C30.1681 15.6928 30.3947 17.9935 29.9532 20.2131C29.5117 22.4326 28.4219 24.4715 26.8217 26.0717C25.2215 27.6719 23.1826 28.7617 20.963 29.2032C18.7435 29.6447 16.4428 29.4181 14.352 28.5521C12.2612 27.686 10.4741 26.2195 9.21683 24.3378C7.95953 22.4561 7.28845 20.2438 7.28845 17.9808C7.28845 14.9461 8.49398 12.0357 10.6398 9.88984C12.7857 7.74399 15.6961 6.53846 18.7308 6.53846ZM18.7308 0C15.1745 0 11.6981 1.05455 8.74118 3.03031C5.78426 5.00606 3.47962 7.81427 2.1187 11.0998C0.757776 14.3854 0.401696 18.0007 1.09549 21.4886C1.78928 24.9766 3.50178 28.1804 6.01644 30.6951C8.53109 33.2097 11.735 34.9222 15.2229 35.616C18.7108 36.3098 22.3261 35.9537 25.6117 34.5928C28.8973 33.2319 31.7055 30.9273 33.6812 27.9703C35.657 25.0134 36.7115 21.537 36.7115 17.9808C36.7115 13.212 34.8171 8.63849 31.4451 5.26645C28.073 1.8944 23.4996 0 18.7308 0ZM18.7308 52.3077C20.9938 52.3077 23.2061 52.9788 25.0878 54.2361C26.9694 55.4934 28.436 57.2804 29.3021 59.3712C30.1681 61.462 30.3947 63.7627 29.9532 65.9823C29.5117 68.2019 28.4219 70.2407 26.8217 71.8409C25.2215 73.4412 23.1826 74.5309 20.963 74.9724C18.7435 75.4139 16.4428 75.1873 14.352 74.3213C12.2612 73.4553 10.4741 71.9887 9.21683 70.107C7.95953 68.2253 7.28845 66.0131 7.28845 63.75C7.28845 60.7153 8.49398 57.8049 10.6398 55.6591C12.7857 53.5132 15.6961 52.3077 18.7308 52.3077ZM18.7308 45.7692C15.1745 45.7692 11.6981 46.8238 8.74118 48.7995C5.78426 50.7753 3.47962 53.5835 2.1187 56.869C0.757776 60.1546 0.401696 63.7699 1.09549 67.2579C1.78928 70.7458 3.50178 73.9497 6.01644 76.4643C8.53109 78.979 11.735 80.6915 15.2229 81.3853C18.7108 82.0791 22.3261 81.723 25.6117 80.3621C28.8973 79.0011 31.7055 76.6965 33.6812 73.7396C35.657 70.7826 36.7115 67.3063 36.7115 63.75C36.7115 58.9812 34.8171 54.4077 31.4451 51.0357C28.073 47.6636 23.4996 45.7692 18.7308 45.7692ZM67.7692 52.3077C70.0323 52.3077 72.2445 52.9788 74.1262 54.2361C76.0079 55.4934 77.4745 57.2804 78.3405 59.3712C79.2066 61.462 79.4332 63.7627 78.9917 65.9823C78.5502 68.2019 77.4604 70.2407 75.8602 71.8409C74.2599 73.4412 72.2211 74.5309 70.0015 74.9724C67.7819 75.4139 65.4812 75.1873 63.3904 74.3213C61.2996 73.4553 59.5126 71.9887 58.2553 70.107C56.998 68.2253 56.3269 66.0131 56.3269 63.75C56.3269 60.7153 57.5324 57.8049 59.6783 55.6591C61.8241 53.5132 64.7345 52.3077 67.7692 52.3077ZM67.7692 45.7692C64.213 45.7692 60.7366 46.8238 57.7796 48.7995C54.8227 50.7753 52.5181 53.5835 51.1572 56.869C49.7962 60.1546 49.4402 63.7699 50.1339 67.2579C50.8277 70.7458 52.5402 73.9497 55.0549 76.4643C57.5695 78.979 60.7734 80.6915 64.2613 81.3853C67.7493 82.0791 71.3646 81.723 74.6502 80.3621C77.9357 79.0011 80.7439 76.6965 82.7197 73.7396C84.6954 70.7826 85.75 67.3063 85.75 63.75C85.75 58.9812 83.8556 54.4077 80.4835 51.0357C77.1115 47.6636 72.538 45.7692 67.7692 45.7692Z\" fill=\"#31B0B9\"/>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  mzyVd_I0t: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                        },\n                        children: \"Our Data Operating Model is a practical and deliverable description of the people, processes and capabilities required to operate enterprise-wide data management, analytics & AI.\"\n                      })\n                    })\n                  },\n                  TT7mMiByi: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"15px\",\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                        },\n                        children: \"Our Data Operating Model is a practical and deliverable description of the people, processes and capabilities required to operate enterprise-wide data management, analytics & AI.\"\n                      })\n                    })\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\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                        \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                        \"--framer-font-size\": \"23px\",\n                        \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                      },\n                      children: \"Our Data Operating Model is a practical and deliverable description of the people, processes and capabilities required to operate enterprise-wide data management, analytics & AI.\"\n                    })\n                  }),\n                  className: \"framer-lbh7ai\",\n                  fonts: [\"GF;DM Sans-regular\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            })\n          }), /*#__PURE__*/_jsxs(\"div\", {\n            className: \"framer-utamv4\",\n            children: [/*#__PURE__*/_jsx(\"div\", {\n              className: \"framer-1huf3rp\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  TT7mMiByi: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"30px\"\n                        },\n                        children: \"What we offer\"\n                      })\n                    })\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\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                        \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                        \"--framer-font-size\": \"40px\"\n                      },\n                      children: \"What we offer\"\n                    })\n                  }),\n                  className: \"framer-8f81nn\",\n                  fonts: [\"GF;DM Sans-regular\"],\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })\n            }), /*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-1511t14\",\n              children: [/*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-1wrs9ci\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    mzyVd_I0t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\"\n                          },\n                          children: \"Data strategy\"\n                        })\n                      })\n                    },\n                    TT7mMiByi: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\"\n                          },\n                          children: \"Data strategy\"\n                        })\n                      })\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\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"21px\"\n                        },\n                        children: \"Data strategy\"\n                      })\n                    }),\n                    className: \"framer-qhlkc1\",\n                    fonts: [\"GF;DM Sans-regular\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          children: \"Design a vision and strategy that explains how you will collect, manage, and use internal and external data sources to achieve business goals, aligned with the business strategy and considering the specific organisation data needs and challenges.\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-886mfe\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          children: \"Build a roadmap to implement the changes necessary to realise the vision and strategy, defining measurable benefits and reporting\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-tk6ly9\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          children: \"Identify the cultural and change barriers that need to be removed so the organisation can become more data-enabled\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-1pleu60\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-1o0b7bb\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    mzyVd_I0t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\"\n                          },\n                          children: \"Data operating model design\"\n                        })\n                      })\n                    },\n                    TT7mMiByi: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\"\n                          },\n                          children: \"Data operating model design\"\n                        })\n                      })\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\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"21px\"\n                        },\n                        children: \"Data operating model design\"\n                      })\n                    }),\n                    className: \"framer-1clcxqj\",\n                    fonts: [\"GF;DM Sans-regular\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          children: \"Develop the necessary organisational framework for how you will collect, manage, use, and share data to achieve your business goals. Ensure there is a comprehensive and practical operating model that places people at the centre\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-iv0n91\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"ul\", {\n                      className: \"framer-styles-preset-36ecrx\",\n                      \"data-styles-preset\": \"BHu5QB_0s\",\n                      children: /*#__PURE__*/_jsx(\"li\", {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          children: \"Design, pilot, and scale data-led decision-making to improve efficiency and productivity, reduce costs, improve customer experience, and innovate new products and services\"\n                        })\n                      })\n                    })\n                  }),\n                  className: \"framer-fzuxi3\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })]\n              }), /*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-xe9gey\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    mzyVd_I0t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\"\n                          },\n                          children: \"AI risk and ethics governance\"\n                        })\n                      })\n                    },\n                    TT7mMiByi: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                            \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\"\n                          },\n                          children: \"AI risk and ethics governance\"\n                        })\n                      })\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\": \"R0Y7RE0gU2Fucy1yZWd1bGFy\",\n                          \"--framer-font-family\": '\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"21px\"\n                        },\n                        children: \"AI risk and ethics governance\"\n                      })\n                    }),\n                    className: \"framer-jfw1pl\",\n                    fonts: [\"GF;DM Sans-regular\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    mzyVd_I0t: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"ul\", {\n                          className: \"framer-styles-preset-36ecrx\",\n                          \"data-styles-preset\": \"BHu5QB_0s\",\n                          children: /*#__PURE__*/_jsx(\"li\", {\n                            children: /*#__PURE__*/_jsx(\"p\", {\n                              children: \"Develop the appropriate governance and controls for the ethical use of data and AI technologies, reducing business risk and enabling the organisation to focus on value creation\"\n                            })\n                          })\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"ul\", {\n                        className: \"framer-styles-preset-36ecrx\",\n                        \"data-styles-preset\": \"BHu5QB_0s\",\n                        children: /*#__PURE__*/_jsx(\"li\", {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            children: \"Develop the appropriate governance and controls to ensure ethical use of data and AI technologies, reducing business risk and enabling the organisation to focus on value creation\"\n                          })\n                        })\n                      })\n                    }),\n                    className: \"framer-6x42sd\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              })]\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1qcaq74-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                TT7mMiByi: {\n                  variant: \"mO3JadAyc\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(ContactSection, {\n                height: \"100%\",\n                id: \"YrTNazsCc\",\n                layoutId: \"YrTNazsCc\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"ASYxx_sGO\",\n                VEbRrGpvd: \"Think we can help?\",\n                width: \"100%\",\n                WWoTnaLqQ: \"Discuss our services with an expert\"\n              })\n            })\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-js18r6-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                mzyVd_I0t: {\n                  variant: \"XW7Ho5OhU\"\n                },\n                TT7mMiByi: {\n                  variant: \"ftL5ikAuG\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(Footer, {\n                height: \"100%\",\n                HxnhxO05M: resolveLink({\n                  hash: \":KrcAKj6zb\",\n                  webPageId: \"dZpNzEjHX\"\n                }, router),\n                id: \"tzmalwPOd\",\n                layoutId: \"tzmalwPOd\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"JJbUAk8qk\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-KIQxv [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}-framer-KIQxv { background: var(--token-dc47a808-9447-4799-bae3-b163250d901e, rgb(244, 246, 249)) /* {\"name\":\"Background\"} */; }`, \".framer-KIQxv .framer-vjdmxi { display: block; }\", \".framer-KIQxv .framer-1grmr36 { align-content: center; align-items: center; background-color: var(--token-dc47a808-9447-4799-bae3-b163250d901e, #f4f6f9); 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-KIQxv .framer-1r2cr9a-container { flex: none; height: 77px; position: relative; width: 100%; z-index: 1; }\", \".framer-KIQxv .framer-1160qoa { align-content: start; align-items: start; background-color: #f4f6f9; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KIQxv .framer-1sf1om0 { flex: 1 0 0px; height: 672px; overflow: visible; position: relative; width: 1px; }\", \".framer-KIQxv .framer-wii819 { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 30px 0px 0px; position: relative; width: 1px; }\", \".framer-KIQxv .framer-d83y2w, .framer-KIQxv .framer-u3wnuf, .framer-KIQxv .framer-qhlkc1, .framer-KIQxv .framer-886mfe, .framer-KIQxv .framer-tk6ly9, .framer-KIQxv .framer-1pleu60, .framer-KIQxv .framer-1clcxqj, .framer-KIQxv .framer-iv0n91, .framer-KIQxv .framer-fzuxi3, .framer-KIQxv .framer-jfw1pl, .framer-KIQxv .framer-6x42sd { --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-KIQxv .framer-naf278 { align-content: start; align-items: start; display: flex; flex: none; 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: 100%; }\", \".framer-KIQxv .framer-1ar7c0o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 4px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-KIQxv .framer-gagmt5 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KIQxv .framer-5fh9nb, .framer-KIQxv .framer-1qefosn, .framer-KIQxv .framer-1ecfkkw, .framer-KIQxv .framer-1rdxhvf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 23px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-KIQxv .framer-1o8se0l { align-content: center; align-items: center; background-color: #062628; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\", \".framer-KIQxv .framer-1ssmzs4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KIQxv .framer-qojbtp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 75px); position: relative; width: 75px; }\", \".framer-KIQxv .framer-lbh7ai { --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: 975px; word-break: break-word; word-wrap: break-word; }\", \".framer-KIQxv .framer-utamv4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-KIQxv .framer-1huf3rp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 93px; justify-content: space-between; overflow: hidden; padding: 15px 0px 0px 0px; position: relative; width: 1116px; }\", \".framer-KIQxv .framer-8f81nn { --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-KIQxv .framer-1511t14 { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px 0px 60px 0px; position: relative; width: 1116px; }\", \".framer-KIQxv .framer-1wrs9ci, .framer-KIQxv .framer-1o0b7bb, .framer-KIQxv .framer-xe9gey { align-content: start; align-items: start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\", \".framer-KIQxv .framer-1qcaq74-container, .framer-KIQxv .framer-js18r6-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KIQxv .framer-1grmr36, .framer-KIQxv .framer-1160qoa, .framer-KIQxv .framer-wii819, .framer-KIQxv .framer-naf278, .framer-KIQxv .framer-gagmt5, .framer-KIQxv .framer-1o8se0l, .framer-KIQxv .framer-1ssmzs4, .framer-KIQxv .framer-utamv4, .framer-KIQxv .framer-1511t14, .framer-KIQxv .framer-1wrs9ci, .framer-KIQxv .framer-1o0b7bb, .framer-KIQxv .framer-xe9gey { gap: 0px; } .framer-KIQxv .framer-1grmr36 > *, .framer-KIQxv .framer-naf278 > *, .framer-KIQxv .framer-1o8se0l > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-KIQxv .framer-1grmr36 > :first-child, .framer-KIQxv .framer-wii819 > :first-child, .framer-KIQxv .framer-naf278 > :first-child, .framer-KIQxv .framer-gagmt5 > :first-child, .framer-KIQxv .framer-1o8se0l > :first-child, .framer-KIQxv .framer-utamv4 > :first-child, .framer-KIQxv .framer-1wrs9ci > :first-child, .framer-KIQxv .framer-1o0b7bb > :first-child, .framer-KIQxv .framer-xe9gey > :first-child { margin-top: 0px; } .framer-KIQxv .framer-1grmr36 > :last-child, .framer-KIQxv .framer-wii819 > :last-child, .framer-KIQxv .framer-naf278 > :last-child, .framer-KIQxv .framer-gagmt5 > :last-child, .framer-KIQxv .framer-1o8se0l > :last-child, .framer-KIQxv .framer-utamv4 > :last-child, .framer-KIQxv .framer-1wrs9ci > :last-child, .framer-KIQxv .framer-1o0b7bb > :last-child, .framer-KIQxv .framer-xe9gey > :last-child { margin-bottom: 0px; } .framer-KIQxv .framer-1160qoa > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-KIQxv .framer-1160qoa > :first-child, .framer-KIQxv .framer-1ssmzs4 > :first-child, .framer-KIQxv .framer-1511t14 > :first-child { margin-left: 0px; } .framer-KIQxv .framer-1160qoa > :last-child, .framer-KIQxv .framer-1ssmzs4 > :last-child, .framer-KIQxv .framer-1511t14 > :last-child { margin-right: 0px; } .framer-KIQxv .framer-wii819 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-KIQxv .framer-gagmt5 > *, .framer-KIQxv .framer-utamv4 > *, .framer-KIQxv .framer-1wrs9ci > *, .framer-KIQxv .framer-1o0b7bb > *, .framer-KIQxv .framer-xe9gey > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-KIQxv .framer-1ssmzs4 > *, .framer-KIQxv .framer-1511t14 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\", \"@media (min-width: 1200px) { .framer-KIQxv .hidden-1grmr36 { display: none !important; } }\", `@media (min-width: 810px) and (max-width: 1199px) { .framer-KIQxv .hidden-916cfv { display: none !important; } .${metadata.bodyClassName}-framer-KIQxv { background: var(--token-dc47a808-9447-4799-bae3-b163250d901e, rgb(244, 246, 249)) /* {\"name\":\"Background\"} */; } .framer-KIQxv .framer-1grmr36 { width: 810px; } .framer-KIQxv .framer-1160qoa { gap: 30px; } .framer-KIQxv .framer-1sf1om0 { flex: none; width: 30%; } .framer-KIQxv .framer-wii819 { padding: 20px 30px 0px 0px; } .framer-KIQxv .framer-1o8se0l { padding: 30px 0px 30px 0px; } .framer-KIQxv .framer-1ssmzs4 { gap: 30px; padding: 0px 30px 0px 30px; } .framer-KIQxv .framer-qojbtp { height: var(--framer-aspect-ratio-supported, 64px); width: 64px; } .framer-KIQxv .framer-lbh7ai { align-self: stretch; flex: 1 0 0px; width: 1px; } .framer-KIQxv .framer-utamv4 { padding: 0px 20px 0px 20px; } .framer-KIQxv .framer-1huf3rp { padding: 15px 20px 0px 20px; width: 100%; } .framer-KIQxv .framer-1511t14 { padding: 0px 0px 45px 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KIQxv .framer-1160qoa, .framer-KIQxv .framer-1ssmzs4 { gap: 0px; } .framer-KIQxv .framer-1160qoa > *, .framer-KIQxv .framer-1ssmzs4 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-KIQxv .framer-1160qoa > :first-child, .framer-KIQxv .framer-1ssmzs4 > :first-child { margin-left: 0px; } .framer-KIQxv .framer-1160qoa > :last-child, .framer-KIQxv .framer-1ssmzs4 > :last-child { margin-right: 0px; } }}`, `@media (max-width: 809px) { .framer-KIQxv .hidden-1jzibfx { display: none !important; } .${metadata.bodyClassName}-framer-KIQxv { background: var(--token-dc47a808-9447-4799-bae3-b163250d901e, rgb(244, 246, 249)) /* {\"name\":\"Background\"} */; } .framer-KIQxv .framer-1grmr36 { width: 390px; } .framer-KIQxv .framer-1160qoa { flex-direction: column; gap: 20px; } .framer-KIQxv .framer-1sf1om0 { flex: none; height: 172px; width: 100%; } .framer-KIQxv .framer-wii819 { flex: none; padding: 0px 20px 0px 20px; width: 100%; } .framer-KIQxv .framer-naf278, .framer-KIQxv .framer-gagmt5 { padding: 0px 0px 50px 0px; } .framer-KIQxv .framer-1o8se0l { padding: 30px 0px 40px 0px; } .framer-KIQxv .framer-1ssmzs4 { flex-direction: column; gap: 30px; padding: 0px 20px 0px 20px; } .framer-KIQxv .framer-qojbtp { height: var(--framer-aspect-ratio-supported, 64px); width: 64px; } .framer-KIQxv .framer-lbh7ai { width: 100%; } .framer-KIQxv .framer-utamv4 { padding: 0px 20px 0px 20px; } .framer-KIQxv .framer-1huf3rp { padding: 15px 20px 0px 20px; width: 100%; } .framer-KIQxv .framer-1511t14 { flex-direction: column; gap: 30px; padding: 0px 0px 40px 0px; width: 100%; } .framer-KIQxv .framer-1wrs9ci, .framer-KIQxv .framer-1o0b7bb, .framer-KIQxv .framer-xe9gey { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-KIQxv .framer-1160qoa, .framer-KIQxv .framer-1ssmzs4, .framer-KIQxv .framer-1511t14 { gap: 0px; } .framer-KIQxv .framer-1160qoa > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-KIQxv .framer-1160qoa > :first-child, .framer-KIQxv .framer-1ssmzs4 > :first-child, .framer-KIQxv .framer-1511t14 > :first-child { margin-top: 0px; } .framer-KIQxv .framer-1160qoa > :last-child, .framer-KIQxv .framer-1ssmzs4 > :last-child, .framer-KIQxv .framer-1511t14 > :last-child { margin-bottom: 0px; } .framer-KIQxv .framer-1ssmzs4 > *, .framer-KIQxv .framer-1511t14 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`, ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicHeight 2242.5\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mzyVd_I0t\":{\"layout\":[\"fixed\",\"auto\"]},\"TT7mMiByi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   */\nconst FramerdZpNzEjHX = withCSS(Component, css, \"framer-KIQxv\");\nexport default FramerdZpNzEjHX;\nFramerdZpNzEjHX.displayName = \"Services / Data Analytics And Ai\";\nFramerdZpNzEjHX.defaultProps = {\n  height: 2242.5,\n  width: 1200\n};\naddFonts(FramerdZpNzEjHX, [{\n  family: \"DM Sans\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",\n  weight: \"400\"\n}, ...NavBarFonts, ...ContactSectionFonts, ...FooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.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\": \"FramerdZpNzEjHX\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerContractVersion\": \"1\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerImmutableVariables\": \"true\",\n        \"framerIntrinsicHeight\": \"2242.5\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mzyVd_I0t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TT7mMiByi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["NavBarFonts", "getFonts", "AnjtclWSs_default", "ContactSectionFonts", "sm0vW9XQ1_default", "FooterFonts", "YyacPsI5U_default", "breakpoints", "isBrowser", "variantClassNames", "isBrowser", "removeHiddenBreakpointLayers", "breakpoints", "transitions", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "transitions", "preloadPromise", "preloadLocalizedValues", "ref1", "pe", "useRouteElementId", "ref2", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "variantClassNames", "LayoutGroup", "u", "motion", "cx", "Container", "PropertyOverrides", "AnjtclWSs_default", "Image2", "x", "RichText", "SVG", "sm0vW9XQ1_default", "YyacPsI5U_default", "resolveLink", "css", "FramerdZpNzEjHX", "withCSS", "dZpNzEjHX_default", "addFonts", "NavBarFonts", "ContactSectionFonts", "FooterFonts", "fonts", "__FramerMetadata__"]
}
